[commits] Horde branch master updated. 6088dbe94f6bbbf43362eba9c9936806c3abbc82
Michael M Slusarz
slusarz at horde.org
Fri Apr 4 05:49:29 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 8dbe6f24dbdaff1af3fc1d202f580416c5889b09
d7109fb Revert "Not used"
b3d831a [mms] Upgrade prototype.js to most recent git version (0df1298f807818471209b7e7971c3480e36a4f71).
3a90735 [mms] Ensure integer value returns from Horde_Imap_Client_Base#status() are truly integers.
2ab22da Fix text entry
a3efd56 No reason to make HordeCore.desktopNotify() work only with alarms
6aeb5ca [mms] Add abstracted web notifications interface to the Horde_Notification system.
6088dbe [mms] Implement web notifications for new mail alerts.
Summary: http://github.com/horde/horde/compare/8dbe6f24dbdaff1af3fc1d202f580416c5889b09...6088dbe94f6bbbf43362eba9c9936806c3abbc82
-----------------------------------------------------------------------
commit d7109fb43ef62ade25ceb6ebecd01b6ecc0c9c52
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Apr 3 16:47:06 2014 -0600
Revert "Not used"
This reverts commit f866adefbb4b7936f6b2c06ff0ad6888499b54cf.
Stupid michael. This is used to display message log information.
imp/themes/default/dynamic/screen.css | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/d7109fb43ef62ade25ceb6ebecd01b6ecc0c9c52
-----------------------------------------------------------------------
commit b3d831ac3b3b54b92238e2405e618c5d004d87b7
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Apr 3 17:00:54 2014 -0600
[mms] Upgrade prototype.js to most recent git version (0df1298f807818471209b7e7971c3480e36a4f71).
Maintain Horde patch from 388a6c0db3c0b530583fcd3186a694b71f3d07a1
framework/Core/js/prototype.js | 42 +++++++++++++++++++++++++++++++++++----
framework/Core/package.xml | 2 +
2 files changed, 39 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/b3d831ac3b3b54b92238e2405e618c5d004d87b7
-----------------------------------------------------------------------
commit 3a9073531c97c73bf0a30d68344757917b2564f5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Apr 3 21:44:33 2014 -0600
[mms] Ensure integer value returns from Horde_Imap_Client_Base#status() are truly integers.
framework/Imap_Client/lib/Horde/Imap/Client/Base/Mailbox.php | 12 +-
framework/Imap_Client/package.xml | 4 +-
framework/Imap_Client/test/Horde/Imap/Client/Base/MailboxTest.php | 63 ++++-
3 files changed, 72 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/3a9073531c97c73bf0a30d68344757917b2564f5
-----------------------------------------------------------------------
commit 2ab22da99def4ebe9a0ad2ff75ed57407392bff8
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Apr 3 21:50:05 2014 -0600
Fix text entry
framework/Core/js/hordecore.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/2ab22da99def4ebe9a0ad2ff75ed57407392bff8
-----------------------------------------------------------------------
commit a3efd564d746c9f57b2f45a70fb387487865eb43
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Apr 3 21:58:16 2014 -0600
No reason to make HordeCore.desktopNotify() work only with alarms
framework/Core/js/hordecore.js | 98 ++++++++++++++++++++++-----------------
1 files changed, 55 insertions(+), 43 deletions(-)
http://github.com/horde/horde/commit/a3efd564d746c9f57b2f45a70fb387487865eb43
-----------------------------------------------------------------------
commit 6aeb5ca4db3d7b9b4df3496d1b271f67383cc239
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Apr 3 23:38:06 2014 -0600
[mms] Add abstracted web notifications interface to the Horde_Notification system.
framework/Core/js/hordecore.js | 8 +
framework/Core/lib/Horde/Core/Ajax/Response/HordeCore.php | 3 +-
.../Core/lib/Horde/Core/Notification/Event/Webnotification.php | 49 +++++
.../Core/lib/Horde/Core/Notification/Listener/Webnotification.php | 47 ++++
framework/Core/package.xml | 10 +-
5 files changed, 114 insertions(+), 3 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Notification/Event/Webnotification.php
create mode 100644 framework/Core/lib/Horde/Core/Notification/Listener/Webnotification.php
http://github.com/horde/horde/commit/6aeb5ca4db3d7b9b4df3496d1b271f67383cc239
-----------------------------------------------------------------------
commit 6088dbe94f6bbbf43362eba9c9936806c3abbc82
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Apr 3 23:46:54 2014 -0600
[mms] Implement web notifications for new mail alerts.
imp/docs/CHANGES | 1 +
imp/lib/Notification/Handler/Decorator/NewmailNotify.php | 23 +++++++++++++-
imp/package.xml | 1 +
3 files changed, 24 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/6088dbe94f6bbbf43362eba9c9936806c3abbc82
More information about the commits
mailing list