[commits] Horde branch horde_5_2 updated. 95b11f0325e865888506019517ef31e45526fd23

Michael J. Rubinsky mrubinsk at horde.org
Thu Nov 28 02:35:36 UTC 2013


The branch "horde_5_2" has been updated.
The following is a summary of the commits.

from: 654271db4c0a517e783b2b2a4d63ddff2936acd4

b52e033 Actually send the new form data.
6aa7008 Fix CSS
917c720 [mms] Don't login to IMAP server if namespace information is already cached.
3407de8 Add test to make sure an append to a non-existent mailbox fails
4dfdde7 phpdoc
b48ba36 Released Horde_Imap_Client-2.16.2
fcd11ab Development mode for Horde_Imap_Client-2.16.3
9422ef8 [jan] Ignore iCalendar alarms without action, and use first, not last alarm (Bug #12865).
21ba37b Fix phpdoc.
3c1946f Catch Horde_Date_Exception.
2bc729e Fix phpdoc
e5a0412 Fix generating POOMCAL_RESPONSETYPE for series exceptions.
95b11f0 Merge branch 'master' into horde_5_2

Summary: http://github.com/horde/horde/compare/654271db4c0a517e783b2b2a4d63ddff2936acd4...95b11f0325e865888506019517ef31e45526fd23

-----------------------------------------------------------------------

commit b52e033f7d1c26c422945a2f175f66e211476ece
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Nov 26 17:41:14 2013 -0500

    Actually send the new form data.

 hermes/js/hermes.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/b52e033f7d1c26c422945a2f175f66e211476ece
http://git.horde.org/horde-git/-/commit/b52e033f7d1c26c422945a2f175f66e211476ece

-----------------------------------------------------------------------

commit 6aa70083067751d33f5e116d52c06875e8be330a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Nov 26 17:41:27 2013 -0500

    Fix CSS

 hermes/themes/default/dynamic/screen.css |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/6aa70083067751d33f5e116d52c06875e8be330a
http://git.horde.org/horde-git/-/commit/6aa70083067751d33f5e116d52c06875e8be330a

-----------------------------------------------------------------------

commit 917c720be84f754ada5d9b6cb42d3301c1a72ecd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 26 14:33:40 2013 -0700

    [mms] Don't login to IMAP server if namespace information is already cached.

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |    4 ++--
 framework/Imap_Client/package.xml                    |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/917c720be84f754ada5d9b6cb42d3301c1a72ecd
http://git.horde.org/horde-git/-/commit/917c720be84f754ada5d9b6cb42d3301c1a72ecd

-----------------------------------------------------------------------

commit 3407de81ed5912fe6e972d1dca08cd6c2943793f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 26 19:25:47 2013 -0700

    Add test to make sure an append to a non-existent mailbox fails

 .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php   |   12 +++++
 1 files changed, 12 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/3407de81ed5912fe6e972d1dca08cd6c2943793f
http://git.horde.org/horde-git/-/commit/3407de81ed5912fe6e972d1dca08cd6c2943793f

-----------------------------------------------------------------------

commit 4dfdde7a06539f9368933aeab6e0d2bee37ceccc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 26 23:41:48 2013 -0700

    phpdoc

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/4dfdde7a06539f9368933aeab6e0d2bee37ceccc
http://git.horde.org/horde-git/-/commit/4dfdde7a06539f9368933aeab6e0d2bee37ceccc

-----------------------------------------------------------------------

commit b48ba367f17b5e2d4c49b843fdf00bd8502c962c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 26 23:44:10 2013 -0700

    Released Horde_Imap_Client-2.16.2

 framework/Imap_Client/composer.json |    4 ++--
 framework/Imap_Client/package.xml   |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/b48ba367f17b5e2d4c49b843fdf00bd8502c962c
http://git.horde.org/horde-git/-/commit/b48ba367f17b5e2d4c49b843fdf00bd8502c962c

-----------------------------------------------------------------------

commit fcd11ab0cf2add66533baf8b63c784b3de940cc1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 26 23:44:10 2013 -0700

    Development mode for Horde_Imap_Client-2.16.3

 framework/Imap_Client/package.xml |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/fcd11ab0cf2add66533baf8b63c784b3de940cc1
http://git.horde.org/horde-git/-/commit/fcd11ab0cf2add66533baf8b63c784b3de940cc1

-----------------------------------------------------------------------

commit 9422ef8f18c86220138c07d89738d856f4114da9
Author: Jan Schneider <jan at horde.org>
Date:   Wed Nov 27 10:36:35 2013 +0100

    [jan] Ignore iCalendar alarms without action, and use first, not last alarm (Bug #12865).
    
    Conflicts:
    	kronolith/docs/CHANGES
    	kronolith/package.xml

 kronolith/docs/CHANGES  |    2 ++
 kronolith/lib/Event.php |    7 +++++++
 kronolith/package.xml   |    2 ++
 3 files changed, 11 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/9422ef8f18c86220138c07d89738d856f4114da9
http://git.horde.org/horde-git/-/commit/9422ef8f18c86220138c07d89738d856f4114da9

-----------------------------------------------------------------------

commit 21ba37b5966fffe3a39454c82ed45947281ccd01
Author: Jan Schneider <jan at horde.org>
Date:   Wed Nov 27 11:41:27 2013 +0100

    Fix phpdoc.

 framework/Prefs/lib/Horde/Prefs/Translation.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/21ba37b5966fffe3a39454c82ed45947281ccd01
http://git.horde.org/horde-git/-/commit/21ba37b5966fffe3a39454c82ed45947281ccd01

-----------------------------------------------------------------------

commit 3c1946fe7ec3c57e543fdebf2c745a1810470acf
Author: Jan Schneider <jan at horde.org>
Date:   Wed Nov 27 13:20:56 2013 +0100

    Catch Horde_Date_Exception.

 kronolith/lib/Event/Horde.php |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/3c1946fe7ec3c57e543fdebf2c745a1810470acf
http://git.horde.org/horde-git/-/commit/3c1946fe7ec3c57e543fdebf2c745a1810470acf

-----------------------------------------------------------------------

commit 2bc729e1a8dc9b77c6cf887240ff508e7876a9cb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 27 19:20:51 2013 -0500

    Fix phpdoc

 framework/Notification/lib/Horde/Notification/Handler.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/2bc729e1a8dc9b77c6cf887240ff508e7876a9cb
http://git.horde.org/horde-git/-/commit/2bc729e1a8dc9b77c6cf887240ff508e7876a9cb

-----------------------------------------------------------------------

commit e5a0412b03b857667bbf14880d12c75a1f6f438a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 27 21:24:43 2013 -0500

    Fix generating POOMCAL_RESPONSETYPE for series exceptions.

 kronolith/lib/Event.php |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/e5a0412b03b857667bbf14880d12c75a1f6f438a
http://git.horde.org/horde-git/-/commit/e5a0412b03b857667bbf14880d12c75a1f6f438a

-----------------------------------------------------------------------

commit 95b11f0325e865888506019517ef31e45526fd23
Merge: 654271d e5a0412
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Nov 27 21:35:28 2013 -0500

    Merge branch 'master' into horde_5_2

 framework/Imap_Client/composer.json                               |    4 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |    6 +-
 framework/Imap_Client/package.xml                                 |   19 +++-
 .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php   |   12 ++
 framework/Notification/lib/Horde/Notification/Handler.php         |    2 +-
 framework/Prefs/lib/Horde/Prefs/Translation.php                   |    2 -
 hermes/js/hermes.js                                               |    3 +-
 hermes/themes/default/dynamic/screen.css                          |    4 +-
 kronolith/docs/CHANGES                                            |    2 +
 kronolith/lib/Event.php                                           |   24 +++--
 kronolith/lib/Event/Horde.php                                     |   10 ++-
 kronolith/package.xml                                             |    2 +
 12 files changed, 65 insertions(+), 25 deletions(-)

http://github.com/horde/horde/commit/95b11f0325e865888506019517ef31e45526fd23
http://git.horde.org/horde-git/-/commit/95b11f0325e865888506019517ef31e45526fd23




More information about the commits mailing list