[commits] Horde branch master updated. 730028a3266bd9d62da084778156105dce72a4a9

Michael M Slusarz slusarz at horde.org
Mon Aug 25 02:32:04 UTC 2014


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

from: 6b4573010b6d32ab9bb0e0be5d73e1a68127a508

cf9f90b Match styles with other entry
0ecde5c Cleaner handling of cache setting in DB adapter object
b2aca76 [mms] IMAP/POP3 URL generation split into a more modular library structure.
c03b7dd [mms] Attempt to workaround broken JSON-C decoder regarding null characters.
7375b85 [mms] Add Hashtable Administration page.
730028a [mms] Fix determination of test cases using AllTests.php.

Summary: http://github.com/horde/horde/compare/6b4573010b6d32ab9bb0e0be5d73e1a68127a508...730028a3266bd9d62da084778156105dce72a4a9

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

commit cf9f90b61220bde4ac6747843d9e6ac9208a9c7f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Aug 22 00:56:02 2014 -0600

    Match styles with other entry

 horde/templates/admin/cache.html.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 0ecde5c8cb795c6b1af982a021c31b31f5839cd2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Aug 23 00:09:04 2014 -0600

    Cleaner handling of cache setting in DB adapter object

 framework/Core/lib/Horde/Core/Factory/Db.php |   99 +++++++++++++-------------
 1 files changed, 50 insertions(+), 49 deletions(-)

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

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

commit b2aca763cd97d3e054033e6c094fb6bca68b266a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Aug 23 01:13:17 2014 -0600

    [mms] IMAP/POP3 URL generation split into a more modular library structure.

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |    9 +
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    6 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Catenate.php   |    4 +-
 .../Imap_Client/lib/Horde/Imap/Client/Socket/Connection/Base.php  |    7 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Url.php               |   11 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Url/Base.php          |  173 ++++
 framework/Imap_Client/lib/Horde/Imap/Client/Url/Imap.php          |  230 +++++
 framework/Imap_Client/lib/Horde/Imap/Client/Url/Imap/Relative.php |   45 +
 framework/Imap_Client/lib/Horde/Imap/Client/Url/Pop3.php          |   64 ++
 framework/Imap_Client/package.xml                                 |   24 +-
 framework/Imap_Client/test/Horde/Imap/Client/Url/BaseTest.php     |   21 +-
 .../Imap_Client/test/Horde/Imap/Client/Url/ImapDeprecatedTest.php |  147 +++
 .../Imap_Client/test/Horde/Imap/Client/Url/ImapRelativeTest.php   |  137 +++
 framework/Imap_Client/test/Horde/Imap/Client/Url/ImapTest.php     |   68 +-
 .../Imap_Client/test/Horde/Imap/Client/Url/Pop3DeprecatedTest.php |  125 +++
 framework/Imap_Client/test/Horde/Imap/Client/Url/Pop3Test.php     |   58 +-
 framework/Imap_Client/test/Horde/Imap/Client/Url/TestBase.php     |   25 +-
 17 files changed, 1053 insertions(+), 101 deletions(-)
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Url/Base.php
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Url/Imap.php
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Url/Imap/Relative.php
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Url/Pop3.php
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Url/ImapDeprecatedTest.php
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Url/ImapRelativeTest.php
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Url/Pop3DeprecatedTest.php

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

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

commit c03b7ddf41981527849024b0c73757d7b661ddc6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sat Aug 23 02:01:43 2014 -0600

    [mms] Attempt to workaround broken JSON-C decoder regarding null characters.

 framework/Pack/lib/Horde/Pack/Driver/Json.php |   20 +++++++++++++++++++-
 framework/Pack/package.xml                    |    4 ++--
 framework/Pack/test/Horde/Pack/PackTest.php   |   20 +++++++++++++++-----
 3 files changed, 36 insertions(+), 8 deletions(-)

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

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

commit 7375b859f8b2194b03127856266f9c5222c7ea0d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Aug 24 17:08:13 2014 -0600

    [mms] Add Hashtable Administration page.

 horde/admin/hashtable.php                |   53 ++++++++++++++++++++++++++++++
 horde/docs/CHANGES                       |    1 +
 horde/lib/Api.php                        |    5 +++
 horde/package.xml                        |    2 +
 horde/templates/admin/hashtable.html.php |   34 +++++++++++++++++++
 horde/themes/default/screen.css          |    4 +-
 6 files changed, 97 insertions(+), 2 deletions(-)
 create mode 100644 horde/admin/hashtable.php
 create mode 100644 horde/templates/admin/hashtable.html.php

http://github.com/horde/horde/commit/7375b859f8b2194b03127856266f9c5222c7ea0d

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

commit 730028a3266bd9d62da084778156105dce72a4a9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Aug 24 18:29:07 2014 -0600

    [mms] Fix determination of test cases using AllTests.php.
    
    Use PHPUnit's code to make this determination.
    
    Fixes superfluous tests being added to certain package's test suites.
    i.e. running Horde_Imap_Client via AllTests.php resulted in 100's more
    tests being run than by directly calling phpunit.
    
    The old code also appears responsible for at least 1 false failure in
    Horde_Imap_Client's test suite.

 framework/Test/lib/Horde/Test/AllTests.php            |   31 +---------
 framework/Test/lib/Horde/Test/AllTests/TestRunner.php |   51 +++++++++++++++++
 framework/Test/package.xml                            |   10 +++-
 3 files changed, 61 insertions(+), 31 deletions(-)
 create mode 100644 framework/Test/lib/Horde/Test/AllTests/TestRunner.php

http://github.com/horde/horde/commit/730028a3266bd9d62da084778156105dce72a4a9




More information about the commits mailing list