Indefero

Indefero Commit Details


Date:2011-10-04 14:45:23 (13 years 2 months ago)
Author:William MARTIN
Branch:develop, feature.diff-whitespace, feature.wiki-default-page, release-1.2, release-1.3
Commit:708b90fccd4b49d8e9ab3a10033c29e6f0510753
Parents: ac7a4c4aa5357eb34a03ecc28c32190309cd1197
Message:Fix url /p/aaa/issues/status/open/

Changes:

File differences

src/IDF/Views/Issue.php
732732
733733
734734
735
736
737
738
739
740
741
735742
736743
737744
{
$prj = $request->project;
$status = $match[2];
if (mb_strtolower($status) == 'open') {
$url = Pluf_HTTP_URL_urlForView('IDF_Views_Issue::index',
array($prj->shortname));
return new Pluf_HTTP_Response_Redirect($url);
}
$title = sprintf(__('%s Closed Issues'), (string) $prj);
// Get stats about the issues
$open = $prj->getIssueCountByStatus('open');

Archive Download the corresponding diff file

Page rendered in 0.07477s using 13 queries.