[commits] Horde branch master updated. 2867675684e3b30f0b261ca821515aca07bef4aa
Michael J. Rubinsky
mrubinsk at horde.org
Sat Mar 19 18:53:59 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: b5944b9b8aa7c44e06f3d2cfea95dd9ed0e1218c
f61131c fix using a custom sql setup for Turba_Driver_Sql
8297485 Refactor Horde_Imsp for Horde 4
cff02af Fallback to the imsp auth method in the config
4006523 Fallback to horde user/pass if not provided.
2c249ed phpdoc
c159792 Fix IMSP prefs driver
92e0e27 Fix imsp auth driver
5088af8 phpdoc
eacf0cd unused
1459ccd phpdoc
56b186b updated
6f21c24 cs, phpdoc
a503c90 simplify
b18f614 typo
335ef2b avoid undefined index warnings
5614497 remove unused files
2867675 changes
-----------------------------------------------------------------------
commit f61131c25a8c45d7ae85d6c3d1806560866b5ad1
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 18 20:14:28 2011 -0400
fix using a custom sql setup for Turba_Driver_Sql
turba/lib/Factory/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/f61131c25a8c45d7ae85d6c3d1806560866b5ad1
-----------------------------------------------------------------------
commit 829748516deec4515ead5e42f5dfc7008e21138e
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Mar 19 11:38:30 2011 -0400
Refactor Horde_Imsp for Horde 4
framework/Core/lib/Horde/Core/Factory/Imsp.php | 99 ++++++
framework/Core/lib/Horde/Core/Factory/ImspAuth.php | 104 ++++++
framework/Core/lib/Horde/Core/Imsp/Utils.php | 274 ++++++++++++++++
framework/Core/package.xml | 33 ++-
framework/Imsp/lib/Horde/Imsp.php | 343 --------------------
framework/Imsp/lib/Horde/Imsp/Auth.php | 31 +-
framework/Imsp/lib/Horde/Imsp/Auth/CramMd5.php | 19 +-
framework/Imsp/lib/Horde/Imsp/Auth/imtest.php | 8 +-
framework/Imsp/lib/Horde/Imsp/Auth/plaintext.php | 17 +-
framework/Imsp/lib/Horde/Imsp/Book.php | 265 ++++++++--------
framework/Imsp/lib/Horde/Imsp/Client/Base.php | 198 +++++++++++
framework/Imsp/lib/Horde/Imsp/Client/Socket.php | 258 +++++++++++++++
framework/Imsp/lib/Horde/Imsp/Options.php | 16 +-
framework/Imsp/lib/Horde/Imsp/Utils.php | 302 -----------------
framework/Imsp/package.xml | 16 +-
turba/config/backends.php | 2 +-
turba/lib/Driver/Imsp.php | 10 +-
turba/lib/Factory/Driver.php | 3 -
18 files changed, 1162 insertions(+), 836 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Factory/Imsp.php
create mode 100644 framework/Core/lib/Horde/Core/Factory/ImspAuth.php
create mode 100644 framework/Core/lib/Horde/Core/Imsp/Utils.php
delete mode 100644 framework/Imsp/lib/Horde/Imsp.php
create mode 100644 framework/Imsp/lib/Horde/Imsp/Client.php
create mode 100644 framework/Imsp/lib/Horde/Imsp/Client/Base.php
create mode 100644 framework/Imsp/lib/Horde/Imsp/Client/Mock.php
create mode 100644 framework/Imsp/lib/Horde/Imsp/Client/Socket.php
delete mode 100644 framework/Imsp/lib/Horde/Imsp/Utils.php
http://git.horde.org/horde-git/-/commit/829748516deec4515ead5e42f5dfc7008e21138e
-----------------------------------------------------------------------
commit cff02af292e312d95cd93a674e7af0c41fe8d7c4
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Mar 19 13:12:47 2011 -0400
Fallback to the imsp auth method in the config
framework/Core/lib/Horde/Core/Factory/Imsp.php | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/cff02af292e312d95cd93a674e7af0c41fe8d7c4
-----------------------------------------------------------------------
commit 400652360417cd921d55e51d07511081c568616a
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Mar 19 13:13:20 2011 -0400
Fallback to horde user/pass if not provided.
framework/Core/lib/Horde/Core/Factory/ImspAuth.php | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/400652360417cd921d55e51d07511081c568616a
-----------------------------------------------------------------------
commit 2c249ed0390170b3f473c83a86c2f2603b459a6d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Mar 19 13:14:07 2011 -0400
phpdoc
framework/Imsp/lib/Horde/Imsp/Book.php | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/2c249ed0390170b3f473c83a86c2f2603b459a6d
-----------------------------------------------------------------------
commit c159792306354f0bc0a044634276eb18288e9ae0
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Mar 19 13:14:39 2011 -0400
Fix IMSP prefs driver
framework/Core/lib/Horde/Core/Factory/Prefs.php | 6 ++
framework/Imsp/lib/Horde/Imsp/Options.php | 61 +++++++++------------
framework/Prefs/lib/Horde/Prefs/Storage/Imsp.php | 65 ++++++----------------
3 files changed, 50 insertions(+), 82 deletions(-)
http://git.horde.org/horde-git/-/commit/c159792306354f0bc0a044634276eb18288e9ae0
-----------------------------------------------------------------------
commit 92e0e27b68df6e1db371215f24b065922828a300
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Mar 19 14:08:15 2011 -0400
Fix imsp auth driver
framework/Auth/lib/Horde/Auth/Imsp.php | 44 -------------------
framework/Core/lib/Horde/Core/Auth/Imsp.php | 46 ++++++++++++++++++++
framework/Core/lib/Horde/Core/Factory/Auth.php | 6 +++
framework/Core/lib/Horde/Core/Factory/Imsp.php | 20 ++++++--
framework/Core/lib/Horde/Core/Factory/ImspAuth.php | 2 +-
framework/Core/package.xml | 4 +-
framework/Imsp/lib/Horde/Imsp/Client/Socket.php | 4 --
7 files changed, 71 insertions(+), 55 deletions(-)
delete mode 100644 framework/Auth/lib/Horde/Auth/Imsp.php
create mode 100644 framework/Core/lib/Horde/Core/Auth/Imsp.php
http://git.horde.org/horde-git/-/commit/92e0e27b68df6e1db371215f24b065922828a300
-----------------------------------------------------------------------
commit 5088af810bd20d0eb6f137c3111635f5c647e6e2
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Mar 19 14:12:57 2011 -0400
phpdoc
framework/Imsp/lib/Horde/Imsp/Client/Socket.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5088af810bd20d0eb6f137c3111635f5c647e6e2
-----------------------------------------------------------------------
commit eacf0cd9b534aedba5eb9cc5e1ea2469cce8eee5
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Mar 19 14:13:28 2011 -0400
unused
0 files changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 framework/Imsp/lib/Horde/Imsp/Client.php
http://git.horde.org/horde-git/-/commit/eacf0cd9b534aedba5eb9cc5e1ea2469cce8eee5
-----------------------------------------------------------------------
commit 1459ccd64b41fb95f5eee24309157e9ecfa7eefa
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Mar 19 14:13:41 2011 -0400
phpdoc
framework/Imsp/lib/Horde/Imsp/Auth.php | 5 +++++
framework/Imsp/lib/Horde/Imsp/Client/Base.php | 9 +++++++++
2 files changed, 14 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/1459ccd64b41fb95f5eee24309157e9ecfa7eefa
-----------------------------------------------------------------------
commit 56b186b3df744a5185942b2ff9f20565619e3362
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Mar 19 14:26:07 2011 -0400
updated
framework/Auth/package.xml | 27 ++++++++++++++++++++-------
framework/Core/package.xml | 2 +-
turba/package.xml | 21 ++++++++++++++++++---
3 files changed, 39 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/56b186b3df744a5185942b2ff9f20565619e3362
-----------------------------------------------------------------------
commit 6f21c2499a781c96b868b9b70e75617f42cb8d45
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Mar 19 14:27:11 2011 -0400
cs, phpdoc
framework/Core/lib/Horde/Core/Auth/Imsp.php | 8 +++-----
framework/Core/lib/Horde/Core/Factory/Imsp.php | 5 ++---
2 files changed, 5 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/6f21c2499a781c96b868b9b70e75617f42cb8d45
-----------------------------------------------------------------------
commit a503c90e4f92da57b95f1c9dec5c64598bc67672
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Mar 19 14:27:26 2011 -0400
simplify
framework/Imsp/lib/Horde/Imsp/Auth/Base.php | 81 ++++++++++++++++++++++
framework/Imsp/lib/Horde/Imsp/Auth/CramMd5.php | 10 +--
framework/Imsp/lib/Horde/Imsp/Auth/imtest.php | 38 +++++------
framework/Imsp/lib/Horde/Imsp/Auth/plaintext.php | 16 ++---
framework/Imsp/lib/Horde/Imsp/Client/Base.php | 2 +-
framework/Imsp/package.xml | 14 +---
6 files changed, 112 insertions(+), 49 deletions(-)
create mode 100644 framework/Imsp/lib/Horde/Imsp/Auth/Base.php
http://git.horde.org/horde-git/-/commit/a503c90e4f92da57b95f1c9dec5c64598bc67672
-----------------------------------------------------------------------
commit b18f6143164e0f2ff718d1968a04aaf05729921d
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Mar 19 14:28:59 2011 -0400
typo
components/lib/Components/Module/Release.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/b18f6143164e0f2ff718d1968a04aaf05729921d
-----------------------------------------------------------------------
commit 335ef2b9eb9ce12b79fe2e0a70bc6a093cb7da4f
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Mar 19 14:46:09 2011 -0400
avoid undefined index warnings
components/lib/Components/Runner/Change.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/335ef2b9eb9ce12b79fe2e0a70bc6a093cb7da4f
-----------------------------------------------------------------------
commit 56144977a6ad12b2b953e60b2e4accfb5bd7b650
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Mar 19 14:50:10 2011 -0400
remove unused files
framework/Imsp/lib/Horde/Imsp/Auth.php | 83 ------------------------
framework/Imsp/lib/Horde/Imsp/Auth/Factory.php | 71 --------------------
2 files changed, 0 insertions(+), 154 deletions(-)
delete mode 100644 framework/Imsp/lib/Horde/Imsp/Auth.php
delete mode 100644 framework/Imsp/lib/Horde/Imsp/Auth/Factory.php
http://git.horde.org/horde-git/-/commit/56144977a6ad12b2b953e60b2e4accfb5bd7b650
-----------------------------------------------------------------------
commit 2867675684e3b30f0b261ca821515aca07bef4aa
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Sat Mar 19 14:50:29 2011 -0400
changes
framework/Core/package.xml | 2 +
framework/Imsp/package.xml | 2 +
framework/Prefs/package.xml | 1 +
horde/config/conf.my.php | 132 +++++++++++++++++++++++++++++++++++++++++++
horde/docs/CHANGES | 1 +
turba/docs/CHANGES | 1 +
turba/package.xml | 2 +
7 files changed, 141 insertions(+), 0 deletions(-)
create mode 100644 horde/config/conf.my.php
http://git.horde.org/horde-git/-/commit/2867675684e3b30f0b261ca821515aca07bef4aa
More information about the commits
mailing list