[commits] Horde branch master updated. 90672869f963e27c5c2a1274f8ee2af967bb470b

Michael J. Rubinsky mrubinsk at horde.org
Sat Feb 2 19:34:32 UTC 2013


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

from: eea9cfb507d379cc2a73698af78fe1646145886d

5dd803b Return the list of successfully deleted uids.
deee754 Return both successful and missing results.
928167c Actually update the state object so we don't mirror this change back.
ec8994e Ensure the uids exist before attempting to delete/move the messages.
5d98cb3 Send proper error codes in MOVEITEMS requests.
12fffed Use constant
f35410e Send proper error codes when messages are not found.
37ec3c5 Pass the return value back up the chain/phpdoc.
028d656 CHANGES, Bump API version.
396cc88 Ensure we have an array, or ignore.
9067286 CHANGES

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

commit 5dd803b6314dddb47a9e4d949138a31c64c24a78
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 2 13:57:30 2013 -0500

    Return the list of successfully deleted uids.

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

http://git.horde.org/horde-git/-/commit/5dd803b6314dddb47a9e4d949138a31c64c24a78

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

commit deee754c1e4725f599d91f5fdd924f689d3c67d5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 2 13:58:32 2013 -0500

    Return both successful and missing results.

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php |   14 +++++-
 1 files changed, 12 insertions(+), 2 deletions(-)

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

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

commit 928167c82de3f8a6d274b856b7134c89b1b6ff0d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 2 13:58:55 2013 -0500

    Actually update the state object so we don't mirror this change back.

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

http://git.horde.org/horde-git/-/commit/928167c82de3f8a6d274b856b7134c89b1b6ff0d

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

commit ec8994eac06dc16e138b77e326b80e088dd14e38
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 2 13:59:34 2013 -0500

    Ensure the uids exist before attempting to delete/move the messages.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |   42 ++++++++++--
 1 files changed, 36 insertions(+), 6 deletions(-)

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

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

commit 5d98cb3180e9f9b9080670e94442c5cc067bf17d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 2 14:00:09 2013 -0500

    Send proper error codes in MOVEITEMS requests.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/MoveItems.php |   51 ++++---
 1 files changed, 31 insertions(+), 20 deletions(-)

http://git.horde.org/horde-git/-/commit/5d98cb3180e9f9b9080670e94442c5cc067bf17d

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

commit 12fffed5698d01b5745ff06f7288f832c8b691f4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 2 14:00:23 2013 -0500

    Use constant

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

http://git.horde.org/horde-git/-/commit/12fffed5698d01b5745ff06f7288f832c8b691f4

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

commit f35410ea41ece334d2ac0322d145791da44645ad
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 2 14:00:56 2013 -0500

    Send proper error codes when messages are not found.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |   97 +++++++-----
 1 files changed, 61 insertions(+), 36 deletions(-)

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

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

commit 37ec3c586d0f14b5126ecbc12ce88cb8606a04fb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 2 14:01:32 2013 -0500

    Pass the return value back up the chain/phpdoc.

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

http://git.horde.org/horde-git/-/commit/37ec3c586d0f14b5126ecbc12ce88cb8606a04fb

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

commit 028d656f5255060edd2153d839ca84733e6ca6ab
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 2 14:28:40 2013 -0500

    CHANGES, Bump API version.

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

http://git.horde.org/horde-git/-/commit/028d656f5255060edd2153d839ca84733e6ca6ab

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

commit 396cc88e94b6cc09f5a78a054f88fec8e7144045
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 2 14:33:39 2013 -0500

    Ensure we have an array, or ignore.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/396cc88e94b6cc09f5a78a054f88fec8e7144045

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

commit 90672869f963e27c5c2a1274f8ee2af967bb470b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Feb 2 14:34:05 2013 -0500

    CHANGES

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

http://git.horde.org/horde-git/-/commit/90672869f963e27c5c2a1274f8ee2af967bb470b




More information about the commits mailing list