[commits] Horde branch master updated. 7c59a447b1b3eba5bad16f7fedf99695599193e2
Michael M Slusarz
slusarz at horde.org
Sun Nov 22 18:10:05 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 905778428451a5443c7d70a397e9f5df60350044
7c59a44 Import Horde_Perms from CVS HEAD.
-----------------------------------------------------------------------
commit 7c59a447b1b3eba5bad16f7fedf99695599193e2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Nov 20 10:26:28 2009 -0700
Import Horde_Perms from CVS HEAD.
framework/Auth/lib/Horde/Auth.php | 7 +-
framework/Core/lib/Horde/Menu.php | 2 +-
framework/Core/lib/Horde/Registry.php | 12 +-
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php | 7 +-
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Permission.php | 17 +-
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Perms.php | 21 +-
framework/Kolab_Storage/test/Horde/Kolab/Storage/PermsTest.php | 14 +-
framework/Kolab_Storage/test/Horde/Kolab/Storage/Scenario.php | 7 +-
framework/Kolab_Storage/test/Horde/Kolab/Storage/StorageTest.php | 4 +-
.../Horde/Notification/Class/Notification/Listener/MobileTest.php | 2 -
.../Horde/Notification/Class/Notification/Listener/StatusTest.php | 2 -
framework/Perms/lib/Horde/Perms.php | 516 ++++
framework/Perms/lib/Horde/Perms/Datatree.php | 250 ++
framework/Perms/lib/Horde/Perms/Exception.php | 16 +
framework/Perms/lib/Horde/Perms/Permission.php | 592 +++++
framework/Perms/lib/Horde/Perms/Permission/DataTreeObject.php | 562 ++++
framework/Perms/lib/Horde/Perms/Permission/SqlObject.php | 85 +
framework/Perms/lib/Horde/Perms/Sql.php | 455 ++++
framework/Perms/lib/Horde/Perms/Ui.php | 538 ++++
framework/Perms/package.xml | 149 ++
framework/Rpc/lib/Horde/Rpc/Webdav.php | 2 +-
21 files changed, 3202 insertions(+), 58 deletions(-)
create mode 100644 framework/Perms/lib/Horde/Perms.php
create mode 100644 framework/Perms/lib/Horde/Perms/Datatree.php
create mode 100644 framework/Perms/lib/Horde/Perms/Exception.php
create mode 100644 framework/Perms/lib/Horde/Perms/Permission.php
create mode 100644 framework/Perms/lib/Horde/Perms/Permission/DataTreeObject.php
create mode 100644 framework/Perms/lib/Horde/Perms/Permission/SqlObject.php
create mode 100644 framework/Perms/lib/Horde/Perms/Sql.php
create mode 100644 framework/Perms/lib/Horde/Perms/Ui.php
create mode 100644 framework/Perms/package.xml
http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=ea44c02ed4c652b940fdcbec5bc967c424d500e1&r2=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/diff.php/framework/Core/lib/Horde/Menu.php?rt=horde-git&r1=ba6f686237f0f634fd3433ce67c2a8bec94b8565&r2=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=a145b86e29f411a582164556eec5f6291714eebc&r2=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Folder.php?rt=horde-git&r1=9a598efb7a049256f2f2a45cb82d4f8a74886b16&r2=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Permission.php?rt=horde-git&r1=11999697816a84d2d5d0894eb86aeb530b79dc20&r2=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Perms.php?rt=horde-git&r1=11999697816a84d2d5d0894eb86aeb530b79dc20&r2=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/diff.php/framework/Kolab_Storage/test/Horde/Kolab/Storage/PermsTest.php?rt=horde-git&r1=883ecb099ff6913a851ad42ed39956b2370a3a72&r2=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/diff.php/framework/Kolab_Storage/test/Horde/Kolab/Storage/Scenario.php?rt=horde-git&r1=e987cf7faf0f760844882a0a67eb8122ccb3eb28&r2=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/diff.php/framework/Kolab_Storage/test/Horde/Kolab/Storage/StorageTest.php?rt=horde-git&r1=d4ea5a231404f1f9519c48484a03c24a473db4d7&r2=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/diff.php/framework/Notification/test/Horde/Notification/Class/Notification/Listener/MobileTest.php?rt=horde-git&r1=8dc71187046a08205c46a8e9ba63bf67464c38d6&r2=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/diff.php/framework/Notification/test/Horde/Notification/Class/Notification/Listener/StatusTest.php?rt=horde-git&r1=8dc71187046a08205c46a8e9ba63bf67464c38d6&r2=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/co.php/framework/Perms/lib/Horde/Perms.php?rt=horde-git&r=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/co.php/framework/Perms/lib/Horde/Perms/Datatree.php?rt=horde-git&r=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/co.php/framework/Perms/lib/Horde/Perms/Exception.php?rt=horde-git&r=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/co.php/framework/Perms/lib/Horde/Perms/Permission.php?rt=horde-git&r=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/co.php/framework/Perms/lib/Horde/Perms/Permission/DataTreeObject.php?rt=horde-git&r=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/co.php/framework/Perms/lib/Horde/Perms/Permission/SqlObject.php?rt=horde-git&r=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/co.php/framework/Perms/lib/Horde/Perms/Sql.php?rt=horde-git&r=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/co.php/framework/Perms/lib/Horde/Perms/Ui.php?rt=horde-git&r=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/co.php/framework/Perms/package.xml?rt=horde-git&r=7c59a447b1b3eba5bad16f7fedf99695599193e2
http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/Webdav.php?rt=horde-git&r1=ff1ff3c3c759e39956e6aa8fcbd2d5a176cd145d&r2=7c59a447b1b3eba5bad16f7fedf99695599193e2
More information about the commits
mailing list