diff --git a/ChangeLog b/ChangeLog index 2d94447e9..14f27a35a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-01-02 Francis Lachapelle + + * UI/WebServerResources/UIxPreferences.js (getFilterFromEditor): + return a string (JSON) so the data is properly passed to the + opened window with IE7. + + * UI/WebServerResources/UIxFilterEditor.js (ensureFieldValidity): + a field value is always considered invalid when empty. + 2011-12-30 Wolfgang Sourdeau * SoObjects/SOGo/LDAPSourceSchema.[hm]: new class module enabling @@ -101,15 +110,6 @@ use of the lowercase instance of the string, which was erroneously ignored previously. -2012-01-02 Francis Lachapelle - - * UI/WebServerResources/UIxPreferences.js (getFilterFromEditor): - return a string (JSON) so the data is properly passed to the - opened window with IE7. - - * UI/WebServerResources/UIxFilterEditor.js (ensureFieldValidity): - a field value is always considered invalid when empty. - 2011-12-29 Ludovic Marcotte * SoObjects/SOGo/SOGoSQLUserProfile.m (_sqlJsonRepresentation:):