summaryrefslogtreecommitdiff
path: root/pedigree.php
AgeCommit message (Expand)AuthorFilesLines
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-188/+175
2017-03-222017Greg Roach1-1/+1
2016-12-25Code style - single quotesGreg Roach1-2/+2
2016-12-23Code style - short array syntaxGreg Roach1-1/+1
2016-07-30Html validation (#1079)JustCarmen1-2/+2
2016-06-22Fix #1027 - upper/lower caseGreg Roach1-1/+1
2016-06-16php-cs-fixerGreg Roach1-1/+0
2016-04-11Charts as modules - more workGreg Roach1-0/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17TabsGreg Roach1-3/+1
2015-07-09Fix #593 - show/hide details not persistingGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-7/+9
2015-05-31PSR-4Greg Roach1-0/+2
2015-05-30Code styleGreg Roach1-0/+1
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach1-0/+1
2015-03-21Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-7/+7
2015-03-09Calculate the additional offsets required to position the lines avoiding box ...David Drury1-37/+39
2015-03-09Use Tree object instead of ID/nameGreg Roach1-1/+1
2015-03-08Re-organised code as suggestedDavid Drury1-74/+10
2015-03-07Further pedigree chart workDavid Drury1-222/+190
2015-03-05Tables need bodiesGreg Roach1-34/+36
2015-03-03Incorrect parameter in URLDavid Drury1-1/+1
2015-02-22Pedigree chart tidyingDavid Drury1-30/+29
2015-02-20Tidy upGreg Roach1-18/+18
2015-02-20Remove Global usage and other chart workDavid Drury1-85/+70
2015-02-16GlobalsGreg Roach1-18/+18
2015-02-11Fix scrutinizer warnings in pedigree controllerGreg Roach1-7/+7
2015-02-07Rename inconsistent method nameGreg Roach1-4/+4
2015-02-07Remove global $TEXT_DIRECTIONGreg Roach1-18/+15
2015-02-05GlobalsGreg Roach1-2/+2
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-04PHPDoc for globalsGreg Roach1-0/+12
2015-02-03Autoload includes/functions/*Greg Roach1-1/+0
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-32/+27
2015-01-24Add visual feedback for privacy settingsGreg Roach1-1/+1
2015-01-21Code quality - avoid @, exit() and die()Greg Roach1-1/+2
2015-01-19HTML5 validationGreg Roach1-1/+1
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-12/+12
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2015-01-18Comments after braces confuse scrutinizer's code-style analysis.Greg Roach1-2/+4
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-18/+18
2014-12-22explicitly set display property for main to address Internet Explorer problem...David Drury1-2/+2
2014-12-18TypoGreg Roach1-1/+1
2014-11-08PHPDocGreg Roach1-1/+1
2014-10-29Missing XREF on pedigree/family book chartsGreg Roach1-1/+1
2014-10-25Move chart function to chart controller. Use objects instead of XREFsGreg Roach1-5/+5
2014-10-25#282 - missing ancestorsGreg Roach1-3/+0
2014-10-22Type hint object parametersGreg Roach1-1/+1
2014-10-12Restore functionality broken in pull request #245David Drury1-169/+171