[commits] Horde branch imp_6_2 updated. 109d1e0b49071c703f352ed1a179586ff54bfeb7

Michael M Slusarz slusarz at horde.org
Thu Oct 31 23:00:36 UTC 2013


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

from: 2ed896d2a94cfa405350d60620cc435f2546a8cd

a3a65d4 [mms] Application hook methods moved from Horde:: to Horde_Core_Hooks::.
e965020 Use new Horde_Core_Hooks class
253e8ad Remove comment. It either works or doesn't.
bab8159 Fix typo
4466571 Initial commit of the Horde_Pack package.
951c330 [mms] Support msgpack for serializing the map lookup.
1979d2d Use SHA-1 for hash key
ae42b3e Fix truncating HTML description data.
c92a65d Support sending HTML task body data if EAS asks for it.
997cdea Convert incoming HTML ActiveSync task body to plaintext.
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.
d6cb7f3 Treat an uncaught Horde_Imap_Client_Exception as a deauthenticating action.
109d1e0 Merge branch 'master' into imp_6_2

Summary: http://github.com/horde/horde/compare/2ed896d2a94cfa405350d60620cc435f2546a8cd...109d1e0b49071c703f352ed1a179586ff54bfeb7

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

commit a3a65d4c77cc247436917a4704253b18c829554f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 29 17:50:48 2013 -0600

    [mms] Application hook methods moved from Horde:: to Horde_Core_Hooks::.
    
    The expensive action previously was not necessarily the method_existance
    checking (which we were caching).  It was the creation of the Hooks
    object every time one of the hooks methods were run.  These hooks
    objects are now created only once an access.

 framework/Core/lib/Horde.php            |  131 ++++++++++++-------------------
 framework/Core/lib/Horde/Core/Hooks.php |   96 ++++++++++++++++++++++
 framework/Core/package.xml              |    8 ++-
 3 files changed, 154 insertions(+), 81 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Hooks.php

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

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

commit e965020fb2adfd599889b023efdfa8139b86fff6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 29 18:12:43 2013 -0600

    Use new Horde_Core_Hooks class

 framework/Core/lib/Horde.php                          |    3 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php   |   22 +++++++----
 framework/Core/lib/Horde/Core/Ajax/Application.php    |   24 +++++++++--
 framework/Core/lib/Horde/Core/Auth/Application.php    |    3 +-
 framework/Core/lib/Horde/Core/Auth/Signup/Base.php    |   34 ++++++++++++----
 framework/Core/lib/Horde/Core/Auth/Signup/Form.php    |    3 +-
 framework/Core/lib/Horde/Core/Browser.php             |    3 +-
 framework/Core/lib/Horde/Core/Group/Ldap.php          |    6 ++-
 framework/Core/lib/Horde/Core/Prefs/Storage/Hooks.php |   17 +++++++-
 framework/Core/lib/Horde/Core/Share/Driver.php        |   35 +++++++++--------
 framework/Core/lib/Horde/Registry.php                 |    8 ++-
 framework/Core/lib/Horde/Themes/Css.php               |    5 +-
 12 files changed, 113 insertions(+), 50 deletions(-)

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

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

commit 253e8ad15116c2a8c5b847126b9d4c41c8e51946
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 29 21:00:00 2013 -0600

    Remove comment. It either works or doesn't.

 horde/config/hooks.php.dist |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/253e8ad15116c2a8c5b847126b9d4c41c8e51946
http://git.horde.org/horde-git/-/commit/253e8ad15116c2a8c5b847126b9d4c41c8e51946

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

