summaryrefslogtreecommitdiff
path: root/app/Individual.php
AgeCommit message (Expand)AuthorFilesLines
2018-09-28PHPdocGreg Roach1-1/+3
2018-09-25Type-hintsGreg Roach1-3/+3
2018-09-23Scrutinizer Auto-Fixes (#1927)Scrutinizer Auto-Fixer1-7/+7
2018-09-23Fix type mismatchGreg Roach1-1/+1
2018-09-23Type mismatch errorsGreg Roach1-2/+2
2018-09-22Function signature mismatchGreg Roach1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-31/+31
2018-09-22PHPdoc, types, etc.Greg Roach1-10/+9
2018-08-30PHPdocGreg Roach1-0/+2
2018-08-27Use === null instead of is_null (#1855)Rico Sonntag1-2/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-33/+42
2018-08-19CodeStyleGreg Roach1-1/+1
2018-08-18CodeStyleGreg Roach1-1/+1
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-22/+15
2018-08-15CodeStyleGreg Roach1-15/+15
2018-07-26Remove old/unused codeGreg Roach1-54/+0
2018-07-16Use PSR2 code styleGreg Roach1-1188/+1254
2018-07-09Incorrect famid used in getPrimaryChildFamily (#1777)Jonathan Jaubart1-3/+6
2018-07-09Remove globalGreg Roach1-6/+4
2018-03-24Fix: #1657 - double escape HTML in branches listGreg Roach1-2/+2
2018-01-20Refactor to improve PHPdoc / type hinting / code analysisGreg Roach1-0/+23
2018-01-13Use views for genealogy objectsGreg Roach1-1/+22
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2018-01-06Use e() helper functionGreg Roach1-3/+3
2017-12-03Scrutinizer Auto-Fixes (#1525)Scrutinizer Auto-Fixer1-23/+23
2017-12-02Working on mediaGreg Roach1-2/+2
2017-12-02Working on media handlingGreg Roach1-11/+16
2017-11-27Strict typingGreg Roach1-2/+3
2017-11-03Code styleGreg Roach1-1/+3
2017-11-03Strict typingGreg Roach1-2/+2
2017-11-03PHPDOCGreg Roach1-8/+8
2017-11-03Return Place instance instead of string, allowing use of object methodsRico Sonntag1-8/+8
2017-09-09Fix #1310 Remove _PRIM tagGreg Roach1-48/+4
2017-08-07Fix #953 - always add nickname to the end of the nameGreg Roach1-11/+4
2017-07-16Broken link on album tabGreg Roach1-2/+2
2017-07-11Prepare to remove class FilterGreg Roach1-1/+1
2017-07-02Use glide/intervention to generate thumbnail imagesGreg Roach1-5/+10
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-5/+12
2017-03-082017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-32/+32
2016-07-16Fix #1064 - suppress links to private individualsGreg Roach1-1/+1
2016-07-07Fix #1053 - privacy calculationsGreg Roach1-1/+1
2016-02-21CodeStyleGreg Roach1-2/+2
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-30Localised quotation marks containing HTML entitiesGreg Roach1-2/+2
2016-01-17Two spaces have no effect in HTMLGreg Roach1-8/+8
2015-09-28Fix #711 - no spaces in chinese namesGreg Roach1-10/+0
2015-08-10Unused variableGreg Roach1-1/+0
2015-08-10Fix #672 - array offset errorGreg Roach1-3/+4
2015-06-08PHPDocGreg Roach1-10/+27