The branch "FRAMEWORK_5_2" has been updated. The following is a summary of the commits.
from: 825178ce10f4bf0a3dcd04d1ce38daa9dd087f37 349dfb5 phpdoc b8995a9 Fix finding duplicate events by UID. 771bb6d No need to further limit the search range. 795c65c Add index on event_baseid. e855a15 phpdoc 6143a97 Use getDriver(). 4a7337a Update file list. Summary: http://github.com/horde/horde/compare/825178ce10f4bf0a3dcd04d1ce38daa9dd087f37...4a7337ab13f70e9334fa5924ec013b49b903e2ff ----------------------------------------------------------------------- commit 349dfb5234560b873e057923c495778172ab3727 Author: Jan Schneider <[email protected]> Date: Tue Mar 17 18:55:51 2015 +0100 phpdoc kronolith/migration/10_kronolith_upgrade_exceptions.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/349dfb5234560b873e057923c495778172ab3727 ----------------------------------------------------------------------- commit b8995a98a40aa46fc7dfc2b78cec45a811455f6f Author: Jan Schneider <[email protected]> Date: Tue Mar 17 19:02:52 2015 +0100 Fix finding duplicate events by UID. kronolith/lib/Api.php | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/b8995a98a40aa46fc7dfc2b78cec45a811455f6f ----------------------------------------------------------------------- commit 771bb6da90c333034f11419fa89fae889734e218 Author: Jan Schneider <[email protected]> Date: Tue Mar 17 20:10:08 2015 +0100 No need to further limit the search range. baseid should be sufficient. Also this would not find exceptions that are outside of the original recurrence range, which is perfectly possible. kronolith/lib/Event.php | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/771bb6da90c333034f11419fa89fae889734e218 ----------------------------------------------------------------------- commit 795c65c33057c1072f005a2742141cfceb5a34bf Author: Jan Schneider <[email protected]> Date: Tue Mar 17 20:30:14 2015 +0100 Add index on event_baseid. kronolith/migration/23_kronolith_upgrade_baseidindex.php | 32 ++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) create mode 100644 kronolith/migration/23_kronolith_upgrade_baseidindex.php http://github.com/horde/horde/commit/795c65c33057c1072f005a2742141cfceb5a34bf ----------------------------------------------------------------------- commit e855a1585b19a78a63f76a7a7c3577dcd7e57821 Author: Jan Schneider <[email protected]> Date: Tue Mar 17 21:02:03 2015 +0100 phpdoc kronolith/lib/Event.php | 22 ++++++++++------------ 1 files changed, 10 insertions(+), 12 deletions(-) http://github.com/horde/horde/commit/e855a1585b19a78a63f76a7a7c3577dcd7e57821 ----------------------------------------------------------------------- commit 6143a97e458a78bcb13d782fadce9af9dcb87d2c Author: Jan Schneider <[email protected]> Date: Tue Mar 17 21:02:28 2015 +0100 Use getDriver(). Conflicts: kronolith/lib/Event.php kronolith/lib/Event.php | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) http://github.com/horde/horde/commit/6143a97e458a78bcb13d782fadce9af9dcb87d2c ----------------------------------------------------------------------- commit 4a7337ab13f70e9334fa5924ec013b49b903e2ff Author: Jan Schneider <[email protected]> Date: Tue Mar 17 21:17:47 2015 +0100 Update file list. kronolith/package.xml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/4a7337ab13f70e9334fa5924ec013b49b903e2ff -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
