The branch "master" has been updated. The following is a summary of the commits.
from: 18930a3b08a2a6363c3a7599fdcf992d3314bb2c 6dcb99e [jan] Display task list background color in basic view. ea13cee Fix link to create sub-task from a task view. ffe39ca [jan] Add inverse tree icons. 92e40bb Default external task priorities to normal. 5ce5c48 Fix setting task list name for external tasks. 18f3f81 Fix exception name. e507af9 Move priority to 2nd column and improve styling. a07a14b Improve tickets returned as tasks. 60d8905 Use tree and edit icons depending on background. More to follow. Summary: http://github.com/horde/horde/compare/18930a3b08a2a6363c3a7599fdcf992d3314bb2c...60d890571dd99324245671db808249178ce078f2 ----------------------------------------------------------------------- commit 6dcb99ec0ade4461d68c6aa9d7c63287ac9ad415 Author: Jan Schneider <[email protected]> Date: Fri Sep 26 19:21:45 2014 +0200 [jan] Display task list background color in basic view. nag/docs/CHANGES | 1 + nag/package.xml | 2 ++ nag/templates/list.html.php | 9 ++++++++- nag/templates/list/_task.html.php | 4 ++-- 4 files changed, 13 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/6dcb99ec0ade4461d68c6aa9d7c63287ac9ad415 ----------------------------------------------------------------------- commit ea13ceefd6b74ec83925b08aed40aa14e85e7ab3 Author: Jan Schneider <[email protected]> Date: Fri Sep 26 19:25:26 2014 +0200 Fix link to create sub-task from a task view. nag/templates/view/task.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/ea13ceefd6b74ec83925b08aed40aa14e85e7ab3 ----------------------------------------------------------------------- commit ffe39ca7925409acd4ce5856f46bcb5105e19fb2 Author: Jan Schneider <[email protected]> Date: Fri Sep 26 20:09:30 2014 +0200 [jan] Add inverse tree icons. horde/docs/CHANGES | 1 + horde/package.xml | 78 +++++++- horde/themes/default/graphics/tree/blank-fff.png | Bin 0 -> 96 bytes horde/themes/default/graphics/tree/folder-fff.png | Bin 0 -> 271 bytes horde/themes/default/graphics/tree/folderopen-fff.png | Bin 0 -> 398 bytes horde/themes/default/graphics/tree/join-fff-fff.png | Bin 0 -> 130 bytes horde/themes/default/graphics/tree/join-fff.png | Bin 0 -> 117 bytes horde/themes/default/graphics/tree/joinbottom-down-fff.png | Bin 0 -> 108 bytes horde/themes/default/graphics/tree/joinbottom-fff.png | Bin 0 -> 112 bytes horde/themes/default/graphics/tree/leaf-fff.png | Bin 0 -> 243 bytes horde/themes/default/graphics/tree/line-fff.png | Bin 0 -> 112 bytes horde/themes/default/graphics/tree/minus-fff.png | Bin 0 -> 162 bytes horde/themes/default/graphics/tree/minusbottom-fff.png | Bin 0 -> 157 bytes horde/themes/default/graphics/tree/minusonly-fff.png | Bin 0 -> 147 bytes horde/themes/default/graphics/tree/minustop-fff.png | Bin 0 -> 153 bytes horde/themes/default/graphics/tree/nullonly-fff.png | Bin 0 -> 145 bytes horde/themes/default/graphics/tree/plus-fff.png | Bin 0 -> 175 bytes horde/themes/default/graphics/tree/plusbottom-fff.png | Bin 0 -> 170 bytes horde/themes/default/graphics/tree/plusonly-fff.png | Bin 0 -> 165 bytes horde/themes/default/graphics/tree/plustop-fff.png | Bin 0 -> 169 bytes horde/themes/default/graphics/tree/rev-join-fff.png | Bin 0 -> 114 bytes horde/themes/default/graphics/tree/rev-joinbottom-down-fff.png | Bin 0 -> 109 bytes horde/themes/default/graphics/tree/rev-joinbottom-fff.png | Bin 0 -> 110 bytes horde/themes/default/graphics/tree/rev-leaf-fff.png | Bin 0 -> 243 bytes horde/themes/default/graphics/tree/rev-line-fff.png | Bin 0 -> 112 bytes horde/themes/default/graphics/tree/rev-minus-fff.png | Bin 0 -> 168 bytes horde/themes/default/graphics/tree/rev-minusbottom-fff.png | Bin 0 -> 165 bytes horde/themes/default/graphics/tree/rev-minusonly-fff.png | Bin 0 -> 157 bytes horde/themes/default/graphics/tree/rev-minustop-fff.png | Bin 0 -> 164 bytes horde/themes/default/graphics/tree/rev-nullonly-fff.png | Bin 0 -> 146 bytes horde/themes/default/graphics/tree/rev-plus-fff.png | Bin 0 -> 178 bytes horde/themes/default/graphics/tree/rev-plusbottom-fff.png | Bin 0 -> 174 bytes horde/themes/default/graphics/tree/rev-plusonly-fff.png | Bin 0 -> 169 bytes horde/themes/default/graphics/tree/rev-plustop-fff.png | Bin 0 -> 174 bytes 34 files changed, 77 insertions(+), 2 deletions(-) create mode 100644 horde/themes/default/graphics/tree/blank-fff.png create mode 100644 horde/themes/default/graphics/tree/folder-fff.png create mode 100644 horde/themes/default/graphics/tree/folderopen-fff.png create mode 100644 horde/themes/default/graphics/tree/join-fff-fff.png create mode 100644 horde/themes/default/graphics/tree/join-fff.png create mode 100644 horde/themes/default/graphics/tree/joinbottom-down-fff.png create mode 100644 horde/themes/default/graphics/tree/joinbottom-fff.png create mode 100644 horde/themes/default/graphics/tree/leaf-fff.png create mode 100644 horde/themes/default/graphics/tree/line-fff.png create mode 100644 horde/themes/default/graphics/tree/minus-fff.png create mode 100644 horde/themes/default/graphics/tree/minusbottom-fff.png create mode 100644 horde/themes/default/graphics/tree/minusonly-fff.png create mode 100644 horde/themes/default/graphics/tree/minustop-fff.png create mode 100644 horde/themes/default/graphics/tree/nullonly-fff.png create mode 100644 horde/themes/default/graphics/tree/plus-fff.png create mode 100644 horde/themes/default/graphics/tree/plusbottom-fff.png create mode 100644 horde/themes/default/graphics/tree/plusonly-fff.png create mode 100644 horde/themes/default/graphics/tree/plustop-fff.png create mode 100644 horde/themes/default/graphics/tree/rev-join-fff.png create mode 100644 horde/themes/default/graphics/tree/rev-joinbottom-down-fff.png create mode 100644 horde/themes/default/graphics/tree/rev-joinbottom-fff.png create mode 100644 horde/themes/default/graphics/tree/rev-leaf-fff.png create mode 100644 horde/themes/default/graphics/tree/rev-line-fff.png create mode 100644 horde/themes/default/graphics/tree/rev-minus-fff.png create mode 100644 horde/themes/default/graphics/tree/rev-minusbottom-fff.png create mode 100644 horde/themes/default/graphics/tree/rev-minusonly-fff.png create mode 100644 horde/themes/default/graphics/tree/rev-minustop-fff.png create mode 100644 horde/themes/default/graphics/tree/rev-nullonly-fff.png create mode 100644 horde/themes/default/graphics/tree/rev-plus-fff.png create mode 100644 horde/themes/default/graphics/tree/rev-plusbottom-fff.png create mode 100644 horde/themes/default/graphics/tree/rev-plusonly-fff.png create mode 100644 horde/themes/default/graphics/tree/rev-plustop-fff.png http://github.com/horde/horde/commit/ffe39ca7925409acd4ce5856f46bcb5105e19fb2 ----------------------------------------------------------------------- commit 92e40bbeebd72380692c7b20892bbf653d9aaf91 Author: Jan Schneider <[email protected]> Date: Fri Sep 26 20:10:17 2014 +0200 Default external task priorities to normal. nag/lib/Nag.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/92e40bbeebd72380692c7b20892bbf653d9aaf91 ----------------------------------------------------------------------- commit 5ce5c481652a4d6d01d2c68fe08b964eaf20fd5a Author: Jan Schneider <[email protected]> Date: Fri Sep 26 20:12:24 2014 +0200 Fix setting task list name for external tasks. nag/lib/Task.php | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/5ce5c481652a4d6d01d2c68fe08b964eaf20fd5a ----------------------------------------------------------------------- commit 18f3f81e0b9209292a9a9dcd3a052d7f6f88b04c Author: Jan Schneider <[email protected]> Date: Fri Sep 26 20:12:50 2014 +0200 Fix exception name. nag/lib/Task.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/18f3f81e0b9209292a9a9dcd3a052d7f6f88b04c ----------------------------------------------------------------------- commit e507af9f7a50cfafba6670c0081728a469d33cd1 Author: Jan Schneider <[email protected]> Date: Fri Sep 26 20:14:58 2014 +0200 Move priority to 2nd column and improve styling. nag/docs/CHANGES | 1 + nag/package.xml | 2 ++ nag/templates/list/_task.html.php | 6 +++--- nag/templates/list/task_headers.html.php | 9 +++++---- nag/themes/default/screen.css | 10 ++++++++-- 5 files changed, 19 insertions(+), 9 deletions(-) http://github.com/horde/horde/commit/e507af9f7a50cfafba6670c0081728a469d33cd1 ----------------------------------------------------------------------- commit a07a14b7f89242447ccecffa8fb3f89a3becf4ff Author: Jan Schneider <[email protected]> Date: Fri Sep 26 20:15:31 2014 +0200 Improve tickets returned as tasks. Don't send inompatible priority. Don't send task list id that requires internal knowledge. Prefix ticket number. whups/lib/Api.php | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/a07a14b7f89242447ccecffa8fb3f89a3becf4ff ----------------------------------------------------------------------- commit 60d890571dd99324245671db808249178ce078f2 Author: Jan Schneider <[email protected]> Date: Fri Sep 26 20:17:18 2014 +0200 Use tree and edit icons depending on background. More to follow. nag/lib/Task.php | 18 ++++++++++++++---- nag/templates/list.html.php | 4 ++-- nag/templates/list/_task.html.php | 6 +++--- 3 files changed, 19 insertions(+), 9 deletions(-) http://github.com/horde/horde/commit/60d890571dd99324245671db808249178ce078f2 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
