Convert Group to H4 conventions
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 1 Jun 2010 08:46:27 +0000 (02:46 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 2 Jun 2010 03:42:57 +0000 (21:42 -0600)
commite322c3c80fca8144fc226407e5bc697a28a23286
tree0b2452146cedd9964991095b2221cde6ea715ad0
parent3011a4c4f03f9669ee8625098cb512839b39330e
Convert Group to H4 conventions

Still needs a bunch of work, but now it should at least autoload.
Also, switch to Horde_Db usage for the Sql driver.
60 files changed:
ansel/lib/Storage.php
ansel/perms.php
folks/config/hooks.php.dist
folks/perms.php
framework/Ajax/lib/Horde/Ajax/Application/Base.php
framework/Core/lib/Horde/Core/Factory/KolabStorage.php
framework/Core/lib/Horde/Core/Perms/Ui.php
framework/Group/Group.php [deleted file]
framework/Group/Group/contactlists.php [deleted file]
framework/Group/Group/hooks.php [deleted file]
framework/Group/Group/kolab.php [deleted file]
framework/Group/Group/ldap.php [deleted file]
framework/Group/Group/mock.php [deleted file]
framework/Group/Group/sql.php [deleted file]
framework/Group/lib/Horde/Group.php [new file with mode: 0644]
framework/Group/lib/Horde/Group/ContactListObject.php [new file with mode: 0644]
framework/Group/lib/Horde/Group/Contactlists.php [new file with mode: 0644]
framework/Group/lib/Horde/Group/DataTreeObject.php [new file with mode: 0644]
framework/Group/lib/Horde/Group/Exception.php [new file with mode: 0644]
framework/Group/lib/Horde/Group/Hooks.php [new file with mode: 0644]
framework/Group/lib/Horde/Group/Kolab.php [new file with mode: 0644]
framework/Group/lib/Horde/Group/KolabObject.php [new file with mode: 0644]
framework/Group/lib/Horde/Group/Ldap.php [new file with mode: 0644]
framework/Group/lib/Horde/Group/LdapObject.php [new file with mode: 0644]
framework/Group/lib/Horde/Group/Mock.php [new file with mode: 0644]
framework/Group/lib/Horde/Group/Sql.php [new file with mode: 0644]
framework/Group/lib/Horde/Group/SqlObject.php [new file with mode: 0644]
framework/Group/package.xml
framework/Perms/lib/Horde/Perms.php
framework/Share/lib/Horde/Share/Datatree.php
framework/Share/lib/Horde/Share/Sql.php
framework/Share/lib/Horde/Share/Sql/Hierarchical.php
horde/admin/groups.php
horde/lib/Api.php
horde/scripts/sql/horde_groups.mysql.sql
horde/scripts/sql/horde_groups.oci8.sql
horde/scripts/sql/horde_groups.pgsql.sql
horde/scripts/sql/horde_groups.sql
horde/scripts/upgrades/2010-06-01_horde_groups_autoincrement.mysql.sql [new file with mode: 0644]
horde/scripts/upgrades/2010-06-01_horde_groups_autoincrement.oci8.sql [new file with mode: 0644]
horde/scripts/upgrades/2010-06-01_horde_groups_autoincrement.pgsql.sql [new file with mode: 0644]
horde/scripts/upgrades/convert_datatree_groups_to_sql.php
horde/services/shares/edit.php
kronolith/lib/Api.php
kronolith/lib/Kronolith.php
kronolith/perms.php
kronolith/templates/chunks/calendar.php
nag/lib/Api.php
nag/lib/Forms/task.php
nag/lib/Nag.php
turba/config/sources.php.dist
turba/lib/Driver/Group.php
whups/lib/Application.php
whups/lib/Forms/AddComment.php
whups/lib/Forms/CreateTicket.php
whups/lib/Forms/EditTicket.php
whups/lib/Forms/Query.php
whups/lib/Whups.php
whups/ticket/queue.php
whups/ticket/type.php