The branch "FRAMEWORK_5_1" has been updated. The following is a summary of the commits.
from: aa5f5488aba268606b555a40d22e4258e214fd6d 862b437 Only return the latest modification (Bug #13113). f0492f9 Don't pile up modifications in history log. f3ecf11 [jan] Fix history not always returning the last modification time of an event (Bug #13113). Summary: http://github.com/horde/horde/compare/aa5f5488aba268606b555a40d22e4258e214fd6d...f3ecf11715fae2216a6a4b8497d6a08d2f6b3b0c ----------------------------------------------------------------------- commit 862b4377e6474a244f2523354d598089266f42d9 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/862b4377e6474a244f2523354d598089266f42d9 ----------------------------------------------------------------------- commit f0492f96adf4fdd2594409417bcba013d16eeb66 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/f0492f96adf4fdd2594409417bcba013d16eeb66 ----------------------------------------------------------------------- commit f3ecf11715fae2216a6a4b8497d6a08d2f6b3b0c Author: Jan Schneider <[email protected]> Date: Wed Apr 16 15:01:50 2014 +0200 [jan] Fix history not always returning the last modification time of an event (Bug #13113). kronolith/docs/CHANGES | 2 ++ kronolith/package.xml | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/f3ecf11715fae2216a6a4b8497d6a08d2f6b3b0c -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
