summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/PendingChangesController.php
AgeCommit message (Expand)AuthorFilesLines
2019-10-24Refactor pending changes to use service and request handlersGreg Roach1-326/+0
2019-10-21Strict typesGreg Roach1-3/+4
2019-10-17PSR12Greg Roach1-0/+1
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+6
2019-10-15wipGreg Roach1-4/+4
2019-10-10Working on routingGreg Roach1-1/+1
2019-10-10Working on routingGreg Roach1-4/+3
2019-09-29PSR12Greg Roach1-0/+2
2019-09-29Add tree to request; preparing for routerGreg Roach1-21/+19
2019-05-09PSR-7 requestsGreg Roach1-7/+8
2019-05-09PSR-7 requestsGreg Roach1-4/+9
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-39/+38
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-2/+2
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-3/+3
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-2/+2
2019-01-11Simplify row-mappersGreg Roach1-1/+1
2019-01-10Use illuminate/database in pending changes controllerGreg Roach1-62/+50
2019-01-06Fix: #1783 - missing timezones on timestampsGreg Roach1-4/+2
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-1/+2
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-7/+7
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-6/+6
2018-08-27Fixed case mismatches (#1865)Rico Sonntag1-1/+1
2018-08-19CodeStyleGreg Roach1-2/+2
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-6/+6
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-28/+14
2018-07-16Use PSR2 code styleGreg Roach1-249/+258
2018-07-11Various bugsGreg Roach1-2/+2
2018-07-09Pass objects instead of IDsGreg Roach1-3/+3
2018-07-09Remove globalGreg Roach1-2/+2
2018-07-02Fix: #1768 - cannot accept/reject all changesGreg Roach1-1/+1
2018-05-09Add $tree to all viewsGreg Roach1-1/+0
2018-04-13Convert action.php to http/controller styleGreg Roach1-100/+158
2018-04-12Unused importGreg Roach1-1/+0
2018-03-26Missing ged parameterGreg Roach1-1/+1
2018-03-25Convert pending-changes page to http/controller/viewGreg Roach1-0/+276