The branch "master" has been updated. The following is a summary of the commits.
from: 8695e64415d8ccbab0dea020101e8c960b06d978 a9bcdc3 Split the generic part of the LDAP variant into an abstract class to be extended by alternative approaches. cc2465c [gwr] Added a backend that avoids querying LDAP. ----------------------------------------------------------------------- commit a9bcdc3ea8087d2681a0d7584400ab92494f668b Author: Gunnar Wrobel <[email protected]> Date: Mon May 23 15:48:52 2011 +0200 Split the generic part of the LDAP variant into an abstract class to be extended by alternative approaches. framework/Kolab_Session/lib/Horde/Kolab/Session/Abstract.php | 142 +++++++++ framework/Kolab_Session/lib/Horde/Kolab/Session/Base.php | 158 +--------- framework/Kolab_Session/package.xml | 8 +- 3 files changed, 151 insertions(+), 157 deletions(-) create mode 100644 framework/Kolab_Session/lib/Horde/Kolab/Session/Abstract.php http://git.horde.org/horde-git/-/commit/a9bcdc3ea8087d2681a0d7584400ab92494f668b ----------------------------------------------------------------------- commit cc2465c74ed5e23caa54affb6a40239ae23bea27 Author: Gunnar Wrobel <[email protected]> Date: Tue May 24 20:54:28 2011 +0200 [gwr] Added a backend that avoids querying LDAP. framework/Core/lib/Horde/Core/Factory/KolabSession.php | 15 +- framework/Kolab_Session/lib/Horde/Kolab/Session/Base.php | 6 +- framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Imap.php | 46 ++ framework/Kolab_Session/lib/Horde/Kolab/Session/Imap.php | 151 ++++ framework/Kolab_Session/package.xml | 35 +- framework/Kolab_Session/test/Horde/Kolab/Session/Autoload.php | 4 + framework/Kolab_Session/test/Horde/Kolab/Session/Stub/Imap.php | 20 + .../Kolab_Session/test/Horde/Kolab/Session/Stub/ImapFactory.php | 17 + .../Kolab_Session/test/Horde/Kolab/Session/Unit/ImapTest.php | 181 +++++ 9 files changed, 462 insertions(+), 13 deletions(-) create mode 100644 framework/Kolab_Session/lib/Horde/Kolab/Session/Factory/Imap.php create mode 100644 framework/Kolab_Session/lib/Horde/Kolab/Session/Imap.php create mode 100644 framework/Kolab_Session/test/Horde/Kolab/Session/Stub/Imap.php create mode 100644 framework/Kolab_Session/test/Horde/Kolab/Session/Stub/ImapFactory.php create mode 100644 framework/Kolab_Session/test/Horde/Kolab/Session/Unit/ImapTest.php http://git.horde.org/horde-git/-/commit/cc2465c74ed5e23caa54affb6a40239ae23bea27 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
