Fixed issue 180, can't select branches containing / character in git projects.

This commit is contained in:
Loic d'Anterroches
2009-07-08 13:49:16 +02:00
parent 7d6cb22291
commit c0dfd6b5dc
8 changed files with 40 additions and 24 deletions

View File

@@ -94,7 +94,7 @@ class IDF_Views_Source
$rchanges = new Pluf_Template_ContextVars($rchanges);
$scmConf = $request->conf->getVal('scm', 'git');
$in_branches = $scm->inBranches($commit, '');
return Pluf_Shortcuts_RenderToResponse('idf/source/changelog.html',
return Pluf_Shortcuts_RenderToResponse('idf/source/'.$scmConf.'/changelog.html',
array(
'page_title' => $title,
'title' => $title,