Indefero

Indefero Commit Details


Date:2011-01-14 18:02:22 (13 years 11 months ago)
Author:Thomas Keller
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:cdebac0b131a8e52ea3d3327d7731d511fc581c6
Parents: a7b62a30ff1635991d665443ef01830742924356
Message:The commit object's diff member changed from "changes" to "diff" so the "dowload the corresponding diff file" link was broken.

Changes:

File differences

src/IDF/Views/Source.php
342342
343343
344344
345
345
346346
347347
348348
if (!$cobject) {
throw new Exception('could not retrieve commit object for '. $commit);
}
$rep = new Pluf_HTTP_Response($cobject->changes, 'text/plain');
$rep = new Pluf_HTTP_Response($cobject->diff, 'text/plain');
$rep->headers['Content-Disposition'] = 'attachment; filename="'.$commit.'.diff"';
return $rep;
}

Archive Download the corresponding diff file

Page rendered in 0.07717s using 13 queries.