[commits] Horde branch ActiveSync updated. 2d340e8cece26ef3ef17ba3d9c4ea09c680d6f19

Michael Rubinsky mike at theupstairsroom.com
Mon Jan 25 21:48:52 UTC 2010


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

from: ca2257debd3a2ed7837bf9f858d9803173e0d6e6

4894065 move appInit() to top of file
ccab379 Fix type hints
24a554b typo
e8bcd27 Need to mark this class as abstract
f7ec4c7 Match the function signature
6c32285 Fix method names, use a setter for logger
d81c7bf Don't attempt to call setLogger() if we don't have one
2d340e8 need to inject $registry into the horde connector

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

commit 4894065458c018a9bb3385b37b8f72cd24be2705
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jan 25 15:48:22 2010 -0500

    move appInit() to top of file
    
    Need to instantiate registry  before we instantiate a request object or we end up with warnings about session already started

 horde/rpc.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/horde/rpc.php?rt=horde-git&r1=67bafd5c190d9bf90577ebd2930e10967d31d877&r2=4894065458c018a9bb3385b37b8f72cd24be2705

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

commit ccab379580af3daa9b2f86dc0d200c8b5b50585b
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jan 25 16:43:51 2010 -0500

    Fix type hints

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

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync.php?rt=horde-git&r1=7a938e72435e23324cf5e8d6ddebbb6687aa3827&r2=ccab379580af3daa9b2f86dc0d200c8b5b50585b

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

commit 24a554baf19cc9d3c1d881e491b453ca524ff6eb
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jan 25 16:44:28 2010 -0500

    typo

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

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Horde.php?rt=horde-git&r1=3305f3df71e1c9101f13730a525271b455aec9a7&r2=24a554baf19cc9d3c1d881e491b453ca524ff6eb

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

commit e8bcd27502a3b876e94e085527474e538d7fe8d5
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jan 25 16:44:49 2010 -0500

    Need to mark this class as abstract

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

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/StateMachine/Base.php?rt=horde-git&r1=72fb56cb9c16b85a6c8b4594f1559f2963138c7c&r2=e8bcd27502a3b876e94e085527474e538d7fe8d5

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

commit f7ec4c79e3b55484f3c81c2ab4edcf664d97a27a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jan 25 16:45:14 2010 -0500

    Match the function signature

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

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/StateMachine/File.php?rt=horde-git&r1=c08b6a24f571f59c072c06274d8421a28f8163de&r2=f7ec4c79e3b55484f3c81c2ab4edcf664d97a27a

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

commit 6c32285ed30fd772b38a17a1a04d0349f9a80956
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jan 25 16:46:08 2010 -0500

    Fix method names, use a setter for logger

 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php |   16 +++++-----
 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php |    9 +++---
 2 files changed, 12 insertions(+), 13 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php?rt=horde-git&r1=175bcc4d6ce2aef28119ed4a939fd8a545048c45&r2=6c32285ed30fd772b38a17a1a04d0349f9a80956
http://git.horde.org/diff.php/framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php?rt=horde-git&r1=175bcc4d6ce2aef28119ed4a939fd8a545048c45&r2=6c32285ed30fd772b38a17a1a04d0349f9a80956

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

commit d81c7bf603eeb44d1c69473a7616daef7d0258e4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jan 25 16:47:16 2010 -0500

    Don't attempt to call setLogger() if we don't have one

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

http://git.horde.org/diff.php/framework/Rpc/lib/Horde/Rpc/ActiveSync.php?rt=horde-git&r1=8755924ab1181e91bb9633bb40b535a91912b2da&r2=d81c7bf603eeb44d1c69473a7616daef7d0258e4

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

commit 2d340e8cece26ef3ef17ba3d9c4ea09c680d6f19
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Mon Jan 25 16:47:43 2010 -0500

    need to inject $registry into the horde connector

 horde/rpc.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/horde/rpc.php?rt=horde-git&r1=4894065458c018a9bb3385b37b8f72cd24be2705&r2=2d340e8cece26ef3ef17ba3d9c4ea09c680d6f19




More information about the commits mailing list