summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/LifespansChartController.php
AgeCommit message (Expand)AuthorFilesLines
2019-01-23Merge chart controllers into chart modulesGreg Roach1-392/+0
2019-01-21Remove unnecessary base chart controllerGreg Roach1-1/+1
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-2/+3
2019-01-10Use illuminate/database for lifespans chartGreg Roach1-27/+24
2019-01-04Add visibility to constantsGreg Roach1-4/+4
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-1/+1
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-5/+5
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-2/+2
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-8/+8
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-7/+11
2018-08-18CodeStyleGreg Roach1-6/+11
2018-08-13Type hint closure return typesGreg Roach1-2/+2
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-8/+4
2018-07-16Use PSR2 code styleGreg Roach1-294/+305
2018-05-09Add $tree to all viewsGreg Roach1-1/+0
2018-03-11Fix: #1640 - missing family members on lifepsans chartGreg Roach1-1/+5
2018-03-10Unused constantsGreg Roach1-10/+0
2018-03-10Convert lifespans chart to http controller/viewsGreg Roach1-45/+299
2018-03-08Timeline chartGreg Roach1-0/+131