The branch "master" has been updated. The following is a summary of the commits.
from: d18e642e5ddc5b4b22a9029e3e1966dcb38e078b 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. ----------------------------------------------------------------------- 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 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
