summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/StatisticsChartController.php
AgeCommit message (Expand)AuthorFilesLines
2019-01-23Merge chart controllers into chart modulesGreg Roach1-961/+0
2019-01-21Remove unnecessary base chart controllerGreg Roach1-1/+1
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-6/+7
2019-01-04Add visibility to constantsGreg Roach1-24/+22
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-20Update StatisticsChartController.php (#2065)Rico Sonntag1-6/+6
2018-11-18Strict type errorGreg Roach1-3/+3
2018-11-18Strict-typesGreg Roach1-10/+19
2018-11-18PHPdocGreg Roach1-1/+1
2018-10-28Strict typesGreg Roach1-19/+19
2018-10-25Fix: #2003 - some statistics charts brokenGreg Roach1-3/+3
2018-10-04Update to Stats.phpGreg Roach1-13/+12
2018-10-04Stats.php - use formal parameter lists instead of arraysGreg Roach1-2/+2
2018-09-28PHPdocGreg Roach1-1/+1
2018-09-26Code styleGreg Roach1-1/+0
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-3/+3
2018-09-21PHPdocGreg Roach1-1/+3
2018-08-29Calendar methods do not need to be public/staticGreg Roach1-12/+12
2018-08-27Strict TypesGreg Roach1-0/+4
2018-08-19CodeStyleGreg Roach1-19/+19
2018-08-18CodeStyleGreg Roach1-8/+21
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-6/+6
2018-08-13Do not use PDO::FETCH_ASSOCGreg Roach1-33/+33
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-28/+12
2018-07-26PHPDocGreg Roach1-1/+1
2018-07-26Refactor custom charts - remove globalsGreg Roach1-640/+334
2018-07-26Fix wrong labels for y axis on chartsGreg Roach1-11/+10
2018-07-26Refactor custom chartsGreg Roach1-79/+71
2018-07-25Refactor custom chartsGreg Roach1-241/+347
2018-07-24Refactor custom chartsGreg Roach1-145/+120
2018-07-24Refactor custom chartsGreg Roach1-161/+127
2018-07-24Refactor custom chartsGreg Roach1-143/+161
2018-07-24Tidy custom statistics chartsGreg Roach1-405/+272
2018-07-16Use PSR2 code styleGreg Roach1-1211/+1232
2018-05-09Add $tree to all viewsGreg Roach1-1/+0
2018-03-10Remove global variablesGreg Roach1-135/+203
2018-03-10Cleanup unused codeGreg Roach1-107/+20
2018-03-10Convert statistics charts to http controller / viewGreg Roach1-0/+1334