From 20a6696850a6e902ed3ce9351d1286b87da383a6 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 2 Aug 2010 20:42:40 +0000 Subject: [PATCH] Monotone-Parent: 76cddf6cb9e25f13d7e93aef3285f53fe726efcc Monotone-Revision: 4015c6e667a4a4ca4d9a5b2a8cb346ea6d784fe4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-02T20:42:40 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 5 +- UI/Templates/PreferencesUI/UIxPreferences.wox | 2 +- UI/WebServerResources/RowEditionController.js | 129 ++++++++++++++++++ UI/WebServerResources/UIxPreferences.js | 60 +------- UI/WebServerResources/generic.css | 4 + 5 files changed, 142 insertions(+), 58 deletions(-) create mode 100644 UI/WebServerResources/RowEditionController.js 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" >