[commits] Horde branch master updated. fafd31d1de528d4e82b399fd33076031072a5171

Michael M Slusarz slusarz at horde.org
Tue Nov 23 22:49:22 UTC 2010


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

from: 729af6a188aec94f4fc8e00f670238a336966144

4911cf0 Horde_Themes_Build -> Horde_Themes_Cache
a600660 Move cache invalidation to Horde_Themes_Cache
7f10bb0 Allow theme cache lifetime to be configured
3a83e3b Add theme cache checking options.
7901770 Don't do mtime checking in Horde_Themes_Css
089c6e7 Fix current session counting
7a54637 No more build
15ca64e Add command-line script to flush horde themes cache
fafd31d Suppress file access warnings

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

commit 4911cf02cfeac62e9be0f39006be736a8d21ede3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 23 11:58:35 2010 -0700

    Horde_Themes_Build -> Horde_Themes_Cache

 framework/Core/lib/Horde/Core/Factory/ThemesBuild.php |  128 ---------
 framework/Core/lib/Horde/Core/Factory/ThemesCache.php |  128 +++++++++
 framework/Core/lib/Horde/Themes/Build.php             |  233 ----------------
 framework/Core/lib/Horde/Themes/Cache.php             |  234 +++++++++++++++++
 framework/Core/lib/Horde/Themes/Css.php               |    4 +-
 framework/Core/lib/Horde/Themes/Element.php           |    4 +-
 framework/Core/package.xml                            |    8 +-
 7 files changed, 370 insertions(+), 369 deletions(-)
 delete mode 100644 framework/Core/lib/Horde/Core/Factory/ThemesBuild.php
 create mode 100644 framework/Core/lib/Horde/Core/Factory/ThemesCache.php
 delete mode 100644 framework/Core/lib/Horde/Themes/Build.php
 create mode 100644 framework/Core/lib/Horde/Themes/Cache.php

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/ThemesBuild.php?rt=horde-git&r1=71dd34a50b23e046e6e9f90f66df39b40c5370c6&r2=4911cf02cfeac62e9be0f39006be736a8d21ede3
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Factory/ThemesCache.php?rt=horde-git&r=4911cf02cfeac62e9be0f39006be736a8d21ede3
http://git.horde.org/diff.php/framework/Core/lib/Horde/Themes/Build.php?rt=horde-git&r1=d62ec32ea32b9f736c10ebc2f06cf06356c1c07c&r2=4911cf02cfeac62e9be0f39006be736a8d21ede3
http://git.horde.org/co.php/framework/Core/lib/Horde/Themes/Cache.php?rt=horde-git&r=4911cf02cfeac62e9be0f39006be736a8d21ede3
http://git.horde.org/diff.php/framework/Core/lib/Horde/Themes/Css.php?rt=horde-git&r1=d62ec32ea32b9f736c10ebc2f06cf06356c1c07c&r2=4911cf02cfeac62e9be0f39006be736a8d21ede3
http://git.horde.org/diff.php/framework/Core/lib/Horde/Themes/Element.php?rt=horde-git&r1=d62ec32ea32b9f736c10ebc2f06cf06356c1c07c&r2=4911cf02cfeac62e9be0f39006be736a8d21ede3
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=d62ec32ea32b9f736c10ebc2f06cf06356c1c07c&r2=4911cf02cfeac62e9be0f39006be736a8d21ede3

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

commit a600660db8e28ae50d794e6de4a9bd6875243c7f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 23 13:18:39 2010 -0700

    Move cache invalidation to Horde_Themes_Cache

 framework/Core/lib/Horde/Core/Factory/ThemesCache.php |   54 ++++++-----------
 framework/Core/lib/Horde/Themes/Cache.php             |   18 ++++++
 2 files changed, 36 insertions(+), 36 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/ThemesCache.php?rt=horde-git&r1=4911cf02cfeac62e9be0f39006be736a8d21ede3&r2=a600660db8e28ae50d794e6de4a9bd6875243c7f
http://git.horde.org/diff.php/framework/Core/lib/Horde/Themes/Cache.php?rt=horde-git&r1=4911cf02cfeac62e9be0f39006be736a8d21ede3&r2=a600660db8e28ae50d794e6de4a9bd6875243c7f

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

commit 7f10bb0ffb5d1691f44826a5084dc8369ae2c471
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 23 13:37:34 2010 -0700

    Allow theme cache lifetime to be configured

 framework/Core/lib/Horde/Core/Factory/ThemesCache.php |    4 +-
 horde/config/conf.xml                                 |   19 +++++++++-------
 2 files changed, 13 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/ThemesCache.php?rt=horde-git&r1=a600660db8e28ae50d794e6de4a9bd6875243c7f&r2=7f10bb0ffb5d1691f44826a5084dc8369ae2c471
