Indefero

Indefero Commit Details


Date:2009-05-07 07:54:42 (15 years 7 months ago)
Author:Loic d'Anterroches
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:358a774017a18f24301b22b90dba6cc052b1daec
Parents: 3c162486e44199448fe2f0e5ad744b5476cc15ec
Message:Fixed issue 213, saving the configuration of the doc/issues is sending to the wrong page.

Changes:

File differences

src/IDF/Views/Project.php
342342
343343
344344
345
345
346346
347347
348348
$conf->setVal($key, $val);
}
$request->user->setMessage(__('The documentation configuration has been saved.'));
$url = Pluf_HTTP_URL_urlForView('IDF_Views_Project::adminDownloads',
$url = Pluf_HTTP_URL_urlForView('IDF_Views_Project::adminWiki',
array($prj->shortname));
return new Pluf_HTTP_Response_Redirect($url);
}

Archive Download the corresponding diff file

Page rendered in 0.07642s using 14 queries.