Indefero

Indefero Commit Details


Date:2008-11-15 05:26:21 (16 years 1 month ago)
Author:Loic d'Anterroches
Branch:dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:619334db674a94dae590414f89c0e5fa8b9acc23
Parents: 42df3f5a74f5b5a2cd0f9e280570eab936972804
Message:Fixed the date to be the one of the comment and not the issue.

Changes:

File differences

src/IDF/IssueComment.php
128128
129129
130130
131
131
132132
133133
134134
$issue->id));
$url .= '#ic'.$this->id;
$out = "\n".'<tr class="log"><td><a href="'.$url.'">'.
Pluf_esc(Pluf_Template_dateAgo($issue->creation_dtime, 'without')).
Pluf_esc(Pluf_Template_dateAgo($this->creation_dtime, 'without')).
'</a></td><td>';
$submitter = $issue->get_submitter();
$ic = (in_array($issue->status, $request->project->getTagIdsByStatus('closed'))) ? 'issue-c' : 'issue-o';

Archive Download the corresponding diff file

Page rendered in 0.07130s using 13 queries.