Indefero

Indefero Commit Details


Date:2009-07-14 15:23:30 (15 years 5 months ago)
Author:Andrew Nguyen
Branch: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:ba18f30c4f550267776fbb00e8bf28721292d8d7
Parents: 82e268400401f6a42ae869471b5a9b2b3b502959
Message:Fixed issue 249, in the changelog switching to another branch must stay in the changelog.

Changes:

File differences

src/IDF/templates/idf/source/git/changelog.html
22
33
44
5
5
66
77
88
{block context}
<p><strong>{trans 'Branches:'}</strong><br />
{foreach $branches as $branch => $path}
{aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $branch)}
{aurl 'url', 'IDF_Views_Source::changeLog', array($project.shortname, $branch)}
<span class="label{if in_array($branch, $tree_in)} active{/if}"><a href="{$url}" class="label">{if $path}{$path}{else}{$branch}{/if}</a></span><br />
{/foreach}
</p>
src/IDF/templates/idf/source/mercurial/changelog.html
22
33
44
5
5
66
77
88
{block context}
<p><strong>{trans 'Branches:'}</strong><br />
{foreach $branches as $branch => $path}
{aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $branch)}
{aurl 'url', 'IDF_Views_Source::changeLog', array($project.shortname, $branch)}
<span class="label{if in_array($branch, $tree_in)} active{/if}"><a href="{$url}" class="label">{$branch}</a></span><br />
{/foreach}
</p>

Archive Download the corresponding diff file

Page rendered in 0.07551s using 14 queries.