summaryrefslogtreecommitdiff
path: root/app/Module/RelationshipsChartModule.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-08-24Fix: #5215 - relationship chart parameters always reset to defaultsGreg Roach1-10/+11
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-12-07Fix: #5064 - wrong default parameters in URL for relationship chartGreg Roach1-3/+10
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-5/+5
2024-10-08CodeStyleGreg Roach1-5/+0
2024-03-31CodeStyleGreg Roach1-1/+1
2024-03-31PHP 8.2 - union typesGreg Roach1-1/+1
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-3/+1
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-2/+1
2023-02-01Add signatures to closures in phpdoc. See #4713Greg Roach1-1/+1
2023-02-01Simplify access to current language. See #4713Greg Roach1-9/+17
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-18Use ValidatorGreg Roach1-5/+3
2022-09-06CodeStyleGreg Roach1-0/+2
2022-04-19Fix: #4311 - inconsistent size of text in relationship chartGreg Roach1-3/+3
2022-04-12Remove unused importsGreg Roach1-3/+0
2022-04-11Improve support for SEX X - see #4304Greg Roach1-4/+4
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-26Parameter validationGreg Roach1-4/+1
2022-02-23Update and use Validation classGreg Roach1-29/+24
2022-02-21PHPdocGreg Roach1-2/+2
2021-10-12PHPdocGreg Roach1-4/+4
2021-06-12TestingGreg Roach1-1/+0
2021-04-19Per-language relationship logic - Fixes: #1206, Fixes: #3115, Fixes: #3819, F...Greg Roach1-12/+35
2021-04-12Check record still exists in relationship chart URLGreg Roach1-6/+8
2021-04-11Swap order of individuals in 'relationship to me'Greg Roach1-3/+5
2021-02-10CodeStyleGreg Roach1-2/+2
2021-02-04Code styleGreg Roach1-11/+15
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-15Move user constants to the user interface classGreg Roach1-3/+3
2020-10-03CodeStyleGreg Roach1-7/+7
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-12/+12
2020-09-15Replace controller-actions with request-handlersGreg Roach1-2/+0
2020-08-30Fix: #3496 - module components replaced with interfacesGreg Roach1-1/+1
2020-05-12Update code to use new Factory objectsGreg Roach1-13/+13
2020-01-19Fix: #2985 - make it easier to customise chartsGreg Roach1-5/+4
2019-12-15Fix: #2877, Fix: #2886 - missing config option for relationships chartGreg Roach1-1/+1
2019-12-13CodeStyle - strict typesGreg Roach1-6/+10
2019-12-11Fix: #2833 Allow charts to start at private records when 'show private relati...Greg Roach1-7/+5
2019-11-23Avoid ambiguous functions such as empty()Greg Roach1-3/+3
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-1/+2
2019-11-01CommentsGreg Roach1-1/+0
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-4/+8
2019-10-30Add assertions for route parametersGreg Roach1-2/+4
2019-10-30Allow $this to be used in routesGreg Roach1-1/+1