<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/jquery4php/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/jquery4php/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/jquery4php/bugs/</id><updated>2012-02-02T11:58:55Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>More estrict bugs</title><link href="https://sourceforge.net/p/jquery4php/bugs/5/" rel="alternate"/><published>2012-02-02T11:58:55Z</published><updated>2012-02-02T11:58:55Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netc6d0820d3b8d64d5cbd1a5615fa2851009faacff</id><summary type="html">After fixing artifact 3483172 you get this:

ErrorException \[ 2048 \]: Declaration of YsUITabs::endWidget\(\) should be compatible with that of YsUICore::endWidget\(\) ~ MODPATH/jquery4php/vendor/YepSua/Labs/RIA/jQuery4PHP/UI/YsUITabs.php \[ 58 \]

When developing why not have estrict enabled?</summary></entry><entry><title>Another estrict bug</title><link href="https://sourceforge.net/p/jquery4php/bugs/4/" rel="alternate"/><published>2012-02-02T11:53:20Z</published><updated>2012-02-02T11:53:20Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netcee0fe21a4dc3e59a31a2e3174c7d3501643e471</id><summary type="html">I'm using the default jqueryui tabs \(not the wiji ones\). I get this:

ErrorException \[ 2048 \]: Declaration of YsUITabs::initWidget\(\) should be compatible with that of YsUICore::initWidget\(\) ~ MODPATH/jquery4php/vendor/YepSua/Labs/RIA/jQuery4PHP/UI/YsUITabs.php \[ 58 \]</summary></entry><entry><title>Cannot set YsUIButton::initToolbar() style html properties</title><link href="https://sourceforge.net/p/jquery4php/bugs/3/" rel="alternate"/><published>2011-12-08T10:22:41Z</published><updated>2011-12-08T10:22:41Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net29c5c57e3000da3cff46c829593e1a1ddea30bca</id><summary type="html">Looking at the code you can't set certain html properties for the button toolbar:

Eg:
&amp;lt;?php echo YsUIButton::initToolbar\('toolbar', 'style="display:none"'\) ?&amp;gt;

Becomes:
&amp;lt;div id="toolbar" class="ui-widget-header ui-corner-all" style="padding:3px 2px;" style="display:none"&amp;gt;</summary></entry><entry><title>YsJSON::arrayToJson() method creates invalid json </title><link href="https://sourceforge.net/p/jquery4php/bugs/2/" rel="alternate"/><published>2011-11-12T13:15:03Z</published><updated>2011-11-12T13:15:03Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net4ddb3152b52f735f872d12c27ee8eb54951219ab</id><summary type="html">If you pass a multi-dimensional array to YsJSON::arrayToJson\(\) it will output extra comma \(per nested array\) at the end creating invalid json.

Example:

&amp;lt;?php
$test = array\( array\('2011-06-04' , 2\), array\('2011-06-11',  3\)\);

echo json\_encode\($test\);
echo YsJSON::arrayToJson\($test\);
?&amp;gt;
Output:

\[\["2011-06-04",2\],\["2011-06-11",3\]\]
\[ \[ '2011-06-04', 2,\], \[ '2011-06-11', 3,\],\]



</summary></entry><entry><title>jQuery4PHP</title><link href="https://sourceforge.net/p/jquery4php/bugs/1/" rel="alternate"/><published>2011-06-03T09:16:44Z</published><updated>2011-06-03T09:16:44Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netb23c365954071eac6f60e53c3c184d20476d99fe</id><summary type="html">jQuery4PHP does not work when PHP error reporting is set to E\_STRICT. You get many errors like:

Declaration of YsJQuery::setInterval\(\) should be compatible with that of YsJQueryBuilder::setInterval\(\);
Declaration of YsGridRecordList::append\(\) should be compatible with that of ArrayObject::append\(\);

Please make jQuery4PHP E\_STRICT complaint.</summary></entry></feed>