summaryrefslogtreecommitdiff
path: root/app/Module/StatisticsChartModule.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-10-29Add missing void return typesGreg Roach1-1/+1
2025-02-12Add Armenian translationGreg Roach1-5/+0
2025-02-11Refactor statisticsGreg Roach1-87/+57
2025-02-11Code cleanupGreg Roach1-3/+3
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-04PHPdocs and code style for statisticsGreg Roach1-13/+6
2025-01-04Remove unnecessary PHPDOCGreg Roach1-3/+0
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-20/+20
2024-10-08CodeStyleGreg Roach1-5/+0
2024-03-31CodeStyleGreg Roach1-1/+1
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-3/+1
2024-02-26Fix some phpstan issuesGreg Roach1-0/+1
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-5/+5
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