Indefero

Indefero Commit Details


Date:2008-11-25 13:45:27 (16 years 26 days 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:7a0a0b523b771645be09ff262ddb163646a0dbf5
Parents: c0918de3dc2cc90e2834ea17ea957a9637bb17a2
Message:Fixed the right action when listing by tag the downloads.

Changes:

File differences

src/IDF/Views/Download.php
265265
266266
267267
268
268
269269
270270
271271
'shortname' => $prj->shortname);
$pag->summary = sprintf(__('This table shows the downloads with label %s.'), (string) $tag);
$pag->forced_where = new Pluf_SQL('project=%s AND idf_tag_id=%s', array($prj->id, $tag->id));
$pag->action = array('IDF_Views_Download::index', array($prj->shortname));
$pag->action = array('IDF_Views_Download::listLabel', array($prj->shortname, $tag->id));
$pag->edit_action = array('IDF_Views_Download::view', 'shortname', 'id');
$list_display = array(
'file' => __('File'),

Archive Download the corresponding diff file

Page rendered in 0.07905s using 13 queries.