summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/AbstractChartController.php
AgeCommit message (Expand)AuthorFilesLines
2019-01-21Remove unnecessary base chart controllerGreg Roach1-55/+0
2019-01-20Move more logic to ChartServiceGreg Roach1-30/+0
2019-01-20Create ChartService for finding ancestors, descendants, cousins, etc.Greg Roach1-40/+0
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-5/+12
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-3/+3
2018-09-21PHPdocGreg Roach1-0/+3
2018-07-16Use PSR2 code styleGreg Roach1-71/+75
2018-03-04User http/controllers for relationships chartGreg Roach1-1/+2
2018-02-23Rename BaseController to AbstractBaseControllerGreg Roach1-1/+1
2018-02-17Convert family book chart to http/controllerGreg Roach1-0/+29
2018-02-05Convert chart to router/controllerGreg Roach1-0/+81