Indefero

Indefero Commit Details


Date:2008-11-15 04:57:17 (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:537093922922f4e56c2a9fe05972df29d9de04ca
Parents: bcaf6efb6a1e15133047904c1bef6ee9ead19514
Message:Fixed the indenting.

Changes:

File differences

src/IDF/IssueComment.php
130130
131131
132132
133
133
134134
135135
136136
$out = "\n".'<tr class="log"><td><a href="'.$url.'">'.
Pluf_esc(Pluf_Template_dateAgo($issue->creation_dtime, 'without')).
'</a></td><td>';
$submitter = $issue->get_submitter();
$submitter = $issue->get_submitter();
$ic = (in_array($issue->status, $request->project->getTagIdsByStatus('closed'))) ? 'issue-c' : 'issue-o';
$out .= sprintf(__('<a href="%1$s" class="%2$s" title="View issue">Issue %3$d</a>, %4$s'), $url, $ic, $issue->id, Pluf_esc($issue->summary));

Archive Download the corresponding diff file

Page rendered in 0.07517s using 13 queries.