From 28ff8dad91c9e3c25f6a3b5398ae15f2a1ef95cd Mon Sep 17 00:00:00 2001
From: Frédéric Guillot
+ = e('%s commented the task #%d', Helper\escape($author), $task_id, $task_id) ?>
+
+ = Helper\escape($task_title) ?>
+
+ = e('%s updated a comment on the task #%d', Helper\escape($author), $task_id, $task_id) ?> +
+
+ = Helper\escape($task_title) ?>
+
+ = e('%s created a subtask for the task #%d', Helper\escape($author), $task_id, $task_id) ?> +
+
+ = Helper\escape($task_title) ?>
+
= Helper\escape($subtask_title) ?> (= Helper\in_list($subtask_status, $subtask_status_list) ?>)
+ += t('Assigned to %s with estimate of %s/%sh', $subtask_assignee, $subtask_time_spent, $subtask_time_estimated) ?>
+ += t('Not assigned, estimate of %sh', $subtask_time_estimated) ?>
+ + \ 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 @@ ++ = e('%s updated a subtask for the task #%d', Helper\escape($author), $task_id, $task_id) ?> +
+
+ = Helper\escape($task_title) ?>
+
= Helper\escape($subtask_title) ?> (= Helper\in_list($subtask_status, $subtask_status_list) ?>)
+ += t('Assigned to %s with estimate of %s/%sh', $subtask_assignee, $subtask_time_spent, $subtask_time_estimated) ?>
+ += t('Not assigned, estimate of %sh', $subtask_time_estimated) ?>
+ + \ 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 @@- = t('%s closed the task #%d', $author, $task_id) ?> + = e('%s closed the task #%d', Helper\escape($author), $task_id, $task_id) ?>
= Helper\escape($task_title) ?> 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 @@
- = t('%s created the task #%d', $author, $task_id) ?> + = e('%s created the task #%d', Helper\escape($author), $task_id, $task_id) ?>
= Helper\escape($task_title) ?> 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 @@
- = t('%s moved the task #%d to the column %s', $author, $task_id, $task_column_name) ?> + = e('%s moved the task #%d to the column "%s"', Helper\escape($author), $task_id, $task_id, Helper\escape($task_column_name)) ?>
= Helper\escape($task_title) ?> 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 @@
- = t('%s moved the task #%d to the position %d in the column %s', $author, $task_id, $task_position, $task_column_name) ?> + = e('%s moved the task #%d to the position #%d in the column "%s"', Helper\escape($author), $task_id, $task_id, $task_position, Helper\escape($task_column_name)) ?>
= Helper\escape($task_title) ?> 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 @@
- = t('%s open the task #%d', $author, $task_id) ?> + = e('%s open the task #%d', Helper\escape($author), $task_id, $task_id) ?>
- = Helper\escape($task_title ?> + = Helper\escape($task_title) ?>
\ 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 @@- = t('%s updated the task #%d', $author, $task_id) ?> + = e('%s updated the task #%d', Helper\escape($author), $task_id, $task_id) ?>
= Helper\escape($task_title) ?> 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 @@
+ + + + = dt('%B %e, %Y at %k:%M %p', $event['date_creation']) ?>
-- cgit v1.2.3