summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/EditNoteController.php
AgeCommit message (Expand)AuthorFilesLines
2021-01-15Refactor controller into request handlersGreg Roach1-97/+0
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-3/+3
2020-06-14Refactor edit controllers into request handlers. Preparing to use GedcomElem...Greg Roach1-1/+1
2020-05-12Update code to use new Factory objectsGreg Roach1-4/+4
2019-12-13HTML <textarea> elements always use \r\n for line endingsGreg Roach1-9/+6
2019-12-13CodeStyle - strict typesGreg Roach1-1/+3
2019-11-13Unused importsGreg Roach1-1/+0
2019-11-10Fix: #2764 - routing error when editing shared notesGreg Roach1-2/+3
2019-10-31Refactor controllers as request handlersGreg Roach1-57/+0
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-4/+2
2019-10-30Add assertions for route parametersGreg Roach1-1/+3
2019-10-25No need to throw exceptions in assert()Greg Roach1-3/+2
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/+7
2019-10-09Working on routing; Code cleanupGreg Roach1-7/+3
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-8/+9
2019-05-09PSR-7 requestsGreg Roach1-6/+7
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-21/+19
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-1/+1
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-2/+3
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getGedcom() to gedcom()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-3/+3
2018-10-28Strict typesGreg Roach1-2/+2
2018-10-12Be more consistent when creating new recordsGreg Roach1-1/+1
2018-10-08Code styleGreg Roach1-3/+1
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-11/+6
2018-07-16Use PSR2 code styleGreg Roach1-89/+104
2018-07-14PHPdocGreg Roach1-1/+1
2018-07-12Refactor functionseditGreg Roach1-1/+1
2018-06-28Convert edit note to http/controllerGreg Roach1-2/+61
2018-05-09Add $tree to all viewsGreg Roach1-5/+1
2018-04-18Fix: matching line endings when creating new shared notesGreg Roach1-1/+1
2018-02-23Rename BaseController to AbstractBaseControllerGreg Roach1-1/+1
2018-01-13Use views for genealogy objectsGreg Roach1-3/+2
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2018-01-06Refactor: simpler url() function for recordsGreg Roach1-1/+1
2017-12-04Refactor EditControllerGreg Roach1-0/+87