[commits] Horde branch nag_4_2 updated. 0aa6b23eed7e6a4c55293e494d2f92afcdcf5152

Michael J. Rubinsky mrubinsk at horde.org
Thu Oct 31 15:17:18 UTC 2013


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

from: bc595fad50d05d08a0be9e88472c6fda1d1509ee

bd1f954 The charset parameter has been removed ages ago.
1cc61f6 Don't output jsfiles entry if empty.
23eea77 Notify about potentially long import process.
b2dca89 Catch NotFound exceptions when deleting calendars.
0768978 Even better: ignore exceptions from events completely.
4cff732 [jan] Fix deleting calendars with exceptions to recurring events.
14966f8 Indention
b85caaa Fix viral typo
f35742f [mms] Added direct TLS v1.x connection option when connecting to remote server.
75f216a [mms] Added direct TLS v1.x connection option when connecting to remote server.
f5a4cfb This should be 1.1.0, not 1.0.1
d33f8c9 [mms] Fix regression in showing non-available actions in dynamic mailbox view when ACL rules prevent them (Bug #12808).
d649c93 Use the configured constant here
5eb7745 Don't send flag requests when the mailbox is readonly
deab6c2 Released Horde_Socket_Client-1.1.0
52cd762 Development mode for Horde_Socket_Client-1.1.1
3245dd3 Released Horde_Smtp-1.3.0
b5ab925 Development mode for Horde_Smtp-1.3.1
a0b0614 ws
0a1ba59 [mms] Run unit tests before releasing a package.
f23e625 Released Horde_Imap_Client-2.16.0
eec4302 Development mode for Horde_Imap_Client-2.16.1
af8caef For some reason, unlike every other array on this planet, unpack() starts indexing at 1, not 0
2ad5afe More fixes for error handling.
0aa6b23 Merge branch 'master' into nag_4_2

Summary: http://github.com/horde/horde/compare/bc595fad50d05d08a0be9e88472c6fda1d1509ee...0aa6b23eed7e6a4c55293e494d2f92afcdcf5152

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

commit bd1f9544426daba27416ecfc6ef3cddd70893bce
Author: Jan Schneider <jan at horde.org>
Date:   Tue Oct 29 18:53:58 2013 +0100

    The charset parameter has been removed ages ago.

 kronolith/lib/Ui/VarRenderer/Kronolith.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 1cc61f6dca61a0659e351d76ace10574f1c19c5b
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 30 12:00:43 2013 +0100

    Don't output jsfiles entry if empty.
    
    Fixes JS errors when using PageOutput but not HordeCore.

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

http://github.com/horde/horde/commit/1cc61f6dca61a0659e351d76ace10574f1c19c5b
http://git.horde.org/horde-git/-/commit/1cc61f6dca61a0659e351d76ace10574f1c19c5b

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

commit 23eea77ddcb5bebcf8b8e46fde4d8f177f676033
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 30 12:01:27 2013 +0100

    Notify about potentially long import process.

 kronolith/js/kronolith.js |    1 +
 kronolith/lib/Ajax.php    |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/23eea77ddcb5bebcf8b8e46fde4d8f177f676033
http://git.horde.org/horde-git/-/commit/23eea77ddcb5bebcf8b8e46fde4d8f177f676033

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

commit b2dca89fb79ad11e0c022ac4b326eea80a8b8fb4
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 30 16:36:35 2013 +0100

    Catch NotFound exceptions when deleting calendars.

 kronolith/lib/Driver/Sql.php |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

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

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

commit 0768978c2dd799bf50cfca9ba2fdf3bf4bc5bf19
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 30 16:43:24 2013 +0100

    Even better: ignore exceptions from events completely.

 kronolith/lib/Driver/Sql.php |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

http://github.com/horde/horde/commit/0768978c2dd799bf50cfca9ba2fdf3bf4bc5bf19
http://git.horde.org/horde-git/-/commit/0768978c2dd799bf50cfca9ba2fdf3bf4bc5bf19

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

commit 4cff7325ff923e229f9221d270613f14546088f4
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 30 16:44:12 2013 +0100

    [jan] Fix deleting calendars with exceptions to recurring events.

 kronolith/docs/CHANGES |    1 +
 kronolith/package.xml  |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit 14966f863947fae8f671d4f2378f08f388b6d755
Author: Jan Schneider <jan at horde.org>
Date:   Wed Oct 30 16:50:29 2013 +0100

    Indention

 whups/lib/Driver.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/14966f863947fae8f671d4f2378f08f388b6d755
http://git.horde.org/horde-git/-/commit/14966f863947fae8f671d4f2378f08f388b6d755

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

commit b85caaa5a8cac8916cb14e38739663217415c738
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 14:20:34 2013 -0600

    Fix viral typo

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php      |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |    2 +-
 framework/Smtp/lib/Horde/Smtp.php                           |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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

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

commit f35742f8f22e4c4c80369f0ed060498140928d0f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 14:51:36 2013 -0600

    [mms] Added direct TLS v1.x connection option when connecting to remote server.

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING |    6 ++++++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php  |    8 ++++++--
 framework/Imap_Client/package.xml                     |    4 +++-
 3 files changed, 15 insertions(+), 3 deletions(-)

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

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

commit 75f216ab25cb112707bd0ede062954a51cbd04fe
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 14:54:04 2013 -0600

    [mms] Added direct TLS v1.x connection option when connecting to remote server.

 framework/Smtp/doc/Horde/Smtp/UPGRADING |    6 ++++++
 framework/Smtp/lib/Horde/Smtp.php       |    8 ++++++--
 framework/Smtp/package.xml              |    4 +++-
 3 files changed, 15 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/75f216ab25cb112707bd0ede062954a51cbd04fe
http://git.horde.org/horde-git/-/commit/75f216ab25cb112707bd0ede062954a51cbd04fe

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

commit f5a4cfbe965dfa8c782ab042466c4af4f8fb294a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 14:54:50 2013 -0600

    This should be 1.1.0, not 1.0.1

 framework/Socket_Client/package.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

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

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

commit d33f8c9d01a0b51e74bdf0741635cc0669657495
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 15:16:06 2013 -0600

    [mms] Fix regression in showing non-available actions in dynamic mailbox view when ACL rules prevent them (Bug #12808).

 imp/docs/CHANGES                          |    2 ++
 imp/js/dimpbase.js                        |    2 +-
 imp/lib/Ajax/Application/ListMessages.php |    2 ++
 imp/package.xml                           |    4 ++--
 4 files changed, 7 insertions(+), 3 deletions(-)

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

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

commit d649c93ce28fdfe337cda54dce596a3a01ad4e63
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 15:25:05 2013 -0600

    Use the configured constant here

 imp/js/dimpbase.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 5eb7745fa044e06210f74031b1e2e45bae6a7955
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 15:30:56 2013 -0600

    Don't send flag requests when the mailbox is readonly

 imp/js/dimpbase.js |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/5eb7745fa044e06210f74031b1e2e45bae6a7955
http://git.horde.org/horde-git/-/commit/5eb7745fa044e06210f74031b1e2e45bae6a7955

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

commit deab6c23b95e27d7c43280dff60805deb04ce21c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 15:32:14 2013 -0600

    Released Horde_Socket_Client-1.1.0

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

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

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

commit 52cd7620b298aa0aa1ff51d69c76a7ec67de9b4d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 15:32:14 2013 -0600

    Development mode for Horde_Socket_Client-1.1.1

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

http://github.com/horde/horde/commit/52cd7620b298aa0aa1ff51d69c76a7ec67de9b4d
http://git.horde.org/horde-git/-/commit/52cd7620b298aa0aa1ff51d69c76a7ec67de9b4d

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

commit 3245dd3de0b5d1dc33fc0bfcb90dedebb289170c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 15:33:25 2013 -0600

    Released Horde_Smtp-1.3.0

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

http://github.com/horde/horde/commit/3245dd3de0b5d1dc33fc0bfcb90dedebb289170c
http://git.horde.org/horde-git/-/commit/3245dd3de0b5d1dc33fc0bfcb90dedebb289170c

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

commit b5ab925a5ddf79ac5d82e55d24440d55d22f3b63
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 15:33:25 2013 -0600

    Development mode for Horde_Smtp-1.3.1

 framework/Smtp/package.xml |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

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

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

commit a0b06145e8ba40e69e3438f1bd847395bb63d9de
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 15:35:44 2013 -0600

    ws

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

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

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

commit 0a1ba59525bceedcb52b78bd545088b9679f162f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 15:55:56 2013 -0600

    [mms] Run unit tests before releasing a package.

 components/lib/Components/Runner/Release.php |   30 ++++++++++++++++++++++++-
 components/package.xml                       |    2 +
 2 files changed, 30 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/0a1ba59525bceedcb52b78bd545088b9679f162f
http://git.horde.org/horde-git/-/commit/0a1ba59525bceedcb52b78bd545088b9679f162f

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

commit f23e6251d377e28fdfe4c4c34d496d362367c10c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 15:59:01 2013 -0600

    Released Horde_Imap_Client-2.16.0

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

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

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

commit eec4302e00a592a7268370470f3f609e8d923717
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 15:59:01 2013 -0600

    Development mode for Horde_Imap_Client-2.16.1

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

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

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

commit af8caeffac9e7962902aa63079ce49298eacfe7f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 16:18:29 2013 -0600

    For some reason, unlike every other array on this planet, unpack() starts indexing at 1, not 0

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

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

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

commit 2ad5afe9b26035f2b841b807f03579a6ed6673ea
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 17:45:14 2013 -0600

    More fixes for error handling.

 framework/Core/lib/Horde/ErrorHandler.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

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

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

commit 0aa6b23eed7e6a4c55293e494d2f92afcdcf5152
Merge: bc595fa 2ad5afe
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Oct 31 11:17:09 2013 -0400

    Merge branch 'master' into nag_4_2

 components/lib/Components/Runner/Release.php                 |   30 +++++++++-
 components/package.xml                                       |    2 +
 framework/Core/lib/Horde/ErrorHandler.php                    |    5 +-
 framework/Core/lib/Horde/PageOutput.php                      |    2 +-
 framework/Imap_Client/composer.json                          |    5 +-
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING        |    6 ++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php         |    8 ++-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php       |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php  |    2 +-
 framework/Imap_Client/package.xml                            |   27 ++++++---
 framework/Imap_Client/test/Horde/Imap/Client/Xoauth2Test.php |    1 -
 framework/Pack/lib/Horde/Pack.php                            |    2 +-
 framework/Smtp/composer.json                                 |    6 +-
 framework/Smtp/doc/Horde/Smtp/UPGRADING                      |    6 ++
 framework/Smtp/lib/Horde/Smtp.php                            |   10 ++-
 framework/Smtp/package.xml                                   |   24 ++++++--
 framework/Socket_Client/composer.json                        |    4 +-
 framework/Socket_Client/package.xml                          |   27 ++++++--
 imp/docs/CHANGES                                             |    2 +
 imp/js/dimpbase.js                                           |   15 +++--
 imp/lib/Ajax/Application/ListMessages.php                    |    2 +
 imp/package.xml                                              |    4 +-
 kronolith/docs/CHANGES                                       |    1 +
 kronolith/js/kronolith.js                                    |    1 +
 kronolith/lib/Ajax.php                                       |    1 +
 kronolith/lib/Driver/Sql.php                                 |    8 +--
 kronolith/lib/Ui/VarRenderer/Kronolith.php                   |    2 +-
 kronolith/package.xml                                        |    2 +
 whups/lib/Driver.php                                         |    2 +-
 29 files changed, 151 insertions(+), 58 deletions(-)

http://github.com/horde/horde/commit/0aa6b23eed7e6a4c55293e494d2f92afcdcf5152
http://git.horde.org/horde-git/-/commit/0aa6b23eed7e6a4c55293e494d2f92afcdcf5152




More information about the commits mailing list