Import Horde_Perms from CVS HEAD.
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 20 Nov 2009 17:26:28 +0000 (10:26 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Sun, 22 Nov 2009 18:09:53 +0000 (11:09 -0700)
commit7c59a447b1b3eba5bad16f7fedf99695599193e2
tree7842a845fa82167f40e9b005bcb322d239df776c
parent905778428451a5443c7d70a397e9f5df60350044
Import Horde_Perms from CVS HEAD.
21 files changed:
framework/Auth/lib/Horde/Auth.php
framework/Core/lib/Horde/Menu.php
framework/Core/lib/Horde/Registry.php
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Permission.php
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Perms.php
framework/Kolab_Storage/test/Horde/Kolab/Storage/PermsTest.php
framework/Kolab_Storage/test/Horde/Kolab/Storage/Scenario.php
framework/Kolab_Storage/test/Horde/Kolab/Storage/StorageTest.php
framework/Notification/test/Horde/Notification/Class/Notification/Listener/MobileTest.php
framework/Notification/test/Horde/Notification/Class/Notification/Listener/StatusTest.php
framework/Perms/lib/Horde/Perms.php [new file with mode: 0644]
framework/Perms/lib/Horde/Perms/Datatree.php [new file with mode: 0644]
framework/Perms/lib/Horde/Perms/Exception.php [new file with mode: 0644]
framework/Perms/lib/Horde/Perms/Permission.php [new file with mode: 0644]
framework/Perms/lib/Horde/Perms/Permission/DataTreeObject.php [new file with mode: 0644]
framework/Perms/lib/Horde/Perms/Permission/SqlObject.php [new file with mode: 0644]
framework/Perms/lib/Horde/Perms/Sql.php [new file with mode: 0644]
framework/Perms/lib/Horde/Perms/Ui.php [new file with mode: 0644]
framework/Perms/package.xml [new file with mode: 0644]
framework/Rpc/lib/Horde/Rpc/Webdav.php