diff --git a/ChangeLog b/ChangeLog index dc4887a6a..836658746 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-08-02 Wolfgang Sourdeau + * UI/WebServerResources/RowEditionController.js: new class module + that implements the handling of editable list items. + * SoObjects/SOGo/NSNumber+Utilities.m (-jsonRepresentation): returns "true" or "false" when the initial return value is "YES" or "NO". @@ -17,7 +20,7 @@ * UI/WebServerResources/scriptaculous/dragdrop.js (initDrag): avoid stopping the event propagation so the blur event is properly - fired on the search input field when it isfocused. + fired on the search input field when it isfocused. 2010-07-28 Francis Lachapelle diff --git a/UI/Templates/PreferencesUI/UIxPreferences.wox b/UI/Templates/PreferencesUI/UIxPreferences.wox index bbcd0ee03..d337a5900 100644 --- a/UI/Templates/PreferencesUI/UIxPreferences.wox +++ b/UI/Templates/PreferencesUI/UIxPreferences.wox @@ -10,7 +10,7 @@ className="UIxPageFrame" title="title" const:popup="YES" - const:jsFiles="PasswordPolicy.js,ckeditor/ckeditor.js" + const:jsFiles="RowEditionController.js,PasswordPolicy.js,ckeditor/ckeditor.js" >