[commits] Horde branch master updated. a9fe4dfb0a67fb51cd82c06a39808d7b3f8d0d0a
Michael M Slusarz
slusarz at horde.org
Tue Apr 5 21:18:52 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: b3e382b2abae5b19e23161aa847582e233e68d4a
d949c2a Add Horde_Core_Notification_Handler_Decorator_Base
88f4524 Correct classname/location for Notification Core classes
a9fe4df For some reason, IE 7 really did not like this
-----------------------------------------------------------------------
commit d949c2a9c41920f1fab56ad4fa5af6909a271c39
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Apr 5 14:57:31 2011 -0600
Add Horde_Core_Notification_Handler_Decorator_Base
We should never be calling pushApp/popApp in an application. This is
the responsibility of Core to hand off the code in the proper state to
the application.
.../Core/lib/Horde/Core/Notification/Handler/Decorator/Base.php | 80 +++++
framework/Core/package.xml | 24 +-
imp/lib/Notification/Handler/Decorator/ImapAlerts.php | 12 +-
imp/lib/Notification/Handler/Decorator/NewmailNotify.php | 18 +-
4 files changed, 108 insertions(+), 26 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Notification/Handler/Decorator/Base.php
http://git.horde.org/horde-git/-/commit/d949c2a9c41920f1fab56ad4fa5af6909a271c39
-----------------------------------------------------------------------
commit 88f45241da3850e5b806c4c526e03e5d9279c250
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Apr 5 15:03:36 2011 -0600
Correct classname/location for Notification Core classes
framework/Core/lib/Horde/Core/Factory/Notification.php | 6 +-
framework/Core/lib/Horde/Core/Notification/Event/Status.php | 119 +++++
.../lib/Horde/Core/Notification/Handler/Decorator/Hordelog.php | 30 +
framework/Core/lib/Horde/Core/Notification/Hordelog.php | 30 -
framework/Core/lib/Horde/Core/Notification/Status.php | 119 -----
framework/Core/package.xml | 12 +-
imp/lib/Notification/Event/Status.php | 2 +-
7 files changed, 160 insertions(+), 158 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Notification/Event/Status.php
create mode 100644 framework/Core/lib/Horde/Core/Notification/Handler/Decorator/Hordelog.php
delete mode 100644 framework/Core/lib/Horde/Core/Notification/Hordelog.php
delete mode 100644 framework/Core/lib/Horde/Core/Notification/Status.php
http://git.horde.org/horde-git/-/commit/88f45241da3850e5b806c4c526e03e5d9279c250
-----------------------------------------------------------------------
commit a9fe4dfb0a67fb51cd82c06a39808d7b3f8d0d0a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Apr 5 15:18:34 2011 -0600
For some reason, IE 7 really did not like this
imp/js/message.js | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/a9fe4dfb0a67fb51cd82c06a39808d7b3f8d0d0a
More information about the commits
mailing list