summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/EditGedcomRecordController.php
AgeCommit message (Expand)AuthorFilesLines
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+5
2019-10-10Working on routingGreg Roach1-11/+8
2019-10-09Working on routing; Code cleanupGreg Roach1-9/+1
2019-10-06Working on routingGreg Roach1-35/+26
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-33/+33
2019-05-11Fix: #2421 - editing creates new factGreg Roach1-1/+1
2019-05-09PSR-7 requestsGreg Roach1-7/+9
2019-05-09Fix: cannot paste factsGreg Roach1-3/+4
2019-05-09PSR-7 requestsGreg Roach1-2/+3
2019-05-09PSR-7 requestsGreg Roach1-2/+3
2019-05-09PSR-7 requestsGreg Roach1-3/+4
2019-05-09PSR-7 requestsGreg Roach1-20/+27
2019-05-06HTML5: textarea does not have a pattern attributeGreg Roach1-4/+0
2019-04-25Strict typesGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-57/+56
2019-03-09Fix census assistant and chart block not showingGreg Roach1-1/+1
2019-02-24Working on modulesGreg Roach1-1/+1
2019-02-20Fix PHP error when adding empty factGreg Roach1-1/+1
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-7/+7
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-4/+3
2019-01-30Apply fixes from StyleCI (#2165)Greg Roach1-1/+2
2019-01-30Module functions do not need to be staticGreg Roach1-3/+16
2019-01-30Create ModuleServiceGreg Roach1-4/+6
2019-01-24Refactoring module APIGreg Roach1-1/+1
2019-01-22Finish moving access checks to Auth classGreg Roach1-11/+11
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-11/+11
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-1/+1
2019-01-17Remove old/dead codeGreg Roach1-14/+0
2019-01-04Add visibility to constantsGreg Roach1-1/+1
2019-01-01Refactor away class FunctionsDbGreg Roach1-5/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-14Refactor clipboard functionality to a ClipboardServiceGreg Roach1-36/+12
2018-11-25Fix: #1606 - missing URL parameters cause errorGreg Roach1-4/+4
2018-11-18Prefer class-constants to global-constantsGreg Roach1-7/+8
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-6/+6
2018-11-18Rename GedcomRecord::getGedcom() to gedcom()Greg Roach1-2/+2
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-2/+2
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-4/+4
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-1/+1
2018-11-18Rename Fact::getGedcom() to gedcom()Greg Roach1-2/+2
2018-11-18Rename Fact::getFactId() to id()Greg Roach1-6/+6
2018-10-07Prefer assertion to assumptionGreg Roach1-2/+1
2018-10-06PHPdocGreg Roach1-1/+1
2018-10-03I18N function parametersGreg Roach1-1/+1
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-4/+4
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-1/+1
2018-08-26Replace Filter::get() and Filter::post() with $requestGreg Roach1-1/+1
2018-08-19CodeStyleGreg Roach1-5/+5
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-6/+6