http://git.horde.org/diff.php/horde/config/conf.xml?rt=horde-git&r1=71dd34a50b23e046e6e9f90f66df39b40c5370c6&r2=7f10bb0ffb5d1691f44826a5084dc8369ae2c471

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

commit 3a83e3b1737942e6fa15de1c0d239716a27e9060
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 23 13:55:15 2010 -0700

    Add theme cache checking options.
    
    Defaults to application version checking.

 framework/Core/lib/Horde/Themes/Cache.php |   18 ++++++++++++------
 horde/config/conf.xml                     |   15 +++++++++++++++
 2 files changed, 27 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Themes/Cache.php?rt=horde-git&r1=a600660db8e28ae50d794e6de4a9bd6875243c7f&r2=3a83e3b1737942e6fa15de1c0d239716a27e9060
http://git.horde.org/diff.php/horde/config/conf.xml?rt=horde-git&r1=7f10bb0ffb5d1691f44826a5084dc8369ae2c471&r2=3a83e3b1737942e6fa15de1c0d239716a27e9060

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

commit 7901770489342821b08935038153d7b885854a1b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 23 14:06:26 2010 -0700

    Don't do mtime checking in Horde_Themes_Css

 framework/Core/lib/Horde/Themes/Cache.php |   39 +++++++++++++++++++---------
 framework/Core/lib/Horde/Themes/Css.php   |   25 +++++++++++-------
 2 files changed, 41 insertions(+), 23 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Themes/Cache.php?rt=horde-git&r1=3a83e3b1737942e6fa15de1c0d239716a27e9060&r2=7901770489342821b08935038153d7b885854a1b
http://git.horde.org/diff.php/framework/Core/lib/Horde/Themes/Css.php?rt=horde-git&r1=4911cf02cfeac62e9be0f39006be736a8d21ede3&r2=7901770489342821b08935038153d7b885854a1b

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

commit 089c6e7abc52775a3aca0c77aac610bc80a67624
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 23 15:13:40 2010 -0700

    Fix current session counting
    
    Instead of trying to manually parse PHP session serialization format,
    use the session_decode() function to do the heavy lifting for us. We
    need to do some session gymnastics to make this work properly
    (session_decode() will overwrite the current session data), but it
    works.

 framework/Core/lib/Horde/Core/Factory/SessionHandler.php |   68 +++++++++----
 1 files changed, 47 insertions(+), 21 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/SessionHandler.php?rt=horde-git&r1=eb329489edf698bca4e0185d617dda43fa850412&r2=089c6e7abc52775a3aca0c77aac610bc80a67624

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

commit 7a54637d1c22057825edcb28d9f0804ea6b3ef2f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 23 15:24:02 2010 -0700

    No more build

 framework/Core/lib/Horde/Themes/Css.php     |    8 ++++----
 framework/Core/lib/Horde/Themes/Element.php |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Themes/Css.php?rt=horde-git&r1=7901770489342821b08935038153d7b885854a1b&r2=7a54637d1c22057825edcb28d9f0804ea6b3ef2f
http://git.horde.org/diff.php/framework/Core/lib/Horde/Themes/Element.php?rt=horde-git&r1=4911cf02cfeac62e9be0f39006be736a8d21ede3&r2=7a54637d1c22057825edcb28d9f0804ea6b3ef2f

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

commit 15ca64e7a50ceeda04369bb2f940ec17155324e1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 23 15:34:54 2010 -0700

    Add command-line script to flush horde themes cache

 framework/Core/lib/Horde/Core/Factory/ThemesCache.php |   24 ++++++
 horde/bin/themes                                      |   63 +++++++++++++++++
 2 files changed, 87 insertions(+), 0 deletions(-)
 create mode 100755 horde/bin/themes

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Factory/ThemesCache.php?rt=horde-git&r1=7f10bb0ffb5d1691f44826a5084dc8369ae2c471&r2=15ca64e7a50ceeda04369bb2f940ec17155324e1
http://git.horde.org/co.php/horde/bin/themes?rt=horde-git&r=15ca64e7a50ceeda04369bb2f940ec17155324e1

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

commit fafd31d1de528d4e82b399fd33076031072a5171
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Nov 23 15:45:10 2010 -0700

    Suppress file access warnings

 framework/Cache/lib/Horde/Cache/Storage/File.php |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Cache/lib/Horde/Cache/Storage/File.php?rt=horde-git&r1=85b218156e66e7747394d229381cac3e10875262&r2=fafd31d1de528d4e82b399fd33076031072a5171




More information about the commits mailing list