commit bab815900d0aef805fe186ddd6e5ffbc84d1749c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 29 21:00:24 2013 -0600

    Fix typo

 horde/config/hooks.php.dist |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 4466571036bcae0858d4364dc8dd7a9a2e84d90b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 00:45:05 2013 -0600

    Initial commit of the Horde_Pack package.
    
    This is intended as a drop-in replacement for BOTH serialize() and
    json_encode() for storing data for use within the PHP session.
    
    It leverages better compression from the msgpack (JSON replacement) and
    igbinary (serialize replacement) PECL extensions.
    
    Even better - it abstracts the use of Horde_Compress_Fast, so that the
    process of storing/compressing data is now done on a single call.  (It
    also transparently handles the issue with json_decode() when you have to
    remember whether you want an object or hash when decoding a JSON
    object).
    
    A very brief test run, doing nothing more than replacing the current
    serialize() command in Horde_Session, saw a 6% drop of session size on
    startup.  Obviously, this needs more testing but is a promising start.

 framework/Pack/doc/Horde/Pack/COPYING                          |  458 ++++++++
 framework/Pack/lib/Horde/Pack.php                              |  174 +++
 framework/Pack/lib/Horde/Pack/Driver.php                       |   86 ++
 framework/Pack/lib/Horde/Pack/Driver/Igbinary.php              |   54 +
 framework/Pack/lib/Horde/Pack/Driver/Json.php                  |   55 +
 framework/Pack/lib/Horde/Pack/Driver/Msgpack.php               |   50 +
 framework/Pack/lib/Horde/Pack/Driver/Msgpackserialize.php      |   56 +
 framework/Pack/lib/Horde/Pack/Driver/Serialize.php             |   47 +
 framework/Pack/lib/Horde/Pack/Exception.php                    |   25 +
 framework/Pack/package.xml                                     |  140 +++
 framework/Pack/test/Horde/Pack/AllTests.php                    |    3 +
 framework/Pack/test/Horde/Pack/Driver/IgbinaryTest.php         |   29 +
 framework/Pack/test/Horde/Pack/Driver/JsonTest.php             |   29 +
 framework/Pack/test/Horde/Pack/Driver/MsgpackTest.php          |   29 +
 framework/Pack/test/Horde/Pack/Driver/MsgpackserializeTest.php |   30 +
 framework/Pack/test/Horde/Pack/Driver/SerializeTest.php        |   30 +
 framework/Pack/test/Horde/Pack/Driver/TestBase.php             |  148 +++
 framework/Pack/test/Horde/Pack/bootstrap.php                   |    3 +
 framework/Pack/test/Horde/Pack/phpunit.xml                     |    1 +
 19 files changed, 1447 insertions(+), 0 deletions(-)
 create mode 100644 framework/Pack/doc/Horde/Pack/COPYING
 create mode 100644 framework/Pack/lib/Horde/Pack.php
 create mode 100644 framework/Pack/lib/Horde/Pack/Driver.php
 create mode 100644 framework/Pack/lib/Horde/Pack/Driver/Igbinary.php
 create mode 100644 framework/Pack/lib/Horde/Pack/Driver/Json.php
 create mode 100644 framework/Pack/lib/Horde/Pack/Driver/Msgpack.php
 create mode 100644 framework/Pack/lib/Horde/Pack/Driver/Msgpackserialize.php
 create mode 100644 framework/Pack/lib/Horde/Pack/Driver/Serialize.php
 create mode 100644 framework/Pack/lib/Horde/Pack/Exception.php
 create mode 100644 framework/Pack/package.xml
 create mode 100644 framework/Pack/test/Horde/Pack/AllTests.php
 create mode 100644 framework/Pack/test/Horde/Pack/Driver/IgbinaryTest.php
 create mode 100644 framework/Pack/test/Horde/Pack/Driver/JsonTest.php
 create mode 100644 framework/Pack/test/Horde/Pack/Driver/MsgpackTest.php
 create mode 100644 framework/Pack/test/Horde/Pack/Driver/MsgpackserializeTest.php
 create mode 100644 framework/Pack/test/Horde/Pack/Driver/SerializeTest.php
 create mode 100644 framework/Pack/test/Horde/Pack/Driver/TestBase.php
 create mode 100644 framework/Pack/test/Horde/Pack/bootstrap.php
 create mode 100644 framework/Pack/test/Horde/Pack/phpunit.xml

http://github.com/horde/horde/commit/4466571036bcae0858d4364dc8dd7a9a2e84d90b
http://git.horde.org/horde-git/-/commit/4466571036bcae0858d4364dc8dd7a9a2e84d90b

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

commit 951c330688f8d948ffbbd348bc7101abd49c908e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 01:28:34 2013 -0600

    [mms] Support msgpack for serializing the map lookup.

 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php |   15 +++++++++---
 framework/Autoloader_Cache/package.xml                    |    9 ++++++-
 2 files changed, 18 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/951c330688f8d948ffbbd348bc7101abd49c908e
http://git.horde.org/horde-git/-/commit/951c330688f8d948ffbbd348bc7101abd49c908e

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

commit 1979d2d1a03af758760a8ece3655c326fd56fd88
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 01:34:57 2013 -0600

    Use SHA-1 for hash key

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

http://github.com/horde/horde/commit/1979d2d1a03af758760a8ece3655c326fd56fd88
http://git.horde.org/horde-git/-/commit/1979d2d1a03af758760a8ece3655c326fd56fd88

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

commit ae42b3e5542dfcdf7065065cc5f17a521009acc3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 30 10:42:09 2013 -0400

    Fix truncating HTML description data.

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

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

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

commit c92a65dd86527774b7fada2d9f244033ea31f9e8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 30 10:42:43 2013 -0400

    Support sending HTML task body data if EAS asks for it.

 nag/lib/Task.php |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

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

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

commit 997cdeafba9340796910e596f52febb08eb57b98
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Oct 30 10:45:25 2013 -0400

    Convert incoming HTML ActiveSync task body to plaintext.
    
    Bug: 12797

 nag/lib/Task.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/997cdeafba9340796910e596f52febb08eb57b98
