summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/EditIndividualController.php
AgeCommit message (Expand)AuthorFilesLines
2020-06-14Refactor edit controllers into request handlers. Preparing to use GedcomElem...Greg Roach1-660/+0
2020-05-12Update code to use new Factory objectsGreg Roach1-16/+15
2020-05-01CodeStyleGreg Roach1-3/+2
2020-05-01CodeStyleGreg Roach1-13/+18
2020-05-01CodeStyleGreg Roach1-9/+8
2019-12-13CodeStyle - strict typesGreg Roach1-30/+41
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach1-2/+2
2019-11-07Fix: #2752 - missing parameters when adding family membersGreg Roach1-5/+7
2019-11-01Convert @TODO into issue #2729Greg Roach1-2/+3
2019-10-31Missing tree parameter (#2725)David Drury1-0/+2
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-31/+35
2019-10-30Add assertions for route parametersGreg Roach1-16/+30
2019-10-28Fix: #2706 - Break EditGedcomRecordController into request handlersGreg Roach1-15/+2
2019-10-25No need to throw exceptions in assert()Greg Roach1-8/+7
2019-10-17PSR12Greg Roach1-0/+1
2019-10-15Apply fixes from StyleCI (#2631)Greg Roach1-7/+7
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-184/+18
2019-10-14Working on routingGreg Roach1-1/+1
2019-10-06Working on routingGreg Roach1-96/+89
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-45/+46
2019-05-09PSR-7 requestsGreg Roach1-34/+39
2019-05-09PSR-7 requestsGreg Roach1-21/+21
2019-05-09PSR-7 requestsGreg Roach1-2/+3
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-103/+101
2019-04-03Declare static closuresGreg Roach1-6/+6
2019-03-02Use app() shortcutGreg Roach1-2/+2
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-19/+19
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-2/+2
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-22/+23
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-2/+2
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-6/+6
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-22/+22
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-1/+1
2018-11-18Rename Fact::getGedcom() to gedcom()Greg Roach1-6/+6
2018-11-18Rename Fact::getFactId() to id()Greg Roach1-5/+5
2018-11-18Rename Fact::getTarget() to target()Greg Roach1-2/+2
2018-10-28Strict typesGreg Roach1-6/+6
2018-10-22Fix: #1991 - strict typesGreg Roach1-1/+1
2018-10-22Fix: #1993 - cannot add namesGreg Roach1-2/+8
2018-10-12Be more consistent when creating new recordsGreg Roach1-18/+18
2018-10-08Remove dead codeGreg Roach1-6/+0
2018-10-05Fix: #1940 - unable to add unlinked individualGreg Roach1-3/+3
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-9/+9
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-8/+8
2018-09-13CodeStyleGreg Roach1-1/+0
2018-09-13Fixed invalid docblocksRico Sonntag1-0/+2
2018-08-28Update EditIndividualController.php (#1860)Rico Sonntag1-1/+0
2018-08-26Replace Filter::get() and Filter::post() with $requestGreg Roach1-14/+14