[commits] Horde branch master updated. 1598cac7abcda301affd90054d672fcc5ae52263

Michael Rubinsky mrubinsk at horde.org
Mon Nov 8 17:15:43 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: bfa2a47a54add0d42feec624b336df7caf36ce88

6287faf Horde_Share refactor for H4...merge from the H4-Shares branch.
1598cac parse error

-----------------------------------------------------------------------

commit 6287faff03e67682802dc866ed46177dcac31472
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 8 12:09:57 2010 -0500

    Horde_Share refactor for H4...merge from the H4-Shares branch.

 ansel/lib/Ansel.php                                         |    6 +-
 ansel/lib/Api.php                                           |   12 +-
 ansel/lib/Block/my_galleries.php                            |   10 +-
 ansel/lib/Gallery.php                                       |   42 +-
 ansel/lib/Gallery/Decorator/Date.php                        |    7 +-
 ansel/lib/GalleryMode/Normal.php                            |    2 +-
 ansel/lib/ImageGenerator.php                                |    2 +-
 ansel/lib/Storage.php                                       |   30 +-
 ansel/lib/View/List.php                                     |    4 +-
 ansel/lib/Widget/OtherGalleries.php                         |    2 +-
 ansel/perms.php                                             |    4 +-
 ansel/rss.php                                               |    2 +-
 ansel/templates/group/owner.inc                             |    4 +-
 folks/lib/Driver.php                                        |    2 +-
 folks/lib/Friends/shared.php                                |    2 +-
 folks/perms.php                                             |   30 +-
 framework/Core/lib/Horde/Core/Factory/Share.php             |    4 +-
 framework/Core/lib/Horde/Core/Share/Driver.php              |  279 +++++
 framework/Core/package.xml                                  |   14 +-
 framework/Group/lib/Horde/Group/Contactlists.php            |    3 +-
 framework/Net_IMSP/IMSP/Utils.php                           |   10 +-
 framework/Share/lib/Horde/Share.php                         |  160 ++-
 framework/Share/lib/Horde/Share/Datatree.php                |    4 +-
 framework/Share/lib/Horde/Share/Kolab.php                   |  160 ++-
 framework/Share/lib/Horde/Share/Object.php                  |  143 +--
 framework/Share/lib/Horde/Share/Object/Kolab.php            |   54 +-
 framework/Share/lib/Horde/Share/Object/Sql.php              |  136 +--
 framework/Share/lib/Horde/Share/Object/Sql/Hierarchical.php |   68 +-
 framework/Share/lib/Horde/Share/Sql.php                     |  643 ++++-------
 framework/Share/lib/Horde/Share/Sql/Hierarchical.php        |  247 ++---
 framework/Share/package.xml                                 |    6 +-
 horde/lib/Api.php                                           |  113 +--
 horde/services/shares/edit.php                              |    2 +-
 ingo/lib/Application.php                                    |    5 +-
 ingo/lib/Ingo.php                                           |    5 +-
 kronolith/lib/Api.php                                       |   10 +-
 kronolith/lib/Driver/Sql.php                                |    2 +-
 kronolith/lib/Kronolith.php                                 |   12 +-
 kronolith/perms.php                                         |    2 +-
 kronolith/scripts/agenda.php                                |   13 +-
 kronolith/scripts/import_squirrelmail_calendar.php          |    2 +-
 mnemo/lib/Forms/CreateNotepad.php                           |    2 +-
 mnemo/lib/Forms/DeleteNotepad.php                           |    2 +-
 mnemo/lib/Mnemo.php                                         |    8 +-
 nag/lib/Api.php                                             |    7 +-
 nag/lib/Nag.php                                             |    9 +-
 nag/mobile.php                                              |    2 +-
 nag/templates/list.html.php                                 |    2 +-
 turba/lib/Api.php                                           |    7 +-
 turba/lib/Application.php                                   |    5 +-
 turba/lib/Turba.php                                         |    7 +-
 turba/scripts/upgrades/public_to_horde_share.php            |    2 +-
 whups/lib/Query.php                                         |   16 +-
 53 files changed, 1211 insertions(+), 1116 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Share/Driver.php