http://git.horde.org/horde-git/-/commit/997cdeafba9340796910e596f52febb08eb57b98

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

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 d6cb7f3506d619684e5a76c3b8434fb499acaec1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 30 17:46:13 2013 -0600

    Treat an uncaught Horde_Imap_Client_Exception as a deauthenticating action.

 imp/lib/Application.php |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

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

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

commit 109d1e0b49071c703f352ed1a179586ff54bfeb7
Merge: 2ed896d d6cb7f3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Oct 31 17:00:08 2013 -0600

    Merge branch 'master' into imp_6_2
    
    Conflicts:
    	imp/package.xml

 components/lib/Components/Runner/Release.php                   |   30 +-
 components/package.xml                                         |    2 +
 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php      |   17 +-
 framework/Autoloader_Cache/package.xml                         |    9 +-
 framework/Core/lib/Horde.php                                   |  134 +--
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php            |   22 +-
 framework/Core/lib/Horde/Core/Ajax/Application.php             |   24 +-
 framework/Core/lib/Horde/Core/Auth/Application.php             |    3 +-
 framework/Core/lib/Horde/Core/Auth/Signup/Base.php             |   34 +-
 framework/Core/lib/Horde/Core/Auth/Signup/Form.php             |    3 +-
 framework/Core/lib/Horde/Core/Browser.php                      |    3 +-
 framework/Core/lib/Horde/Core/Group/Ldap.php                   |    6 +-
 framework/Core/lib/Horde/Core/Hooks.php                        |   96 ++
 framework/Core/lib/Horde/Core/Prefs/Storage/Hooks.php          |   17 +-
 framework/Core/lib/Horde/Core/Share/Driver.php                 |   35 +-
 framework/Core/lib/Horde/ErrorHandler.php                      |    5 +-
 framework/Core/lib/Horde/PageOutput.php                        |    2 +-
 framework/Core/lib/Horde/Registry.php                          |    8 +-
 framework/Core/lib/Horde/Themes/Css.php                        |    5 +-
 framework/Core/package.xml                                     |    8 +-
 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/doc/Horde/Pack/COPYING                          |  458 ++++++++
 framework/Pack/lib/Horde/Pack.php                              |  174 +++
 framework/Pack/lib/Horde/Pack/Driver.php                       |   86 ++
 framework/Pack/lib/Horde/Pack/Driver/Igbinary.php              |   54 +
 framework/Pack/lib/Horde/Pack/Driver/Json.php                  |   55 +
 framework/Pack/lib/Horde/Pack/Driver/Msgpack.php               |   50 +
 framework/Pack/lib/Horde/Pack/Driver/Msgpackserialize.php      |   56 +
 framework/Pack/lib/Horde/Pack/Driver/Serialize.php             |   47 +
 framework/Pack/lib/Horde/Pack/Exception.php                    |   25 +
 framework/Pack/package.xml                                     |  140 +++
 framework/Pack/test/Horde/Pack/AllTests.php                    |    3 +
 framework/Pack/test/Horde/Pack/Driver/IgbinaryTest.php         |   29 +
 framework/Pack/test/Horde/Pack/Driver/JsonTest.php             |   29 +
 framework/Pack/test/Horde/Pack/Driver/MsgpackTest.php          |   29 +
 framework/Pack/test/Horde/Pack/Driver/MsgpackserializeTest.php |   30 +
 framework/Pack/test/Horde/Pack/Driver/SerializeTest.php        |   30 +
 framework/Pack/test/Horde/Pack/Driver/TestBase.php             |  148 +++
 framework/Pack/test/Horde/Pack/bootstrap.php                   |    3 +
 framework/Pack/test/Horde/Pack/phpunit.xml                     |    1 +
 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 +-
 horde/config/hooks.php.dist                                    |    6 +-
 imp/docs/CHANGES                                               |    2 +
 imp/js/dimpbase.js                                             |   15 +-
 imp/lib/Ajax/Application/ListMessages.php                      |    2 +
 imp/lib/Application.php                                        |   17 +
 imp/package.xml                                                |    2 +-
 kronolith/docs/CHANGES                                         |    1 +
 kronolith/js/kronolith.js                                      |    1 +
 kronolith/lib/Ajax.php                                         |    1 +
 kronolith/lib/Driver/Sql.php                                   |    8 +-
 kronolith/lib/Event.php                                        |    2 +-
 kronolith/lib/Ui/VarRenderer/Kronolith.php                     |    2 +-
 kronolith/package.xml                                          |    2 +
 nag/lib/Task.php                                               |   26 +-
 whups/lib/Driver.php                                           |    2 +-
 67 files changed, 1919 insertions(+), 208 deletions(-)

http://github.com/horde/horde/commit/109d1e0b49071c703f352ed1a179586ff54bfeb7
http://git.horde.org/horde-git/-/commit/109d1e0b49071c703f352ed1a179586ff54bfeb7




More information about the commits mailing list