The branch "master" has been updated. The following is a summary of the commits.
from: bf0f3e8993a4a4249bfb479f2fe6d155dd46eb49 01dd70c fixed handling of incomplete date arrays 9592b52 Add support for per-request WBXML logfile. 6e4a231 Timestamp the logfile too. 9e47053 Use per-device subfolders when doing per-request logging. b0f29d2 @todo 45151c3 Wrapping. 273e302 Merge branch 'patch-3' of https://github.com/oakey-b1/horde into oakey-b1-patch-3 54db38c Merge branch 'oakey-b1-patch-3' Summary: http://github.com/horde/horde/compare/bf0f3e8993a4a4249bfb479f2fe6d155dd46eb49...54db38c053ee9ef9dbdf15f4ae08e2119aceeea3 ----------------------------------------------------------------------- commit 01dd70c216a6ed8173553c06dbb51a51cc871bdb Author: Neal Thomas Oakey <[email protected]> Date: Thu Apr 21 14:47:38 2016 +0200 fixed handling of incomplete date arrays incomplete date arrays may be corrected by Horde_Date causing not wanted results e.g. 2016-NULL-NULL will become 2015-11-30 > if (month < 1) { year--; month = month%12 } > [and similar with the day] this can either happen if for e.g. 1. reloading form on change and only the year has been set (until now) 2. the year should be pre-selected by setting it over ->setDefault(array('year'=>date('Y'))) framework/Form/lib/Horde/Form/Type.php | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/01dd70c216a6ed8173553c06dbb51a51cc871bdb ----------------------------------------------------------------------- commit 9592b52489a81c0f6dbdc2776395416f466bbd56 Author: Michael J Rubinsky <[email protected]> Date: Mon May 16 09:12:38 2016 -0400 Add support for per-request WBXML logfile. .../lib/Horde/Core/ActiveSync/Logger/Factory.php | 21 ++++++++++++++++++--- horde/config/conf.xml | 16 +++++++++++++++- 2 files changed, 33 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/9592b52489a81c0f6dbdc2776395416f466bbd56 ----------------------------------------------------------------------- commit 6e4a2319bae2e15f60b11afc584a93c400232522 Author: Michael J Rubinsky <[email protected]> Date: Mon May 16 09:17:55 2016 -0400 Timestamp the logfile too. framework/Core/lib/Horde/Core/ActiveSync/Logger/Factory.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) http://github.com/horde/horde/commit/6e4a2319bae2e15f60b11afc584a93c400232522 ----------------------------------------------------------------------- commit 9e470537866798de30d8d094443315d8ba2e95ac Author: Michael J Rubinsky <[email protected]> Date: Mon May 16 09:29:04 2016 -0400 Use per-device subfolders when doing per-request logging. framework/Core/lib/Horde/Core/ActiveSync/Logger/Factory.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/9e470537866798de30d8d094443315d8ba2e95ac ----------------------------------------------------------------------- commit b0f29d2ce0c655a72eb79ecef7b39ab6af9a42a1 Author: Michael J Rubinsky <[email protected]> Date: Mon May 16 14:34:48 2016 -0400 @todo framework/ActiveSync/doc/Horde/ActiveSync/TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) http://github.com/horde/horde/commit/b0f29d2ce0c655a72eb79ecef7b39ab6af9a42a1 ----------------------------------------------------------------------- commit 45151c3c975b46067bf4907f2e57aa132ff729cb Author: Michael J Rubinsky <[email protected]> Date: Mon May 16 14:35:07 2016 -0400 Wrapping. framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) http://github.com/horde/horde/commit/45151c3c975b46067bf4907f2e57aa132ff729cb ----------------------------------------------------------------------- commit 273e302dd18ae8435f4916db270f8cbdd9a6e360 Merge: 45151c3 01dd70c Author: Michael J Rubinsky <[email protected]> Date: Mon May 16 16:15:58 2016 -0400 Merge branch 'patch-3' of https://github.com/oakey-b1/horde into oakey-b1-patch-3 framework/Form/lib/Horde/Form/Type.php | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/273e302dd18ae8435f4916db270f8cbdd9a6e360 ----------------------------------------------------------------------- commit 54db38c053ee9ef9dbdf15f4ae08e2119aceeea3 Merge: 45151c3 273e302 Author: Michael J Rubinsky <[email protected]> Date: Mon May 16 16:48:58 2016 -0400 Merge branch 'oakey-b1-patch-3' framework/Form/lib/Horde/Form/Type.php | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/54db38c053ee9ef9dbdf15f4ae08e2119aceeea3 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
