summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/GedcomRecordController.php
AgeCommit message (Expand)AuthorFilesLines
2019-10-31Fix: missing parameter on gedcom record page; Refactor controller as handlerGreg Roach1-99/+0
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-5/+6
2019-10-30Add assertions for route parametersGreg Roach1-1/+5
2019-10-17PSR12Greg Roach1-0/+1
2019-10-15Fix: #2626 empty slugs cause redirect loopGreg Roach1-1/+1
2019-10-15Fix: #2626 empty slugs cause redirect loopGreg Roach1-1/+1
2019-10-14Working on routingGreg Roach1-0/+1
2019-10-10Use routing to redirect legacy URLsGreg Roach1-1/+7
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-3/+2
2019-05-09PSR-7 requestsGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-8/+7
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-1/+1
2019-01-22Finish moving access checks to Auth classGreg Roach1-1/+2
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-1/+1
2018-10-28Strict typesGreg Roach1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-12/+12
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-3/+2
2018-07-16Use PSR2 code styleGreg Roach1-46/+49
2018-02-23Rename BaseController to AbstractBaseControllerGreg Roach1-1/+1
2018-02-17CodeStyleGreg Roach1-3/+0
2018-01-21Tidy route parametersGreg Roach1-2/+4
2018-01-19Error handling / exceptionsGreg Roach1-5/+3
2018-01-15Edit gedcom recordsGreg Roach1-20/+2
2018-01-13Fix: #1364 - Move edit functions from the navigation menu to the pageGreg Roach1-26/+0
2018-01-13Scrutinizer Auto-Fixes (#1578)Scrutinizer Auto-Fixer1-1/+0
2018-01-13Use views for genealogy objectsGreg Roach1-0/+132