The branch "develop" has been updated. The following is a summary of the commits.
from: 44ec653a5cec56da77fc20fabe48edf03de5a4d7 91c5568 Fix timezone for the test. c205370 Revert "This package really has no need for Horde_Exception and in this specific case I consider any external dependency harmful." 3cf85bc Replace usage of "assertType" to make this work with phpunit >= 3.6 e71f8c3 Fix failing date test. 32dd992 Jan says Windows needs the line. fbee2f8 [gwr] Fixed wording of the documentation. f0b6800 Remove stray entry. 49bf4b9 Enable new delete button too. f12c976 Merge branch 'master' into develop ----------------------------------------------------------------------- commit 91c55689d6914bd4fc8584904b553c93da54e794 Author: Gunnar Wrobel <[email protected]> Date: Fri Nov 11 22:02:43 2011 +0100 Fix timezone for the test. framework/Kolab_Format/test/Horde/Kolab/Format/Unit/DateTest.php | 10 ++++++ 1 files changed, 10 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/91c55689d6914bd4fc8584904b553c93da54e794 ----------------------------------------------------------------------- commit c20537016978ecb0dde744e266e3125846719e61 Author: Gunnar Wrobel <[email protected]> Date: Fri Nov 11 22:10:35 2011 +0100 Revert "This package really has no need for Horde_Exception and in this specific case I consider any external dependency harmful." This reverts commit b8730f2d6d54b741599bd7bcda3b24c6167dea5e. framework/Kolab_Format/lib/Horde/Kolab/Format/Exception.php | 2 +- framework/Kolab_Format/package.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/c20537016978ecb0dde744e266e3125846719e61 ----------------------------------------------------------------------- commit 3cf85bc641531be831b2ee54ee0498b49fb4975b Author: Gunnar Wrobel <[email protected]> Date: Fri Nov 11 22:31:55 2011 +0100 Replace usage of "assertType" to make this work with phpunit >= 3.6 .../Kolab_Storage/test/Horde/Kolab/Storage/Server/DriverTest.php | 2 +- .../test/Horde/Kolab/Storage/Unit/Cache/DataTest.php | 4 +- .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/Data/BaseTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/Data/CachedTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/Data/Parser/StructureTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/Driver/CclientTest.php | 2 +- .../test/Horde/Kolab/Storage/Unit/Driver/ImapTest.php | 2 +- .../test/Horde/Kolab/Storage/Unit/Driver/MockTest.php | 10 +- .../test/Horde/Kolab/Storage/Unit/Driver/PearTest.php | 2 +- .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/FactoryTest.php | 6 +- .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/List/BaseTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/List/Decorator/CacheTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/List/Query/List/BaseTest.php | 16 ++-- .../test/Horde/Kolab/Storage/Unit/List/Query/List/CacheTest.php | 18 ++-- 14 files changed, 41 insertions(+), 41 deletions(-) http://git.horde.org/horde-git/-/commit/3cf85bc641531be831b2ee54ee0498b49fb4975b ----------------------------------------------------------------------- commit e71f8c30373da7621512d01041ca3b398dfc02f1 Author: Gunnar Wrobel <[email protected]> Date: Fri Nov 11 23:00:01 2011 +0100 Fix failing date test. But I must admit that I have no clue why it fails either. The '%n' -> '\n' conversion was missing before. But I can't see what kind of harm it might cause. Bug in strftime()? framework/Date/test/Horde/Date/DateTest.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/e71f8c30373da7621512d01041ca3b398dfc02f1 ----------------------------------------------------------------------- commit 32dd9925297f807ec709d8186b33a8f454afcc5a Author: Gunnar Wrobel <[email protected]> Date: Fri Nov 11 23:31:05 2011 +0100 Jan says Windows needs the line. framework/Date/test/Horde/Date/DateTest.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/32dd9925297f807ec709d8186b33a8f454afcc5a ----------------------------------------------------------------------- commit fbee2f82eef1221883af93d6a460a7488b2a4262 Author: Gunnar Wrobel <[email protected]> Date: Fri Nov 11 23:38:16 2011 +0100 [gwr] Fixed wording of the documentation. framework/Cli_Modular/doc/Horde/Cli/Modular/README | 14 +++++++------- framework/Cli_Modular/package.xml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/fbee2f82eef1221883af93d6a460a7488b2a4262 ----------------------------------------------------------------------- commit f0b68007e70c7f2001b4197cc00f8726ba3e0e1f Author: Jan Schneider <[email protected]> Date: Fri Nov 11 17:59:00 2011 +0100 Remove stray entry. framework/Core/package.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/f0b68007e70c7f2001b4197cc00f8726ba3e0e1f ----------------------------------------------------------------------- commit 49bf4b916f96160d1ff6e3980b44f0328e07d9e9 Author: Jan Schneider <[email protected]> Date: Sat Nov 12 00:40:54 2011 +0100 Enable new delete button too. kronolith/js/kronolith.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/49bf4b916f96160d1ff6e3980b44f0328e07d9e9 ----------------------------------------------------------------------- commit f12c9761a1d366c1ce9f9e5c12928465c0288d53 Merge: 44ec653 49bf4b9 Author: Ben Klang <[email protected]> Date: Fri Nov 11 18:46:38 2011 -0500 Merge branch 'master' into develop framework/Cli_Modular/doc/Horde/Cli/Modular/README | 14 ++-- framework/Cli_Modular/package.xml | 4 +- framework/Core/package.xml | 3 +- framework/Date/test/Horde/Date/DateTest.php | 1 + framework/Kolab_Format/lib/Horde/Kolab/Format/Exception.php | 2 +- framework/Kolab_Format/package.xml | 7 ++ framework/Kolab_Format/test/Horde/Kolab/Format/Unit/DateTest.php | 10 +++ .../Kolab_Storage/test/Horde/Kolab/Storage/Server/DriverTest.php | 2 +- .../test/Horde/Kolab/Storage/Unit/Cache/DataTest.php | 4 +- .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/Data/BaseTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/Data/CachedTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/Data/Parser/StructureTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/Driver/CclientTest.php | 2 +- .../test/Horde/Kolab/Storage/Unit/Driver/ImapTest.php | 2 +- .../test/Horde/Kolab/Storage/Unit/Driver/MockTest.php | 10 +- .../test/Horde/Kolab/Storage/Unit/Driver/PearTest.php | 2 +- .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/FactoryTest.php | 6 +- .../Kolab_Storage/test/Horde/Kolab/Storage/Unit/List/BaseTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/List/Decorator/CacheTest.php | 4 +- .../test/Horde/Kolab/Storage/Unit/List/Query/List/BaseTest.php | 16 ++-- .../test/Horde/Kolab/Storage/Unit/List/Query/List/CacheTest.php | 18 ++-- kronolith/js/kronolith.js | 1 + 22 files changed, 72 insertions(+), 52 deletions(-) http://git.horde.org/horde-git/-/commit/f12c9761a1d366c1ce9f9e5c12928465c0288d53 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
