From: <gem...@li...> - 2011-09-20 13:38:03
|
Revision: 48 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=48&view=rev Author: mennodekker Date: 2011-09-20 13:37:54 +0000 (Tue, 20 Sep 2011) Log Message: ----------- Added some of the recent updates to the changelog Modified Paths: -------------- trunk/library/changelog.txt Modified: trunk/library/changelog.txt =================================================================== --- trunk/library/changelog.txt 2011-09-20 13:04:31 UTC (rev 47) +++ trunk/library/changelog.txt 2011-09-20 13:37:54 UTC (rev 48) @@ -1,3 +1,12 @@ +Important changes from 1.4.1 => 1.4.2 +============================================================ + * To have an autosubmit form it is enough now to just use $form->setAutoSubmit($href, $targetId) + * Introduced Gems_FormattedData, which takes a model and array of data and applies all formatting rules to the data + (see export for more info) + * The menu is reorganised and some items no longers have privileges assigned to them. Be careful with project menus! + * Tooltip decorator now uses jQuery icon instead of an image + * Print view of tab-forms now output the tab-titles for better readability, this introduced the class print-only + Important changes from 1.4 => 1.4.1 ============================================================ * Menu containers no longer have a privilege, this could have impact on custom menu's searching for a container. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |