summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/RelationshipsChartController.php
AgeCommit message (Expand)AuthorFilesLines
2019-01-23Tidy ajax parameter to chartsGreg Roach1-473/+0
2019-01-22Merge AncestorsChartController into AncestorsChartModuleGreg Roach1-4/+5
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/+2
2019-01-09Use illuminate/database in relationship chartGreg Roach1-28/+31
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getGedcom() to gedcom()Greg Roach1-2/+2
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-3/+3
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-6/+6
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-3/+3
2018-10-29Functions should return values rather than echo themGreg Roach1-4/+2
2018-10-29Unused codeGreg Roach1-88/+86
2018-10-28Strict typesGreg Roach1-2/+2
2018-10-14Prefer assertions to assumptionsGreg Roach1-2/+2
2018-09-24Strict-typesGreg Roach1-2/+3
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-2/+2
2018-08-27Fix strict typing errorsGreg Roach1-2/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-4/+4
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-20Scrutinizer Auto-Fixes (#1804)Scrutinizer Auto-Fixer1-14/+14
2018-07-20Fix: #1803 - show better error when trying to view private individualsGreg Roach1-0/+5
2018-07-17Fix #1791 - need access to treeGreg Roach1-7/+7
2018-07-16Use PSR2 code styleGreg Roach1-355/+392
2018-05-09Add $tree to all viewsGreg Roach1-1/+0
2018-03-04CodeStyle - don't call functions in loopsGreg Roach1-1/+1
2018-03-04User http/controllers for relationships chartGreg Roach1-0/+435