summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/AncestorsChartController.php
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-307/+0
2019-01-21Remove unnecessary base chart controllerGreg Roach1-1/+1
2019-01-20Create ChartService for finding ancestors, descendants, cousins, etc.Greg Roach1-17/+17
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-2/+3
2019-01-04Add visibility to constantsGreg Roach1-8/+8
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-1/+2
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-3/+3
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-1/+1
2018-10-29Functions should return values rather than echo themGreg Roach1-2/+2
2018-10-28Strict typesGreg Roach1-2/+2
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-10/+10
2018-09-21Void result usedGreg Roach1-4/+3
2018-09-21PHPdocGreg Roach1-0/+2
2018-08-27Fix strict typing errorsGreg Roach1-2/+2
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg 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-225/+239
2018-07-14Remove unused import statementsGreg Roach1-1/+0
2018-07-08Remove globalGreg Roach1-1/+1
2018-07-02Missing javascript in ajax responsesGreg Roach1-6/+6
2018-07-02Convert lists from functions to viewsGreg Roach1-2/+2
2018-07-01Fix: #1703 convert family list from function to viewGreg Roach1-3/+7
2018-07-01Fix: #1702 convert individual list from function to viewGreg Roach1-11/+16
2018-05-09Add $tree to all viewsGreg Roach1-1/+0
2018-03-04User http/controllers for relationships chartGreg Roach1-1/+0
2018-02-05Convert chart to router/controllerGreg Roach1-0/+288