Monotone-Parent: 0df73c55c83973b5088ccb3350d103006525098c

Monotone-Revision: 0836ff89730377219eb53f7caa175eefe1f680a3

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-03T16:09:43
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-03 16:09:43 +00:00
parent 29f8ab0852
commit 6ca2e1bfcf
8 changed files with 48 additions and 44 deletions
+14
View File
@@ -1,5 +1,19 @@
2006-10-03 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/NSDictionary+URL.m ([NSDictionary
-asURLParameters]): handle dictionary entries which could be
instances of NSArray rather than NSString.
* SoObjects/SOGo/NSString+URL.m ([NSString
-composeURLWithAction:actionparameters:urlParametersandHash:useHash]): when composing the url, remove the encoded parameters first since they will be added later.
([NSString -urlWithoutParameters]): new method that returns the
url without its parameters.
* SoObjects/SOGo/NSString+iCal.h: deleted obsolete file.
* SoObjects/SOGo/NSDictionary+URL.[hm],
UI/SOGoUI/NSString+URL.[hm]: moved from UI/SOGoUI/.
* UI/WebServerResources/UIxMailEditor.js: add support for
additions of different types (to, cc, bcc) of recipients from the
address book.