From 8de0a6199805b107d7d920feacfdd7fec3e85505 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 9 Mar 2010 20:28:38 +0000 Subject: [PATCH] Monotone-Parent: 356dad69ed3731f29474c5f2e6359c928c942702 Monotone-Revision: 9b3a8a4c66cfa9329c941f7789f248573edff6ac Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-03-09T20:28:38 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 02a0ca94e..a5fe07334 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ 2010-03-09 Wolfgang Sourdeau + * UI/MainUI/SOGoUserHomePage.m (_usersResponseForResults:): we now + return a JSON response with an encoded array of arrays. + * UI/WebServerResources/UIxContactsUserFolders.js (onFolderSearchKeyDown): same as below. + (addUsersLineToTree): the responses for user search queries are + now JSON-encoded arrays, which avoids a lot of parsing issues and + reduces the size of the code. * UI/WebServerResources/generic.js (IsCharacterKey): new helper function that returns whether the pressed keycode is one that