]> err.no Git - scalable-opengroupware.org/blobdiff - ChangeLog
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1192 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / ChangeLog
index 33493d6da1d6990008ab00535d0c35a84cd0b87a..63b2fea8e6b79994c816fb0a3291a2c46bd2291d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2007-10-22  Wolfgang Sourdeau  <wsourdeau@inverse.ca>
+
+       * UI/MailerUI/UIxMailActions.m ([UIxMailActions
+       -removeAllLabelsAction]): new method that removes all label flags
+       from the associated message.
+       ([UIxMailActions -addLabel1Action]
+       [UIxMailActions -addLabel2Action]
+       [UIxMailActions -addLabel3Action
+       [UIxMailActions -addLabel4Action]
+       [UIxMailActions -addLabel5Action]): new methods that adds label
+       flags to the associated message.
+       ([UIxMailActions -removeLabel1Action]
+       [UIxMailActions -removeLabel2Action]
+       [UIxMailActions -removeLabel3Action
+       [UIxMailActions -removeLabel4Action]
+       [UIxMailActions -removeLabel5Action]): new methods that removes
+       label flags from the associated message.
+
+       * UI/MailerUI/UIxMailListView.m ([UIxMailListView -msgLabels]):
+       new accessor that returns the labels associated with the message.
+
+       * SoObjects/Mailer/SOGoMailFolder.m ([SOGoMailFolder
+       -allFolderPaths]): new method that returns all the paths of all
+       the subfolders of the folder object.
+       ([SOGoMailFolder -allFolderURLs]): new method replacing
+       subfoldersURL.
+
+       * SoObjects/SOGo/SOGoContentObject.m ([SOGoContentObject
+       -aclsForUser:uid]): object inherits the 'SOGoRole_ObjectEditor'
+       role from its parent folder.
+
 2007-10-19  Francis Lachapelle  <flachapelle@inverse.ca>
 
        * SoObjects/SOGo/SOGoUser.m