http://git.horde.org/diff.php/ansel/lib/Ansel.php?rt=horde-git&r1=30df656fbd7abe6f4896e14365c3203523da3998&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/ansel/lib/Api.php?rt=horde-git&r1=4928316937c4e6ce6bd88e73c48d25f6e65b2e42&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/ansel/lib/Block/my_galleries.php?rt=horde-git&r1=29a5a0975e4472ba821b65511549aaecc3da5fdb&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&r1=29a5a0975e4472ba821b65511549aaecc3da5fdb&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/ansel/lib/Gallery/Decorator/Date.php?rt=horde-git&r1=29a5a0975e4472ba821b65511549aaecc3da5fdb&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/ansel/lib/GalleryMode/Normal.php?rt=horde-git&r1=29a5a0975e4472ba821b65511549aaecc3da5fdb&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/ansel/lib/ImageGenerator.php?rt=horde-git&r1=29a5a0975e4472ba821b65511549aaecc3da5fdb&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=29a5a0975e4472ba821b65511549aaecc3da5fdb&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/ansel/lib/View/List.php?rt=horde-git&r1=29a5a0975e4472ba821b65511549aaecc3da5fdb&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/ansel/lib/Widget/OtherGalleries.php?rt=horde-git&r1=29a5a0975e4472ba821b65511549aaecc3da5fdb&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/ansel/perms.php?rt=horde-git&r1=29a5a0975e4472ba821b65511549aaecc3da5fdb&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/ansel/rss.php?rt=horde-git&r1=29a5a0975e4472ba821b65511549aaecc3da5fdb&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/ansel/templates/group/owner.inc?rt=horde-git&r1=29a5a0975e4472ba821b65511549aaecc3da5fdb&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/folks/lib/Driver.php?rt=horde-git&r1=30df656fbd7abe6f4896e14365c3203523da3998&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/folks/lib/Friends/shared.php?rt=horde-git&r1=c685edee620ef4d9931ef899c7f1ad162bf430af&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/folks/perms.php?rt=horde-git&r1=f4f153147c89de458e435625189b68f05cf8ac4c&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Share.php?rt=horde-git&r1=86cf457beaed347585b357e4ba089c88c11e55a0&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Share/Driver.php?rt=horde-git&r=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=c2cbaf6a531a2029048754de1383ad02cc62bc3d&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/framework/Group/lib/Horde/Group/Contactlists.php?rt=horde-git&r1=7988b797380b30f8ac00a4febbe59aec44a1795b&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/framework/Net_IMSP/IMSP/Utils.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share.php?rt=horde-git&r1=86cf457beaed347585b357e4ba089c88c11e55a0&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Datatree.php?rt=horde-git&r1=474382a60011932d21b626aae790da872f1e041e&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Kolab.php?rt=horde-git&r1=86cf457beaed347585b357e4ba089c88c11e55a0&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Object.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Object/Kolab.php?rt=horde-git&r1=86cf457beaed347585b357e4ba089c88c11e55a0&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Object/Sql.php?rt=horde-git&r1=df95b1257ff0201b44aec092cdd4d70018beb14f&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Object/Sql/Hierarchical.php?rt=horde-git&r1=10fe738b019cb54398155af1c6e63aa74dbe93d2&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Sql.php?rt=horde-git&r1=86cf457beaed347585b357e4ba089c88c11e55a0&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Sql/Hierarchical.php?rt=horde-git&r1=86cf457beaed347585b357e4ba089c88c11e55a0&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/framework/Share/package.xml?rt=horde-git&r1=b729576be39d7c9ce9f58b6cef20ed04dc89d62d&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/horde/lib/Api.php?rt=horde-git&r1=c685edee620ef4d9931ef899c7f1ad162bf430af&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/horde/services/shares/edit.php?rt=horde-git&r1=f4f153147c89de458e435625189b68f05cf8ac4c&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/ingo/lib/Application.php?rt=horde-git&r1=f0e5977d075b83a29ed97592985fed2c3a76c8d6&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/ingo/lib/Ingo.php?rt=horde-git&r1=8352173fc37d37ad4a99af2a4508a8b7e9600f50&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=e60da622060274282dd92c2d41c4c0dce4724dd6&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/kronolith/lib/Driver/Sql.php?rt=horde-git&r1=41d6133760f4544f8f19784a26cf35806eade715&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=01f34d51ca1fad8035c411e27cfcfc53de16cfb3&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/kronolith/perms.php?rt=horde-git&r1=f4f153147c89de458e435625189b68f05cf8ac4c&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/kronolith/scripts/agenda.php?rt=horde-git&r1=ec604b28b431054f96ce346520e8b98de031102a&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/kronolith/scripts/import_squirrelmail_calendar.php?rt=horde-git&r1=6dba7f3aecfe2dcea8858b0f47b7f6200814691e&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/mnemo/lib/Forms/CreateNotepad.php?rt=horde-git&r1=79bf8f469ae19a69c1de18c50528aeb89eeef24a&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/mnemo/lib/Forms/DeleteNotepad.php?rt=horde-git&r1=ec604b28b431054f96ce346520e8b98de031102a&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/mnemo/lib/Mnemo.php?rt=horde-git&r1=c685edee620ef4d9931ef899c7f1ad162bf430af&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-git&r1=7193e5a39589847cd91783e463ed79d9d4d24d7b&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-git&r1=ec604b28b431054f96ce346520e8b98de031102a&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/nag/mobile.php?rt=horde-git&r1=8c9b905248f04e66d8cd19d1f8e7e71e155e1c0b&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/nag/templates/list.html.php?rt=horde-git&r1=f4b1b4414324592a010911aad35dcf557561f11f&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/turba/lib/Api.php?rt=horde-git&r1=5d76464fe72eca0fcee6227d3650c94d08f497f7&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/turba/lib/Application.php?rt=horde-git&r1=5d76464fe72eca0fcee6227d3650c94d08f497f7&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/turba/lib/Turba.php?rt=horde-git&r1=5d76464fe72eca0fcee6227d3650c94d08f497f7&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/turba/scripts/upgrades/public_to_horde_share.php?rt=horde-git&r1=6dba7f3aecfe2dcea8858b0f47b7f6200814691e&r2=6287faff03e67682802dc866ed46177dcac31472
http://git.horde.org/diff.php/whups/lib/Query.php?rt=horde-git&r1=c685edee620ef4d9931ef899c7f1ad162bf430af&r2=6287faff03e67682802dc866ed46177dcac31472

-----------------------------------------------------------------------

commit 1598cac7abcda301affd90054d672fcc5ae52263
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 8 12:15:07 2010 -0500

    parse error

 framework/Share/lib/Horde/Share/Datatree.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Datatree.php?rt=horde-git&r1=6287faff03e67682802dc866ed46177dcac31472&r2=1598cac7abcda301affd90054d672fcc5ae52263




More information about the commits mailing list