Indefero

Indefero Commit Details


Date:2008-09-02 17:12:25 (16 years 3 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:5b9dbd5c3b589d3526ec8573d1fec4ed4a4c5d2f
Parents: 2acf2fb054271e688dc13eb7535bd49e7d960189
Message:Fixed bug preventing the download.

Changes:

File differences

src/IDF/Views/Source.php
124124
125125
126126
127
127
128128
129129
130130
}
if ($request_file_info->type != 'tree') {
$info = self::getMimeType($request_file_info->file);
if (Pluf::f('src') == 'git') {
if ($request->conf->getVal('scm', 'git') == 'git') {
$rep = new Pluf_HTTP_Response($scm->getBlob($request_file_info->hash),
$info[0]);
}

Archive Download the corresponding diff file

Page rendered in 0.07234s using 13 queries.