The branch "develop" has been updated. The following is a summary of the commits.
from: 85108499338e5a1e6162e00339c9452d4f44f009 cf3fd14 Simplify notification setup caching even more ----------------------------------------------------------------------- commit cf3fd14107fba9d77ca83171206055cda7383a3a Author: Michael M Slusarz <[email protected]> Date: Mon Jan 30 20:46:19 2012 -0700 Simplify notification setup caching even more We actually should not care about whether the application is authenticated to - theoretically, an unauthenticated application could throw notifications. The important cache information is simply whether an application CAN alter the Notification handler. Thus, after first initialization, we don't need to do application polling and can just loop through the cached applications that were reported to possibly modify the notification handler. framework/Core/lib/Horde/Core/Factory/Notification.php | 54 ++++++---------- framework/Core/lib/Horde/Registry/Application.php | 4 +- 2 files changed, 22 insertions(+), 36 deletions(-) http://git.horde.org/horde-git/-/commit/cf3fd14107fba9d77ca83171206055cda7383a3a __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
