[commits] Horde branch master updated. e5d48db80a4a9ac4916ac534130c8f145d820466

Michael M Slusarz slusarz at horde.org
Fri Oct 15 21:09:06 UTC 2010


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

from: 443388351bd51f5d55ff16b0def3cce150b0a065

9335b24 Split prefs caching into separate class.
3f60739 Add/use Horde_Session based prefs caching driver
6a48487 Prevent undefined errors
293912c Make sure TOS file exists
5d348c4 Horde_Session does required serialization for us
e5d48db Silence decompression errors

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

commit 9335b242fdb8821768d5897f1421efa4d0dec070
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Oct 14 16:32:03 2010 -0600

    Split prefs caching into separate class.

 framework/Core/lib/Horde/Core/Factory/Prefs.php   |    2 +-
 framework/Prefs/lib/Horde/Prefs.php               |   80 +++++----------------
 framework/Prefs/lib/Horde/Prefs/Cache.php         |   61 ++++++++++++++++
 framework/Prefs/lib/Horde/Prefs/Cache/Null.php    |   36 +++++++++
 framework/Prefs/lib/Horde/Prefs/Cache/Session.php |   64 ++++++++++++++++
 framework/Prefs/lib/Horde/Prefs/Imsp.php          |    6 ++-
 framework/Prefs/lib/Horde/Prefs/KolabImap.php     |    2 +-
 framework/Prefs/lib/Horde/Prefs/Ldap.php          |    2 +-
 framework/Prefs/lib/Horde/Prefs/Sql.php           |    6 ++-
 framework/Prefs/package.xml                       |   11 +++-
 10 files changed, 203 insertions(+), 67 deletions(-)
 create mode 100644 framework/Prefs/lib/Horde/Prefs/Cache.php
 create mode 100644 framework/Prefs/lib/Horde/Prefs/Cache/Null.php
 create mode 100644 framework/Prefs/lib/Horde/Prefs/Cache/Session.php

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Prefs.php?rt=horde-git&r1=0ae9d3e07090e825c24f590f17dc69632fcc8191&r2=9335b242fdb8821768d5897f1421efa4d0dec070
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs.php?rt=horde-git&r1=14efbe529e0abe5dae37fa8f54b67b83edc6159d&r2=9335b242fdb8821768d5897f1421efa4d0dec070
http://git.horde.org/co.php/framework/Prefs/lib/Horde/Prefs/Cache.php?rt=horde-git&r=9335b242fdb8821768d5897f1421efa4d0dec070
http://git.horde.org/co.php/framework/Prefs/lib/Horde/Prefs/Cache/Null.php?rt=horde-git&r=9335b242fdb8821768d5897f1421efa4d0dec070
http://git.horde.org/co.php/framework/Prefs/lib/Horde/Prefs/Cache/Session.php?rt=horde-git&r=9335b242fdb8821768d5897f1421efa4d0dec070
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Imsp.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=9335b242fdb8821768d5897f1421efa4d0dec070
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/KolabImap.php?rt=horde-git&r1=c685edee620ef4d9931ef899c7f1ad162bf430af&r2=9335b242fdb8821768d5897f1421efa4d0dec070
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Ldap.php?rt=horde-git&r1=1526c4e2f0121646bf75285f8b25fdb3865aa60c&r2=9335b242fdb8821768d5897f1421efa4d0dec070
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Sql.php?rt=horde-git&r1=c5626b8713d562b24f7aedd8a1aebbfc4eba37f0&r2=9335b242fdb8821768d5897f1421efa4d0dec070
http://git.horde.org/diff.php/framework/Prefs/package.xml?rt=horde-git&r1=b24672dfcddb5eac6c49cdb2d146a0922c9b4b2a&r2=9335b242fdb8821768d5897f1421efa4d0dec070

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

commit 3f60739828d2743e5bb76b2011c174ba05103ed0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 15 13:06:38 2010 -0600

    Add/use Horde_Session based prefs caching driver

 framework/Core/lib/Horde/Core/Factory/Prefs.php       |    7 ++-
 framework/Core/lib/Horde/Core/Prefs/Cache/Session.php |   73 +++++++++++++++++
 framework/Core/lib/Horde/Registry.php                 |    2 +-
 framework/Core/package.xml                            |    4 +
 4 files changed, 84 insertions(+), 2 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Prefs/Cache/Session.php

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/Prefs.php?rt=horde-git&r1=9335b242fdb8821768d5897f1421efa4d0dec070&r2=3f60739828d2743e5bb76b2011c174ba05103ed0
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Prefs/Cache/Session.php?rt=horde-git&r=3f60739828d2743e5bb76b2011c174ba05103ed0
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=a1cc65b3035512e30a4ed0279152917dc9987c10&r2=3f60739828d2743e5bb76b2011c174ba05103ed0
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=577a8c026e6a0980ac3b8ae713e63302eeec4a5d&r2=3f60739828d2743e5bb76b2011c174ba05103ed0

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

commit 6a4848780fcdbe9dd430175f68eff007ac91b62c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 15 13:11:47 2010 -0600

    Prevent undefined errors

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

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=3f60739828d2743e5bb76b2011c174ba05103ed0&r2=6a4848780fcdbe9dd430175f68eff007ac91b62c

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

commit 293912c3f51222a091b487b4ae6502be52cc9622
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 15 13:46:01 2010 -0600

    Make sure TOS file exists

 horde/lib/LoginTasks/Task/TosAgreement.php |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/lib/LoginTasks/Task/TosAgreement.php?rt=horde-git&r1=8fd7f483f2e73c366e543540eea6a3132bd69f6d&r2=293912c3f51222a091b487b4ae6502be52cc9622

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

commit 5d348c47afd9fde4a1a787cdde5c39d0e73c4af1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 15 13:49:24 2010 -0600

    Horde_Session does required serialization for us

 framework/Core/lib/Horde/Core/LoginTasks/Backend/Horde.php |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/LoginTasks/Backend/Horde.php?rt=horde-git&r1=a7c7c74a95a0a3947850d2f9b4bc51365b69c17a&r2=5d348c47afd9fde4a1a787cdde5c39d0e73c4af1

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

commit e5d48db80a4a9ac4916ac534130c8f145d820466
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 15 14:01:50 2010 -0600

    Silence decompression errors

 framework/Core/lib/Horde/Session.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Session.php?rt=horde-git&r1=ca65a37228023285c7ae9a541fc4f46db475b1bd&r2=e5d48db80a4a9ac4916ac534130c8f145d820466




More information about the commits mailing list