summaryrefslogtreecommitdiff
path: root/app/Module/AncestorsChartModule.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-10Fix: #4465 - increase limit on generations in chartsGreg Roach1-1/+1
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-10-12CodeStyleGreg Roach1-2/+2
2025-07-28Block robots from chartsGreg Roach1-0/+2
2025-02-12Add Armenian translationGreg Roach1-5/+0
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-04Remove unnecessary PHPDOCGreg Roach1-3/+0
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-9/+9
2024-10-08CodeStyleGreg Roach1-5/+0
2024-03-31PHP 8.2 - union typesGreg Roach1-5/+1
2023-07-23phpdocGreg Roach1-2/+0
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-04-13Use Validator and ResponseFactory in Redirect request handlersGreg Roach1-2/+2
2022-04-12Remove unused importsGreg Roach1-3/+0
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-26Parameter validationGreg Roach1-14/+5
2022-02-23Update and use Validation classGreg Roach1-29/+22
2021-11-21CodeStyleGreg Roach1-2/+2
2021-10-29TypeHintsGreg Roach1-2/+1
2021-10-29CodeStyle - whitespaceGreg Roach1-1/+1
2021-10-12PHPdocGreg Roach1-2/+2
2021-02-04Code styleGreg Roach1-1/+1
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-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-3/+5
2019-12-11Fix: #2833 Allow charts to start at private records when 'show private relati...Greg Roach1-1/+1
2019-11-17Fix: #2653 add ability to re-order parent families; make the first one the pr...Greg Roach1-1/+1
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-5/+10
2019-10-30Add assertions for route parametersGreg Roach1-2/+5
2019-10-30Allow $this to be used in routesGreg Roach1-1/+1
2019-10-30Fix: #2710 error in redirect after deleting treeGreg Roach1-0/+1
2019-10-30Remove View:share() - it's just a globalGreg Roach1-5/+2
2019-10-29Change signature of Module::boot()Greg Roach1-2/+7
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-76/+103
2019-09-29PSR12Greg Roach1-1/+4
2019-09-29Add tree to request; preparing for routerGreg Roach1-6/+16
2019-05-06Migrate from symfony requests to psr7 requestsGreg Roach1-5/+5
2019-04-21Remove 'booklet' views from ancestors and descendants charts.Greg Roach1-38/+0
2019-04-21Rename 'list' view of ancestors/descendants chart to 'treeGreg Roach1-5/+5
2019-04-15Remove old functionGreg Roach1-1/+2
2019-04-12Refactor charts to use CSS lines instead of bitmapsGreg Roach1-79/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-18/+18
2019-03-07Code style and testingGreg Roach1-1/+1