summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/HourglassChartController.php
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Merge chart controllers into chart modulesGreg Roach1-476/+0
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-3/+4
2019-01-21Remove unnecessary base chart controllerGreg Roach1-1/+1
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-4/+5
2019-01-04Add visibility to constantsGreg Roach1-3/+3
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-25Type hintsGreg Roach1-1/+1
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-8/+8
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-9/+9
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-8/+8
2018-10-29Unused codeGreg Roach1-2/+0
2018-10-29Functions should return values rather than echo themGreg Roach1-4/+4
2018-10-28Strict typesGreg Roach1-4/+4
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-18/+18
2018-09-21PHPdocGreg Roach1-0/+4
2018-09-12Use PHPs power operatorRico Sonntag1-1/+1
2018-08-27Fix strict typing errorsGreg Roach1-2/+2
2018-08-18CodeStyleGreg Roach1-2/+0
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-2/+2
2018-08-13Type hint closure return typesGreg Roach1-1/+1
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-16/+8
2018-07-23Remove globalGreg Roach1-2/+2
2018-07-16Use PSR2 code styleGreg Roach1-356/+392
2018-05-09Add $tree to all viewsGreg Roach1-1/+0
2018-04-19Fix: #1671 - missing ged parameter on hourglass arrow linksGreg Roach1-3/+3
2018-03-15Fix: #1643 charts block needs to use new chart views/routes/controllersGreg Roach1-4/+4
2018-02-25Cleanup hourglass chart codeGreg Roach1-155/+93
2018-02-24Use http/controller for hourglass chartGreg Roach1-0/+509