From 28ff8dad91c9e3c25f6a3b5398ae15f2a1ef95cd Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 10 Sep 2014 16:21:47 +0200 Subject: Add subtasks and comments history --- app/Templates/event_comment_create.php | 7 +++++++ app/Templates/event_comment_update.php | 7 +++++++ app/Templates/event_subtask_create.php | 12 ++++++++++++ app/Templates/event_subtask_update.php | 12 ++++++++++++ app/Templates/event_task_close.php | 2 +- app/Templates/event_task_create.php | 2 +- app/Templates/event_task_move_column.php | 2 +- app/Templates/event_task_move_position.php | 2 +- app/Templates/event_task_open.php | 4 ++-- app/Templates/event_task_update.php | 2 +- app/Templates/project_activity.php | 4 ++++ 11 files changed, 49 insertions(+), 7 deletions(-) create mode 100644 app/Templates/event_comment_create.php create mode 100644 app/Templates/event_comment_update.php create mode 100644 app/Templates/event_subtask_create.php create mode 100644 app/Templates/event_subtask_update.php (limited to 'app/Templates') diff --git a/app/Templates/event_comment_create.php b/app/Templates/event_comment_create.php new file mode 100644 index 00000000..09d45ed0 --- /dev/null +++ b/app/Templates/event_comment_create.php @@ -0,0 +1,7 @@ +

+ #%d', Helper\escape($author), $task_id, $task_id) ?> +

+

+
+

+

\ No newline at end of file diff --git a/app/Templates/event_comment_update.php b/app/Templates/event_comment_update.php new file mode 100644 index 00000000..a42e5dab --- /dev/null +++ b/app/Templates/event_comment_update.php @@ -0,0 +1,7 @@ +

+ #%d', Helper\escape($author), $task_id, $task_id) ?> +

+

+
+

+

\ No newline at end of file diff --git a/app/Templates/event_subtask_create.php b/app/Templates/event_subtask_create.php new file mode 100644 index 00000000..81268449 --- /dev/null +++ b/app/Templates/event_subtask_create.php @@ -0,0 +1,12 @@ +

+ #%d', Helper\escape($author), $task_id, $task_id) ?> +

+

+
+

()

+ +

+ +

+ +

\ No newline at end of file diff --git a/app/Templates/event_subtask_update.php b/app/Templates/event_subtask_update.php new file mode 100644 index 00000000..9862f997 --- /dev/null +++ b/app/Templates/event_subtask_update.php @@ -0,0 +1,12 @@ +

+ #%d', Helper\escape($author), $task_id, $task_id) ?> +

+

+
+

()

+ +

+ +

+ +

\ No newline at end of file diff --git a/app/Templates/event_task_close.php b/app/Templates/event_task_close.php index d5952d74..9d92ea55 100644 --- a/app/Templates/event_task_close.php +++ b/app/Templates/event_task_close.php @@ -1,5 +1,5 @@

- + #%d', Helper\escape($author), $task_id, $task_id) ?>

diff --git a/app/Templates/event_task_create.php b/app/Templates/event_task_create.php index f0dcf2d7..7ceab4bb 100644 --- a/app/Templates/event_task_create.php +++ b/app/Templates/event_task_create.php @@ -1,5 +1,5 @@

- + #%d', Helper\escape($author), $task_id, $task_id) ?>

diff --git a/app/Templates/event_task_move_column.php b/app/Templates/event_task_move_column.php index 0ccad655..a674f80a 100644 --- a/app/Templates/event_task_move_column.php +++ b/app/Templates/event_task_move_column.php @@ -1,5 +1,5 @@

- + #%d to the column "%s"', Helper\escape($author), $task_id, $task_id, Helper\escape($task_column_name)) ?>

diff --git a/app/Templates/event_task_move_position.php b/app/Templates/event_task_move_position.php index e7d6b244..0b7e9615 100644 --- a/app/Templates/event_task_move_position.php +++ b/app/Templates/event_task_move_position.php @@ -1,5 +1,5 @@

- + #%d to the position #%d in the column "%s"', Helper\escape($author), $task_id, $task_id, $task_position, Helper\escape($task_column_name)) ?>

diff --git a/app/Templates/event_task_open.php b/app/Templates/event_task_open.php index b3bc595a..763b0dfc 100644 --- a/app/Templates/event_task_open.php +++ b/app/Templates/event_task_open.php @@ -1,6 +1,6 @@

- + #%d', Helper\escape($author), $task_id, $task_id) ?>

- +

\ No newline at end of file diff --git a/app/Templates/event_task_update.php b/app/Templates/event_task_update.php index e2af6776..313e79cb 100644 --- a/app/Templates/event_task_update.php +++ b/app/Templates/event_task_update.php @@ -1,5 +1,5 @@

- + #%d', Helper\escape($author), $task_id, $task_id) ?>

diff --git a/app/Templates/project_activity.php b/app/Templates/project_activity.php index 7886cfa4..b79d97f9 100644 --- a/app/Templates/project_activity.php +++ b/app/Templates/project_activity.php @@ -17,6 +17,10 @@

+ + + +  

-- cgit v1.2.3