srchub

srchub Commit Details


Date:2015-10-23 22:04:32 (9 years 1 month ago)
Author:Natalie Adams
Branch:master
Commit:b860b18711e6f3e5a974b93567ff4fa0aef7cf7c
Parents: 170c74bf164afc74e876f5f1639c33514d311ce0
Message:cleanup

Changes:

File differences

indefero/src/IDF/Views/Download.php
6666
6767
6868
69
69
7070
7171
7272
array('summary', 'IDF_Views_Download_SummaryAndLabels', __('Summary')),
array('filesize', 'IDF_Views_Download_Size', __('Size')),
array('creation_dtime', 'Pluf_Paginator_DateYMD', __('Uploaded')),
array('downloads', 'Pluf_Paginator_DisplayVal', __('Downloads')),
array('downloads', 'Pluf_Paginator_DisplayVal', __('Downloads')),
);
$pag->configure($list_display, array(), array('file', 'filesize', 'creation_dtime'));
$pag->items_per_page = 10;
indefero/src/IDF/Views/User.php
317317
318318
319319
320
320
321321
322322
323
324
325
326
327323
328324
329325
......
335331
336332
337333
338
339
340334
341335
342336
}
}
}
//$projectstats = IDF_Views::getProjectsStatistics($pubprojects);
$projectstats = IDF_Views::getProjectsStatisticsByUser($user->id);
$projectstats["proj_count"] = count($pubprojects);
//print_r($projectstats);
//echo $privprojects;
//$pubprojects = Pluf::factory("IDF_Project")->getList(array('filter' => ""));
$pag = new Pluf_Paginator(new IDF_Issue());
$pag->model_view = "project_find_private";
$pag->sort_order = array('modif_dtime', 'ASC'); // will be reverted
$pag->sort_reverse_order = array('modif_dtime');
$list_display = array(
//'id' => __('Id'),
//array('project', 'Pluf_Paginator_FkToString', __('Project')),
array('project', 'IDF_Views_ProjectLink', __('Project')),
array('summary', 'IDF_Views_IssueSummaryAndLabels', __('Summary')),
array('status', 'IDF_Views_Issue_ShowStatus', __('Status')),

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.09890s using 14 queries.