Indefero

Indefero Commit Details


Date:2010-12-07 19:28:56 (14 years 14 days ago)
Author:Thomas Keller
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:80e965a904b1be824b4f294d238c0514e19888c1
Parents: 39c29dbe10ed608778736c031f16ca930c371ad2
Message:Forgot to add the model filter parameter to the timeline action which basically rendered the complete navigation useless.

Changes:

File differences

src/IDF/Views/Project.php
147147
148148
149149
150
150
151151
152152
153153
array($prj->id));
$pag->sort_order = array('creation_dtime', 'ASC');
$pag->sort_reverse_order = array('creation_dtime');
$pag->action = array('IDF_Views_Project::timeline', array($prj->shortname));
$pag->action = array('IDF_Views_Project::timeline', array($prj->shortname, $model_filter));
$list_display = array(
'creation_dtime' => __('Age'),
'id' => __('Change'),

Archive Download the corresponding diff file

Page rendered in 0.07855s using 13 queries.