Release Notes
Following the
Roadmap, release 2.6, Code Name
DeepOrange, ha been
published in March 2008.
BUGS
- fixed bug #1870366
- fixed a bug, when session was terminated
- fixed LoginController error (login message was not displayed anymore), load user with BUILDDEPTH_SINGLE now
(better performance when using custom users)
- - fixed childoid/parentoid handling (childoids were altered when loading children)
- updated extjs to 2.0.1
- fixed grid loading in ie (replaced Ext.onReady by body.onload), added support for word wrap at hyphens when rendering text
- remove illegal characters from upload filenames
- fixed model (generates same sql as base_table.sql now),
- fixed npe in generator
- removed logging call, added ArrayUtil::array_unique_by_oid
ENHANCEMENTS
- select row, when action is clicked
- changed exported file rights to 755 (some servers do not allow group write permission)
- added some pdf functionality
- fixed grid sorting, user role loading, prevent possible duplicates in node children,
- added 'is null' to StringQuery
- added input_type 'select#async' for extjs combobox,
- new smarty plugin 'uniqueid'
- added word wrapping to text render functions,
- added smarty plugin for url translation
- added Smarty caching support (useful as an alternative to exporting static pages in a cms scenario)
- added +button for creating consecutive child nodes
- added support for drag'n'drop row ordering in grid
- enable row sorting on grids with sortkey only
- changed InsertController logic in order to display nm child after insert, removed sort arrows
- improved NodeBase template, association objects are not stored on creation any more