summaryrefslogtreecommitdiff
path: root/app/Module/PedigreeMapModule.php
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-23Fix: #2682 Use POST+GET on pedigree-mapGreg Roach1-0/+11
2019-10-22Fix: #2676 URLs for pedigree map need to be generated on the serverGreg Roach1-2/+2
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-57/+76
2019-09-29PSR12Greg Roach1-1/+4
2019-09-29Add tree to request; preparing for routerGreg Roach1-8/+19
2019-05-09Remove unsused codeGreg Roach1-5/+0
2019-05-09Fix: #1876 - Remove unused codeGreg Roach1-92/+0
2019-05-09PSR-7 requestsGreg Roach1-8/+8
2019-04-25Closures that do not use $this should be declared staticGreg Roach1-1/+1
2019-04-21Remove 'booklet' views from ancestors and descendants charts.Greg Roach1-2/+26
2019-04-14Refactor the bootstrap processGreg Roach1-1/+1