Monotone-Parent: e2159d82254439aa0954efbb3e1730d45a41c2d6

Monotone-Revision: 7d01af187554df2b24caa2526dd92eea0e8454ee

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-17T14:30:12
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-04-17 14:30:12 +00:00
parent 4108411f2e
commit 4a265cdcbd
3 changed files with 124 additions and 3 deletions
+13
View File
@@ -1,5 +1,18 @@
2007-04-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoFolder.m ([SOGoFolder
-aclsForObjectAtPath:objectPathArray]): new method generic to GCS
based folders. This method is derived from the code that was in
UIxAclFolder before its removal.
([SOGoFolder -aclsForUser:uidforObjectAtPath:objectPathArray]):
idem.
([SOGoFolder
-removeAclsForUsers:usersforObjectAtPath:objectPathArray]): idem.
([SOGoFolder
-setRoles:rolesforUser:uidforObjectAtPath:objectPathArray]): idem.
([SOGoFolder -setRoleForUsers:uidsto:role])
([SOGoFolder -setRoleForUsers:uidsto:role]): removed method.
* SoObjects/SOGo/SOGoObject.m ([SOGoObject -acls]): stub method
that requires overriding by subclasses.
([SOGoObject -aclsForUser:uid]): idem.