summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/DescendantsChartController.php
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Merge DescentsChartController into DescendancyChartModuleGreg Roach1-424/+0
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-2/+3
2019-01-21Remove unnecessary base chart controllerGreg Roach1-1/+1
2019-01-20Move more logic to ChartServiceGreg Roach1-21/+22
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-2/+3
2019-01-04Add visibility to constantsGreg Roach1-7/+7
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-29Fix: #2045 - javascript missing on descendancy chart listsGreg Roach1-6/+8
2018-11-25Fix: #1606 - missing URL parameters cause errorGreg Roach1-2/+2
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::getGedcom() to gedcom()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-2/+2
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-5/+5
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-2/+2
2018-10-29Functions should return values rather than echo themGreg Roach1-2/+2
2018-10-05Split Sosa-Stradonitz function into Sosa and d'Aboville functionsGreg Roach1-8/+10
2018-09-24Tidy up parameters to printSosaFamily()Greg Roach1-1/+1
2018-09-21PHPdocGreg Roach1-0/+5
2018-09-21PHPdocGreg Roach1-0/+4
2018-08-27Fix some of PR #1864Greg Roach1-2/+2
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-2/+2
2018-08-16Strict typesGreg Roach1-1/+1
2018-08-15CodeStyleGreg Roach1-1/+0
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-8/+4
2018-07-20Scrutinizer Auto-Fixes (#1804)Scrutinizer Auto-Fixer1-8/+8
2018-07-20Fix: #1803 - show better error when trying to view private individualsGreg Roach1-0/+2
2018-07-16Use PSR2 code styleGreg Roach1-310/+330
2018-07-14Remove unused import statementsGreg Roach1-1/+0
2018-07-08Remove globalGreg Roach1-1/+1
2018-07-07CodeStyle - undeclared variableGreg Roach1-0/+3
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-3/+8
2018-05-09Add $tree to all viewsGreg Roach1-1/+0
2018-02-17CodeStyleGreg Roach1-29/+0
2018-02-05Convert chart to router/controllerGreg Roach1-0/+409