[commits] Horde branch master updated. b128bf56702d4c0a0b9b790d88a5a16e09c6c6b0

Michael M Slusarz slusarz at horde.org
Mon Nov 24 21:51:53 UTC 2014


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

from: 3df623aed540d23f832d933cd4a4884ec68970ed

6889de5 coding style
a8de969 [mms] Better cache unserialization error handling for all backends.
028f570 coding style
71275f3 fix test name
6fa4ad2 [mms] Improved sanity checking when adding header data.
b128bf5 Not needed anymore

Summary: http://github.com/horde/horde/compare/3df623aed540d23f832d933cd4a4884ec68970ed...b128bf56702d4c0a0b9b790d88a5a16e09c6c6b0

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

commit 6889de55fa4532d030e64842ed9d852cd119a160
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 24 12:27:52 2014 -0700

    coding style

 .../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Cache.php     |    3 ++-
 framework/Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Db.php  |    3 ++-
 .../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Mongo.php     |    4 +++-
 .../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Null.php      |    3 ++-
 4 files changed, 9 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/6889de55fa4532d030e64842ed9d852cd119a160

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

commit a8de96994948864138443156229ddbe65aadb641
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 24 13:11:09 2014 -0700

    [mms] Better cache unserialization error handling for all backends.

 .../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Cache.php     |   29 +++--
 framework/Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Db.php  |   18 ++-
 .../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Mongo.php     |    8 +-
 framework/Imap_Client/package.xml                                 |    4 +-
 4 files changed, 39 insertions(+), 20 deletions(-)

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

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

commit 028f570746a4d7a4068198a5d10930e6317d1241
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 24 14:01:57 2014 -0700

    coding style

 framework/Mime/lib/Horde/Mime/Headers/Addresses.php        |    4 ++--
 framework/Mime/lib/Horde/Mime/Headers/AddressesMulti.php   |    4 ++--
 framework/Mime/lib/Horde/Mime/Headers/ContentParam.php     |    4 ++--
 framework/Mime/lib/Horde/Mime/Headers/Date.php             |    2 +-
 framework/Mime/lib/Horde/Mime/Headers/Element.php          |    2 +-
 framework/Mime/lib/Horde/Mime/Headers/Element/Multiple.php |    2 +-
 framework/Mime/lib/Horde/Mime/Headers/Element/Single.php   |    2 +-
 framework/Mime/lib/Horde/Mime/Headers/Identification.php   |    2 +-
 framework/Mime/lib/Horde/Mime/Headers/MessageId.php        |    2 +-
 framework/Mime/lib/Horde/Mime/Headers/MimeVersion.php      |    2 +-
 framework/Mime/lib/Horde/Mime/Headers/Received.php         |    2 +-
 framework/Mime/lib/Horde/Mime/Headers/Subject.php          |    2 +-
 framework/Mime/lib/Horde/Mime/Headers/UserAgent.php        |    2 +-
 13 files changed, 16 insertions(+), 16 deletions(-)

http://github.com/horde/horde/commit/028f570746a4d7a4068198a5d10930e6317d1241

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

commit 71275f3bfab55268e51c7d7caf7c829cc782c740
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 24 14:15:35 2014 -0700

    fix test name

 framework/Mime/test/Horde/Mime/HeadersTest.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/71275f3bfab55268e51c7d7caf7c829cc782c740

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

commit 6fa4ad235c9841f365f376d97e402cd291dc8d06
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 24 14:36:06 2014 -0700

    [mms] Improved sanity checking when adding header data.
    
    Sanity checking is always active.
    Sanity checking semantics now differ depending on the type of header.

 framework/Mime/lib/Horde/Mime/Headers.php                  |   52 +-----------
 framework/Mime/lib/Horde/Mime/Headers/Addresses.php        |   10 ++
 framework/Mime/lib/Horde/Mime/Headers/AddressesMulti.php   |   15 +++-
 framework/Mime/lib/Horde/Mime/Headers/ContentParam.php     |   24 +++--
 framework/Mime/lib/Horde/Mime/Headers/Element.php          |   35 ++++++++
 framework/Mime/lib/Horde/Mime/Headers/Element/Multiple.php |    9 +--
 framework/Mime/lib/Horde/Mime/Headers/Element/Single.php   |    4 +-
 framework/Mime/package.xml                                 |    4 +-
 framework/Mime/test/Horde/Mime/HeadersTest.php             |    5 +
 9 files changed, 88 insertions(+), 70 deletions(-)

http://github.com/horde/horde/commit/6fa4ad235c9841f365f376d97e402cd291dc8d06

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

commit b128bf56702d4c0a0b9b790d88a5a16e09c6c6b0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Nov 24 14:37:43 2014 -0700

    Not needed anymore

 framework/Imap_Client/lib/Horde/Imap/Client/Data/Envelope.php |    4 +---
 framework/Imap_Client/package.xml                             |    2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

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




More information about the commits mailing list