[commits] Horde branch master updated. be5dc477eee99fc7d6ce34320a7ad54ea9236228

Michael J. Rubinsky mrubinsk at horde.org
Mon Jul 25 01:23:04 UTC 2011


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

from: 4fd2c31bf65accb6717f1330cbd8cc2b3ef1c9ba

dea89fb Policykey needs to be per device, not per user.
46462ac No need to join these tables, the user table also has the deviceid
989074c ws
b11e5e6 prevent gc problems due to circular reference
c8c1d72 No need to enable this debug output here now.
c333c4b Log the state reset
aedb58e Tweak spacing in log output
b41d2bb Be more friendly to multiple user accounts on a single device
282de1d Use Turba_Driver#search() for fetching the object.
b837149 Logging
d4b2a3f This is not used, and in fact, will always be zero here anyway.
d957ee0 Make policykey per user, not per device.
be5dc47 changes

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

commit dea89fb5a8ead8182594116aa73c385b74450ffc
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 23 17:46:45 2011 -0400

    Policykey needs to be per device, not per user.

 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |   34 +++++++----
 1 files changed, 21 insertions(+), 13 deletions(-)

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

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

commit 46462acc7d70d8c129c51b8d317a11fe1cf2414f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Jul 23 17:48:49 2011 -0400

    No need to join these tables, the user table also has the deviceid

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

http://git.horde.org/horde-git/-/commit/46462acc7d70d8c129c51b8d317a11fe1cf2414f

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

commit 989074c8d64282cfbeca444505be97e1d69fb8ef
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 24 11:41:20 2011 -0400

    ws

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

http://git.horde.org/horde-git/-/commit/989074c8d64282cfbeca444505be97e1d69fb8ef

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

commit b11e5e60f45ec47c620f680dcc0e23202f44e97a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 24 12:42:26 2011 -0400

    prevent gc problems due to circular reference

 framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php |    5 +++++
 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php  |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)

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

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

commit c8c1d727b73ac54396faf63d0b0d91dfd26ef0e1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 24 13:57:11 2011 -0400

    No need to enable this debug output here now.
    
    Really only useful when mucking around with different protocol versions.

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

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

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

commit c333c4b06e622fe73716559bd300b670bc043918
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 24 14:19:57 2011 -0400

    Log the state reset

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

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

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

commit aedb58e5885296e83bb26aae1d7be34f09b43bc8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 24 14:20:57 2011 -0400

    Tweak spacing in log output

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

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

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

commit b41d2bb830927ee51d9dc917ec2208bb9b8931a5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 24 14:21:32 2011 -0400

    Be more friendly to multiple user accounts on a single device

 framework/ActiveSync/lib/Horde/ActiveSync.php               |   27 +++++---
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php |   38 ++++++-----
 2 files changed, 38 insertions(+), 27 deletions(-)

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

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

commit 282de1d3c952b34cee44ace12dc4aae47f57cfd5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 24 21:12:08 2011 -0400

    Use Turba_Driver#search() for fetching the object.
    
    We have a uid, not an id here.

 turba/lib/Api.php |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/282de1d3c952b34cee44ace12dc4aae47f57cfd5

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

commit b8371494a5cfda5396e112afd70725b566b87437
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 24 21:15:22 2011 -0400

    Logging

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

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

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

commit d4b2a3f9e32b829369756bb003c84c8512329267
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 24 21:16:24 2011 -0400

    This is not used, and in fact, will always be zero here anyway.

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

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

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

commit d957ee014154ef903ffd329a75a15fc74f98f70c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 24 21:17:47 2011 -0400

    Make policykey per user, not per device.
    
    Must run new migration!!!!

 framework/ActiveSync/lib/Horde/ActiveSync.php                     |    6 +-
 framework/ActiveSync/lib/Horde/ActiveSync/State/History.php       |   65 +++--
 .../Horde/ActiveSync/2_horde_activesync_peruserpolicykey.php      |   25 ++
 horde/admin/activesync.php                                        |    7 +-
 4 files changed, 70 insertions(+), 33 deletions(-)
 create mode 100644 framework/ActiveSync/migration/Horde/ActiveSync/2_horde_activesync_peruserpolicykey.php

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

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

commit be5dc477eee99fc7d6ce34320a7ad54ea9236228
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Jul 24 21:21:02 2011 -0400

    changes

 framework/ActiveSync/package.xml |    2 ++
 horde/docs/CHANGES               |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

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




More information about the commits mailing list