[commits] Horde branch turba_4_1 updated. 2c1ab9edcd2f0c87a358ecc71790f2411d71b63f

Michael J. Rubinsky mrubinsk at horde.org
Wed Apr 3 20:23:29 UTC 2013


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

from: 12b344fd3da8f6da5689058479f0a24e5754e6cf

8f52b6b User-Agent header is not required when SETTINGS command is used.
97ddd8c Work around broken HTC clients that send -1 in place of empty tags.
422d3b8 BFN
81aed1d Fix assumption that memcache is available for tests
c67e867 This needs both the public and private key
f0370e6 Revocation w/passphrases doesn't work in GPG2 due to the way pinentry works
cf52287 Not sure how this ever worked: mail messages absolutely must have a from address
876ed0d Yikes. phpunit silently dying because exif isn't available. Another reason why '@' function prefixes are bad
f262328 Fix broken tests
1672f7e [mms] Fix Horde_Crypt_Pgp#encryptedSymmetrically() rom entering an infinite loop when using GnuPg v2.
a5bc1cf I don't pretend to know why these ampersands are there, but adding the missing initial one fixes things for me
dcb2d11 Don't mangle the username if we are trying to strip the email.
2c1ab9e Merge branch 'master' into turba_4_1

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

commit 8f52b6b106875d63235f6d06147e897a2a6c57f2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 3 11:47:58 2013 -0400

    User-Agent header is not required when SETTINGS command is used.
    
    Add temporary value until the SETTINGS command populates it.
    Bug: 12154

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

http://git.horde.org/horde-git/-/commit/8f52b6b106875d63235f6d06147e897a2a6c57f2

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

commit 97ddd8c9cb78e441999af22b3ec6cc72d47bb29b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 3 12:09:06 2013 -0400

    Work around broken HTC clients that send -1 in place of empty tags.
    
    Bug: 12155

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |    9 ++++-
 1 files changed, 7 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/97ddd8c9cb78e441999af22b3ec6cc72d47bb29b

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

commit 422d3b893a6a87b264fd2f5ffe38c3104477cd59
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 3 12:40:15 2013 -0400

    BFN

 framework/ActiveSync/package.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/422d3b893a6a87b264fd2f5ffe38c3104477cd59

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

commit 81aed1de5440c416f366f346bf02b6d7982d43cb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 3 11:04:07 2013 -0600

    Fix assumption that memcache is available for tests

 .../test/Horde/SessionHandler/Storage/MemcacheTest.php            |    5 +-
 .../test/Horde/SessionHandler/Storage/StackTest.php               |   28 ++---
 2 files changed, 13 insertions(+), 20 deletions(-)

http://git.horde.org/horde-git/-/commit/81aed1de5440c416f366f346bf02b6d7982d43cb

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

commit c67e8672fd1bca0a132dfca416835ee0f0dc00d0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 3 11:40:32 2013 -0600

    This needs both the public and private key

 framework/Crypt/lib/Horde/Crypt/Pgp.php |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

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

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

commit f0370e6f7699ff4c5e03db4512867736914999d8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 3 11:43:39 2013 -0600

    Revocation w/passphrases doesn't work in GPG2 due to the way pinentry works

 framework/Crypt/test/Horde/Crypt/PgpTest.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

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

commit cf5228728d8cc3d58afb2e09d9b2ebefaa885935
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 3 11:51:38 2013 -0600

    Not sure how this ever worked: mail messages absolutely must have a from address

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

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

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

commit 876ed0d4577da248bd43e39182a0f73a476deae6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 3 12:12:35 2013 -0600

    Yikes. phpunit silently dying because exif isn't available. Another reason why '@' function prefixes are bad

 framework/Image/test/Horde/Image/Exif/ExiftoolTest.php |   15 ++++-----------
 framework/Image/test/Horde/Image/Exif/PhpTest.php      |   12 +++++++++++-
 framework/Image/test/Horde/Image/Exif/TestBase.php     |    9 ++++++++-
 3 files changed, 23 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/876ed0d4577da248bd43e39182a0f73a476deae6

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

commit f262328f5362d238692df952feba7e7cc5975483
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 3 12:20:35 2013 -0600

    Fix broken tests
    
    Test was not correctly/inconsistently calling constructor.

 framework/Push/test/Horde/Push/Unit/Push/Recipient/MailTest.php |   10 +++---
 1 files changed, 5 insertions(+), 5 deletions(-)

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

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

commit 1672f7e7af233cd9af5dbc467e5f6dcdbb0710c8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 3 13:43:49 2013 -0600

    [mms] Fix Horde_Crypt_Pgp#encryptedSymmetrically() rom entering an infinite loop when using GnuPg v2.

 framework/Crypt/lib/Horde/Crypt/Pgp.php |    3 ++-
 framework/Crypt/package.xml             |    2 ++
 2 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/1672f7e7af233cd9af5dbc467e5f6dcdbb0710c8

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

commit a5bc1cf8f0181462791e36a80de96a54e5a94bd6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 3 13:54:23 2013 -0600

    I don't pretend to know why these ampersands are there, but adding the missing initial one fixes things for me
    
    All tests now pass fo me on my local machine.

 framework/Vfs/test/Horde/Vfs/FileTest.php |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

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

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

commit dcb2d1120fcb660a6854c174433c0ee04b524a54
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 3 16:05:55 2013 -0400

    Don't mangle the username if we are trying to strip the email.

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

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

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

commit 2c1ab9edcd2f0c87a358ecc71790f2411d71b63f
Merge: 12b344f dcb2d11
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 3 16:23:11 2013 -0400

    Merge branch 'master' into turba_4_1

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |    3 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |    9 +-
 framework/ActiveSync/package.xml                                  |    4 +
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php               |    6 +-
 framework/Crypt/lib/Horde/Crypt/Pgp.php                           |   11 +-
 framework/Crypt/package.xml                                       |    2 +
 framework/Crypt/test/Horde/Crypt/PgpTest.php                      |    2 +
 framework/Image/test/Horde/Image/Exif/ExiftoolTest.php            |   15 +--
 framework/Image/test/Horde/Image/Exif/PhpTest.php                 |   12 ++-
 framework/Image/test/Horde/Image/Exif/TestBase.php                |    9 ++-
 framework/Mime/test/Horde/Mime/MailTest.php                       |    2 +
 framework/Push/test/Horde/Push/Unit/Push/Recipient/MailTest.php   |   10 +-
 .../test/Horde/SessionHandler/Storage/MemcacheTest.php            |    5 +-
 .../test/Horde/SessionHandler/Storage/StackTest.php               |   28 ++---
 framework/Vfs/test/Horde/Vfs/FileTest.php                         |   12 +--
 15 files changed, 73 insertions(+), 57 deletions(-)

http://git.horde.org/horde-git/-/commit/2c1ab9edcd2f0c87a358ecc71790f2411d71b63f




More information about the commits mailing list