summaryrefslogtreecommitdiff
path: root/app/Controller/AncestryController.php
AgeCommit message (Collapse)AuthorFilesLines
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-3/+3
2015-06-05Refactor includes/functions into classesGreg Roach1-3/+5
2015-05-31PSR-4Greg Roach1-1/+5
2015-05-30Code styleGreg Roach1-6/+5
2015-03-21Fix #500 - one-parent families break ancestry chartGreg Roach1-47/+25
2015-03-08Remove constants, to improve multi-tree handlingGreg Roach1-1/+1
2015-02-20Tidy upGreg Roach1-8/+8
2015-02-20Remove Global usage and other chart workDavid Drury1-43/+14
Removed global variables from charts and chart related functions (either pass variable as a parameter or obtain from controller) Most charts - remove unused or broken parameters from forms Pedigree chart remove chart and canvas css offset and remove most (but not all) embedded 'magic numbers' FamilyBookController reinstate variable deleted in error
2015-02-16Add visibility to constructorsGreg Roach1-1/+1
2015-02-05Replace globals with tree propertiesGreg Roach1-6/+4
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-0/+160