The branch "FRAMEWORK_5_2" has been updated. The following is a summary of the commits.
from: 63b4e0079e7967b5484d9d04c4b7c65ee6cbcb5b bc3bbb3 Add Nag_Task::getNextStart(). f0f5654 Fix passing start date of recurring tasks via ajax. cb20125 Fix ordering of sub-tasks in Kronolith. fbc10cc [jan] Pass current start date of recurring tasks to dynamic interface. 8460050 [jan] Fix ordering of sub-tasks. 4fc381b Update task list even if no results from server. 1b0144a [jan] Fix updating of task list view if no tasks are returned from server. Summary: http://github.com/horde/horde/compare/63b4e0079e7967b5484d9d04c4b7c65ee6cbcb5b...1b0144adb7bbf2905c8d969320de8147636dd6d2 ----------------------------------------------------------------------- commit bc3bbb374276140b229dd79309d3641ad12a9078 Author: Jan Schneider <[email protected]> Date: Thu Oct 2 18:13:25 2014 +0200 Add Nag_Task::getNextStart(). nag/lib/Driver/Sql.php | 14 +------------- nag/lib/Task.php | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 13 deletions(-) http://github.com/horde/horde/commit/bc3bbb374276140b229dd79309d3641ad12a9078 ----------------------------------------------------------------------- commit f0f565453d39e57f02955c85967ff8414bd7995e Author: Jan Schneider <[email protected]> Date: Thu Oct 2 18:14:49 2014 +0200 Fix passing start date of recurring tasks via ajax. nag/lib/Task.php | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/f0f565453d39e57f02955c85967ff8414bd7995e ----------------------------------------------------------------------- commit cb2012598444e875b10b40442396f368139e7e32 Author: Jan Schneider <[email protected]> Date: Thu Oct 2 18:46:08 2014 +0200 Fix ordering of sub-tasks in Kronolith. kronolith/js/kronolith.js | 21 +++++++++++++++++---- nag/lib/Task.php | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) http://github.com/horde/horde/commit/cb2012598444e875b10b40442396f368139e7e32 ----------------------------------------------------------------------- commit fbc10cc955e6f95bc4c853dd3833465bb2a42722 Author: Jan Schneider <[email protected]> Date: Thu Oct 2 18:59:37 2014 +0200 [jan] Pass current start date of recurring tasks to dynamic interface. nag/docs/CHANGES | 1 + nag/package.xml | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/fbc10cc955e6f95bc4c853dd3833465bb2a42722 ----------------------------------------------------------------------- commit 8460050ffeb802d5a463a89d7c1ca266963d70c4 Author: Jan Schneider <[email protected]> Date: Thu Oct 2 19:00:08 2014 +0200 [jan] Fix ordering of sub-tasks. kronolith/docs/CHANGES | 1 + kronolith/package.xml | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/8460050ffeb802d5a463a89d7c1ca266963d70c4 ----------------------------------------------------------------------- commit 4fc381bcd53571ba3f2c6b6697511fedf0baa8cf Author: Jan Schneider <[email protected]> Date: Thu Oct 2 18:50:21 2014 +0200 Update task list even if no results from server. kronolith/js/kronolith.js | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/4fc381bcd53571ba3f2c6b6697511fedf0baa8cf ----------------------------------------------------------------------- commit 1b0144adb7bbf2905c8d969320de8147636dd6d2 Author: Jan Schneider <[email protected]> Date: Thu Oct 2 19:01:04 2014 +0200 [jan] Fix updating of task list view if no tasks are returned from server. kronolith/docs/CHANGES | 1 + kronolith/package.xml | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/1b0144adb7bbf2905c8d969320de8147636dd6d2 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
