summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/PedigreeChartController.php
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Merge chart controllers into chart modulesGreg Roach1-475/+0
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-2/+3
2019-01-21Remove unnecessary base chart controllerGreg Roach1-1/+1
2019-01-20Create ChartService for finding ancestors, descendants, cousins, etc.Greg Roach1-10/+16
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-2/+3
2019-01-04Add visibility to constantsGreg Roach1-9/+9
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-4/+4
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-5/+5
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-4/+4
2018-10-28Strict typesGreg Roach1-2/+2
2018-10-12Error handlingGreg Roach1-0/+3
2018-10-12Error handlingGreg Roach1-12/+16
2018-10-12Pedigree chart can only show 8 generationsGreg Roach1-8/+3
2018-09-24Fix: #1922 Incomplete pedigree causes strict-type errorGreg Roach1-1/+1
2018-09-21PHPdocGreg Roach1-3/+3
2018-09-12Scrutinizer Auto-Fixes (#1898)Scrutinizer Auto-Fixer1-15/+15
2018-09-12Use PHPs power operatorRico Sonntag1-8/+8
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-2/+2
2018-08-19CodeStyleGreg Roach1-1/+1
2018-08-18CodeStyleGreg Roach1-1/+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-8/+4
2018-07-16Use PSR2 code styleGreg Roach1-377/+384
2018-07-13Feedback from scrutinizerGreg Roach1-9/+0
2018-05-10Code style / unused variablesGreg Roach1-0/+2
2018-05-09Add $tree to all viewsGreg Roach1-1/+0
2018-03-11Fix: #1642 - default pedigree generationsGreg Roach1-5/+14
2018-03-11Convert pedigree chart to http controller/view architectureGreg Roach1-0/+462