merge of '15825926d3d6130838a6e8a925fb390321c6e5fa'

and '7f4c04f0c1883efb437cd0189f442b20c0063c82'

Monotone-Parent: 15825926d3d6130838a6e8a925fb390321c6e5fa
Monotone-Parent: 7f4c04f0c1883efb437cd0189f442b20c0063c82
Monotone-Revision: 5066f4418986dc6df8b207002b41f82bc9e2bb8b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-02-20T19:48:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-02-20 19:48:50 +00:00
12 changed files with 127 additions and 31 deletions
+18
View File
@@ -3,6 +3,24 @@
* UI/WebServerResources/UIxMailEditor.js (onWindowResize): we now
make use of the ckeditor javascript api to reszie the container.
2012-02-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreGCSFolder.m (-setDisplayName:): new method
that intercept the setting of PR_DISPLAY_NAME_UNICODE following
the mechanism described below.
(-getPrDisplayName:inMemCtx): overriden method.
* OpenChange/MAPIStoreGCSBaseContext.m (+folderNameSuffix): new
method that returns an optional suffix to differentiate between
SOGo folders that are common to multiple Outlook folders, in
particular for Calendar and Tasks folder.
(+getFolderDisplayName:): new utility method that returns a
display name with the above suffix added properly.
* OpenChange/MAPIStoreObject.m (-setMAPIRetainCount)
(-retainCount): removed accessors as well as the corresponding
"mapiRetainCount" ivar as this was part of an unused feature.
2012-02-16 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/UIxAttendeesEditor.js (checkAttendee):