summaryrefslogtreecommitdiffstats
path: root/test_index.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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