The branch "master" has been updated. The following is a summary of the commits.
from: f2f9ee845d7c59ba59ece4f7b96a270f26b5fedc 4c5c424 Fix setting date properties from an empty date object. 02f93d4 BFN Summary: http://github.com/horde/horde/compare/f2f9ee845d7c59ba59ece4f7b96a270f26b5fedc...02f93d42ccdadc38eaa72278956dcd7cf549a4c2 ----------------------------------------------------------------------- commit 4c5c424378d89ad753c80043c9512e28dec400e8 Author: Michael J Rubinsky <[email protected]> Date: Sat Dec 21 23:52:19 2013 -0500 Fix setting date properties from an empty date object. If $date->month is set, before $date->mday is set it was incorrectly being adjusted down. This would happen, e.g., when creating a new date object, with no parameters then manually setting the month property before setting the mday property. framework/Date/lib/Horde/Date.php | 4 +++- framework/Date/test/Horde/Date/DateTest.php | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/4c5c424378d89ad753c80043c9512e28dec400e8 http://git.horde.org/horde-git/-/commit/4c5c424378d89ad753c80043c9512e28dec400e8 ----------------------------------------------------------------------- commit 02f93d42ccdadc38eaa72278956dcd7cf549a4c2 Author: Michael J Rubinsky <[email protected]> Date: Sat Dec 21 23:54:51 2013 -0500 BFN framework/Date/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/02f93d42ccdadc38eaa72278956dcd7cf549a4c2 http://git.horde.org/horde-git/-/commit/02f93d42ccdadc38eaa72278956dcd7cf549a4c2 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
