[commits] Horde branch master updated. 094ecdd492e8dd1ea8cf9def35c1d105abcc4ec0

Michael M Slusarz slusarz at horde.org
Wed Apr 29 20:27:35 UTC 2015


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

from: b3abe789b5ff9dfc194b6775a8d4529d12da956e

eb9ab81 getEncryptPackets() -> getEncryptKeys()
587e3c8 Fix test name
4ddb439 Add id and fingerprint properties to encrypt subkey return
3d9d447 Signing keys are now obtained via getSignKeys()
57c0140 Better support for revocation of entire key
bcd1cd2 [mms] Fix search queries where ID list given is explicitly empty, indicating that a match can never be successful (Bug #13971).
094ecdd Add test for inconsistent charsets in AND + OR searches

Summary: http://github.com/horde/horde/compare/b3abe789b5ff9dfc194b6775a8d4529d12da956e...094ecdd492e8dd1ea8cf9def35c1d105abcc4ec0

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

commit eb9ab81328c0e2d78726e428701a65b772426cf0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 29 10:44:54 2015 -0600

    getEncryptPackets() -> getEncryptKeys()

 framework/Pgp/lib/Horde/Pgp/Backend/Openpgp.php |    2 +-
 framework/Pgp/lib/Horde/Pgp/Element/Key.php     |    6 +++---
 framework/Pgp/test/Horde/Pgp/KeyTest.php        |    8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

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

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

commit 587e3c86eab5f8171331553ad8096ba752bda3e0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 29 10:45:26 2015 -0600

    Fix test name

 framework/Pgp/test/Horde/Pgp/KeyTest.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/587e3c86eab5f8171331553ad8096ba752bda3e0

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

commit 4ddb439950d07e24d63159e9d2ed2004d2b20b41
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 29 11:12:57 2015 -0600

    Add id and fingerprint properties to encrypt subkey return

 framework/Pgp/lib/Horde/Pgp/Element/Key.php |    8 +++-
 framework/Pgp/test/Horde/Pgp/KeyTest.php    |   66 ++++++++++++++++++---------
 2 files changed, 51 insertions(+), 23 deletions(-)

http://github.com/horde/horde/commit/4ddb439950d07e24d63159e9d2ed2004d2b20b41

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

commit 3d9d447243f81d85a6d4828b2499c0a7ed1c1618
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 29 11:13:21 2015 -0600

    Signing keys are now obtained via getSignKeys()

 framework/Pgp/lib/Horde/Pgp/Element/Key.php |   91 +++++++++-----------
 framework/Pgp/test/Horde/Pgp/KeyTest.php    |  126 ++++++++++++---------------
 2 files changed, 94 insertions(+), 123 deletions(-)

http://github.com/horde/horde/commit/3d9d447243f81d85a6d4828b2499c0a7ed1c1618

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

commit 57c01401ebbe401127a1562b35813cff17019290
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 29 11:56:32 2015 -0600

    Better support for revocation of entire key

 framework/Pgp/lib/Horde/Pgp/Element/Key.php |   12 ++++-----
 framework/Pgp/test/Horde/Pgp/KeyTest.php    |   35 ++++++++++++++++++++++++--
 2 files changed, 37 insertions(+), 10 deletions(-)

http://github.com/horde/horde/commit/57c01401ebbe401127a1562b35813cff17019290

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

commit bcd1cd251eb2670d4e3bcfec58aeb8ddc17ba3ff
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 29 14:14:21 2015 -0600

    [mms] Fix search queries where ID list given is explicitly empty, indicating that a match can never be successful (Bug #13971).

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php         |   46 ++-
 framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php |  159 +++++++---
 framework/Imap_Client/package.xml                            |    2 +
 framework/Imap_Client/test/Horde/Imap/Client/SearchTest.php  |   47 +++-
 4 files changed, 193 insertions(+), 61 deletions(-)

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

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

commit 094ecdd492e8dd1ea8cf9def35c1d105abcc4ec0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Apr 29 14:26:47 2015 -0600

    Add test for inconsistent charsets in AND + OR searches

 framework/Imap_Client/test/Horde/Imap/Client/SearchTest.php |   28 +++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/094ecdd492e8dd1ea8cf9def35c1d105abcc4ec0




More information about the commits mailing list