3036
by flx on
27 August 2008, 21:43:45 +0200
(4 hours ago)
Removed the hqlOptionsModel prototype which is now longer needed as models an now be auto-wired.
3035
by flx on
27 August 2008, 21:42:21 +0200
(4 hours ago)
(1) Option and AutoCompleter models are now autowired by constructor and Spring callbacks are invoked after all properties have been set. (2) Changed the XML syntax for autocomplete elements. (3) The …
3033
by flx on
26 August 2008, 21:35:03 +0200
(28 hours ago)
Txt2Img now keeps track of matched ancestors in a stack instead of using the element's parentNode property because parentNode is null if the element has been removed from the document by another scrip…
3017
by cwo on
25 August 2008, 21:34:36 +0200
(52 hours ago)
Added convenience method to access local site properties in FTLs in the same way as page properties
3012
by flx on
25 August 2008, 15:29:01 +0200
(58 hours ago)
Fix: Setting an onclick handler within an edit-callback fails when using the richtext editor
3011
by flx on
25 August 2008, 13:54:39 +0200
(60 hours ago)
We now use the parentId parameter (if present) to load the parent so that the bread-crumb navigation works even if the DAO is not a ParentChildDao.