The branch "master" has been updated. The following is a summary of the commits.
from: 75f37048c56aa368d45f958fc9061a8ce36c366d 8959735 Add Nag_Task::backgroundColor() and foregroundColor(). e4e09e0 Color tasks on portal. 7d979dc Add Nag_Task::getNextStart(). b7a3a58 Fix passing start date of recurring tasks via ajax. 986bbd1 Restore old priority styling on task details view. c34a08e Fix ordering of sub-tasks in Kronolith. Summary: http://github.com/horde/horde/compare/75f37048c56aa368d45f958fc9061a8ce36c366d...c34a08e5e3a9ec7d96ce760035da95d9b32d2e0f ----------------------------------------------------------------------- commit 895973580744222e16ecb5cf11d32d387e46a33c Author: Jan Schneider <[email protected]> Date: Thu Oct 2 18:12:30 2014 +0200 Add Nag_Task::backgroundColor() and foregroundColor(). nag/lib/Task.php | 36 +++++++++++++++++++++++++++--------- nag/templates/list.html.php | 7 ------- nag/templates/list/_task.html.php | 6 +++--- 3 files changed, 30 insertions(+), 19 deletions(-) http://github.com/horde/horde/commit/895973580744222e16ecb5cf11d32d387e46a33c ----------------------------------------------------------------------- commit e4e09e02be34b6002816c6ab38db55099a9d90d9 Author: Jan Schneider <[email protected]> Date: Thu Oct 2 18:12:51 2014 +0200 Color tasks on portal. nag/lib/Block/Summary.php | 26 ++++++++++++++------------ 1 files changed, 14 insertions(+), 12 deletions(-) http://github.com/horde/horde/commit/e4e09e02be34b6002816c6ab38db55099a9d90d9 ----------------------------------------------------------------------- commit 7d979dc776c9212095c8735d4d3788cebda303bf 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/7d979dc776c9212095c8735d4d3788cebda303bf ----------------------------------------------------------------------- commit b7a3a586c53e972d59d817b5e3363e8f4a7878af 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/b7a3a586c53e972d59d817b5e3363e8f4a7878af ----------------------------------------------------------------------- commit 986bbd1da4085815aee58b17a9eac95881859de8 Author: Jan Schneider <[email protected]> Date: Thu Oct 2 18:15:13 2014 +0200 Restore old priority styling on task details view. nag/themes/default/screen.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/986bbd1da4085815aee58b17a9eac95881859de8 ----------------------------------------------------------------------- commit c34a08e5e3a9ec7d96ce760035da95d9b32d2e0f 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/c34a08e5e3a9ec7d96ce760035da95d9b32d2e0f -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
