Indefero

Indefero Commit Details


Date:2008-11-11 15:55:35 (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:de8b5aa74c0cb92be7463ddb5940563784a13b4d
Parents: 9ac6e38e819d181191d1b9e09b4c5e476e0aa289
Message:Improved the visualisation of text files in the source.

If the visualized version is not at the head of a branch, the details of
the corresponding commit are given.
Changes:

File differences

src/IDF/templates/source/git/file.html
44
55
66
7
8
9
10
11
12
13
14
15
716
17
818
919
1020
<h2 class="top"><a href="{url 'IDF_Views_Source::treeBase', array($project.shortname, $commit)}">{trans 'Root'}</a><span class="sep">/</span>{if $breadcrumb}{$breadcrumb|safe}{/if}</h2>
<table class="code" summary=" ">
{if !$tree_in}
{aurl 'url', 'IDF_Views_Source::commit', array($project.shortname, $commit)}
<tfoot>
<tr><th colspan="2">{blocktrans}Source at commit <a class="mono" href="{$url}">{$commit}</a> created {$cobject.date|dateago}.{/blocktrans}<br />
<span class="smaller">{blocktrans}By {$cobject.author|strip_tags|trim}, {$cobject.title}{/blocktrans}</span>
</th></tr>
</tfoot>
{/if}
<tbody>
{$file}
</tbody>
</table>
{aurl 'url', 'IDF_Views_Source::getFile', array($project.shortname, $commit, $fullpath)}
<p class="right soft"><a href="{$url}"><img style="vertical-align: text-bottom;" src="{media '/idf/img/package-grey.png'}" alt="{trans 'Archive'}" align="bottom" /></a> <a href="{$url}">{trans 'Download this file'}</a></p>
src/IDF/templates/source/svn/file.html
44
55
66
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
727
28
829
930
1031
<h2 class="top"><a href="{url 'IDF_Views_Source::treeBase', array($project.shortname, $commit)}">{trans 'Root'}</a><span class="sep">/</span>{if $breadcrumb}{$breadcrumb|safe}{/if}</h2>
<table class="code" summary=" ">
{if !$tree_in || $props}
  {aurl 'url', 'IDF_Views_Source::commit', array($project.shortname, $commit)}
  <tfoot>
    {if $props}
    <tr><th colspan="2">
        <ul>
          {foreach $props as $prop => $val}
          <li>{trans 'Property'} <strong>{$prop}</strong> {trans 'set to:'} <em>{$val}</em></li>
          {/foreach}
        </ul>
    </th></tr>
    {/if}
    {if !$tree_in}
    <tr><th colspan="2">{blocktrans}Source at commit <a class="mono" href="{$url}">{$commit}</a> created {$cobject.date|dateago}.{/blocktrans}<br />
        <span class="smaller">{blocktrans}By {$cobject.author|strip_tags|trim}, {$cobject.title}{/blocktrans}</span>
    </th></tr>
    {/if}
  </tfoot>
  {/if}
<tbody>
{$file}
</tbody>
</table>
{aurl 'url', 'IDF_Views_Source::getFile', array($project.shortname, $commit, $fullpath)}
<p class="right soft"><a href="{$url}"><img style="vertical-align: text-bottom;" src="{media '/idf/img/package-grey.png'}" alt="{trans 'Archive'}" align="bottom" /></a> <a href="{$url}">{trans 'Download this file'}</a></p>
www/media/idf/css/style.css
324324
325325
326326
327
327
328328
329329
330330
331331
332
332
333333
334334
335335
336336
337
337
338338
339339
340340
......
493493
494494
495495
496
497
498
499
500
501
496502
497503
498504
  vertical-align: top;
}
table.tree-list tfoot th {
table.tree-list tfoot th, table.code tfoot th {
  text-align: right;
  font-weight: normal;
}
table.tree-list tfoot th a {
table.tree-list tfoot th a, table.code tfoot th a {
  color: #000;
  font-weight: normal;
}
table.tree-list tfoot th ul {
table.tree-list tfoot th ul, table.code tfoot th ul {
  text-align: left;
  font-size: 85%;
}
  width: 100%;
}
table.code th {
  background-color: #e4e8E0;
  vertical-align: top;
  border-color: #d3d7cf;
}
table.code tr {
  border-left: 1px solid #d3d7cf;
  border-right: 1px solid #d3d7cf;

Archive Download the corresponding diff file

Page rendered in 0.11679s using 13 queries.