Monotone-Parent: 1b073e285785f32b4c27e867a0e0d363fdc74264

Monotone-Revision: 217d2de82145e1b73b967f969ccb9467d0680dcb

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-11-01T19:32:19
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-11-01 19:32:19 +00:00
parent dadaa9fda3
commit 2b79a77c36
8 changed files with 275 additions and 6 deletions
+12
View File
@@ -1,5 +1,17 @@
2010-11-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/WebServerResources/ContactsUI.js: (resetCategoriesMenu)
(onCategoriesMenuPrepareVisibility, onCategoriesMenuItemClick)
(setCategoryOnNode, unsetCategoryOnNode): new methods designed to
handle the handling of categories directly from the contacts list.
* SoObjects/Contacts/SOGoContactGCSFolder.m (+initialize): we now
return the "c_categories" field too.
* UI/Contacts/UIxContactActions.m: new class module implementing
actions on contacts.
(-setCategoryAction, -unsetCategoryAction): new actions.
* UI/WebServerResources/generic.js (triggerAjaxRequest): invoke
the request callback only when set on the http object.