Indefero

Indefero Commit Details


Date:2009-01-02 04:58:38 (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:dd6b6c9ce60bdeccf22ab3399c3753387d88c2f5
Parents: 76cf64369d60bf3692ec72c6ca0cc60700d28e66
Message:Fixed little glitch in the listing of the users.

Changes:

File differences

src/IDF/Views/Admin.php
156156
157157
158158
159
159
160160
161161
162162
......
173173
174174
175175
176
176
177177
178178
179179
            $pag->forced_where = new Pluf_SQL('first_name = \'---\' AND active!='.$true);
            $title = __('Not Validated User List');
        } else {
            $pag->forced_where = new Pluf_SQL('first_name != \'---\' AND active='.$true);
            $pag->forced_where = new Pluf_SQL('first_name != \'---\'');
            $title = __('User List');
        }
        $pag->class = 'recent-issues';
             array('last_login', 'Pluf_Paginator_DateYMDHM', __('Last Login')),
                              );
        $pag->extra_classes = array('', '', 'a-c', 'a-c', 'a-c', 'a-c');
        $pag->configure($list_display, array(), array('login'));
        $pag->configure($list_display, array(), array('login', 'last_login'));
        $pag->items_per_page = 50;
        $pag->no_results_text = __('No users were found.');
        $pag->setFromRequest($request);

Archive Download the corresponding diff file

Page rendered in 0.20128s using 13 queries.