[commits] Horde branch master updated. 55dcad13461ffc66581c1e0eac25f210dc34d646
Michael J. Rubinsky
mrubinsk at horde.org
Fri Mar 18 20:27:06 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 4dfc506b50501b160014c618544bdeee3aa9d2fd
55dcad1 Basic PHP 5 changes, misc other refactorings.
-----------------------------------------------------------------------
commit 55dcad13461ffc66581c1e0eac25f210dc34d646
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 18 16:25:32 2011 -0400
Basic PHP 5 changes, misc other refactorings.
Still more todo...but the book driver is at least working with H4 now.
framework/Imsp/lib/Horde/Imsp.php | 319 +++------
framework/Imsp/lib/Horde/Imsp/Auth.php | 119 +---
framework/Imsp/lib/Horde/Imsp/Auth/CramMd5.php | 106 +++
framework/Imsp/lib/Horde/Imsp/Auth/Factory.php | 71 ++
framework/Imsp/lib/Horde/Imsp/Auth/cram_md5.php | 127 ----
framework/Imsp/lib/Horde/Imsp/Auth/imtest.php | 15 +-
framework/Imsp/lib/Horde/Imsp/Auth/plaintext.php | 76 +--
framework/Imsp/lib/Horde/Imsp/Book.php | 882 ++++++----------------
framework/Imsp/lib/Horde/Imsp/Exception.php | 15 +
framework/Imsp/lib/Horde/Imsp/Options.php | 116 +---
framework/Imsp/lib/Horde/Imsp/Translation.php | 2 +-
framework/Imsp/lib/Horde/Imsp/Utils.php | 94 +--
framework/Imsp/package.xml | 10 +-
horde/config/conf.xml | 6 +-
turba/lib/Driver/Imsp.php | 61 +-
15 files changed, 652 insertions(+), 1367 deletions(-)
create mode 100644 framework/Imsp/lib/Horde/Imsp/Auth/CramMd5.php
create mode 100644 framework/Imsp/lib/Horde/Imsp/Auth/Factory.php
delete mode 100644 framework/Imsp/lib/Horde/Imsp/Auth/cram_md5.php
create mode 100644 framework/Imsp/lib/Horde/Imsp/Exception.php
http://git.horde.org/horde-git/-/commit/55dcad13461ffc66581c1e0eac25f210dc34d646
More information about the commits
mailing list