summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/NoteController.php
AgeCommit message (Expand)AuthorFilesLines
2019-10-31Refactor controllers as request handlersGreg Roach1-104/+0
2019-10-31Fix: missing parameter on gedcom record page; Refactor controller as handlerGreg Roach1-1/+2
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-4/+5
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+1
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-1/+6
2019-10-15Fix: #2626 empty slugs cause redirect loopGreg Roach1-1/+1
2019-10-15Fix: #2626 empty slugs cause redirect loopGreg Roach1-1/+1
2019-10-09Working on routingGreg Roach1-0/+1
2019-10-06Use aura/routerGreg Roach1-13/+19
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-15/+26
2019-05-17PHPdocGreg Roach1-1/+0
2019-05-09PSR-7 requestsGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-7/+7
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-1/+2
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-11/+8
2019-02-05Fix: #2159 - integrate clipboard support into modulesGreg Roach1-3/+7
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-1/+2
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-1/+1
2018-10-28Strict typesGreg Roach1-1/+1
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-3/+2
2018-07-16Use PSR2 code styleGreg Roach1-41/+44
2018-05-09Add $tree to all viewsGreg Roach1-1/+0
2018-05-05Working on themes/layoutsGreg Roach1-0/+1
2018-02-23Rename BaseController to AbstractBaseControllerGreg Roach1-1/+1
2018-02-17CodeStyleGreg Roach1-1/+0
2018-01-21Tidy route parametersGreg Roach1-2/+4
2018-01-19Error handling / exceptionsGreg Roach1-34/+12
2018-01-13Scrutinizer Auto-Fixes (#1579)Scrutinizer Auto-Fixer1-2/+0
2018-01-13Fix: #1364 - Move edit functions from the navigation menu to the pageGreg Roach1-26/+0
2018-01-13Scrutinizer Auto-Fixes (#1578)Scrutinizer Auto-Fixer1-1/+0
2018-01-13Use views for genealogy objectsGreg Roach1-0/+124