[commits] Horde branch horde_activesync_3_0 updated. 082da0bceafaa3a6a1a8ace69f4c15a4771b8556
Michael J. Rubinsky
mrubinsk at horde.org
Wed Apr 3 20:12:55 UTC 2013
The branch "horde_activesync_3_0" has been updated.
The following is a summary of the commits.
from: bd9993eaa04ff375cdf434bf04d492f3157f8947
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.
082da0b Merge branch 'master' into horde_activesync_3_0
-----------------------------------------------------------------------
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 082da0bceafaa3a6a1a8ace69f4c15a4771b8556
Merge: bd9993e dcb2d11
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Apr 3 16:12:42 2013 -0400
Merge branch 'master' into horde_activesync_3_0
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 +--
12 files changed, 60 insertions(+), 54 deletions(-)
http://git.horde.org/horde-git/-/commit/082da0bceafaa3a6a1a8ace69f4c15a4771b8556
More information about the commits
mailing list