[commits] Horde branch master updated.	e965020fb2adfd599889b023efdfa8139b86fff6
    Michael M Slusarz 
    slusarz at horde.org
       
    Wed Oct 30 00:28:35 UTC 2013
    
    
  
The branch "master" has been updated.
The following is a summary of the commits.
from: dd995a56d8dc46ff98f21cacdd5bb3833c24aaa3
a3a65d4 [mms] Application hook methods moved from Horde:: to Horde_Core_Hooks::.
e965020 Use new Horde_Core_Hooks class
Summary: http://github.com/horde/horde/compare/dd995a56d8dc46ff98f21cacdd5bb3833c24aaa3...e965020fb2adfd599889b023efdfa8139b86fff6
-----------------------------------------------------------------------
commit a3a65d4c77cc247436917a4704253b18c829554f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 29 17:50:48 2013 -0600
    [mms] Application hook methods moved from Horde:: to Horde_Core_Hooks::.
    
    The expensive action previously was not necessarily the method_existance
    checking (which we were caching).  It was the creation of the Hooks
    object every time one of the hooks methods were run.  These hooks
    objects are now created only once an access.
 framework/Core/lib/Horde.php            |  131 ++++++++++++-------------------
 framework/Core/lib/Horde/Core/Hooks.php |   96 ++++++++++++++++++++++
 framework/Core/package.xml              |    8 ++-
 3 files changed, 154 insertions(+), 81 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Hooks.php
http://github.com/horde/horde/commit/a3a65d4c77cc247436917a4704253b18c829554f
http://git.horde.org/horde-git/-/commit/a3a65d4c77cc247436917a4704253b18c829554f
-----------------------------------------------------------------------
commit e965020fb2adfd599889b023efdfa8139b86fff6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 29 18:12:43 2013 -0600
    Use new Horde_Core_Hooks class
 framework/Core/lib/Horde.php                          |    3 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php   |   22 +++++++----
 framework/Core/lib/Horde/Core/Ajax/Application.php    |   24 +++++++++--
 framework/Core/lib/Horde/Core/Auth/Application.php    |    3 +-
 framework/Core/lib/Horde/Core/Auth/Signup/Base.php    |   34 ++++++++++++----
 framework/Core/lib/Horde/Core/Auth/Signup/Form.php    |    3 +-
 framework/Core/lib/Horde/Core/Browser.php             |    3 +-
 framework/Core/lib/Horde/Core/Group/Ldap.php          |    6 ++-
 framework/Core/lib/Horde/Core/Prefs/Storage/Hooks.php |   17 +++++++-
 framework/Core/lib/Horde/Core/Share/Driver.php        |   35 +++++++++--------
 framework/Core/lib/Horde/Registry.php                 |    8 ++-
 framework/Core/lib/Horde/Themes/Css.php               |    5 +-
 12 files changed, 113 insertions(+), 50 deletions(-)
http://github.com/horde/horde/commit/e965020fb2adfd599889b023efdfa8139b86fff6
http://git.horde.org/horde-git/-/commit/e965020fb2adfd599889b023efdfa8139b86fff6
    
    
More information about the commits
mailing list