summaryrefslogtreecommitdiff
path: root/app/Module/FanChartModule.php
AgeCommit message (Expand)AuthorFilesLines
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-24Workaround for --enable-gd-jis-convGreg Roach1-0/+7
2022-11-27PHP 8.0 - resource -> GdImageGreg Roach1-3/+4
2022-04-13Use Validator and ResponseFactory in Redirect request handlersGreg Roach1-3/+3
2022-04-12Remove unused importsGreg Roach1-5/+0
2022-04-11Improve support for SEX X - see #4304Greg Roach1-1/+1
2022-03-23Fanchart - strict type error on 'style' parameterGreg Roach1-7/+7
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-26Parameter validationGreg Roach1-15/+7
2022-02-23Update and use Validation classGreg Roach1-30/+16
2022-02-21PHPdocGreg Roach1-2/+2
2021-10-29CodeStyle - whitespaceGreg Roach1-1/+1
2021-10-29CodeStyle - whitespaceGreg Roach1-2/+2
2021-10-19Fix: #4070 - remove ModuleThemeInterface::parameterGreg Roach1-4/+4
2021-09-14Remove unused constantsGreg Roach1-1/+0
2021-08-20CodeStyleGreg Roach1-3/+3
2021-08-19Fix: #1652 - center text in fan chartGreg Roach1-226/+222
2021-06-02Prefer https for links to documentationGreg Roach1-1/+1
2021-03-09Cleanup unused codeGreg Roach1-1/+1
2021-02-10CodeStyleGreg Roach1-5/+5
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-08-30Fix: #3496 - module components replaced with interfacesGreg Roach1-1/+1
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-1/+2
2020-07-01Fix: #3351 - PHP bug 79763 - imagefilledarc fails with odd-sized arcsGreg Roach1-2/+8
2020-06-04PHPdocGreg Roach1-1/+1
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+3
2020-01-19Fix: #2985 - make it easier to customise chartsGreg Roach1-5/+4
2019-12-13CodeStyle - strict typesGreg Roach1-4/+6
2019-12-11Fix: #2833 Allow charts to start at private records when 'show private relati...Greg Roach1-1/+1
2019-12-09Fix: workaround for PHP builds with --enable-gd-jis-convGreg Roach1-0/+7
2019-12-06Parents' names in lists - replace function with templateGreg Roach1-2/+2
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-4/+9
2019-10-30Add assertions for route parametersGreg Roach1-2/+5
2019-10-30Allow $this to be used in routesGreg Roach1-1/+1
2019-10-30Remove View:share() - it's just a globalGreg Roach1-0/+1
2019-10-29Change signature of Module::boot()Greg Roach1-2/+7
2019-10-21TypoGreg Roach1-1/+1
2019-10-21Strict typesGreg Roach1-3/+4
2019-10-18Type hintsGreg Roach1-1/+1
2019-10-17Strict typesGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-09Working on routingGreg Roach1-45/+103
2019-09-29PSR12Greg Roach1-1/+3
2019-09-29Add tree to request; preparing for routerGreg Roach1-7/+16
2019-09-20PHP 7.4 compatibilityGreg Roach1-1/+1
2019-05-06Migrate from symfony requests to psr7 requestsGreg Roach1-6/+6
2019-04-25Strict typesGreg Roach1-1/+1
2019-04-17CodeStyleGreg Roach1-1/+1