Indefero

Indefero Commit Details


Date:2011-01-05 10:51:34 (13 years 11 months ago)
Author:William MARTIN
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:a437da6a4c65c00e2fef9691e10c33aca4a1c7ed
Parents: 0334e88625dbc724624f621a556f8d5897a217d4
Message:Fix sort option of forge watchlist

Changes:

File differences

src/IDF/Views/Issue.php
209209
210210
211211
212
212
213213
214214
215215
$pag->sort_order = array('modif_dtime', 'ASC'); // will be reverted
$pag->sort_reverse_order = array('modif_dtime');
$pag->sort_link_title = true;
$pag->extra_classes = array('a-c', '', 'a-c', '');
$pag->extra_classes = array('a-c', '', 'a-c', 'a-c', 'a-c');
$list_display = array(
'id' => __('Id'),
array('summary', 'IDF_Views_Issue_SummaryAndLabelsUnknownProject', __('Summary')),

Archive Download the corresponding diff file

Page rendered in 0.07875s using 13 queries.