[commits] Horde branch master updated. 84eebe06ce0a894476ad3a7531b7593759b9dfcc
Michael M Slusarz
slusarz at horde.org
Tue Dec 16 17:51:16 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: d45a41ecd31dd81d5e03d9038ff5d52271a2cf52
84eebe0 [mms] Only load application notify handlers on demand.
Summary: http://github.com/horde/horde/compare/d45a41ecd31dd81d5e03d9038ff5d52271a2cf52...84eebe06ce0a894476ad3a7531b7593759b9dfcc
-----------------------------------------------------------------------
commit 84eebe06ce0a894476ad3a7531b7593759b9dfcc
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Dec 16 09:16:39 2014 -0700
[mms] Only load application notify handlers on demand.
Two optimizations:
* Adds app notification handlers on first app access, eliminating a
pushApp() call for each of these applications.
* Only attach remaining notification handlers if the notify() method
is called during the access.
framework/Core/lib/Horde/Core/Factory/Notification.php | 40 +-----
framework/Core/lib/Horde/Core/Notification/Handler.php | 112 ++++++++++++++++
framework/Core/lib/Horde/Registry.php | 6 +-
framework/Core/package.xml | 18 ++-
4 files changed, 130 insertions(+), 46 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Notification/Handler.php
http://github.com/horde/horde/commit/84eebe06ce0a894476ad3a7531b7593759b9dfcc
More information about the commits
mailing list