Indefero

Indefero Commit Details


Date:2008-08-04 14:25:19 (16 years 8 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, svn
Commit:31c79419b5c46bc2759f1f904fbeb00e7aa84910
Parents: 6ad7ee8c71dc89fd074ac0129bc9d7f286de229d
Message:Limit to the latest 25 commits in the changelog.

Changes:

File differences

src/IDF/Views/Source.php
3737
3838
3939
40
40
4141
4242
4343
        $git = new IDF_Git($request->project->getGitRepository());
        $branches = $git->getBranches();
        $commit = $match[2];
        $res = $git->getChangeLog($commit, 50);
        $res = $git->getChangeLog($commit, 25);
        return Pluf_Shortcuts_RenderToResponse('source/changelog.html',
                                               array(
                                                     'page_title' => $title,

Archive Download the corresponding diff file

Page rendered in 0.21336s using 13 queries.