summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/EditGedcomRecordController.php
AgeCommit message (Expand)AuthorFilesLines
2020-06-14Refactor edit controllers into request handlers. Preparing to use GedcomElem...Greg Roach1-151/+0
2020-05-12Update code to use new Factory objectsGreg Roach1-3/+3
2020-05-01CodeStyleGreg Roach1-1/+1
2019-12-13CodeStyle - strict typesGreg Roach1-10/+12
2019-11-13Unused importsGreg Roach1-2/+0
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-2/+5
2019-10-28Fix: #2706 - Break EditGedcomRecordController into request handlersGreg Roach1-68/+1
2019-10-28Fix: #2705 - Break EditGedcomRecordController into request handlersGreg Roach1-276/+9
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+1
2019-10-21Strict typesGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16PHPdoc; assertionsGreg Roach1-0/+1
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