srchub

srchub Commit Details


Date:2014-12-27 17:30:37 (10 years 2 months ago)
Author:Natalie Adams
Branch:master
Commit:d0095cb454976054ed74f7c4b759fe7970a36b8c
Parents: 62c7cec9d0142cf6d328dc310ffb453de36c269f
Message:Fixing Issue 84

Changes:

File differences

indefero/src/IDF/Views/Source.php
106106
107107
108108
109
109
110
111
112
110113
111114
112115
......
128131
129132
130133
134
131135
132136
133137
        $title = sprintf(__('%1$s %2$s Change Log'), (string) $request->project,
                         $this->getScmType($request));
        $changes = $scm->getChangeLog($commit, 25);
        if (isset($_GET["full"]))
            $changes = $scm->getChangeLog($commit, null);
        else
            $changes = $scm->getChangeLog($commit, 25);
        $rchanges = array();
        // Sync with the database
        foreach ($changes as $change) {
                                                     'tags' => $tags,
                                                     'tags_in' => $in_tags,
                                                     'scm' => $scmConf,
                                                     'full' => isset($_GET["full"]) ? true : false
                                                     ),
                                               $request);
    }
indefero/src/IDF/templates/idf/source/changelog.html
11
22
33
4
5
6
7
8
49
510
611
{extends "idf/source/base.html"}
{block docclass}yui-t1{assign $inChangeLog=true}{/block}
{block body}
        {if !$full}
       <a href="?full=true">Click Here for the full changelog</a>
        {/if}
        <br/>
        <br/>
<table summary="" class="tree-list">
<thead>
<tr>

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.09434s using 20 queries.