summaryrefslogtreecommitdiff
path: root/app/Controller/PedigreeController.php
AgeCommit message (Collapse)AuthorFilesLines
2016-02-27Missing link in pedigree chartGreg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-3/+2
2015-06-05Refactor includes/functions into classesGreg Roach1-1/+1
2015-06-04One canvas is enoughGreg Roach1-1/+0
2015-05-31PHP5.3 compatibilityGreg Roach1-2/+3
2015-05-31PSR-4Greg Roach1-1/+6
2015-05-30Code styleGreg Roach1-18/+19
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach1-4/+4
2015-03-21Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+1
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-03-08Re-organised code as suggestedDavid Drury1-6/+79
2015-03-07Further pedigree chart workDavid Drury1-25/+87
Moved all positioning logic into the controller. Now the only elements that are absolutely positioned are the node containers. Simplified the line drawing logic in javascript by using sosa triples (ie child + mother & father) and using the node location as the base for calculating the point positions
2015-02-22Pedigree chart tidyingDavid Drury1-65/+30
Remove more "magic numbers" Accurately setting the #pedigree_chart width & height allows the chart to be positioned by css thus allowing a few chart variables to be removed
2015-02-20Tidy upGreg Roach1-31/+31
2015-02-20Remove Global usage and other chart workDavid Drury1-163/+123
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-16GlobalsGreg Roach1-3/+5
2015-02-11Unused codeGreg Roach1-1/+0
2015-02-11Fix scrutinizer warnings in pedigree controllerGreg Roach1-8/+1
2015-02-06Unused codeGreg Roach1-1/+1
2015-02-05Replace globals with tree propertiesGreg Roach1-8/+5
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/+271