[commits] Horde branch master updated. cde30c510dfbf07af81879b3d3b225b810a079eb
Jan Schneider
jan at horde.org
Wed Sep 22 19:33:29 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 64178ddd573c8814e8c4564c04e085638885a0c6
523561b Throw exceptions when not passing strings, and if writing the cache shouldn't fail.
8bd5100 Inject Horde_Ldap object as parameter.
474382a Inject Horde_Group.
cde30c5 Fix schema caching.
-----------------------------------------------------------------------
commit 523561bce887d33e305d61cc67efde0ce822df1a
Author: Jan Schneider <jan at horde.org>
Date: Wed Sep 22 21:20:34 2010 +0200
Throw exceptions when not passing strings, and if writing the cache shouldn't fail.
framework/Cache/lib/Horde/Cache/Apc.php | 12 +++++++++---
framework/Cache/lib/Horde/Cache/Base.php | 2 ++
framework/Cache/lib/Horde/Cache/Eaccelerator.php | 14 ++++++++++----
framework/Cache/lib/Horde/Cache/File.php | 10 ++++++++--
framework/Cache/lib/Horde/Cache/Memcache.php | 6 ++++++
framework/Cache/lib/Horde/Cache/Mock.php | 7 ++++++-
framework/Cache/lib/Horde/Cache/Null.php | 7 ++++++-
framework/Cache/lib/Horde/Cache/Session.php | 7 ++++++-
framework/Cache/lib/Horde/Cache/Sql.php | 12 ++++++++++--
framework/Cache/lib/Horde/Cache/Stack.php | 8 +++++++-
framework/Cache/lib/Horde/Cache/Xcache.php | 12 +++++++++---
11 files changed, 79 insertions(+), 18 deletions(-)
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Apc.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=523561bce887d33e305d61cc67efde0ce822df1a
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Base.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=523561bce887d33e305d61cc67efde0ce822df1a
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Eaccelerator.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=523561bce887d33e305d61cc67efde0ce822df1a
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/File.php?rt=horde-git&r1=eb9e2a364e54b3a1454837138e77f52aaffe1ea5&r2=523561bce887d33e305d61cc67efde0ce822df1a
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Memcache.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=523561bce887d33e305d61cc67efde0ce822df1a
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Mock.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=523561bce887d33e305d61cc67efde0ce822df1a
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Null.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=523561bce887d33e305d61cc67efde0ce822df1a
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Session.php?rt=horde-git&r1=4f1148daaa40f372a884092fac3a77925a5e4de2&r2=523561bce887d33e305d61cc67efde0ce822df1a
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Sql.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=523561bce887d33e305d61cc67efde0ce822df1a
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Stack.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=523561bce887d33e305d61cc67efde0ce822df1a
http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Xcache.php?rt=horde-git&r1=eef3225fadfeb74e4c3550f2a2a7a6369f79a5c1&r2=523561bce887d33e305d61cc67efde0ce822df1a
-----------------------------------------------------------------------
commit 8bd5100e145e30e5a5e47bdba9cb741e47e54faf
Author: Jan Schneider <jan at horde.org>
Date: Wed Sep 22 21:25:23 2010 +0200
Inject Horde_Ldap object as parameter.
framework/Group/lib/Horde/Group/Ldap.php | 26 ++++++++------------------
1 files changed, 8 insertions(+), 18 deletions(-)
http://git.horde.org/diff.php/framework/Group/lib/Horde/Group/Ldap.php?rt=horde-git&r1=76e26ea685359d143b1e26d2520239164a08d659&r2=8bd5100e145e30e5a5e47bdba9cb741e47e54faf
-----------------------------------------------------------------------
commit 474382a60011932d21b626aae790da872f1e041e
Author: Jan Schneider <jan at horde.org>
Date: Wed Sep 22 21:32:40 2010 +0200
Inject Horde_Group.
ansel/lib/Storage.php | 2 +-
ansel/perms.php | 2 +-
folks/config/hooks.php.dist | 2 +-
folks/perms.php | 4 +-
framework/Core/lib/Horde/Core/Ajax/Application.php | 2 +-
framework/Core/lib/Horde/Core/Binder/Group.php | 36 ++++++++++
framework/Core/lib/Horde/Core/Factory/KolabStorage.php | 2 +-
framework/Core/lib/Horde/Core/Perms/Ui.php | 2 +-
framework/Core/package.xml | 2 +
framework/Group/lib/Horde/Group.php | 58 ++--------------
framework/Perms/lib/Horde/Perms.php | 2 +-
framework/Share/lib/Horde/Share/Datatree.php | 2 +-
framework/Share/lib/Horde/Share/Sql.php | 2 +-
framework/Share/lib/Horde/Share/Sql/Hierarchical.php | 2 +-
horde/admin/groups.php | 2 +-
horde/lib/Api.php | 20 +++---
horde/services/shares/edit.php | 2 +-
kronolith/lib/Api.php | 2 +-
kronolith/lib/Kronolith.php | 6 +-
kronolith/perms.php | 4 +-
kronolith/templates/chunks/calendar.php | 2 +-
nag/lib/Api.php | 2 +-
nag/lib/Forms/task.php | 2 +-
nag/lib/Nag.php | 2 +-
trean/lib/Bookmarks.php | 2 +-
turba/lib/Driver/Group.php | 2 +-
whups/lib/Forms/AddComment.php | 2 +-
whups/lib/Forms/CreateTicket.php | 2 +-
whups/lib/Forms/EditTicket.php | 4 +-
whups/lib/Forms/Query.php | 2 +-
whups/lib/Whups.php | 4 +-
whups/ticket/queue.php | 2 +-
whups/ticket/type.php | 2 +-
33 files changed, 88 insertions(+), 98 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Binder/Group.php
http://git.horde.org/diff.php/ansel/lib/Storage.php?rt=horde-git&r1=9ae008729b7e42ef7864930a18488fbd3385ff22&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/ansel/perms.php?rt=horde-git&r1=f77d32f1994fc8cee50933800d7eb435bc908412&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/folks/config/hooks.php.dist?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/folks/perms.php?rt=horde-git&r1=ca6b51851fce63520490f0c5295db8a380d281bf&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Ajax/Application.php?rt=horde-git&r1=e149c7180ec549934c1f63334a466addd41710fb&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Group.php?rt=horde-git&r=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/KolabStorage.php?rt=horde-git&r1=bb5a553250e937a8e82ecfbd57fd99cc9d777c27&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Perms/Ui.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=08a466a242ffaf58dd1670a2162839af1450c7e3&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/framework/Group/lib/Horde/Group.php?rt=horde-git&r1=f870124fe894dec8040ddcc7a5b99565fab006cf&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/framework/Perms/lib/Horde/Perms.php?rt=horde-git&r1=ef709f2b554aee5c7b9b2d3e075dc9831d4f0081&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Datatree.php?rt=horde-git&r1=e322c3c80fca8144fc226407e5bc697a28a23286&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Sql.php?rt=horde-git&r1=0e2e0fae606be0700dbd617d488a06755a806f8d&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/framework/Share/lib/Horde/Share/Sql/Hierarchical.php?rt=horde-git&r1=d457d338474c01862f11944b12f7b6d2a019cc82&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/horde/admin/groups.php?rt=horde-git&r1=9d2f60f2ae8920192757fe23fb463b4b31007a25&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/horde/lib/Api.php?rt=horde-git&r1=b491024914d0198c3c085c97bc1aae0b71c63e6c&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/horde/services/shares/edit.php?rt=horde-git&r1=ca13f7da5135ce28875328efad2af0cf1ec96a55&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/kronolith/lib/Api.php?rt=horde-git&r1=0c16a057ab7863b20bd315895e498bf2ffa74031&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/kronolith/lib/Kronolith.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/kronolith/perms.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/kronolith/templates/chunks/calendar.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/nag/lib/Api.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/nag/lib/Forms/task.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/nag/lib/Nag.php?rt=horde-git&r1=7277728730e6ab11d05f3a5f0c7133315a350917&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/trean/lib/Bookmarks.php?rt=horde-git&r1=b9f7a72ad5400444c78b3a6b9f200dd31626cb66&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/turba/lib/Driver/Group.php?rt=horde-git&r1=b8614426ad255d7b9f0090a9df6dfd758eb7cca6&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/whups/lib/Forms/AddComment.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/whups/lib/Forms/CreateTicket.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/whups/lib/Forms/EditTicket.php?rt=horde-git&r1=6e57615ef92b4e06bd04378c159dcbd271c8a5a4&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/whups/lib/Forms/Query.php?rt=horde-git&r1=4343b7a9079e436ff77770deb9adb6b1f38cc29c&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/whups/lib/Whups.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/whups/ticket/queue.php?rt=horde-git&r1=b0ee59fe2b830806015bb4a030a5106d29cb3993&r2=474382a60011932d21b626aae790da872f1e041e
http://git.horde.org/diff.php/whups/ticket/type.php?rt=horde-git&r1=15b98a9a3e866c825bd5e8e9edeadac72d7795ea&r2=474382a60011932d21b626aae790da872f1e041e
-----------------------------------------------------------------------
commit cde30c510dfbf07af81879b3d3b225b810a079eb
Author: Jan Schneider <jan at horde.org>
Date: Wed Sep 22 21:33:02 2010 +0200
Fix schema caching.
framework/Ldap/lib/Horde/Ldap.php | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
http://git.horde.org/diff.php/framework/Ldap/lib/Horde/Ldap.php?rt=horde-git&r1=7720de352ab0bcb8ddfdaf5ac2f54f09e092efd6&r2=cde30c510dfbf07af81879b3d3b225b810a079eb
More information about the commits
mailing list