Indefero

Indefero Commit Details


Date:2008-08-09 16:07:22 (16 years 4 months 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, svn
Commit:88d39faed7c69230485247c11fb6e8183f54a044
Parents: 685d3974e8cd4dc673e6c1a1a12bc7e5219f9088
Message:Fixed bug showing all the downloads of all the projects in the download area.

Changes:

File differences

src/IDF/Views/Download.php
5151
5252
5353
54
5455
5556
5657
$pag->summary = __('This table shows the files to download.');
$pag->action = array('IDF_Views_Download::index', array($prj->shortname));
$pag->edit_action = array('IDF_Views_Download::view', 'shortname', 'id');
$pag->forced_where = new Pluf_SQL('project=%s', array($prj->id));
$list_display = array(
'file' => __('File'),
array('summary', 'IDF_Views_Download_SummaryAndLabels', __('Summary')),

Archive Download the corresponding diff file

Page rendered in 0.07045s using 13 queries.