Indefero

Indefero Commit Details


Date:2012-04-27 03:22:36 (12 years 7 months ago)
Author:Simon Holywell
Branch:develop
Commit:02a99e2f9ce84a77296f28ae5e804f7da87bd053
Parents: 23253fc40e3310f179be2a4996bb8578146cc7a4
Message:The overdue marker in list views is now translatable

Changes:

File differences

src/IDF/Views/Issue.php
11801180
11811181
11821182
1183
1183
11841184
11851185
11861186
$out = '';
if('' != $issue->due_dtime and (time() >= strtotime($issue->due_dtime))
and in_array($issue->status, $issue->get_project()->getTagIdsByStatus('open'))) {
$out = ' <span class="overdue">overdue</span>';
$out = ' <span class="overdue">' . __('overdue') . '</span>';
}
if (count($tags)) {
$out .= '<br /><span class="note">'.implode(', ', $tags).'</span>';

Archive Download the corresponding diff file

Page rendered in 0.08471s using 13 queries.