summaryrefslogtreecommitdiffstats
path: root/lib.php
Commit message (Collapse)AuthorAgeFilesLines
* correct comparison sign (gte)Romain d'Alverny2012-09-121-3/+3
|
* scale label in the right placeRomain d'Alverny2012-09-121-2/+2
|
* more concise scale labelsRomain d'Alverny2012-09-121-9/+10
|
* revert to smaller width for statsRomain d'Alverny2012-09-121-4/+4
|
* reorganize page gridRomain d'Alverny2012-09-111-4/+4
|
* time is shown in UTC for nowRomain d'Alverny2012-09-111-1/+5
|
* build times in UTCRomain d'Alverny2012-09-111-1/+1
|
* count all builds > 10 mins togetherRomain d'Alverny2012-09-111-6/+14
|
* fix labelRomain d'Alverny2012-09-101-1/+1
|
* adjust columns widthRomain d'Alverny2012-09-101-4/+4
|
* fix warnings (undeclared/unset vars)Romain d'Alverny2012-09-091-11/+18
|
* show continuous time scaleRomain d'Alverny2012-09-061-2/+2
|
* fix charts labelsRomain d'Alverny2012-09-051-2/+2
|
* move buildtime_* computations outside of publish_stats_headers()Romain d'Alverny2012-09-051-7/+2
|
* restore CWD when leaving the functionRomain d'Alverny2012-09-051-0/+3
|
* return missing paramRomain d'Alverny2012-09-051-0/+1
|
* add missing paramRomain d'Alverny2012-09-051-1/+2
|
* new get_refined_packages_list(); fix get_submitted_packages()Romain d'Alverny2012-09-041-0/+110
|
* new get_submitted_packages()Romain d'Alverny2012-09-041-0/+20
|
* sort packagers uploadsRomain d'Alverny2012-09-041-0/+1
|
* remove old packagers list; less detail in pie chartRomain d'Alverny2012-09-041-1/+1
|
* add packagers piechartRomain d'Alverny2012-09-041-0/+30
|
* adjust bg colorRomain d'Alverny2012-09-041-3/+6
|
* remove old stats tableRomain d'Alverny2012-09-041-3/+3
|
* move chartsRomain d'Alverny2012-09-041-2/+2
|
* sort grouped build durationsRomain d'Alverny2012-09-041-3/+8
|
* adjust charts colors/sizesRomain d'Alverny2012-09-041-6/+9
|
* adjust chartsRomain d'Alverny2012-09-041-21/+36
|
* try js chartsRomain d'Alverny2012-09-041-0/+110
|
* fix missing vars in publish_stats_headers()Romain d'Alverny2012-09-041-1/+3
|
* new function build_stats()Romain d'Alverny2012-09-041-0/+47
|
* new get_upload_time()Romain d'Alverny2012-09-041-0/+17
|
* new publish_stats_headers() functionRomain d'Alverny2012-09-041-0/+36
|
* Code reorg.Romain d'Alverny2012-09-041-0/+136
- CSS move in style.css - configuration values move in conf.php - function definitions move in lib.php - a few code style fixes - test_index.php to test these changes before pushing to prod file