The branch "master" has been updated. The following is a summary of the commits.
from: 7863ae00c8c95214379a203f8b2b3eb4cd168bea f9fca18 Only return the latest modification (Bug #13113). 0ede15e Fix testing for unset old properties. 122e6df Don't pile up modifications in history log. Summary: http://github.com/horde/horde/compare/7863ae00c8c95214379a203f8b2b3eb4cd168bea...122e6dfad7a65cb9c9ef59a3eef7e4212e317f9e ----------------------------------------------------------------------- commit f9fca18d62f3489f06ff4029d50dd0f2a2a2826d Author: Jan Schneider <[email protected]> Date: Wed Apr 16 14:52:37 2014 +0200 Only return the latest modification (Bug #13113). kronolith/lib/Event.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/f9fca18d62f3489f06ff4029d50dd0f2a2a2826d ----------------------------------------------------------------------- commit 0ede15ec4fc473872328fc3d122b9d1837df4039 Author: Jan Schneider <[email protected]> Date: Wed Apr 16 14:54:39 2014 +0200 Fix testing for unset old properties. Fixes logging all properties that are empty, even if not changed. Introduces with request #10249. kronolith/lib/Driver/Sql.php | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/0ede15ec4fc473872328fc3d122b9d1837df4039 ----------------------------------------------------------------------- commit 122e6dfad7a65cb9c9ef59a3eef7e4212e317f9e Author: Jan Schneider <[email protected]> Date: Wed Apr 16 14:57:37 2014 +0200 Don't pile up modifications in history log. The changes introduced for request #10249 did accumulate all event modifications in the history log, which eventually lead to bug #13113. Until Horde_History doesn't scale better for large user numbers, we should not log even more stuff. Especially if we don't even use this information anywhere. kronolith/lib/Driver/Sql.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/122e6dfad7a65cb9c9ef59a3eef7e4212e317f9e -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
