Indefero

Indefero Commit Details


Date:2009-03-26 06:28:03 (16 years 30 days ago)
Author:Ciaran Gultnieks
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:c16962e5f5b442b4b5d4c399a174095a982d7445
Parents: dd2dda1895d90df9a306d408f61f64fe929b09c8
Message:Fixed issue 168, code review shows wrong commits.

Changes:

File differences

src/IDF/Form/ReviewCreate.php
5959
6060
6161
62
6263
63
64
65
6466
6567
6668
                                                       'rows' => 7,
                                                                    ),
                                            ));
        $sql = new Pluf_SQL('project=%s', array($this->project->id));
        $commits = Pluf::factory('IDF_Commit')->getList(array('order' => 'creation_dtime DESC',
                                                              'nb' => 10));
                                                              'nb' => 10,
                                                              'filter' => $sql->gen()));
        $choices = array();
        foreach ($commits as $c) {
            $id = (strlen($c->scm_id) > 10) ? substr($c->scm_id, 0, 10) : $c->scm_id;

Archive Download the corresponding diff file

Page rendered in 0.17613s using 14 queries.