[commits] Horde branch master updated. 880ef2d438e4505c586a3a2caa3abb9859ca41e0

Michael M Slusarz slusarz at horde.org
Tue Oct 19 17:17:07 UTC 2010


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

from: 6e9d7738bcc5e69734865cc346c233a5c7cc6816

5c39195 Keep track of dirty prefs so we don't have to iterate through potentially large array at end of every access
7e5d76a Merge from CVS HEAD
0ab3698 Bug #9315: Fix setting session_cache_limiter value
00bd8bd Remove unneeded space
880ef2d Fixes for charset changes - make Cleanhtml work properly again

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

commit 5c3919542a4c64907d06f26a3747b9ee9da89864
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Oct 15 16:12:29 2010 -0600

    Keep track of dirty prefs so we don't have to iterate through potentially large array at end of every access

 framework/Prefs/lib/Horde/Prefs.php           |   39 +++++++++---------------
 framework/Prefs/lib/Horde/Prefs/File.php      |   16 ++--------
 framework/Prefs/lib/Horde/Prefs/Imsp.php      |    5 +--
 framework/Prefs/lib/Horde/Prefs/KolabImap.php |    8 ++---
 framework/Prefs/lib/Horde/Prefs/Ldap.php      |    8 ++---
 framework/Prefs/lib/Horde/Prefs/Sql.php       |    8 +----
 6 files changed, 27 insertions(+), 57 deletions(-)

http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs.php?rt=horde-git&r1=9335b242fdb8821768d5897f1421efa4d0dec070&r2=5c3919542a4c64907d06f26a3747b9ee9da89864
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/File.php?rt=horde-git&r1=77e3dd782f525dadbb88512854d903ac2d7f9cb9&r2=5c3919542a4c64907d06f26a3747b9ee9da89864
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Imsp.php?rt=horde-git&r1=9335b242fdb8821768d5897f1421efa4d0dec070&r2=5c3919542a4c64907d06f26a3747b9ee9da89864
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/KolabImap.php?rt=horde-git&r1=9335b242fdb8821768d5897f1421efa4d0dec070&r2=5c3919542a4c64907d06f26a3747b9ee9da89864
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Ldap.php?rt=horde-git&r1=9335b242fdb8821768d5897f1421efa4d0dec070&r2=5c3919542a4c64907d06f26a3747b9ee9da89864
http://git.horde.org/diff.php/framework/Prefs/lib/Horde/Prefs/Sql.php?rt=horde-git&r1=9335b242fdb8821768d5897f1421efa4d0dec070&r2=5c3919542a4c64907d06f26a3747b9ee9da89864

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

commit 7e5d76a41fd01b78fed4aedb6970378d4cdcb73c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 18 12:10:01 2010 -0600

    Merge from CVS HEAD

 imp/docs/CHANGES |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=5f103ca671950049ca293b37d9c456f0812cd488&r2=7e5d76a41fd01b78fed4aedb6970378d4cdcb73c

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

commit 0ab36983a478f9137f04e428f85ccd389e617710
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 18 15:27:33 2010 -0600

    Bug #9315: Fix setting session_cache_limiter value

 framework/Core/lib/Horde/Registry.php |   12 +++++++-----
 framework/Core/lib/Horde/Session.php  |   16 +++++++---------
 2 files changed, 14 insertions(+), 14 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=6a4848780fcdbe9dd430175f68eff007ac91b62c&r2=0ab36983a478f9137f04e428f85ccd389e617710
http://git.horde.org/diff.php/framework/Core/lib/Horde/Session.php?rt=horde-git&r1=e5d48db80a4a9ac4916ac534130c8f145d820466&r2=0ab36983a478f9137f04e428f85ccd389e617710

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

commit 00bd8bd3099d392b587b2e005fdea6ba800d107e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 18 15:31:50 2010 -0600

    Remove unneeded space

 imp/lib/Auth.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Auth.php?rt=horde-git&r1=bba91212696c8b0f61dba6209ca0a7053ab7b594&r2=00bd8bd3099d392b587b2e005fdea6ba800d107e

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

commit 880ef2d438e4505c586a3a2caa3abb9859ca41e0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Oct 18 17:48:33 2010 -0600

    Fixes for charset changes - make Cleanhtml work properly again

 framework/Text_Filter/lib/Horde/Text/Filter/Cleanhtml.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Text_Filter/lib/Horde/Text/Filter/Cleanhtml.php?rt=horde-git&r1=86f36efd4c3d51cbb39cac45f52cf774f3c91a04&r2=880ef2d438e4505c586a3a2caa3abb9859ca41e0




More information about the commits mailing list