load->view (
$h = $history[--$i];
$xfullpath = $this->converter->AsciiToHex (($fullpath == '')? '.': $fullpath);
- $rowclass = $rowclasses[($history_count - $i) % 2];
- //print "";
print "
";
-
print '';
// Repository migration from googlecode revealed that it did not put
// 'author' for initial project creation. So I've added the following check.
@@ -122,21 +119,6 @@ $this->load->view (
}
print ' | ';
- print '';
- if ($h['review_count'] > 0)
- {
- $tmp = sprintf ('%d', $h['review_count']);
- print anchor("code/revision/{$project->id}/{$xfullpath}/{$h['rev']}#code_revision_result_comments", $tmp);
- print ' ';
- }
- print anchor ("code/revision/{$project->id}/{$xfullpath}/{$h['rev']}", htmlspecialchars($h['msg']), "class='commit-message'");
- //print '';
- //print htmlspecialchars($h['msg']);
- //print ' ';
- print ' | ';
- print '
';
-
- print '';
print '';
print ' ';
@@ -159,15 +141,14 @@ $this->load->view (
print '';
print ' ';
- print ' | ';
print '
';
+ print '';
+
+ print '';
+ if ($h['review_count'] > 0)
+ {
+ $tmp = sprintf ('%d', $h['review_count']);
+ print anchor("code/revision/{$project->id}/{$xfullpath}/{$h['rev']}#code_revision_result_comments", $tmp);
+ print ' ';
+ }
+ print anchor ("code/revision/{$project->id}/{$xfullpath}/{$h['rev']}", htmlspecialchars($h['msg']), "class='commit-message'");
+ print ' | ';
+ print '
';
+
//
// let's track the copy path.
//