The branch "trean_tags" has been updated. The following is a summary of the commits.
from: d8c85a6a580e9c69a558a21dd7351807f4040108 a625e6d [gwr] Added a handler for active sync settings. 7786c7e Skip if the PHP IMAP extension is missing. 53e2ec2 Ensure the session data is empty. d3667e9 Documented object member 70e664d The port is not a required configuration parameter. 55b7816 Disable port in the default configuration. 301f6b8 Fix message counts running into each other. Link message counts too. a3c86ab Fix parenthesis. f06e9a9 Make configSQL a public method. 15eefd5 Add Horde_Cli wrapper class. 805fa2a We want an unpopulated Horde_Variables object. e906fcb Require Horde_Core 1.2.0. ba2f225 Load and merge configuration definitions from conf.d/*.xml 6a9e22c Convert conf.d/*.php files to conf.d/*.xml. 8ab68d2 Fix author. 4582b4c Add base class for all Horde_Bundle classes, implementing most of the bundle installation tasks. 285502a Extend Horde_Core_Bundle, implement _configAuth(). 30c221a Add conflict with Horde Groupware. 5bbafe6 Add dependencies and conflict with Webmail. d25c5c8 Add install script. d3e8d16 Merge branch 'master' into trean_tags ----------------------------------------------------------------------- commit a625e6d575b5bce6790af906979f26a8576d2743 Author: Gunnar Wrobel <[email protected]> Date: Tue May 31 05:08:24 2011 +0200 [gwr] Added a handler for active sync settings. .../lib/Horde/Kolab/Storage/List/Query/ActiveSync.php | 51 ++ .../lib/Horde/Kolab/Storage/List/Query/ActiveSync/Base.php | 146 ++++ .../lib/Horde/Kolab/Storage/List/Query/ActiveSync/Cache.php | 165 +++++ framework/Kolab_Storage/package.xml | 22 +- .../Horde/Kolab/Storage/Unit/List/Query/ActiveSync/BaseTest.php | 96 +++ .../Horde/Kolab/Storage/Unit/List/Query/ActiveSync/CacheTest.php | 116 +++ 6 files changed, 593 insertions(+), 3 deletions(-) create mode 100644 framework/Kolab_Storage/lib/Horde/Kolab/Storage/List/Query/ActiveSync.php create mode 100644 framework/Kolab_Storage/lib/Horde/Kolab/Storage/List/Query/ActiveSync/Base.php create mode 100644 framework/Kolab_Storage/lib/Horde/Kolab/Storage/List/Query/ActiveSync/Cache.php create mode 100644 framework/Kolab_Storage/test/Horde/Kolab/Storage/Unit/List/Query/ActiveSync/BaseTest.php create mode 100644 framework/Kolab_Storage/test/Horde/Kolab/Storage/Unit/List/Query/ActiveSync/CacheTest.php http://git.horde.org/horde-git/-/commit/a625e6d575b5bce6790af906979f26a8576d2743 ----------------------------------------------------------------------- commit 7786c7ed4c1346c2d669993566e3f04418f91c3b Author: Gunnar Wrobel <[email protected]> Date: Tue May 31 05:17:15 2011 +0200 Skip if the PHP IMAP extension is missing. .../test/Horde/Kolab/Storage/Unit/Driver/CclientTest.php | 7 +++++ 1 files changed, 7 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/7786c7ed4c1346c2d669993566e3f04418f91c3b ----------------------------------------------------------------------- commit 53e2ec2aa400410406c6afd4f8a179630f7537eb Author: Gunnar Wrobel <[email protected]> Date: Tue May 31 05:17:29 2011 +0200 Ensure the session data is empty. .../test/Horde/Kolab/Storage/Unit/SynchronizationTest.php | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/53e2ec2aa400410406c6afd4f8a179630f7537eb ----------------------------------------------------------------------- commit d3667e97cc45ddae522aaabb3679c4ceb228b861 Author: Ralf Lang <[email protected]> Date: Tue May 31 06:52:01 2011 +0000 Documented object member turba/lib/Block/Minisearch.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/d3667e97cc45ddae522aaabb3679c4ceb228b861 ----------------------------------------------------------------------- commit 70e664d7e378e7bb7cd0e9499f85b368d40c02e6 Author: Jan Schneider <[email protected]> Date: Mon May 30 15:49:47 2011 +0200 The port is not a required configuration parameter. framework/Core/lib/Horde.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/70e664d7e378e7bb7cd0e9499f85b368d40c02e6 ----------------------------------------------------------------------- commit 55b78161979fecc0e0434a0dfc6cb2707933117e Author: Jan Schneider <[email protected]> Date: Mon May 30 15:57:51 2011 +0200 Disable port in the default configuration. horde/config/conf.php.dist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/55b78161979fecc0e0434a0dfc6cb2707933117e ----------------------------------------------------------------------- commit 301f6b832a15c14743468275d98ac743f06d6451 Author: Jan Schneider <[email protected]> Date: Mon May 30 16:28:06 2011 +0200 Fix message counts running into each other. Link message counts too. imp/lib/Block/Summary.php | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/301f6b832a15c14743468275d98ac743f06d6451 ----------------------------------------------------------------------- commit a3c86ab32aa2e1946f3aca8982f83b25a3281057 Author: Jan Schneider <[email protected]> Date: Tue May 31 13:57:33 2011 +0200 Fix parenthesis. horde/lib/core.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/a3c86ab32aa2e1946f3aca8982f83b25a3281057 ----------------------------------------------------------------------- commit f06e9a9e1993b813c73c08741367a1fe19728d15 Author: Jan Schneider <[email protected]> Date: Mon May 30 16:14:12 2011 +0200 Make configSQL a public method. framework/Core/lib/Horde/Config.php | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/f06e9a9e1993b813c73c08741367a1fe19728d15 ----------------------------------------------------------------------- commit 15eefd5aff2ac406b0626f591235e027c64996f0 Author: Jan Schneider <[email protected]> Date: Mon May 30 16:16:57 2011 +0200 Add Horde_Cli wrapper class. framework/Core/lib/Horde/Core/Cli.php | 104 +++++++++++++++++++++++++++++++++ framework/Core/package.xml | 14 +++-- 2 files changed, 113 insertions(+), 5 deletions(-) create mode 100644 framework/Core/lib/Horde/Core/Cli.php http://git.horde.org/horde-git/-/commit/15eefd5aff2ac406b0626f591235e027c64996f0 ----------------------------------------------------------------------- commit 805fa2a5bd348e81be14f13483ec74c047de88d8 Author: Jan Schneider <[email protected]> Date: Mon May 30 16:17:37 2011 +0200 We want an unpopulated Horde_Variables object. horde/admin/config/index.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/805fa2a5bd348e81be14f13483ec74c047de88d8 ----------------------------------------------------------------------- commit e906fcb2baf09033f7491fbdb0372a61ff81340c Author: Jan Schneider <[email protected]> Date: Mon May 30 16:18:44 2011 +0200 Require Horde_Core 1.2.0. bundles/webmail/package.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/e906fcb2baf09033f7491fbdb0372a61ff81340c ----------------------------------------------------------------------- commit ba2f2257e7f833b6943b19bc307bf58c0f68cc8c Author: Jan Schneider <[email protected]> Date: Tue May 31 13:56:38 2011 +0200 Load and merge configuration definitions from conf.d/*.xml framework/Core/lib/Horde/Config.php | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/ba2f2257e7f833b6943b19bc307bf58c0f68cc8c ----------------------------------------------------------------------- commit 6a9e22cd0d29cfb9a35535fa8db725d6a86daeef Author: Jan Schneider <[email protected]> Date: Tue May 31 17:58:51 2011 +0200 Convert conf.d/*.php files to conf.d/*.xml. bundles/groupware/package.xml | 8 ++++---- bundles/groupware/turba/config/conf.d/10-groupware.php | 2 -- bundles/groupware/turba/config/conf.d/10-groupware.xml | 7 +++++++ bundles/webmail/imp/config/conf.d/10-webmail.php | 2 -- bundles/webmail/imp/config/conf.d/10-webmail.xml | 12 ++++++++++++ bundles/webmail/kronolith/config/conf.d/10-webmail.php | 2 -- bundles/webmail/kronolith/config/conf.d/10-webmail.xml | 12 ++++++++++++ bundles/webmail/package.xml | 12 ++++++------ bundles/webmail/turba/config/conf.d/10-webmail.php | 2 -- bundles/webmail/turba/config/conf.d/10-webmail.xml | 7 +++++++ 10 files changed, 48 insertions(+), 18 deletions(-) delete mode 100644 bundles/groupware/turba/config/conf.d/10-groupware.php create mode 100644 bundles/groupware/turba/config/conf.d/10-groupware.xml delete mode 100644 bundles/webmail/imp/config/conf.d/10-webmail.php create mode 100644 bundles/webmail/imp/config/conf.d/10-webmail.xml delete mode 100644 bundles/webmail/kronolith/config/conf.d/10-webmail.php create mode 100644 bundles/webmail/kronolith/config/conf.d/10-webmail.xml delete mode 100644 bundles/webmail/turba/config/conf.d/10-webmail.php create mode 100644 bundles/webmail/turba/config/conf.d/10-webmail.xml http://git.horde.org/horde-git/-/commit/6a9e22cd0d29cfb9a35535fa8db725d6a86daeef ----------------------------------------------------------------------- commit 8ab68d2cbaa5bfb27087ef403139a864e4ded356 Author: Jan Schneider <[email protected]> Date: Tue May 31 18:05:03 2011 +0200 Fix author. framework/Core/lib/Horde/Core/Cli.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/8ab68d2cbaa5bfb27087ef403139a864e4ded356 ----------------------------------------------------------------------- commit 4582b4cdd04593643a8c68d777b62f77cb60bfe8 Author: Jan Schneider <[email protected]> Date: Tue May 31 19:23:29 2011 +0200 Add base class for all Horde_Bundle classes, implementing most of the bundle installation tasks. framework/Core/lib/Horde/Core/Bundle.php | 176 ++++++++++++++++++++++++++++++ framework/Core/package.xml | 12 ++- 2 files changed, 184 insertions(+), 4 deletions(-) create mode 100644 framework/Core/lib/Horde/Core/Bundle.php http://git.horde.org/horde-git/-/commit/4582b4cdd04593643a8c68d777b62f77cb60bfe8 ----------------------------------------------------------------------- commit 285502a0fd3422545e5bfb360857cd0c19fc385b Author: Jan Schneider <[email protected]> Date: Tue May 31 19:29:25 2011 +0200 Extend Horde_Core_Bundle, implement _configAuth(). bundles/groupware/lib/Bundle.php | 51 ++++++++++++++++++++++++++++++++- bundles/kolab_webmail/lib/Bundle.php | 2 +- bundles/webmail/lib/Bundle.php | 16 +++++++++- 3 files changed, 64 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/285502a0fd3422545e5bfb360857cd0c19fc385b ----------------------------------------------------------------------- commit 30c221ac7502b8ab17ebd7a25e3da9e5d83dfdda Author: Jan Schneider <[email protected]> Date: Tue May 31 19:30:10 2011 +0200 Add conflict with Horde Groupware. bundles/webmail/package.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/30c221ac7502b8ab17ebd7a25e3da9e5d83dfdda ----------------------------------------------------------------------- commit 5bbafe643c6c856ae1c3238aabdf0f1649986b69 Author: Jan Schneider <[email protected]> Date: Tue May 31 19:30:31 2011 +0200 Add dependencies and conflict with Webmail. bundles/groupware/package.xml | 47 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/5bbafe643c6c856ae1c3238aabdf0f1649986b69 ----------------------------------------------------------------------- commit d25c5c8986351e1b0a69b9087d8dd692c5df9269 Author: Jan Schneider <[email protected]> Date: Mon May 30 16:19:11 2011 +0200 Add install script. bundles/webmail/bin/webmail-install | 39 +++++++++++++++++++++++++++++++++++ bundles/webmail/package.xml | 10 ++++++-- 2 files changed, 46 insertions(+), 3 deletions(-) create mode 100755 bundles/webmail/bin/webmail-install http://git.horde.org/horde-git/-/commit/d25c5c8986351e1b0a69b9087d8dd692c5df9269 ----------------------------------------------------------------------- commit d3e8d16eb532511e4c13230feecaccefd9a083a9 Merge: d8c85a6 d25c5c8 Author: Chuck Hagenbuch <[email protected]> Date: Tue May 31 16:47:06 2011 -0400 Merge branch 'master' into trean_tags bundles/groupware/lib/Bundle.php | 51 ++- bundles/groupware/package.xml | 55 ++- bundles/groupware/turba/config/conf.d/10-groupware.php | 2 - bundles/groupware/turba/config/conf.d/10-groupware.xml | 7 + bundles/kolab_webmail/lib/Bundle.php | 2 +- bundles/webmail/bin/webmail-install | 39 + bundles/webmail/imp/config/conf.d/10-webmail.php | 2 - bundles/webmail/imp/config/conf.d/10-webmail.xml | 12 + bundles/webmail/kronolith/config/conf.d/10-webmail.php | 2 - bundles/webmail/kronolith/config/conf.d/10-webmail.xml | 12 + bundles/webmail/lib/Bundle.php | 16 +- bundles/webmail/package.xml | 29 +- bundles/webmail/turba/config/conf.d/10-webmail.php | 2 - bundles/webmail/turba/config/conf.d/10-webmail.xml | 7 + framework/Core/lib/Horde.php | 2 +- framework/Core/lib/Horde/Config.php | 18 +- framework/Core/lib/Horde/Core/Bundle.php | 176 +++++ framework/Core/lib/Horde/Core/Cli.php | 104 +++ framework/Core/package.xml | 22 +- .../lib/Horde/Kolab/Storage/List/Query/ActiveSync.php | 51 ++ .../lib/Horde/Kolab/Storage/List/Query/ActiveSync/Base.php | 146 ++++ .../lib/Horde/Kolab/Storage/List/Query/ActiveSync/Cache.php | 165 ++++ framework/Kolab_Storage/package.xml | 22 +- .../test/Horde/Kolab/Storage/Unit/Driver/CclientTest.php | 7 + .../Horde/Kolab/Storage/Unit/List/Query/ActiveSync/BaseTest.php | 96 +++ .../Horde/Kolab/Storage/Unit/List/Query/ActiveSync/CacheTest.php | 116 +++ .../test/Horde/Kolab/Storage/Unit/SynchronizationTest.php | 5 + horde/admin/config/index.php | 2 +- horde/config/conf.php.dist | 2 +- horde/lib/core.php | 2 +- imp/lib/Block/Summary.php | 12 +- turba/lib/Block/Minisearch.php | 3 +- 32 files changed, 1139 insertions(+), 50 deletions(-) http://git.horde.org/horde-git/-/commit/d3e8d16eb532511e4c13230feecaccefd9a083a9 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
