summaryrefslogtreecommitdiff
path: root/app/Module/RelationshipsChartModule.php
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-06Migrate from symfony requests to psr7 requestsGreg Roach1-8/+8
2019-04-25Unused importsGreg Roach1-1/+0
2019-04-25Strict typesGreg Roach1-3/+3
2019-04-15Remove old functionGreg Roach1-1/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-110/+109
2019-04-03Declare static closuresGreg Roach1-2/+2
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-03-03Fix: #2264 - styling for chartboxesGreg Roach1-1/+1
2019-02-24PHPdocGreg Roach1-1/+1
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-5/+5
2019-02-11Working on RTL and iconsGreg Roach1-1/+1