Indefero

Indefero Commit Details


Date:2009-02-16 14:33:19 (15 years 10 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
Commit:37f94d8581a0ec47a13f20e9b76b28dafabc7a13
Parents: ea55f9f793a9ecdcddb3f86a30ce564b49ad4a4d
Message:Added smarter handling of trailing slash in the source view.

Changes:

File differences

src/IDF/Views/Source.php
157157
158158
159159
160
161
162
160163
161164
162165
$fburl = Pluf_HTTP_URL_urlForView('IDF_Views_Source::treeBase',
array($request->project->shortname,
$branches[0]));
if (substr($request_file, -1) == '/') {
$request_file = substr($request_file, 0, -1);
}
if ('commit' != $scm->testHash($commit, $request_file)) {
// Redirect to the first branch
return new Pluf_HTTP_Response_Redirect($fburl);

Archive Download the corresponding diff file

Page rendered in 0.07284s using 13 queries.