[commits] Horde branch master updated. 250c149a3fdb2c3bc3fee74bf18a5dea6992afe0

Michael M Slusarz slusarz at horde.org
Mon Dec 29 21:36:22 UTC 2014


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

from: e77e801360941f36a22dcced3acd9ab40e39feb5

ad3bdfb [mms] Failed recipients can now be determined via the Horde_Smtp_Exception_Recipients exception thrown when calling Horde_Smtp#send().
8cddeb7 Catch bad recipients rejected by SMTP server and report to the user
c9675e4 update phpdoc
21c889d [mms] Add zlib driver and allow it to be considered a 'fast' compression driver (disabled by default).
0bf739c Better abstraction of unit tests
250c149 Fix handling setlocale in unit tests

Summary: http://github.com/horde/horde/compare/e77e801360941f36a22dcced3acd9ab40e39feb5...250c149a3fdb2c3bc3fee74bf18a5dea6992afe0

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

commit ad3bdfb49a02279b985b965d36e585814fbe8c23
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Dec 26 22:18:03 2014 -0700

    [mms] Failed recipients can now be determined via the Horde_Smtp_Exception_Recipients exception thrown when calling Horde_Smtp#send().

 framework/Smtp/doc/Horde/Smtp/UPGRADING                |   15 +++
 framework/Smtp/lib/Horde/Smtp.php                      |   87 ++++++++++++----
 framework/Smtp/lib/Horde/Smtp/Exception/Recipients.php |   35 ++++++
 framework/Smtp/package.xml                             |   12 +-
 4 files changed, 123 insertions(+), 26 deletions(-)
 create mode 100644 framework/Smtp/lib/Horde/Smtp/Exception/Recipients.php

http://github.com/horde/horde/commit/ad3bdfb49a02279b985b965d36e585814fbe8c23

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

commit 8cddeb7e4ebcb7ab467c05f54bc3fe8e6d78e9eb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Dec 26 22:54:09 2014 -0700

    Catch bad recipients rejected by SMTP server and report to the user

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

http://github.com/horde/horde/commit/8cddeb7e4ebcb7ab467c05f54bc3fe8e6d78e9eb

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

commit c9675e4c1d53c7319719254a05769614ae889d45
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Dec 27 00:31:01 2014 -0700

    update phpdoc

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

http://github.com/horde/horde/commit/c9675e4c1d53c7319719254a05769614ae889d45

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

commit 21c889d8d716c1653e8822e5baa9dd1e51df3b19
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 29 13:01:47 2014 -0700

    [mms] Add zlib driver and allow it to be considered a 'fast' compression driver (disabled by default).

 framework/Compress_Fast/lib/Horde/Compress/Fast.php      |   39 ++++++-----
 framework/Compress_Fast/lib/Horde/Compress/Fast/Zlib.php |   51 ++++++++++++++
 framework/Compress_Fast/package.xml                      |   21 ++++--
 3 files changed, 86 insertions(+), 25 deletions(-)
 create mode 100644 framework/Compress_Fast/lib/Horde/Compress/Fast/Zlib.php

http://github.com/horde/horde/commit/21c889d8d716c1653e8822e5baa9dd1e51df3b19

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

commit 0bf739c5184087a6aea752db98a6d9097cd7668a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 29 13:21:27 2014 -0700

    Better abstraction of unit tests

 framework/Compress_Fast/package.xml                               |   16 +-
 .../Compress_Fast/test/Horde/Compress/Fast/CompressFastTest.php   |  165 -----
 .../Compress_Fast/test/Horde/Compress/Fast/Driver/Lz4Test.php     |   17 +
 .../Compress_Fast/test/Horde/Compress/Fast/Driver/LzfTest.php     |   17 +
 .../Compress_Fast/test/Horde/Compress/Fast/Driver/NullTest.php    |   17 +
 .../Compress_Fast/test/Horde/Compress/Fast/Driver/TestBase.php    |   61 ++
 .../Compress_Fast/test/Horde/Compress/Fast/Driver/ZlibTest.php    |   17 +
 7 files changed, 143 insertions(+), 167 deletions(-)
 create mode 100644 framework/Compress_Fast/test/Horde/Compress/Fast/Driver/Lz4Test.php
 create mode 100644 framework/Compress_Fast/test/Horde/Compress/Fast/Driver/LzfTest.php
 create mode 100644 framework/Compress_Fast/test/Horde/Compress/Fast/Driver/NullTest.php
 create mode 100644 framework/Compress_Fast/test/Horde/Compress/Fast/Driver/TestBase.php
 create mode 100644 framework/Compress_Fast/test/Horde/Compress/Fast/Driver/ZlibTest.php

http://github.com/horde/horde/commit/0bf739c5184087a6aea752db98a6d9097cd7668a

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

commit 250c149a3fdb2c3bc3fee74bf18a5dea6992afe0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Dec 29 13:25:57 2014 -0700

    Fix handling setlocale in unit tests
    
    Need to put in setUp/tearDown, since we need to guarantee that the
    locale will be reset after a failed test.

 framework/Mime/package.xml                               |    4 +
 framework/Mime/test/Horde/Mime/Mdn/NonTranslatedTest.php |  124 ++++++++++++++
 framework/Mime/test/Horde/Mime/MdnTest.php               |   90 ----------
 3 files changed, 128 insertions(+), 90 deletions(-)
 create mode 100644 framework/Mime/test/Horde/Mime/Mdn/NonTranslatedTest.php

http://github.com/horde/horde/commit/250c149a3fdb2c3bc3fee74bf18a5dea6992afe0




More information about the commits mailing list