From 074056352de98fc567b4d13184c72887c75625d0 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 an 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 += Helper\escape($task['title']) ?>
+ += 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 an 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 += Helper\escape($task['title']) ?>
+ +- = e('%s change the assignee of the task #%d', Helper\escape($author), $task_id, $task_id) ?> + = e( + '%s change the assignee of the task #%d to %s', + Helper\escape($author), + $task_id, + $task_id, + Helper\escape($task['assignee_name'] ?: $task['assignee_username']) + ) ?>
- = Helper\escape($task_title) ?> + = Helper\escape($task['title']) ?>
\ No newline at end of file diff --git a/app/Templates/event_task_close.php b/app/Templates/event_task_close.php index 9d92ea55..48d25678 100644 --- a/app/Templates/event_task_close.php +++ b/app/Templates/event_task_close.php @@ -2,5 +2,5 @@ = e('%s closed 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_create.php b/app/Templates/event_task_create.php index 7ceab4bb..2515af05 100644 --- a/app/Templates/event_task_create.php +++ b/app/Templates/event_task_create.php @@ -2,5 +2,5 @@ = e('%s created 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_move_column.php b/app/Templates/event_task_move_column.php index a674f80a..f2aac8f7 100644 --- a/app/Templates/event_task_move_column.php +++ b/app/Templates/event_task_move_column.php @@ -1,6 +1,6 @@- = e('%s moved the task #%d to the column "%s"', Helper\escape($author), $task_id, $task_id, Helper\escape($task_column_name)) ?> + = e('%s moved the task #%d to the column "%s"', Helper\escape($author), $task_id, $task_id, Helper\escape($task['column_title'])) ?>
- = Helper\escape($task_title) ?> + = Helper\escape($task['title']) ?>
\ No newline at end of file diff --git a/app/Templates/event_task_move_position.php b/app/Templates/event_task_move_position.php index 0b7e9615..26cdeb13 100644 --- a/app/Templates/event_task_move_position.php +++ b/app/Templates/event_task_move_position.php @@ -1,6 +1,6 @@- = 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)) ?> + = 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_title'])) ?>
- = Helper\escape($task_title) ?> + = Helper\escape($task['title']) ?>
\ No newline at end of file diff --git a/app/Templates/event_task_open.php b/app/Templates/event_task_open.php index 763b0dfc..9623be74 100644 --- a/app/Templates/event_task_open.php +++ b/app/Templates/event_task_open.php @@ -2,5 +2,5 @@ = 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 313e79cb..a270b936 100644 --- a/app/Templates/event_task_update.php +++ b/app/Templates/event_task_update.php @@ -2,5 +2,5 @@ = e('%s updated 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/project_activity.php b/app/Templates/project_activity.php index ad91f8b8..50743d68 100644 --- a/app/Templates/project_activity.php +++ b/app/Templates/project_activity.php @@ -2,10 +2,10 @@= Helper\a(t('RSS feed'), 'project', 'feed', array('token' => $project['token'])) ?>
-
+
-
+
-
+
= dt('%B %e, %Y at %k:%M %p', $event['date_creation']) ?>
diff --git a/app/Templates/project_feed.php b/app/Templates/project_feed.php
index b47c87ad..9d10ecb1 100644
--- a/app/Templates/project_feed.php
+++ b/app/Templates/project_feed.php
@@ -2,7 +2,7 @@
= Helper\a(t('Back to the board'), 'board', 'readonly', array('token' => $project['token'])) ?> = Helper\a(t('Back to the board'), 'board', 'readonly', array('token' => $project['token'])) ?>