[commits] Horde branch master updated. b2e8054441d0f4bd650d455770ae0e86a4838a0e

Michael J. Rubinsky mrubinsk at horde.org
Fri Mar 18 17:18:52 UTC 2011


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

from: 9ecddfe2a89417fc9eab7ceb8c7ab9083e54b293

0b48411 Fix pref description
1df56b8 use https
0668190 fix scope
72e1210 fix method visibility
350416c match function signature
7be9971 first round of Horde 4 renaming for Net_IMSP -> Horde_Imsp
f454b21 updated
9c25194 remove debug output
b2e8054 Horde 4 filenaming/autoloadable

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

commit 0b48411cdab1a6973f1736fee763d65c98be8326
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 18 09:31:18 2011 -0400

    Fix pref description

 horde/lib/Block/FbStream.php        |    2 +-
 horde/lib/Block/TwitterTimeline.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/0b48411cdab1a6973f1736fee763d65c98be8326

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

commit 1df56b8c325b31bac89540cee63d709810220c93
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 18 10:31:51 2011 -0400

    use https

 framework/Service_Facebook/lib/Horde/Service/Facebook.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/1df56b8c325b31bac89540cee63d709810220c93

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

commit 0668190e96d5800f03c5569846711afff671ecd4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 18 11:00:02 2011 -0400

    fix scope

 turba/config/backends.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/0668190e96d5800f03c5569846711afff671ecd4

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

commit 72e12103f81a7d674ae28facb123a4de650e8b9d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 18 11:01:11 2011 -0400

    fix method visibility

 turba/lib/Driver/Imsp.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/72e12103f81a7d674ae28facb123a4de650e8b9d

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

commit 350416c6c3790ec8fa7a9dca298ade02c3588011
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 18 11:35:23 2011 -0400

    match function signature

 turba/lib/Driver/Group.php |    2 +-
 turba/lib/Driver/Imsp.php  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/350416c6c3790ec8fa7a9dca298ade02c3588011

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

commit 7be9971244d1a1c0b0a7ecdbd6bf70d93231717c
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 18 11:36:41 2011 -0400

    first round of Horde 4 renaming for Net_IMSP -> Horde_Imsp

 framework/Imsp/IMSP.php                |  468 ----------
 framework/Imsp/IMSP/Auth.php           |  159 ----
 framework/Imsp/IMSP/Auth/cram_md5.php  |  129 ---
 framework/Imsp/IMSP/Auth/imtest.php    |  103 ---
 framework/Imsp/IMSP/Auth/plaintext.php |  130 ---
 framework/Imsp/IMSP/Book.php           | 1495 --------------------------------
 framework/Imsp/IMSP/Options.php        |  214 -----
 framework/Imsp/IMSP/Translation.php    |   50 --
 framework/Imsp/IMSP/Utils.php          |  342 --------
 turba/config/backends.php              |    2 +-
 turba/lib/Driver/Imsp.php              |    8 +-
 11 files changed, 6 insertions(+), 3094 deletions(-)
 delete mode 100644 framework/Imsp/IMSP.php
 delete mode 100644 framework/Imsp/IMSP/Auth.php
 delete mode 100644 framework/Imsp/IMSP/Auth/cram_md5.php
 delete mode 100755 framework/Imsp/IMSP/Auth/imtest.php
 delete mode 100644 framework/Imsp/IMSP/Auth/plaintext.php
 delete mode 100644 framework/Imsp/IMSP/Book.php
 delete mode 100644 framework/Imsp/IMSP/Options.php
 delete mode 100644 framework/Imsp/IMSP/Translation.php
 delete mode 100644 framework/Imsp/IMSP/Utils.php

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

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

commit f454b21ca81cd760d240d42a194523dfd5d5264d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 18 12:01:09 2011 -0400

    updated

 framework/Imsp/package.xml |  153 ++++++++++++++++++++++++++++++++++++++------
 1 files changed, 134 insertions(+), 19 deletions(-)

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

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

commit 9c2519494a2e18b8af9d847c88f0b66685b0b7cb
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 18 12:01:30 2011 -0400

    remove debug output

 turba/lib/Driver/Imsp.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/9c2519494a2e18b8af9d847c88f0b66685b0b7cb

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

commit b2e8054441d0f4bd650d455770ae0e86a4838a0e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Mar 18 12:03:21 2011 -0400

    Horde 4 filenaming/autoloadable

 framework/Imsp/lib/Horde/Imsp.php                |  468 +++++++
 framework/Imsp/lib/Horde/Imsp/Auth.php           |  158 +++
 framework/Imsp/lib/Horde/Imsp/Auth/cram_md5.php  |  127 ++
 framework/Imsp/lib/Horde/Imsp/Auth/imtest.php    |  103 ++
 framework/Imsp/lib/Horde/Imsp/Auth/plaintext.php |  130 ++
 framework/Imsp/lib/Horde/Imsp/Book.php           | 1495 ++++++++++++++++++++++
 framework/Imsp/lib/Horde/Imsp/Options.php        |  214 +++
 framework/Imsp/lib/Horde/Imsp/Translation.php    |   50 +
 framework/Imsp/lib/Horde/Imsp/Utils.php          |  342 +++++
 9 files changed, 3087 insertions(+), 0 deletions(-)
 create mode 100644 framework/Imsp/lib/Horde/Imsp.php
 create mode 100644 framework/Imsp/lib/Horde/Imsp/Auth.php
 create mode 100644 framework/Imsp/lib/Horde/Imsp/Auth/cram_md5.php
 create mode 100644 framework/Imsp/lib/Horde/Imsp/Auth/imtest.php
 create mode 100644 framework/Imsp/lib/Horde/Imsp/Auth/plaintext.php
 create mode 100644 framework/Imsp/lib/Horde/Imsp/Book.php
 create mode 100644 framework/Imsp/lib/Horde/Imsp/Options.php
 create mode 100644 framework/Imsp/lib/Horde/Imsp/Translation.php
 create mode 100644 framework/Imsp/lib/Horde/Imsp/Utils.php

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




More information about the commits mailing list