summaryrefslogtreecommitdiff
path: root/app/Module/PedigreeMapModule.php
AgeCommit message (Expand)AuthorFilesLines
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-25Change access modifiers for easier extensibility of module (#4321)Richard Cissée1-7/+7
2022-04-05Fix: wrong generation colors for pedigree map. Remove redundant tooltipGreg Roach1-3/+4
2022-04-05Use DI instead of containerGreg Roach1-12/+13
2022-04-05Add generation color-markers to pedigree mapGreg Roach1-0/+2
2022-04-05Constant nameGreg Roach1-3/+3
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-26Parameter validationGreg Roach1-10/+4
2022-02-23Update and use Validation classGreg Roach1-28/+22
2022-02-21PHPdocGreg Roach1-2/+2
2022-02-04Move pedigree map color definitions to CSSGreg Roach1-3/+3
2022-02-03Move colours for pedigree-map to CSSGreg Roach1-15/+2
2021-10-12PHPdocGreg Roach1-2/+2
2021-09-14Remove unused constantsGreg Roach1-2/+0
2021-08-20Refactor zoom levels in mapsGreg Roach1-1/+0
2021-04-28Merge: #3803, Merge: #3706Greg Roach1-19/+16
2021-04-19Per-language relationship logic - Fixes: #1206, Fixes: #3115, Fixes: #3819, F...Greg Roach1-1/+2
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-21Fix: #2592, Fix: #2593, Fix: #3431, Fix: #3446, Fix: #3638, Fix: #3676, Merge...Greg Roach1-4/+4
2021-01-12Remove unused private constantsGreg Roach1-1/+0
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-3/+3
2020-09-08Use factory to create caches and filesystemsGreg Roach1-1/+0
2020-08-30Fix: #3496 - module components replaced with interfacesGreg Roach1-1/+1
2020-06-20Fix: #3356 - double encoding of place names on places tab and pedigree mapGreg Roach1-1/+1
2020-06-04PHPdocGreg Roach1-1/+1
2020-05-13Rename class Location to PlaceLocation to make way for a new class of that nameGreg Roach1-2/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-4/+3
2020-05-01CodeStyleGreg Roach1-4/+3
2020-04-20Fix: #3176 - Pedigree map does not honour show-private-relationship settingGreg Roach1-1/+1
2020-02-21Use Leaflet native tileLayer (#3088)David Drury1-2/+5
2020-02-04CodeStyleGreg Roach1-13/+12
2020-02-04Remove json callback (#3053)David Drury1-65/+68
2020-02-04Fix: #3052 - use BAPM:PLAC when BIRT:PLAC missingGreg Roach1-4/+9
2020-02-04Inline trivial functionGreg Roach1-23/+11
2020-02-04Code styleGreg Roach1-21/+14
2020-02-04simplify function summaryData() (#3059)David Drury1-36/+19
2020-01-19Fix: #2985 - make it easier to customise chartsGreg Roach1-5/+4
2019-12-13CodeStyle - strict typesGreg Roach1-2/+4
2019-12-03CodeStyleGreg Roach1-1/+12
2019-12-03Map views - tab.phtml - fix bug basedata.I18N no longer exists.David Drury1-16/+6
2019-12-01Code StyleGreg Roach1-5/+5
2019-11-30Merge parts of #2801Greg Roach1-23/+14
2019-11-29Merge parts of #2801Greg Roach1-2/+0
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-7/+9
2019-10-30Fix undefined variableGreg Roach1-0/+1
2019-10-30Add assertions for route parametersGreg Roach1-3/+10
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-23Fix: Only single generation shown: $generations not being set correctly in Pe...David Drury1-4/+1