summaryrefslogtreecommitdiff
path: root/app/Module/StatisticsChartModule.php
AgeCommit message (Expand)AuthorFilesLines
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-30Remove scrutinizer annotationsGreg Roach1-3/+3
2022-11-18Use ValidatorGreg Roach1-23/+21
2022-03-19CodeStyle - consistent variable namesGreg Roach1-3/+3
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-23Update and use Validation classGreg Roach1-7/+4
2022-02-21PHPdocGreg Roach1-8/+8
2022-02-05Add anotations for false-positives in scrutinizerGreg Roach1-3/+3
2021-10-14TypeHintsGreg Roach1-3/+1
2021-10-13Remove unused local variablesGreg Roach1-2/+2
2021-10-12PHPdocGreg Roach1-16/+16
2021-10-03Refactor HTTP exceptionsGreg Roach1-1/+1
2021-03-12Remove unused importsGreg Roach1-1/+0
2021-03-09Cleanup unused codeGreg Roach1-1/+0
2021-02-25Fix: #3732 - legend layout on google chartsGreg Roach1-6/+3
2021-02-04Code styleGreg Roach1-5/+5
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2021-01-12Remove unused private constantsGreg Roach1-6/+0
2020-12-31CodeStyleGreg Roach1-1/+1
2020-08-30Fix: #3496 - module components replaced with interfacesGreg Roach1-1/+1
2020-07-10Fix: #2296 - performance - month-of-first-marriage queryGreg Roach1-8/+7
2020-06-04PHPdocGreg Roach1-1/+1
2019-12-13CodeStyle - strict typesGreg Roach1-1/+1
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach1-20/+20
2019-11-11Simplify access to current localeGreg Roach1-5/+1
2019-11-03Use POST for custom statistics chartsGreg Roach1-2/+2
2019-10-30Remove View:share() - it's just a globalGreg Roach1-0/+1
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-8/+10
2019-10-25No need to throw exceptions in assert()Greg Roach1-3/+2
2019-10-17Strict typesGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+6
2019-10-10Working on routingGreg Roach1-5/+5
2019-10-09Working on routingGreg Roach1-38/+39
2019-09-29PSR12Greg Roach1-0/+2
2019-09-29Add tree to request; preparing for routerGreg Roach1-18/+22
2019-05-08PSR-7 requestsGreg Roach1-21/+23
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-30/+30
2019-04-03Declare static closuresGreg Roach1-3/+3
2019-03-26Replace Bootstrap4 class with viewsGreg Roach1-12/+12
2019-03-07Code style and testingGreg Roach1-1/+1
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-03-03Fix: #2295 - numeric X axis on chartsGreg Roach1-15/+33
2019-02-24Unused importsGreg Roach1-1/+0
2019-02-22Refactor statistics query functions to return queriesGreg Roach1-3/+3
2019-02-22Refactor statistics query functions to return queriesGreg Roach1-6/+6
2019-02-22Refactor statistics query functions to return queriesGreg Roach1-5/+5
2019-02-21Convert SQL to use illuminate/databaseGreg Roach1-2/+2
2019-02-20Conver SQL to use illuminate/databaseGreg Roach1-8/+8