summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/FamilyBookChartController.php
AgeCommit message (Expand)AuthorFilesLines
2019-01-30Clean up module codeGreg Roach1-36/+0
2019-01-22Merge chart controllers into chart modulesGreg Roach1-434/+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/+3
2019-01-04Add visibility to constantsGreg Roach1-3/+3
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-2/+2
2018-10-29Functions should return values rather than echo themGreg Roach1-4/+4
2018-10-29Unused codeGreg Roach1-4/+2
2018-10-29Strict typesGreg Roach1-2/+2
2018-10-28Strict typesGreg Roach1-2/+2
2018-10-28Strict typesGreg Roach1-5/+5
2018-10-28Strict typesGreg Roach1-2/+2
2018-10-05Avoid implicit array initialisationGreg Roach1-16/+13
2018-09-23Scrutinizer Auto-Fixes (#1926)Scrutinizer Auto-Fixer1-12/+12
2018-09-21PHPdocGreg Roach1-5/+5
2018-09-21PHPdocGreg Roach1-0/+6
2018-09-12Use PHPs power operatorRico Sonntag1-1/+1
2018-08-27Fix strict typing errorsGreg Roach1-5/+5
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-2/+2
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-4/+3
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach1-8/+4
2018-08-09CodeStyleGreg Roach1-0/+19
2018-07-16Use PSR2 code styleGreg Roach1-374/+382
2018-07-13Feedback from scrutinizerGreg Roach1-10/+6
2018-05-09Add $tree to all viewsGreg Roach1-1/+0
2018-05-05Working on themes/layoutsGreg Roach1-4/+6
2018-04-15Fix: #1697 - undefined view parameterGreg Roach1-0/+2
2018-02-27Fix: #1633 - strict typing of show-spouse parameter in family book chartGreg Roach1-2/+2
2018-02-19Fix: #1619 - copy/pasta errorGreg Roach1-1/+1
2018-02-17Convert family book chart to http/controllerGreg Roach1-250/+294
2018-02-13ChartsGreg Roach1-0/+402