The branch "master" has been updated. The following is a summary of the commits.
from: c5416669349c028c66d954a5264da3dc30fc8317 c3c0335 Fix/improve how we handle all-day events across views. f46433c Fix saving all day events when the end date is on the next day ----------------------------------------------------------------------- commit c3c03356260ef21abd9026f6c8482247fe6655ef Author: Jan Schneider <[email protected]> Date: Tue Aug 27 22:49:26 2013 +0200 Fix/improve how we handle all-day events across views. All-day events always last to 0:00 now. Bug: 12627 kronolith/js/kronolith.js | 17 ++++++++++++++++- kronolith/lib/Event.php | 15 +++------------ kronolith/lib/Event/Holidays.php | 1 - kronolith/lib/Event/Horde.php | 8 +++----- kronolith/lib/Event/Sql.php | 4 ++++ kronolith/lib/View/EditEvent.php | 4 ++-- 6 files changed, 28 insertions(+), 21 deletions(-) http://git.horde.org/horde-git/-/commit/c3c03356260ef21abd9026f6c8482247fe6655ef ----------------------------------------------------------------------- commit f46433cf0b534a84e8c9cd9cba6012138c0ed379 Author: Thomas Jarosch <[email protected]> Date: Tue Aug 27 21:24:30 2013 +0200 Fix saving all day events when the end date is on the next day Internally horde uses two kinds of all day event formats: - end on "current-day 23:59:59" (old) - end on "next-day 00:00:00" Properly detect "next-day 00:00:00" when doing the writeout. Also switch to "next-day 00:00:00" format when loading events for consistency. Part of bug 12627 Signed-off-by: Jan Schneider <[email protected]> framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Event.php | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/f46433cf0b534a84e8c9cd9cba6012138c0ed379 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
