summaryrefslogtreecommitdiff
path: root/app/Statistics.php
AgeCommit message (Expand)AuthorFilesLines
2021-09-07Update use of ReflectionClass for PHP 8Greg Roach1-2/+2
2021-03-19PHPdocGreg Roach1-1/+1
2021-02-04Code styleGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-22Fix: #3664 - individual name statistics not working correctlyGreg Roach1-3/+3
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-1/+2
2020-05-12Static analysis checksGreg Roach1-1/+2
2020-05-12TypeHintsGreg Roach1-1/+1
2020-05-11PHPdocGreg Roach1-279/+546
2020-04-16Fix: #3182 - undocumented update to PHP reflection functionsGreg Roach1-50/+25
2020-01-23Fix: CSS colour strings confuse pattern matching for HTML keywordsGreg Roach1-1/+1
2020-01-23Fix: CSS colour strings confuse pattern matching for HTML keywordsGreg Roach1-1/+1
2019-10-22Static analysis tools dislike variable method calls.Greg Roach1-2/+3
2019-10-19Strict typesGreg Roach1-3/+14
2019-10-17PSR12Greg Roach1-0/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-2/+0
2019-10-09Apply fixes from StyleCI (#2610)Greg Roach1-16/+8
2019-10-09Working on routingGreg Roach1-55/+54
2019-10-05Change signature for Footer modules - give them access to the requestGreg Roach1-2/+9
2019-09-29PSR12Greg Roach1-0/+4
2019-07-14Refactor blocksGreg Roach1-1/+1
2019-05-17Code QAGreg Roach1-4/+4
2019-04-25Closures that do not use $this should be declared staticGreg Roach1-1/+1
2019-04-17Collections: combine filter() and first()Greg Roach1-3/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-3/+5
2019-03-07Code style and testingGreg Roach1-1/+1
2019-02-23Refactor module componentsGreg Roach1-2/+2
2019-02-22Refactor statistics query functions to return queriesGreg Roach1-3/+10
2019-02-22Refactor statistics query functions to return queriesGreg Roach1-8/+22
2019-02-22Refactor statistics query functions to return queriesGreg Roach1-5/+13
2019-02-21Convert SQL to use illuminate/databaseGreg Roach1-2/+2
2019-02-20Conver SQL to use illuminate/databaseGreg Roach1-1/+1
2019-02-12Update google chartsRico Sonntag1-30/+23
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-5/+8
2019-01-30Dependency injectionGreg Roach1-2/+3
2019-01-30Apply fixes from StyleCI (#2164)Greg Roach1-26/+13
2019-01-30Use dependency injection for Statistics classGreg Roach1-0/+2640