summaryrefslogtreecommitdiffstats
path: root/test_index.php
Commit message (Collapse)AuthorAgeFilesLines
* fix capacity and usage computationRomain d'Alverny2012-09-061-4/+4
|
* missing param to sprintfRomain d'Alverny2012-09-061-0/+1
|
* capacity build time statsRomain d'Alverny2012-09-061-2/+6
|
* fix check of $typelink, relative to upload dir; explicit Web app own path.Romain d'Alverny2012-09-051-9/+6
|
* see behaviour on prod serverRomain d'Alverny2012-09-051-1/+3
|
* see behaviour on prod serverRomain d'Alverny2012-09-051-0/+1
|
* fix pathRomain d'Alverny2012-09-051-1/+1
|
* fix script URLRomain d'Alverny2012-09-051-1/+1
|
* CWD changed (see b626639)Romain d'Alverny2012-09-051-1/+1
|
* fix js errorRomain d'Alverny2012-09-051-1/+1
|
* add possibility to list all related log files right under the build line, on ↵Romain d'Alverny2012-09-051-1/+31
| | | | request
* fix var name typoRomain d'Alverny2012-09-051-1/+1
|
* move buildtime_* computations outside of publish_stats_headers()Romain d'Alverny2012-09-051-0/+6
|
* fix stats displayRomain d'Alverny2012-09-051-10/+14
|
* remove debug outputRomain d'Alverny2012-09-051-2/+0
|
* return missing paramRomain d'Alverny2012-09-051-1/+1
|
* add missing paramRomain d'Alverny2012-09-051-1/+1
|
* debugging...Romain d'Alverny2012-09-041-0/+2
|
* typoRomain d'Alverny2012-09-041-1/+1
|
* do not build charts if we have no package submittedRomain d'Alverny2012-09-041-13/+11
|
* new get_refined_packages_list(); fix get_submitted_packages()Romain d'Alverny2012-09-041-92/+11
|
* new get_submitted_packages()Romain d'Alverny2012-09-041-8/+4
|
* remove old packagers list; less detail in pie chartRomain d'Alverny2012-09-041-8/+0
|
* add packagers piechartRomain d'Alverny2012-09-041-1/+1
|
* add packagers piechartRomain d'Alverny2012-09-041-1/+3
|
* style updateRomain d'Alverny2012-09-041-1/+1
|
* style updateRomain d'Alverny2012-09-041-1/+2
|
* remove old stats tableRomain d'Alverny2012-09-041-50/+12
|
* move chartsRomain d'Alverny2012-09-041-4/+4
|
* cleanupRomain d'Alverny2012-09-041-1/+0
|
* adjust chartsRomain d'Alverny2012-09-041-0/+1
|
* try js chartsRomain d'Alverny2012-09-041-0/+13
|
* move upload progress report between build progress and submitted packages listRomain d'Alverny2012-09-041-8/+8
|
* skip packages with no nameRomain d'Alverny2012-09-041-2/+6
|
* fix missing vars in publish_stats_headers()Romain d'Alverny2012-09-041-3/+3
|
* fix typoRomain d'Alverny2012-09-041-1/+1
|
* always show a listRomain d'Alverny2012-09-041-2/+2
|
* new function build_stats()Romain d'Alverny2012-09-041-27/+1
|
* new get_upload_time()Romain d'Alverny2012-09-041-9/+1
|
* new publish_stats_headers() functionRomain d'Alverny2012-09-041-24/+2
|
* style updateRomain d'Alverny2012-09-041-1/+1
|
* put in progress orderRomain d'Alverny2012-09-041-3/+4
|
* check path exists before stat(), define defaultsRomain d'Alverny2012-09-041-4/+8
|
* A few code adjustementsRomain d'Alverny2012-09-041-7/+11
| | | | | | | - use isset() - declare missing/mispelled vars - fix division - fix unmaintained packages count if missing file
* check for upload_dir before using itRomain d'Alverny2012-09-041-0/+7
|
* refine styleRomain d'Alverny2012-09-041-6/+6
|
* regroup bs info in a listRomain d'Alverny2012-09-041-40/+72
|
* Code reorg.Romain d'Alverny2012-09-041-0/+423
- 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