Release Notes: A change was done on P4A_Array_Source to enable the usage of empty array_sources. Tooltips are now automatically translated at rendering time. P4A_DB_Source::saveRow() now reads pk values back from Zend_DB_Table::insert(), gaining better functionality with auto increment primary keys. jQuery UI was updated to 1.5.2. A bug with P4A_I18N::_normalize() was solved. The p4a_focus_set() JavaScript function was reworked to avoid firebug warnings. Loading a P4A_Array_Source with a simple array now doesn't create the "0" field; it was renamed to "f0" to avoid problems with some PHP configurations.


Release Notes: A bug with multiple p4a_load_js calls (with the same URL and within the same loading cycle) was solved. A bug with MSSQL and query limits was fixed. CKEditor was updated to 3.5. P4A_DB_Source::getRowPosition() now returns 1 if the query throws an error. P4A_DB_Source::addHaving(), setHaving(), and getHaving() methods were added. jQuery was updated to 1.4.4. Zend Framework was updated to 1.11.2. A bug with P4A::restart() method was fixed. A bug with P4A_Data_Source::saveUploads() and custom file paths was solved. A new technique to unload CKEditor was implemented.


Release Notes: P4A_Field::setSource() now correctly handles null parameters. CKEditor was updated to 3.4. P4A_DB_Source::getRowPosition() now correctly handles multivalue fields. IE is forced to use its latest rendering engine. Some JavaScript fixes were applied to make the IE AJAX system work. Zend Framework was updated to 1.10.8. P4A_I18N now correctly handles 3 character languages (like "fil"). Translations were updated. A Filipino translation was added.


Release Notes: P4A_DB_Source::load() now also returns an object when setQuery() is used. P4A_DB_Source::load()'s autosequence creation now checks that the field exists before calling the setSequence(). A bug with P4A_Redirect_To_Url and P4A_Redirect_To_File was solved. Better focus management was provided for P4A_Grid. A bug with AJAX JavaScript returning and HTML entities was solved.


Release Notes: The Zend Framework was updated to 1.10.1. The P4A_Data_Source::exportToCSV() method was marked as deprecated. P4A_Data_Source::exportAsCSV() now can be called directly from an event handler. Translations were updated.


Release Notes: strong/em are now supported by P4A tooltips. DSN charset support was added to set DB connection charset. Zend Framework was updated to 1.9.2. jquery::maskedInput plugin was updated to 1.2.2. P4A_Object::__call() method was changed from private to public for PHP 5.3 compliance. P4A_Tab_Pane’s CSS padding was changed a bit to fix a rendering bug on Firefox and Chrome. The P4A_DB_PROFILE constant was added, which will output every query executed on every DB.