Monotone-Parent: 75ec663b4b26859e635b90a350146642970dc3c2

Monotone-Revision: a5a4c03e7f73726c0698328f9ab3e90d3a4a2432

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-04-19T16:35:35
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-04-19 16:35:35 +00:00
parent a693ebedf4
commit 545e6693fa
17 changed files with 75 additions and 27 deletions
+12
View File
@@ -1,5 +1,17 @@
2010-04-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Contacts/UIxContactFolderActions.m (-exportAction): improved
method by providing the encoded filename of the address book
following rfc2047. Make the "uids" parameter optional: when
omitted, the address book is exported completely.
* UI/WebServerResources/ContactsUI.js (getMenus): added entry for
exporting the address books, slightly reorganized the entries.
(onAddressBooksMenuPrepareVisibility): grey out the "export" entry
for LDAP address books.
(onAddressBookExport): new callback for exporting addressbooks
from the contextual menu.
* UI/WebServerResources/generic.js (URLForFolderID): avoid double
slashes in the URL returned for personal folders.