summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/AdminTreesController.php
AgeCommit message (Expand)AuthorFilesLines
2020-09-16Refactor controller-actions as request-handlersGreg Roach1-1806/+0
2020-09-08Use factory to create caches and filesystemsGreg Roach1-14/+6
2020-07-04Fix: #3314 - use a factory to make XREFsGreg Roach1-1/+1
2020-06-04PHPdocGreg Roach1-2/+3
2020-05-12Update code to use new Factory objectsGreg Roach1-6/+7
2020-05-12TypeHintsGreg Roach1-6/+6
2020-05-12Add type hintsGreg Roach1-6/+6
2020-04-20Fix: #2917 - PHP converts numeric array keys from strings to integersGreg Roach1-0/+6
2020-03-13Add record types for HEAD and SUBNGreg Roach1-7/+8
2020-02-23Fix: #3089 - change language from tree-preference to site-preferenceGreg Roach1-1/+0
2020-02-11Fix: #3057 - do not merge links from the HEAD record when merging treesGreg Roach1-0/+1
2020-02-07Fix: multiple duplicate names cause multiple duplicate individualsGreg Roach1-1/+1
2020-01-29Fix: same married and birth names creates duplicate search resultsGreg Roach1-1/+1
2020-01-29Fix: #3028 - tree parameter needs to be mandatory for manage-trees pageGreg Roach1-1/+1
2020-01-20Prefer constants to literal stringsGreg Roach1-6/+9
2019-12-13CodeStyle - strict typesGreg Roach1-57/+59
2019-12-10PHPdocGreg Roach1-1/+2
2019-11-23Fix: updated route name in error-checkGreg Roach1-1/+2
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-1/+2
2019-11-04Refactor update-places to use post+get and new routesGreg Roach1-148/+0
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach1-18/+33
2019-11-03Use POST+GET for unconnected individualsGreg Roach1-62/+0
2019-11-03Fix: #2735 - missing parameter on tree-renumber pageGreg Roach1-0/+1
2019-11-03Simplify theme selection hierarchy.Greg Roach1-1/+0
2019-11-01Fix: #2709 - download GEDCOM using ugly URLsGreg Roach1-249/+73
2019-11-01Convert @TODO into issue #2728Greg Roach1-2/+0
2019-10-31Fix missing parameters (#2722)David Drury1-0/+1
2019-10-30Add assertions for route parametersGreg Roach1-13/+38
2019-10-30Fix: undefined variableGreg Roach1-0/+1
2019-10-30TidyCodeGreg Roach1-11/+12
2019-10-27Rewrite error handler - #2686 and #2685Greg Roach1-2/+1
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+1
2019-10-22Use tree serviceGreg Roach1-10/+8
2019-10-17Fix strict-type warnings, use zip_adapter explicitlyGreg Roach1-2/+3
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16Convert controller to request handlerGreg Roach1-20/+0
2019-10-16Rempving global constant WT_DATA_DIRGreg Roach1-46/+62
2019-10-16Strict typesGreg Roach1-6/+6
2019-10-16Simplify logicGreg Roach1-5/+21
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+7
2019-10-15wipGreg Roach1-3/+3
2019-10-15Improve workflow in control panel / manage treesGreg Roach1-4/+5
2019-10-14Working on routingGreg Roach1-6/+7
2019-10-14Apply fixes from StyleCI (#2628)Greg Roach1-5/+5
2019-10-14Move business logic from controller to serviceGreg Roach1-86/+18
2019-09-29PSR12Greg Roach1-0/+3
2019-09-29Add tree to request; preparing for routerGreg Roach1-53/+67
2019-09-23Use Flysystem for more filesystem operationsGreg Roach1-4/+7
2019-09-23Use Flysystem for more filesystem operationsGreg Roach1-31/+26
2019-09-18Fix: #2575 and #1945 - update email from/reply-to fields, allow registration ...Greg Roach1-1/+0