[commits] Horde branch activesync_2_9_0 updated. 5918f31b46f512ac51eb85c65a7b893ce86159ce
Michael J. Rubinsky
mrubinsk at horde.org
Tue Oct 8 13:58:04 UTC 2013
The branch "activesync_2_9_0" has been updated.
The following is a summary of the commits.
from: 8a8b548757d31d2f479a7138bf3c6cd6fe201120
cea45ad phpdoc
9c74bb2 [mms] getAvatarUrl() now returns a Horde_Url object.
8129a59 [mms] Change second parameter to getAvatarUrl() and fetchAvatar() to an array so that additional options can be provided.
ffbb528 [mms] Add 'default' and 'rating' options to getAvatarUrl().
9b406a7 Return null if the server indiciates the gravatar doesn't exist
1ff65b8 Disable buttons on submit on smartmobile logintasks page
31147d9 Bug #12737: Fix creating PGP keys for email with IDN domain
923c200 [mms] Fix key expiration for APC, Eaccelerator, and Xcache (Bug #12735).
e85b4af Return the total number of results.
22b1a19 Return proper range values.
8c87358 BFN
95a9a66 Bug: 12738 Always return mail folders, even if the mail api is not available.
2e963ae BFN
0b5823a Fix bug number.
39c953f params is an array, not an object
cfbeff8 Allow Windows 8 Mail app to connect without provisioning.
113b754 Revert debug value.
1187f95 Simplify
574106c Remove debug line and simplify.
3bb95ac Revert "Allow Windows 8 Mail app to connect without provisioning."
22d0478 Use the message factory.
c9e0872 Return image data in GAL search base64_encoded.
1631cdf BFN
d7a1cab Released Horde_ActiveSync-2.8.3
fe79a74 Development mode for Horde_ActiveSync-2.8.4
244c50b Update package.xml
83210d8 Development mode for Horde_Core-2.9.1
9712db0 Fix viral mis-naming of Horde_Http_Exception
e02ef90 Bug: 12739 Fix Facebook search.
22b71f2 BFN
988b84f Released Horde_Cache-2.3.0
6496fb0 Development mode for Horde_Cache-2.3.1
9e88993 Unused
01accaf This is fixed, so bump minimum version for Horde_Imap_Client too.
5918f31 Merge branch 'master' into activesync_2_9_0
Summary: http://github.com/horde/horde/compare/8a8b548757d31d2f479a7138bf3c6cd6fe201120...5918f31b46f512ac51eb85c65a7b893ce86159ce
-----------------------------------------------------------------------
commit cea45ada9a0726621c2acf260daf0f8603306a10
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Oct 3 21:05:17 2013 -0600
phpdoc
InvalidArgumentException doesn't need to be documented; this is a logic
error (as opposed to runtime error).
framework/Service_Gravatar/lib/Horde/Service/Gravatar.php | 56 ++---
.../Service_Gravatar/test/Horde/Service/Gravatar/GravatarTest.php | 35 +--
.../Service_Gravatar/test/Horde/Service/Gravatar/ServerTest.php | 35 +--
3 files changed, 50 insertions(+), 76 deletions(-)
http://github.com/horde/horde/commit/cea45ada9a0726621c2acf260daf0f8603306a10
http://git.horde.org/horde-git/-/commit/cea45ada9a0726621c2acf260daf0f8603306a10
-----------------------------------------------------------------------
commit 9c74bb256b1e00f687c14a9c2f0ca7428a7fabc5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Oct 3 21:09:18 2013 -0600
[mms] getAvatarUrl() now returns a Horde_Url object.
framework/Service_Gravatar/lib/Horde/Service/Gravatar.php | 10 ++++++++--
framework/Service_Gravatar/package.xml | 9 +++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/9c74bb256b1e00f687c14a9c2f0ca7428a7fabc5
http://git.horde.org/horde-git/-/commit/9c74bb256b1e00f687c14a9c2f0ca7428a7fabc5
-----------------------------------------------------------------------
commit 8129a59938c74dac471eebbc039ae2ce89d10902
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Oct 3 21:17:08 2013 -0600
[mms] Change second parameter to getAvatarUrl() and fetchAvatar() to an array so that additional options can be provided.
framework/Service_Gravatar/lib/Horde/Service/Gravatar.php | 31 ++++++++-----
framework/Service_Gravatar/package.xml | 2 +
2 files changed, 22 insertions(+), 11 deletions(-)
http://github.com/horde/horde/commit/8129a59938c74dac471eebbc039ae2ce89d10902
http://git.horde.org/horde-git/-/commit/8129a59938c74dac471eebbc039ae2ce89d10902
-----------------------------------------------------------------------
commit ffbb528da40770ee4ed6a512bace54bdb9c940a8
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Oct 3 21:20:11 2013 -0600
[mms] Add 'default' and 'rating' options to getAvatarUrl().
framework/Service_Gravatar/lib/Horde/Service/Gravatar.php | 10 ++++++++++
framework/Service_Gravatar/package.xml | 2 ++
2 files changed, 12 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/ffbb528da40770ee4ed6a512bace54bdb9c940a8
http://git.horde.org/horde-git/-/commit/ffbb528da40770ee4ed6a512bace54bdb9c940a8
-----------------------------------------------------------------------
commit 9b406a77316f08306e9b92b53a0107ed510a7400
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Oct 3 23:23:13 2013 -0600
Return null if the server indiciates the gravatar doesn't exist
framework/Service_Gravatar/lib/Horde/Service/Gravatar.php | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/9b406a77316f08306e9b92b53a0107ed510a7400
http://git.horde.org/horde-git/-/commit/9b406a77316f08306e9b92b53a0107ed510a7400
-----------------------------------------------------------------------
commit 1ff65b876afd633b365fd74b29dce749f92244ca
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Oct 4 00:26:26 2013 -0600
Disable buttons on submit on smartmobile logintasks page
horde/js/logintasks-jquery.js | 7 +++++++
horde/templates/logintasks/smartmobile.html.php | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/1ff65b876afd633b365fd74b29dce749f92244ca
http://git.horde.org/horde-git/-/commit/1ff65b876afd633b365fd74b29dce749f92244ca
-----------------------------------------------------------------------
commit 31147d950c514390c6ba5986f77fc3de3347c94a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Oct 6 20:27:08 2013 -0600
Bug #12737: Fix creating PGP keys for email with IDN domain
imp/lib/Prefs/Special/PgpPrivateKey.php | 2 +-
imp/package.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/31147d950c514390c6ba5986f77fc3de3347c94a
http://git.horde.org/horde-git/-/commit/31147d950c514390c6ba5986f77fc3de3347c94a
-----------------------------------------------------------------------
commit 923c200e1165144f9d1bb4a1e39073bab4181dd8
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Oct 6 22:53:29 2013 -0600
[mms] Fix key expiration for APC, Eaccelerator, and Xcache (Bug #12735).
framework/Cache/lib/Horde/Cache/Storage/Apc.php | 1 -
framework/Cache/lib/Horde/Cache/Storage/Eaccelerator.php | 1 -
framework/Cache/lib/Horde/Cache/Storage/Xcache.php | 3 +--
framework/Cache/package.xml | 2 ++
4 files changed, 3 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/923c200e1165144f9d1bb4a1e39073bab4181dd8
http://git.horde.org/horde-git/-/commit/923c200e1165144f9d1bb4a1e39073bab4181dd8
-----------------------------------------------------------------------
commit e85b4af916cb780e14354b29a28ae1e5228719c7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 09:54:20 2013 -0400
Return the total number of results.
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/e85b4af916cb780e14354b29a28ae1e5228719c7
http://git.horde.org/horde-git/-/commit/e85b4af916cb780e14354b29a28ae1e5228719c7
-----------------------------------------------------------------------
commit 22b1a19a233a2549be339eed088165cd54f415d7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 09:56:11 2013 -0400
Return proper range values.
framework/ActiveSync/lib/Horde/ActiveSync/Request/Search.php | 23 ++++++++--
1 files changed, 19 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/22b1a19a233a2549be339eed088165cd54f415d7
http://git.horde.org/horde-git/-/commit/22b1a19a233a2549be339eed088165cd54f415d7
-----------------------------------------------------------------------
commit 8c87358cb9ef676d8983b3506625c0c5cca332ca
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 09:59:18 2013 -0400
BFN
framework/ActiveSync/package.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/8c87358cb9ef676d8983b3506625c0c5cca332ca
http://git.horde.org/horde-git/-/commit/8c87358cb9ef676d8983b3506625c0c5cca332ca
-----------------------------------------------------------------------
commit 95a9a6667dfcac4daa279e5b44a172790caba6d6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 10:29:30 2013 -0400
Bug: 12738 Always return mail folders, even if the mail api is not available.
Some clients refuse to consider a FOLDERSYNC successful if it is missing
the INBOX. Send dummy IMAP folders back to allow these devices to connect.
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/95a9a6667dfcac4daa279e5b44a172790caba6d6
http://git.horde.org/horde-git/-/commit/95a9a6667dfcac4daa279e5b44a172790caba6d6
-----------------------------------------------------------------------
commit 2e963ae5a7cd534174587f61e05a776571ffba23
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 10:31:39 2013 -0400
BFN
framework/Core/package.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/2e963ae5a7cd534174587f61e05a776571ffba23
http://git.horde.org/horde-git/-/commit/2e963ae5a7cd534174587f61e05a776571ffba23
-----------------------------------------------------------------------
commit 0b5823a6ed67f0b43b5033b59033bba163405282
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 10:47:31 2013 -0400
Fix bug number.
framework/Core/package.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/0b5823a6ed67f0b43b5033b59033bba163405282
http://git.horde.org/horde-git/-/commit/0b5823a6ed67f0b43b5033b59033bba163405282
-----------------------------------------------------------------------
commit 39c953f348ae41d571ee9c67fb4d0b6088a55a86
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Oct 7 20:41:42 2013 -0600
params is an array, not an object
framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter/Pretty.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/39c953f348ae41d571ee9c67fb4d0b6088a55a86
http://git.horde.org/horde-git/-/commit/39c953f348ae41d571ee9c67fb4d0b6088a55a86
-----------------------------------------------------------------------
commit cfbeff8aa948f1796998371c3fb383a63f81791b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 11:59:10 2013 -0400
Allow Windows 8 Mail app to connect without provisioning.
framework/ActiveSync/lib/Horde/ActiveSync.php | 3 +-
framework/ActiveSync/lib/Horde/ActiveSync/Device.php | 39 +++++++++++++++--
2 files changed, 36 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/cfbeff8aa948f1796998371c3fb383a63f81791b
http://git.horde.org/horde-git/-/commit/cfbeff8aa948f1796998371c3fb383a63f81791b
-----------------------------------------------------------------------
commit 113b7541041cef6ac6c9cb6c4bc8d548a4563b98
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 12:14:34 2013 -0400
Revert debug value.
kronolith/js/kronolith.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/113b7541041cef6ac6c9cb6c4bc8d548a4563b98
http://git.horde.org/horde-git/-/commit/113b7541041cef6ac6c9cb6c4bc8d548a4563b98
-----------------------------------------------------------------------
commit 1187f95da3e3e6ed184fae899569e6b8c37d9f52
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 12:17:54 2013 -0400
Simplify
framework/ActiveSync/lib/Horde/ActiveSync/Device.php | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/1187f95da3e3e6ed184fae899569e6b8c37d9f52
http://git.horde.org/horde-git/-/commit/1187f95da3e3e6ed184fae899569e6b8c37d9f52
-----------------------------------------------------------------------
commit 574106c31c40049a8ac3335269daf378599f4f4b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 12:20:03 2013 -0400
Remove debug line and simplify.
kronolith/config/prefs.php | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/574106c31c40049a8ac3335269daf378599f4f4b
http://git.horde.org/horde-git/-/commit/574106c31c40049a8ac3335269daf378599f4f4b
-----------------------------------------------------------------------
commit 3bb95acb92af97165543fdaec0e13f0523bf6f23
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 19:07:47 2013 -0400
Revert "Allow Windows 8 Mail app to connect without provisioning."
This reverts commit 65e1132c09238f85d20f5d945906db1dc0ddd557.
Conflicts:
framework/ActiveSync/lib/Horde/ActiveSync/Device.php
framework/ActiveSync/lib/Horde/ActiveSync.php | 3 +-
framework/ActiveSync/lib/Horde/ActiveSync/Device.php | 38 ++----------------
2 files changed, 5 insertions(+), 36 deletions(-)
http://github.com/horde/horde/commit/3bb95acb92af97165543fdaec0e13f0523bf6f23
http://git.horde.org/horde-git/-/commit/3bb95acb92af97165543fdaec0e13f0523bf6f23
-----------------------------------------------------------------------
commit 22d0478a05ab04ce81045110a15f971c25720df1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 22:47:39 2013 -0400
Use the message factory.
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/22d0478a05ab04ce81045110a15f971c25720df1
http://git.horde.org/horde-git/-/commit/22d0478a05ab04ce81045110a15f971c25720df1
-----------------------------------------------------------------------
commit c9e08729a5aed7778616b5a57b3277826fcf280a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 22:47:54 2013 -0400
Return image data in GAL search base64_encoded.
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/c9e08729a5aed7778616b5a57b3277826fcf280a
http://git.horde.org/horde-git/-/commit/c9e08729a5aed7778616b5a57b3277826fcf280a
-----------------------------------------------------------------------
commit 1631cdf97b0d04c1626acfaf9a6e4d0689288e60
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 23:17:53 2013 -0400
BFN
framework/ActiveSync/package.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/1631cdf97b0d04c1626acfaf9a6e4d0689288e60
http://git.horde.org/horde-git/-/commit/1631cdf97b0d04c1626acfaf9a6e4d0689288e60
-----------------------------------------------------------------------
commit d7a1cab227032e1eb5e3035cef99c35fdc2e31b3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 23:40:38 2013 -0400
Released Horde_ActiveSync-2.8.3
framework/ActiveSync/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/d7a1cab227032e1eb5e3035cef99c35fdc2e31b3
http://git.horde.org/horde-git/-/commit/d7a1cab227032e1eb5e3035cef99c35fdc2e31b3
-----------------------------------------------------------------------
commit fe79a74794521fc8db1b47252b243eb0abdfa8d8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 23:40:38 2013 -0400
Development mode for Horde_ActiveSync-2.8.4
framework/ActiveSync/package.xml | 20 +++++++++++++++-----
1 files changed, 15 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/fe79a74794521fc8db1b47252b243eb0abdfa8d8
http://git.horde.org/horde-git/-/commit/fe79a74794521fc8db1b47252b243eb0abdfa8d8
-----------------------------------------------------------------------
commit 244c50b0b330e38f0e3766aff76a6deaefd046f4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Mon Oct 7 23:51:49 2013 -0400
Update package.xml
framework/Core/package.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/244c50b0b330e38f0e3766aff76a6deaefd046f4
http://git.horde.org/horde-git/-/commit/244c50b0b330e38f0e3766aff76a6deaefd046f4
-----------------------------------------------------------------------
commit 83210d8536cc3f2b1db05b51045a4cd362cad6c7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Oct 8 00:04:21 2013 -0400
Development mode for Horde_Core-2.9.1
framework/Core/package.xml | 24 +++++++++++++++---------
1 files changed, 15 insertions(+), 9 deletions(-)
http://github.com/horde/horde/commit/83210d8536cc3f2b1db05b51045a4cd362cad6c7
http://git.horde.org/horde-git/-/commit/83210d8536cc3f2b1db05b51045a4cd362cad6c7
-----------------------------------------------------------------------
commit 9712db0ea1109a6cd7b3fa3cf8887f7970f97a55
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Oct 8 00:13:01 2013 -0400
Fix viral mis-naming of Horde_Http_Exception
framework/Core/lib/Horde/Config.php | 2 +-
framework/Core/lib/Horde/Core/Factory/HttpClient.php | 2 +-
framework/Release/lib/Horde/Release/Whups.php | 2 +-
framework/Rpc/lib/Horde/Rpc/Jsonrpc.php | 2 +-
framework/Rpc/lib/Horde/Rpc/Phpgw.php | 2 +-
framework/Rpc/lib/Horde/Rpc/Xmlrpc.php | 2 +-
.../Service_Facebook/lib/Horde/Service/Facebook/Request/Graph.php | 6 ++--
kronolith/lib/FreeBusy.php | 2 +-
kronolith/lib/Storage/Kolab.php | 2 +-
whups/bin/whups-git-hook | 2 +-
whups/bin/whups-svn-hook | 2 +-
11 files changed, 13 insertions(+), 13 deletions(-)
http://github.com/horde/horde/commit/9712db0ea1109a6cd7b3fa3cf8887f7970f97a55
http://git.horde.org/horde-git/-/commit/9712db0ea1109a6cd7b3fa3cf8887f7970f97a55
-----------------------------------------------------------------------
commit e02ef905340dce0cefac6f16251b14bfbde11acc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Oct 8 00:26:21 2013 -0400
Bug: 12739 Fix Facebook search.
turba/lib/Driver/Facebook.php | 35 +++++++++++++++++++++++------------
1 files changed, 23 insertions(+), 12 deletions(-)
http://github.com/horde/horde/commit/e02ef905340dce0cefac6f16251b14bfbde11acc
http://git.horde.org/horde-git/-/commit/e02ef905340dce0cefac6f16251b14bfbde11acc
-----------------------------------------------------------------------
commit 22b71f2e25a40bff6bcc752f923334e446d729d2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Oct 8 00:34:00 2013 -0400
BFN
turba/docs/CHANGES | 1 +
turba/package.xml | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/22b71f2e25a40bff6bcc752f923334e446d729d2
http://git.horde.org/horde-git/-/commit/22b71f2e25a40bff6bcc752f923334e446d729d2
-----------------------------------------------------------------------
commit 988b84f2d1cbf083bcef977f54279ba09b1bc296
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Oct 8 01:32:41 2013 -0400
Released Horde_Cache-2.3.0
framework/Cache/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/988b84f2d1cbf083bcef977f54279ba09b1bc296
http://git.horde.org/horde-git/-/commit/988b84f2d1cbf083bcef977f54279ba09b1bc296
-----------------------------------------------------------------------
commit 6496fb0d4d1768fa81ab5df0e1479d107915eb37
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Oct 8 01:32:47 2013 -0400
Development mode for Horde_Cache-2.3.1
framework/Cache/package.xml | 18 +++++++++++++++---
1 files changed, 15 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/6496fb0d4d1768fa81ab5df0e1479d107915eb37
http://git.horde.org/horde-git/-/commit/6496fb0d4d1768fa81ab5df0e1479d107915eb37
-----------------------------------------------------------------------
commit 9e8899309a6a657aa699e4d461ca36c06bea171f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Oct 8 09:48:06 2013 -0400
Unused
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/9e8899309a6a657aa699e4d461ca36c06bea171f
http://git.horde.org/horde-git/-/commit/9e8899309a6a657aa699e4d461ca36c06bea171f
-----------------------------------------------------------------------
commit 01accaf0b1a24a493ec0fffea8c85290922fc8cc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Oct 8 09:50:28 2013 -0400
This is fixed, so bump minimum version for Horde_Imap_Client too.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 3 +--
framework/ActiveSync/package.xml | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/01accaf0b1a24a493ec0fffea8c85290922fc8cc
http://git.horde.org/horde-git/-/commit/01accaf0b1a24a493ec0fffea8c85290922fc8cc
-----------------------------------------------------------------------
commit 5918f31b46f512ac51eb85c65a7b893ce86159ce
Merge: 8a8b548 01accaf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Oct 8 09:57:44 2013 -0400
Merge branch 'master' into activesync_2_9_0
Conflicts:
framework/ActiveSync/package.xml
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 4 +-
framework/ActiveSync/lib/Horde/ActiveSync/Request/Search.php | 23 +-
framework/ActiveSync/package.xml | 23 +-
framework/Cache/lib/Horde/Cache/Storage/Apc.php | 1 -
framework/Cache/lib/Horde/Cache/Storage/Eaccelerator.php | 1 -
framework/Cache/lib/Horde/Cache/Storage/Xcache.php | 3 +-
framework/Cache/package.xml | 22 +-
framework/Core/lib/Horde/Config.php | 2 +-
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 30 +-
framework/Core/lib/Horde/Core/Ajax/Imple/AutoCompleter/Pretty.php | 4 +-
framework/Core/lib/Horde/Core/Factory/HttpClient.php | 2 +-
framework/Core/package.xml | 28 +-
framework/Release/lib/Horde/Release/Whups.php | 2 +-
framework/Rpc/lib/Horde/Rpc/Jsonrpc.php | 2 +-
framework/Rpc/lib/Horde/Rpc/Phpgw.php | 2 +-
framework/Rpc/lib/Horde/Rpc/Xmlrpc.php | 2 +-
.../Service_Facebook/lib/Horde/Service/Facebook/Request/Graph.php | 6 +-
framework/Service_Gravatar/lib/Horde/Service/Gravatar.php | 107 +++--
framework/Service_Gravatar/package.xml | 13 +
.../Service_Gravatar/test/Horde/Service/Gravatar/GravatarTest.php | 35 +-
.../Service_Gravatar/test/Horde/Service/Gravatar/ServerTest.php | 35 +-
horde/js/logintasks-jquery.js | 7 +
horde/templates/logintasks/smartmobile.html.php | 2 +-
imp/lib/Prefs/Special/PgpPrivateKey.php | 2 +-
imp/package.xml | 2 +-
kronolith/config/prefs.php | 6 +-
kronolith/js/kronolith.js | 2 +-
kronolith/lib/FreeBusy.php | 2 +-
kronolith/lib/Storage/Kolab.php | 2 +-
turba/docs/CHANGES | 1 +
turba/lib/Driver/Facebook.php | 35 +-
turba/package.xml | 2 +
whups/bin/whups-git-hook | 2 +-
whups/bin/whups-svn-hook | 2 +-
34 files changed, 248 insertions(+), 166 deletions(-)
http://github.com/horde/horde/commit/5918f31b46f512ac51eb85c65a7b893ce86159ce
http://git.horde.org/horde-git/-/commit/5918f31b46f512ac51eb85c65a7b893ce86159ce
More information about the commits
mailing list