The branch "master" has been updated. The following is a summary of the commits.
from: 197877deb7165e1c172fc739d725e4eb492ce31b 1e5fbdd Ensure the logger gets passed. 035f8a6 Merge from FW3. e9099fd Logging of the list and data handlers needs to be setup in the base storage class. fbf7b08 [gwr] Added logging for data handlers. 47eb37e Allow to return the folder path for a data object. 7dc2f59 Ensure that missing cache data leads to cache synchronization. 70d3506 Allow to check for missing folder type data. c0ee879 Yup, we want that. 80305c8 Move some info() calls to debug() level. 73cafec Ensure that missing cache data leads to cache synchronization. f80e7b1 Remove unnecessary test. ----------------------------------------------------------------------- commit 1e5fbdd7046f488c2d95eb6fff9cdc93e55af779 Author: Gunnar Wrobel <[email protected]> Date: Mon May 30 21:24:18 2011 +0200 Ensure the logger gets passed. framework/Core/lib/Horde/Core/Factory/Prefs.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/1e5fbdd7046f488c2d95eb6fff9cdc93e55af779 ----------------------------------------------------------------------- commit 035f8a6a7a7c0544fa837a9434d37e381e521e36 Author: Gunnar Wrobel <[email protected]> Date: Mon May 30 21:24:34 2011 +0200 Merge from FW3. .../lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php | 6 +---- 1 files changed, 1 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/035f8a6a7a7c0544fa837a9434d37e381e521e36 ----------------------------------------------------------------------- commit e9099fd130f4762f24eae849cf702f85d0e980d1 Author: Gunnar Wrobel <[email protected]> Date: Mon May 30 21:30:26 2011 +0200 Logging of the list and data handlers needs to be setup in the base storage class. framework/Kolab_Storage/lib/Horde/Kolab/Storage/Base.php | 10 +++++ framework/Kolab_Storage/lib/Horde/Kolab/Storage/Decorator/Log.php | 7 +++- framework/Kolab_Storage/lib/Horde/Kolab/Storage/Factory.php | 8 +-- 3 files changed, 19 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/e9099fd130f4762f24eae849cf702f85d0e980d1 ----------------------------------------------------------------------- commit fbf7b0854d79c3224bfae5746a27ed67d02df1d8 Author: Gunnar Wrobel <[email protected]> Date: Mon May 30 21:32:01 2011 +0200 [gwr] Added logging for data handlers. .../Kolab_Storage/lib/Horde/Kolab/Storage/Data/Decorator/Log.php | 458 +++++ framework/Kolab_Storage/package.xml | 14 +- 2 files changed, 469 insertions(+), 3 deletions(-) create mode 100644 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Decorator/Log.php http://git.horde.org/horde-git/-/commit/fbf7b0854d79c3224bfae5746a27ed67d02df1d8 ----------------------------------------------------------------------- commit 47eb37e2ce2e7de84eb9bf06de6e88ce0427e6fa Author: Gunnar Wrobel <[email protected]> Date: Mon May 30 21:32:51 2011 +0200 Allow to return the folder path for a data object. framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data.php | 9 ++++++ framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Base.php | 12 +++++++++ 2 files changed, 21 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/47eb37e2ce2e7de84eb9bf06de6e88ce0427e6fa ----------------------------------------------------------------------- commit 7dc2f593d965ac449c938aa818ed49040df66895 Author: Gunnar Wrobel <[email protected]> Date: Mon May 30 21:33:19 2011 +0200 Ensure that missing cache data leads to cache synchronization. framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data/Cached.php | 35 +++++++ 1 files changed, 35 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/7dc2f593d965ac449c938aa818ed49040df66895 ----------------------------------------------------------------------- commit 70d35060faf146e0525fae1fa1e9695b403544cd Author: Gunnar Wrobel <[email protected]> Date: Mon May 30 21:33:57 2011 +0200 Allow to check for missing folder type data. framework/Kolab_Storage/lib/Horde/Kolab/Storage/Cache/List.php | 23 ++++++- 1 files changed, 19 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/70d35060faf146e0525fae1fa1e9695b403544cd ----------------------------------------------------------------------- commit c0ee879c28afc07e18fbfbb14011e2d84b6e2d90 Author: Gunnar Wrobel <[email protected]> Date: Mon May 30 21:34:14 2011 +0200 Yup, we want that. .../lib/Horde/Kolab/Storage/List/Decorator/Cache.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/c0ee879c28afc07e18fbfbb14011e2d84b6e2d90 ----------------------------------------------------------------------- commit 80305c82f4e728123f91ac60815dce78b6c4bb25 Author: Gunnar Wrobel <[email protected]> Date: Mon May 30 21:34:38 2011 +0200 Move some info() calls to debug() level. .../Kolab_Storage/lib/Horde/Kolab/Storage/List/Decorator/Log.php | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/80305c82f4e728123f91ac60815dce78b6c4bb25 ----------------------------------------------------------------------- commit 73cafec4b605f4a78f3d7e74d93d6fbad516c163 Author: Gunnar Wrobel <[email protected]> Date: Mon May 30 21:35:17 2011 +0200 Ensure that missing cache data leads to cache synchronization. .../lib/Horde/Kolab/Storage/List/Query/List/Cache.php | 26 +++++ 1 files changed, 26 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/73cafec4b605f4a78f3d7e74d93d6fbad516c163 ----------------------------------------------------------------------- commit f80e7b1ac55a6046340c7d1ba45ff8523c18827f Author: Gunnar Wrobel <[email protected]> Date: Mon May 30 21:35:34 2011 +0200 Remove unnecessary test. .../Horde/Kolab/Storage/Unit/Data/Query/Preferences/CacheTest.php | 9 ----- 1 files changed, 0 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/f80e7b1ac55a6046340c7d1ba45ff8523c18827f __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
