The branch "master" has been updated. The following is a summary of the commits.
from: 3e574a8b4df1821be00f577f81252647f7a655d1 3327333 We already had a rule for rules that start on a certain date. 262fef0 Protect against unparsable rules. 1589add Not odd, just not that common. Summary: http://github.com/horde/horde/compare/3e574a8b4df1821be00f577f81252647f7a655d1...1589add0ea42a7552b039697046b715f3c6897c3 ----------------------------------------------------------------------- commit 3327333b561175a5cc410fad6780615f5619b10c Author: Jan Schneider <[email protected]> Date: Wed Jan 13 12:39:12 2016 +0100 We already had a rule for rules that start on a certain date. We just didn't catch when this rule lasted for more than one year. So move the new code to the earlier section. Bug: 14221 framework/Timezone/lib/Horde/Timezone/Rule.php | 64 ++++++++++-------------- 1 files changed, 27 insertions(+), 37 deletions(-) http://github.com/horde/horde/commit/3327333b561175a5cc410fad6780615f5619b10c ----------------------------------------------------------------------- commit 262fef061fa4dd3e9f0e049078aa405de19df325 Author: Jan Schneider <[email protected]> Date: Wed Jan 13 12:52:21 2016 +0100 Protect against unparsable rules. We always need a DTSTART. If cannot determine one, skip this rule. framework/Timezone/lib/Horde/Timezone/Rule.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/262fef061fa4dd3e9f0e049078aa405de19df325 ----------------------------------------------------------------------- commit 1589add0ea42a7552b039697046b715f3c6897c3 Author: Jan Schneider <[email protected]> Date: Wed Jan 13 12:54:19 2016 +0100 Not odd, just not that common. framework/Timezone/package.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/1589add0ea42a7552b039697046b715f3c6897c3 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
