summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/EditFamilyController.php
AgeCommit message (Expand)AuthorFilesLines
2020-06-14Refactor edit controllers into request handlers. Preparing to use GedcomElem...Greg Roach1-247/+0
2020-06-14Factor controller actions into request handlersGreg Roach1-136/+0
2020-05-12Update code to use new Factory objectsGreg Roach1-11/+11
2020-03-07Fix: #3103 - Create separate links for add son/daughter on family pageGreg Roach1-1/+9
2019-12-13CodeStyle - strict typesGreg Roach1-19/+27
2019-11-07Fix: #2752 - missing parameters when adding family membersGreg Roach1-2/+2
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-10/+11
2019-10-30Add assertions for route parametersGreg Roach1-10/+21
2019-10-17PSR12Greg Roach1-0/+1
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-61/+0
2019-10-06Fix scrutinizer issuesGreg Roach1-19/+18
2019-10-06Working on routingGreg Roach1-14/+10
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-17/+16
2019-08-16Fix: #2540 - removing spouse from family causes undefined index errorGreg Roach1-8/+8
2019-05-09PSR-7 requestsGreg Roach1-31/+34
2019-04-25Strict typesGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-43/+41
2019-04-03Declare static closuresGreg Roach1-2/+2
2019-02-16Use Collection classGreg Roach1-2/+3
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-10/+10
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-8/+9
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-7/+7
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-8/+8
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-12/+12
2018-11-18Rename Fact::getGedcom() to gedcom()Greg Roach1-3/+3
2018-11-18Rename Fact::getFactId() to id()Greg Roach1-8/+8
2018-11-18Rename Fact::getTarget() to target()Greg Roach1-7/+7
2018-10-28Strict typesGreg Roach1-2/+2
2018-10-12Be more consistent when creating new recordsGreg Roach1-4/+4
2018-10-09Prefer assertions to assumptionsGreg Roach1-1/+1
2018-10-05Scrutinizer Auto-Fixes (#1942)Scrutinizer Auto-Fixer1-5/+5
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-4/+4
2018-08-26Replace Filter::get() and Filter::post() with $requestGreg Roach1-7/+7
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-30/+17
2018-07-23Fix: sources not added to new individuals and familiesGreg Roach1-5/+4
2018-07-16Use PSR2 code styleGreg Roach1-332/+342
2018-07-12Refactor functionseditGreg Roach1-22/+20
2018-07-12Move add-indivdual code to http/controllerGreg Roach1-4/+100
2018-07-11Convert change-family-members to http/controllerGreg Roach1-0/+130
2018-06-30Convert print_indi_form function to viewGreg Roach1-0/+106
2018-02-23Rename BaseController to AbstractBaseControllerGreg Roach1-1/+1
2018-02-17CodeStyleGreg Roach1-2/+0
2018-01-19Error handling / exceptionsGreg Roach1-10/+4
2018-01-14CodeStyleGreg Roach1-1/+1
2018-01-14#1577 Use views/controllers for reorder childrenGreg Roach1-0/+99