Indefero

Indefero Commit Details


Date:2009-08-20 08:14:42 (15 years 4 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:14e074b1224dc78c0a1aaef5b3c97e41e92fa407
Parents: c3ae1970ca91d569404d3d2e9f94e07d6693f7ef
Message:Fixed to prevent the display of an invalid tree.

Changes:

File differences

src/IDF/Views/Source.php
210210
211211
212212
213
214
215
216
217
218
219
213220
214221
215222
$page_title = $bc.' - '.$title;
$cobject = $scm->getCommit($commit);
if (!$cobject) {
// Redirect to the first branch
$url = Pluf_HTTP_URL_urlForView('IDF_Views_Source::treeBase',
array($request->project->shortname,
$scm->getMainBranch()));
return new Pluf_HTTP_Response_Redirect($url);
}
$in_branches = $scm->inBranches($commit, $request_file);
$cache = Pluf_Cache::factory();
$key = sprintf('Project:%s::IDF_Views_Source::tree:%s::%s',

Archive Download the corresponding diff file

Page rendered in 0.07204s using 13 queries.