[commits] Horde branch develop updated. 93c6239bd47c258379b42f061af8111dcb4e418e

Michael M Slusarz slusarz at horde.org
Fri Feb 3 07:32:41 UTC 2012


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

from: e6068d2cd6c5a72976f56c80ec73ded709914a9b

e8e56da The prune script hasn't been updated after the most recent cache key changes.
ea059dc Three time's a charm. How about now? (Bug #10912).
e66442e Licensing header glitch fix http://groups.google.com/group/mailing.www.horde-dev/browse_thread/thread/79a89f87e4350b19# https://bugzilla.novell.com/show_bug.cgi?id=744787
e811c27 [mms] Fix several faulty translation strings (Bug #10958).
b43b048 [mms] Improved parsing of S/MIME certificate information (Bug #10956).
dc1534d Another rfc822 parsing test
cbd439c Add addrArray2String test
cc6b0cb In validate mode, can't match ':' either.
0bcbd19 Fix extended class name
474895f Fix failing unit tests
5ce5502 Show 'To' sorting option in vertical dynamic view in sent-mail mailbox
93c6239 Merge branch 'master' into develop

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

commit e8e56daf2b7cb1f7ed795a78e8e971daf4b212f8
Author: Jan Schneider <jan at horde.org>
Date:   Thu Feb 2 16:19:53 2012 +0100

    The prune script hasn't been updated after the most recent cache key changes.

 framework/Autoloader_Cache/bin/horde-autoloader-cache-prune |   29 +++++++---
 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php   |   24 +++++++++
 framework/Autoloader_Cache/package.xml                      |    4 +-
 3 files changed, 46 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/e8e56daf2b7cb1f7ed795a78e8e971daf4b212f8

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

commit ea059dc3cf6be488722725e3e84228dc082763e0
Author: Jan Schneider <jan at horde.org>
Date:   Thu Feb 2 16:24:10 2012 +0100

    Three time's a charm. How about now? (Bug #10912).

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

http://git.horde.org/horde-git/-/commit/ea059dc3cf6be488722725e3e84228dc082763e0

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

commit e66442eedb14e940b024c4c3e3b50fb8ae0833c4
Author: Ralf Lang <lang at b1-systems.de>
Date:   Thu Feb 2 18:57:49 2012 +0100

    Licensing header glitch fix
    http://groups.google.com/group/mailing.www.horde-dev/browse_thread/thread/79a89f87e4350b19#
    https://bugzilla.novell.com/show_bug.cgi?id=744787

 mnemo/migration/4_mnemo_upgrade_sqlhierarchical.php   |   19 +++++++++-----
 mnemo/migration/5_mnemo_upgrade_sqlnghierarchical.php |   21 ++++++++++------
 2 files changed, 25 insertions(+), 15 deletions(-)

http://git.horde.org/horde-git/-/commit/e66442eedb14e940b024c4c3e3b50fb8ae0833c4

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

commit e811c2726900acd7dd11ab31c4cf1d0c9bdfb350
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 2 12:57:55 2012 -0700

    [mms] Fix several faulty translation strings (Bug #10958).

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

http://git.horde.org/horde-git/-/commit/e811c2726900acd7dd11ab31c4cf1d0c9bdfb350

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

commit b43b04882a077b644733ba62f1a593c2fceaad04
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 2 15:03:38 2012 -0700

    [mms] Improved parsing of S/MIME certificate information (Bug #10956).

 framework/Crypt/lib/Horde/Crypt/Smime.php |  733 ++++-------------------------
 framework/Crypt/package.xml               |    7 +-
 2 files changed, 89 insertions(+), 651 deletions(-)

http://git.horde.org/horde-git/-/commit/b43b04882a077b644733ba62f1a593c2fceaad04

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

commit dc1534d33fad0ecfefab9f35685ff7e968ec04f0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 2 15:21:01 2012 -0700

    Another rfc822 parsing test

 framework/Mail/test/Horde/Mail/ParseTest.php |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/dc1534d33fad0ecfefab9f35685ff7e968ec04f0

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

commit cbd439c680e9595b7207f66178853add6fa210b5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 2 15:27:53 2012 -0700

    Add addrArray2String test

 framework/Mime/test/Horde/Mime/AddressTest.php |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/cbd439c680e9595b7207f66178853add6fa210b5

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

commit cc6b0cb5f169d6b79fd11423ea6a1a9b7e963555
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 2 15:49:48 2012 -0700

    In validate mode, can't match ':' either.

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

http://git.horde.org/horde-git/-/commit/cc6b0cb5f169d6b79fd11423ea6a1a9b7e963555

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

commit 0bcbd194a7bde272c80e794f95bd27b15590398c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 2 22:14:32 2012 -0700

    Fix extended class name

 .../lib/Horde/Imap/Client/Exception/NoSupportExtension.php        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/0bcbd194a7bde272c80e794f95bd27b15590398c

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

commit 474895f80a889d60dd40536cbcc35e6c14d1a732
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 2 22:22:15 2012 -0700

    Fix failing unit tests
    
    This is stupid: PHPUnit won't allow expecting a plain old 'Exception'
    exception.  Which just seems like blatant broken behavior to me.  There
    are several built-in PHP classes that throw Exception natively (e.g.
    DateTime), so you can't explicitly check for errors. Dumb.

 framework/Support/test/Horde/Support/BacktraceTest.php      |    6 +++---
 framework/Support/test/Horde/Support/ConsistentHashTest.php |    6 ++++--
 framework/Support/test/Horde/Support/MemoryTest.php         |    8 ++++----
 framework/Support/test/Horde/Support/TimerTest.php          |    6 ++++--
 4 files changed, 15 insertions(+), 11 deletions(-)

http://git.horde.org/horde-git/-/commit/474895f80a889d60dd40536cbcc35e6c14d1a732

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

commit 5ce5502d4df221e18bbec5a083e84d242c793d68
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 2 22:49:20 2012 -0700

    Show 'To' sorting option in vertical dynamic view in sent-mail mailbox

 imp/js/dimpbase.js           |    5 +++++
 imp/templates/dimp/index.inc |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/5ce5502d4df221e18bbec5a083e84d242c793d68

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

commit 93c6239bd47c258379b42f061af8111dcb4e418e
Merge: e6068d2 5ce5502
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Feb 3 00:32:27 2012 -0700

    Merge branch 'master' into develop

 framework/Crypt/lib/Horde/Crypt/Smime.php                         |  733 +----
 framework/Crypt/package.xml                                       |    7 +-
 .../lib/Horde/Imap/Client/Exception/NoSupportExtension.php        |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    4 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php       |    4 +-
 framework/Imap_Client/package.xml                                 |    4 +-
 framework/Mail/lib/Horde/Mail/Rfc822.php                          |    2 +-
 framework/Mail/test/Horde/Mail/ParseTest.php                      |   13 +
 framework/Mime/test/Horde/Mime/AddressTest.php                    |   10 +
 framework/Support/test/Horde/Support/BacktraceTest.php            |    6 +-
 framework/Support/test/Horde/Support/ConsistentHashTest.php       |    6 +-
 framework/Support/test/Horde/Support/MemoryTest.php               |    8 +-
 framework/Support/test/Horde/Support/TimerTest.php                |    6 +-
 imp/js/dimpbase.js                                                |    5 +
 imp/templates/dimp/index.inc                                      |    1 +
 mnemo/migration/4_mnemo_upgrade_sqlhierarchical.php               |   19 +-
 mnemo/migration/5_mnemo_upgrade_sqlnghierarchical.php             |   21 +-
 17 files changed, 166 insertions(+), 685 deletions(-)

http://git.horde.org/horde-git/-/commit/93c6239bd47c258379b42f061af8111dcb4e418e




More information about the commits mailing list