Indefero

Indefero Commit Details


Date:2008-11-15 04:35:30 (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:c044e99960aaa68c9ca31912ab6ed75a97a4d2a6
Parents: 4760c4b56369c3d3aec4df4661c983277b0fb1e3
Message:Renamed timeline to updates as more intuitive.

Fixed other little consistency stuff.
Changes:

File differences

src/IDF/Views/Project.php
6060
6161
6262
63
63
6464
6565
6666
public function timeline($request, $match)
{
$prj = $request->project;
$title = sprintf(__('%s Timeline'), (string) $prj);
$title = sprintf(__('%s Updates'), (string) $prj);
$team = $prj->getMembershipData();
$pag = new IDF_Timeline_Paginator(new IDF_Timeline());
src/IDF/templates/project/home.html
33
44
55
6
6
77
88
99
{block tabhome} class="active"{/block}
{block subtabs}
<div id="sub-tabs">
{trans 'Welcome'} | <a href="{url 'IDF_Views_Project::timeline', array($project.shortname)}">{trans 'Latest Changes'}</a>{superblock}
{trans 'Welcome'} | <a href="{url 'IDF_Views_Project::timeline', array($project.shortname)}">{trans 'Updates'}</a>{superblock}
</div>
{/block}
{block body}
src/IDF/templates/project/timeline.html
33
44
55
6
6
77
88
99
{block tabhome} class="active"{/block}
{block subtabs}
<div id="sub-tabs">
<a href="{url 'IDF_Views_Project::home', array($project.shortname)}">{trans 'Welcome'}</a> | {trans 'Latest Changes'}{superblock}
<a href="{url 'IDF_Views_Project::home', array($project.shortname)}">{trans 'Welcome'}</a> | {trans 'Updates'}{superblock}
</div>
{/block}
{block body}
src/IDF/templates/source/changelog.html
1717
1818
1919
20
20
2121
2222
2323
</tr>
<tr class="extra">
<td colspan="2">
<div class="helptext right">{trans 'Commit:'}&nbsp;<a href="{$url}" class="mono">{$change.commit}</a>,
<div class="helptext right">{trans 'Commit'}&nbsp;<a href="{$url}" class="mono">{$change.commit}</a>,
{trans 'by'} {$change.author|strip_tags} {* this remove the email address *}
</div>

Archive Download the corresponding diff file

Page rendered in 0.09845s using 13 queries.