summaryrefslogtreecommitdiff
path: root/app/Module/RelationshipsChartModule.php
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-29Change signature of Module::boot()Greg Roach1-2/+7
2019-10-25Individuals on chart pages are required fieldsGreg Roach1-5/+1
2019-10-25Fix: #2694, Fix: #2661 - routing for relationship chartGreg Roach1-4/+6
2019-10-18Type hintsGreg Roach1-1/+1
2019-10-18Use TreeServiceGreg Roach1-2/+16
2019-10-17Strict typesGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-79/+131
2019-10-09Working on routingGreg Roach1-1/+1
2019-09-29PSR12Greg Roach1-0/+2
2019-09-29Add tree to request; preparing for routerGreg Roach1-5/+6
2019-08-30Fix: relationship chart ignores SHOW_PRIVATE_RELATIONSHIPS settingGreg Roach1-5/+7
2019-08-10Fix: #2510 - cannot set relationship module optionsGreg Roach1-2/+2
2019-07-18CodeStyleGreg Roach1-1/+2
2019-07-18Fix: #2499 - PHP converts numeric array keys to integers; turn them back into...Greg Roach1-2/+19