summaryrefslogtreecommitdiff
path: root/relationship.php
AgeCommit message (Collapse)AuthorFilesLines
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-106/+73
2017-03-222017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-2/+2
2016-09-26Options for relationshipsGreg Roach1-2/+3
2016-09-26Add configuration for relationship chartGreg Roach1-11/+16
2016-09-26Better textGreg Roach1-2/+2
2016-09-26Relationships - restrict to common ancestorsGreg Roach1-1/+14
2016-06-22Fix #1027 - upper/lower caseGreg Roach1-1/+1
2016-04-23Add missing tagmakitso1-1/+1
2016-04-23Refine fix 912makitso1-3/+3
Add some tags and move font size to FAB theme
2016-04-23Fix #912 - Text cut off on relationship-chartmakitso1-2/+2
2016-04-15HTMLGreg Roach1-3/+7
2016-04-15More control over calculation of relationshipsGreg Roach1-13/+19
2016-04-11Add configuration option to relationship chartGreg Roach1-0/+6
2016-04-11Charts as modules - more workGreg Roach1-0/+1
2016-02-21Case mismatchGreg Roach1-2/+2
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-16Missing echo and cCode-StyleGreg Roach1-16/+16
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-10/+13
2015-05-31PSR-4Greg Roach1-0/+2
2015-05-30Code styleGreg Roach1-4/+4
2015-04-06Relationship chart - position labelsGreg Roach1-5/+9
2015-04-06Revert "Fix #539 - Background color on relationship charts"Greg Roach1-5/+5
This reverts commit 6a1024f04005241c4a84d06988b249dfc9813148.
2015-04-02Fix #539 - Background color on relationship chartsmakitso1-5/+5
2015-03-09Use Tree object instead of ID/nameGreg Roach1-9/+9
2015-03-05Tables need bodiesGreg Roach1-40/+42
2015-02-20Remove Global usage and other chart workDavid Drury1-2/+2
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-16Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-3/+3
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-02-16Better English textGreg Roach1-4/+4
2015-02-16Rewrite relationship calculations. Fixes #256 and 899785.Greg Roach1-346/+133
2015-02-07Rename inconsistent method nameGreg Roach1-8/+8
2015-02-07Remove global $TEXT_DIRECTIONGreg Roach1-14/+13
2015-02-05GlobalsGreg Roach1-1/+2
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-04PHPDoc for globalsGreg Roach1-1/+9
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-50/+43
2015-01-24Delete old help text. Move help text into the page.Greg Roach1-1/+1
2015-01-24Add visual feedback for privacy settingsGreg Roach1-1/+1
2015-01-19TypoGreg Roach1-1/+1
2015-01-19HTML5Greg Roach1-2/+2
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-111/+111
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-6/+8
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2015-01-17New theme system and admin interfaceGreg Roach1-12/+14
2014-11-08PHPDocGreg Roach1-1/+1
2014-10-17Fix #246 - replace checks for sex=='U' with a default (not male or female), ↵Greg Roach1-4/+9
for future proofing against new sex codes, and to improve static analysis, which doesn't like switch statements without defaults)
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-8/+7
2014-09-20Simplify Person box drop down menu functionsDavid Drury1-1/+1
Remove all references to $personcount... .. and handle knock-on effects