The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: b10a1c6c675ff87e0975abf77ea7d14d69b1d901 db84ab0 Duplicate check (already done in isInactive()) 129e244 Throw a basic exception here 37738f6 Fix operator 18edf75 Don't output error messages, use PHPUnit's exception handling and test skipping instead. d18e642 Find parent directory if installed with PEAR too. 35d6cdb Add Horde_Prefs_Identity#getFromAddress() to base class too. 4ff6869 Style 03a288b [jan] Don't depend on an IMP identity object. 5a67e2e Fix test. bbacea4 Skip test. 594e7b8 Fix Rdo testcase b9ce44b jQuery Mobile 1.2.0 only supports jQuery 1.8.2, not 1.8.3. There *shouldn't* be an issue, but better safe than sorry 335c4a4 Released Horde_Imap_Client-2.6.0 762fd8e Development mode for Horde_Imap_Client-2.6.1 b65085c Merge branch 'master' into imp_6_1 ----------------------------------------------------------------------- commit db84ab02df1d4472438674400fc060e742018060 Author: Michael M Slusarz <[email protected]> Date: Thu Feb 7 16:51:34 2013 -0700 Duplicate check (already done in isInactive()) framework/Core/lib/Horde/Registry.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/db84ab02df1d4472438674400fc060e742018060 ----------------------------------------------------------------------- commit 129e244054e85050591128011638bf376d64e9c5 Author: Michael M Slusarz <[email protected]> Date: Thu Feb 7 22:22:46 2013 -0700 Throw a basic exception here framework/Mime/lib/Horde/Mime/Part.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/129e244054e85050591128011638bf376d64e9c5 ----------------------------------------------------------------------- commit 37738f6315c3ab6e1c4d89a96bbcdacb9bf546ad Author: Michael M Slusarz <[email protected]> Date: Thu Feb 7 23:46:58 2013 -0700 Fix operator imp/js/dimpbase.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/37738f6315c3ab6e1c4d89a96bbcdacb9bf546ad ----------------------------------------------------------------------- commit 18edf758e80603ee5c1ff8d0f301c93edf93beca Author: Jan Schneider <[email protected]> Date: Wed Feb 6 18:00:22 2013 +0100 Don't output error messages, use PHPUnit's exception handling and test skipping instead. framework/Db/test/Horde/Db/Adapter/MysqlTest.php | 18 ++++++++-------- framework/Db/test/Horde/Db/Adapter/MysqliTest.php | 18 ++++++++-------- framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php | 18 ++++++++-------- framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlBase.php | 16 +++++++------- framework/Db/test/Horde/Db/Adapter/Pdo/SqliteBase.php | 14 +++++------- 5 files changed, 41 insertions(+), 43 deletions(-) http://git.horde.org/horde-git/-/commit/18edf758e80603ee5c1ff8d0f301c93edf93beca ----------------------------------------------------------------------- commit d18e642e5ddc5b4b22a9029e3e1966dcb38e078b Author: Jan Schneider <[email protected]> Date: Fri Feb 8 14:32:03 2013 +0100 Find parent directory if installed with PEAR too. framework/Test/lib/Horde/Test/AllTests.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/d18e642e5ddc5b4b22a9029e3e1966dcb38e078b ----------------------------------------------------------------------- commit 35d6cdb0b443f2c32027622e1a5bac07e5c28c05 Author: Jan Schneider <[email protected]> Date: Fri Feb 8 14:41:00 2013 +0100 Add Horde_Prefs_Identity#getFromAddress() to base class too. We already have it in the Core and IMP extensions, adding them to the base class lowers the dependencies of other code that use it. Plus it's useful. framework/Prefs/lib/Horde/Prefs/Identity.php | 40 ++++++++++++++++++++------ framework/Prefs/package.xml | 2 + 2 files changed, 33 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/35d6cdb0b443f2c32027622e1a5bac07e5c28c05 ----------------------------------------------------------------------- commit 4ff68692c383c544020628ec8c5fd918eba521e7 Author: Jan Schneider <[email protected]> Date: Fri Feb 8 14:47:12 2013 +0100 Style framework/Itip/lib/Horde/Itip/Resource.php | 12 +++------- framework/Itip/lib/Horde/Itip/Resource/Base.php | 21 +++++++----------- framework/Itip/lib/Horde/Itip/Resource/Identity.php | 18 +++++---------- 3 files changed, 18 insertions(+), 33 deletions(-) http://git.horde.org/horde-git/-/commit/4ff68692c383c544020628ec8c5fd918eba521e7 ----------------------------------------------------------------------- commit 03a288b3a45894b6e47c2a260a553473cc65a602 Author: Jan Schneider <[email protected]> Date: Fri Feb 8 14:48:03 2013 +0100 [jan] Don't depend on an IMP identity object. framework/Itip/lib/Horde/Itip/Resource/Identity.php | 25 ++++++------------- framework/Itip/package.xml | 11 +++++++- framework/Itip/test/Horde/Itip/Stub/Identity.php | 13 ++++++++- 3 files changed, 28 insertions(+), 21 deletions(-) http://git.horde.org/horde-git/-/commit/03a288b3a45894b6e47c2a260a553473cc65a602 ----------------------------------------------------------------------- commit 5a67e2e70e76ad1eeee9f61720fa39ca686060cf Author: Jan Schneider <[email protected]> Date: Fri Feb 8 14:48:23 2013 +0100 Fix test. framework/History/test/Horde/History/InterfaceTest.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/5a67e2e70e76ad1eeee9f61720fa39ca686060cf ----------------------------------------------------------------------- commit bbacea4cd84130270e21dd56b84ba4e2f63bb33d Author: Jan Schneider <[email protected]> Date: Fri Feb 8 14:48:32 2013 +0100 Skip test. .../Prefs/test/Horde/Prefs/Unit/Storage/KolabImapLogTest.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/bbacea4cd84130270e21dd56b84ba4e2f63bb33d ----------------------------------------------------------------------- commit 594e7b8c95dbb189d0a0ca57efaef7eda72f9d5c Author: Ralf Lang <[email protected]> Date: Fri Feb 8 15:55:34 2013 +0200 Fix Rdo testcase framework/Rdo/test/Horde/Rdo/Sql/Base.php | 2 +- framework/Rdo/test/Horde/Rdo/TestBase.php | 14 -------------- 2 files changed, 1 insertions(+), 15 deletions(-) delete mode 100644 framework/Rdo/test/Horde/Rdo/TestBase.php http://git.horde.org/horde-git/-/commit/594e7b8c95dbb189d0a0ca57efaef7eda72f9d5c ----------------------------------------------------------------------- commit b9ce44bcb665a14937a4a0fef744d3607e1d28dc Author: Michael M Slusarz <[email protected]> Date: Fri Feb 8 15:17:24 2013 -0700 jQuery Mobile 1.2.0 only supports jQuery 1.8.2, not 1.8.3. There *shouldn't* be an issue, but better safe than sorry framework/Core/js/jquery.mobile/jquery.js | 206 +++++++++++-------------- framework/Core/js/jquery.mobile/jquery.min.js | 4 +- framework/Core/package.xml | 4 +- 3 files changed, 91 insertions(+), 123 deletions(-) http://git.horde.org/horde-git/-/commit/b9ce44bcb665a14937a4a0fef744d3607e1d28dc ----------------------------------------------------------------------- commit 335c4a42fbdc1a6ffc19a04d29fa51bab549a61b Author: Michael M Slusarz <[email protected]> Date: Fri Feb 8 16:11:29 2013 -0700 Released Horde_Imap_Client-2.6.0 framework/Imap_Client/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/335c4a42fbdc1a6ffc19a04d29fa51bab549a61b ----------------------------------------------------------------------- commit 762fd8ea949457369d3734180859df2ac8a6067e Author: Michael M Slusarz <[email protected]> Date: Fri Feb 8 16:11:29 2013 -0700 Development mode for Horde_Imap_Client-2.6.1 framework/Imap_Client/package.xml | 21 ++++++++++++++++----- 1 files changed, 16 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/762fd8ea949457369d3734180859df2ac8a6067e ----------------------------------------------------------------------- commit b65085c5ceb30f858934ce9f41ada30724e17b71 Merge: b10a1c6 762fd8e Author: Michael M Slusarz <[email protected]> Date: Fri Feb 8 16:14:24 2013 -0700 Merge branch 'master' into imp_6_1 Conflicts: imp/js/dimpbase.js framework/Core/js/jquery.mobile/jquery.js | 206 ++--- framework/Core/js/jquery.mobile/jquery.min.js | 4 +- framework/Core/lib/Horde/Registry.php | 2 +- framework/Core/package.xml | 4 +- framework/Db/test/Horde/Db/Adapter/MysqlTest.php | 18 +- framework/Db/test/Horde/Db/Adapter/MysqliTest.php | 18 +- framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php | 18 +- framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlBase.php | 16 +- framework/Db/test/Horde/Db/Adapter/Pdo/SqliteBase.php | 14 +- framework/History/test/Horde/History/InterfaceTest.php | 2 +- framework/Imap_Client/package.xml | 25 +- framework/Itip/lib/Horde/Itip/Resource.php | 12 +- framework/Itip/lib/Horde/Itip/Resource/Base.php | 21 +- framework/Itip/lib/Horde/Itip/Resource/Identity.php | 43 +- framework/Itip/package.xml | 11 +- framework/Itip/test/Horde/Itip/Stub/Identity.php | 13 +- framework/Mime/lib/Horde/Mime/Part.php | 2 +- framework/Prefs/lib/Horde/Prefs/Identity.php | 40 +- framework/Prefs/package.xml | 2 + .../Prefs/test/Horde/Prefs/Unit/Storage/KolabImapLogTest.php | 1 + framework/Rdo/test/Horde/Rdo/Sql/Base.php | 2 +- framework/Rdo/test/Horde/Rdo/TestBase.php | 14 - framework/Test/lib/Horde/Test/AllTests.php | 3 +- 23 files changed, 236 insertions(+), 255 deletions(-) http://git.horde.org/horde-git/-/commit/b65085c5ceb30f858934ce9f41ada30724e17b71 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
