[commits] Horde branch horde_activesync_3_0 updated. 45f6b3ff4bab687dfeb690fbd88a6fe31396e44d

Michael J. Rubinsky mrubinsk at horde.org
Thu Mar 21 20:19:01 UTC 2013


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

from: dea779a92979558fdb2de67e7fb37cc011e0f3a6

3ca999a Use the version property from the device.
9940c3f Move abstract methods to end of file.
4e57f41 Use $device->version
183d582 More places to use $device->version
e555e71 No need for this protected property anylonger.
72703e5 Allow $exporter to be null.
7dd6957 Don't include messages we know were deleted in this set.
3eb19e8 Add simple factory for obtaining message objects.
45f6b3f Use Horde_ActiveSync::messageFactory()

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

commit 3ca999ad947b2c2f7e2c1995aec49a65cf357e05
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 21 13:36:04 2013 -0400

    Use the version property from the device.

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

http://git.horde.org/horde-git/-/commit/3ca999ad947b2c2f7e2c1995aec49a65cf357e05

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

commit 9940c3f1378a464f8e3b719d22b103b15db3da2e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 21 13:37:02 2013 -0400

    Move abstract methods to end of file.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Base.php |   14 ++++++------
 1 files changed, 7 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/9940c3f1378a464f8e3b719d22b103b15db3da2e

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

commit 4e57f41ea37f8234c6016f6491259303dafcf742
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 21 13:42:51 2013 -0400

    Use $device->version

 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php  |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php       |   18 +++---
 3 files changed, 13 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/4e57f41ea37f8234c6016f6491259303dafcf742

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

commit 183d582a886060f3b5308c2b3d0c118be9537fd4
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 21 13:44:37 2013 -0400

    More places to use $device->version

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Provision.php |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php  |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php      |   10 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/183d582a886060f3b5308c2b3d0c118be9537fd4

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

commit e555e717aca01ac528c8b3eb2dc58aa73e8358d2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 21 13:45:09 2013 -0400

    No need for this protected property anylonger.

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

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

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

commit 72703e5d25c484af9d6e40906850ab1620e58ea3
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 21 14:59:57 2013 -0400

    Allow $exporter to be null.
    
    It's not needed in all sync operations, and this allows us
    to keep the type hint.

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

http://git.horde.org/horde-git/-/commit/72703e5d25c484af9d6e40906850ab1620e58ea3

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

commit 7dd6957e59ce582d22400a5fa63f65bd1b34752d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 21 15:01:22 2013 -0400

    Don't include messages we know were deleted in this set.

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

http://git.horde.org/horde-git/-/commit/7dd6957e59ce582d22400a5fa63f65bd1b34752d

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

commit 3eb19e88d9610715b7e102053a2a85a0abd8f67c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 21 15:01:58 2013 -0400

    Add simple factory for obtaining message objects.

 framework/ActiveSync/lib/Horde/ActiveSync.php      |   64 ++++++++++++-------
 framework/ActiveSync/lib/Horde/ActiveSync/Sync.php |    4 +-
 2 files changed, 42 insertions(+), 26 deletions(-)

http://git.horde.org/horde-git/-/commit/3eb19e88d9610715b7e102053a2a85a0abd8f67c

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

commit 45f6b3ff4bab687dfeb690fbd88a6fe31396e44d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Mar 21 16:14:52 2013 -0400

    Use Horde_ActiveSync::messageFactory()

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php        |   10 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php        |    4 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php        |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php  |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php    |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php        |   21 +----
 7 files changed, 16 insertions(+), 27 deletions(-)

http://git.horde.org/horde-git/-/commit/45f6b3ff4bab687dfeb690fbd88a6fe31396e44d




More information about the commits mailing list