[commits] Horde branch master updated. ef6afb339341b56d1f7ae650d1cf5dd5a954aeb1

Michael J. Rubinsky mrubinsk at horde.org
Thu Jan 23 02:38:54 UTC 2014


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

from: 94230bf4b911921e78abc4cd014435f4afe20850

91a7dc8 Use 'RI' as the collection class too.
726a5a0 Only return the fields we know we need.
ec529c6 Only ask for a smaller subset of fields when performing a RI search.
019ac5a Viral typo.
3702895 ALWAYS use RI for recipient cache. Only need the FOLDER_TYPE on initial sync.
5bed6e2 Add some extra output to the error message.
4012326 Complete implementation for Receipient Information Cache.
3e32e7a Backend support for RI cache.
f64062b Pass the maxitems value.
5d0856f Have getServerChanges honor maxitems for RI collections.
ae905bf Unused.
69d95f9 Update package.xml
ef6afb3 Bump minimum version.

Summary: http://github.com/horde/horde/compare/94230bf4b911921e78abc4cd014435f4afe20850...ef6afb339341b56d1f7ae650d1cf5dd5a954aeb1

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

commit 91a7dc83d44c3576e28582d96108e142f2cbe71f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 22 12:38:00 2014 -0500

    Use 'RI' as the collection class too.

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

http://github.com/horde/horde/commit/91a7dc83d44c3576e28582d96108e142f2cbe71f
http://git.horde.org/horde-git/-/commit/91a7dc83d44c3576e28582d96108e142f2cbe71f

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

commit 726a5a0a4fb927551e0f2c71fdd12f97acd41697
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 22 14:04:48 2014 -0500

    Only return the fields we know we need.

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

http://github.com/horde/horde/commit/726a5a0a4fb927551e0f2c71fdd12f97acd41697
http://git.horde.org/horde-git/-/commit/726a5a0a4fb927551e0f2c71fdd12f97acd41697

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

commit ec529c63538f55f54bff0eece97f34ab7d89aba6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 22 14:08:19 2014 -0500

    Only ask for a smaller subset of fields when performing a RI search.

 framework/Core/lib/Horde/Core/ActiveSync/Connector.php |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/ec529c63538f55f54bff0eece97f34ab7d89aba6
http://git.horde.org/horde-git/-/commit/ec529c63538f55f54bff0eece97f34ab7d89aba6

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

commit 019ac5a7fe739d95a779d7204d0fb3297aba8ac9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 22 21:11:25 2014 -0500

    Viral typo.

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php |   10 ++++----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/019ac5a7fe739d95a779d7204d0fb3297aba8ac9
http://git.horde.org/horde-git/-/commit/019ac5a7fe739d95a779d7204d0fb3297aba8ac9

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

commit 37028952979f4ed98d70121a7d6e846bf338159f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 22 21:12:30 2014 -0500

    ALWAYS use RI for recipient cache. Only need the FOLDER_TYPE on initial sync.

 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php |    2 +-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/37028952979f4ed98d70121a7d6e846bf338159f
http://git.horde.org/horde-git/-/commit/37028952979f4ed98d70121a7d6e846bf338159f

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

commit 5bed6e2d57e99caa959928c8872b1860e827f9c3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 22 21:13:14 2014 -0500

    Add some extra output to the error message.

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php |    6 ++++--
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php              |    3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/5bed6e2d57e99caa959928c8872b1860e827f9c3
http://git.horde.org/horde-git/-/commit/5bed6e2d57e99caa959928c8872b1860e827f9c3

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

commit 401232639fd168217569253b622178836788b7f0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 22 21:16:13 2014 -0500

    Complete implementation for Receipient Information Cache.

 framework/ActiveSync/composer.json                                |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Folder/RI.php           |  155 +++++
 .../lib/Horde/ActiveSync/Message/RecipientInformation.php         |   67 ++
 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php          |    2 +-
 framework/ActiveSync/package.xml                                  |    8 +-
 5 files changed, 233 insertions(+), 5 deletions(-)
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Folder/RI.php
 create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Message/RecipientInformation.php

http://github.com/horde/horde/commit/401232639fd168217569253b622178836788b7f0
http://git.horde.org/horde-git/-/commit/401232639fd168217569253b622178836788b7f0

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

commit 3e32e7a37ca72cfe18207aab785fa4143b263ab0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 22 21:17:17 2014 -0500

    Backend support for RI cache.
    
    Uses IMP's Sentmail data as source or recipients.

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

http://github.com/horde/horde/commit/3e32e7a37ca72cfe18207aab785fa4143b263ab0
http://git.horde.org/horde-git/-/commit/3e32e7a37ca72cfe18207aab785fa4143b263ab0

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

commit f64062b86d379ab1b23b50abc9b051c93b251ef9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 22 21:28:12 2014 -0500

    Pass the maxitems value.

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

http://github.com/horde/horde/commit/f64062b86d379ab1b23b50abc9b051c93b251ef9
http://git.horde.org/horde-git/-/commit/f64062b86d379ab1b23b50abc9b051c93b251ef9

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

commit 5d0856ff475c8605b62adf06df18fc9dcb53d991
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 22 21:28:29 2014 -0500

    Have getServerChanges honor maxitems for RI collections.

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

http://github.com/horde/horde/commit/5d0856ff475c8605b62adf06df18fc9dcb53d991
http://git.horde.org/horde-git/-/commit/5d0856ff475c8605b62adf06df18fc9dcb53d991

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

commit ae905bf1ef900f1dd84fcab0894bfc6b95ec0b9f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 22 21:30:41 2014 -0500

    Unused.

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

http://github.com/horde/horde/commit/ae905bf1ef900f1dd84fcab0894bfc6b95ec0b9f
http://git.horde.org/horde-git/-/commit/ae905bf1ef900f1dd84fcab0894bfc6b95ec0b9f

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

commit 69d95f947f935b8440957681e277a4baf8dd7fc7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 22 21:34:24 2014 -0500

    Update package.xml

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

http://github.com/horde/horde/commit/69d95f947f935b8440957681e277a4baf8dd7fc7
http://git.horde.org/horde-git/-/commit/69d95f947f935b8440957681e277a4baf8dd7fc7

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

commit ef6afb339341b56d1f7ae650d1cf5dd5a954aeb1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Jan 22 21:34:37 2014 -0500

    Bump minimum version.

 framework/Core/package.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/ef6afb339341b56d1f7ae650d1cf5dd5a954aeb1
http://git.horde.org/horde-git/-/commit/ef6afb339341b56d1f7ae650d1cf5dd5a954aeb1




More information about the commits mailing list