summaryrefslogtreecommitdiff
path: root/app/Family.php
AgeCommit message (Expand)AuthorFilesLines
2018-11-18Rename Fact::getTarget() to target()Greg Roach1-1/+1
2018-11-18Rename Fact::getValue() to value()Greg Roach1-1/+1
2018-10-10Fixing GEDCOM errors belongs in importGreg Roach1-8/+0
2018-10-09Prefer assertions to assumptionsGreg Roach1-1/+1
2018-10-09Calendar dates are abstractGreg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-1/+1
2018-09-23Fix type mismatchGreg Roach1-1/+1
2018-09-23Type mismatch errorsGreg Roach1-2/+2
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-10/+10
2018-09-22PHPdoc, types, etc.Greg Roach1-3/+3
2018-09-13Fixed invalid docblocksRico Sonntag1-2/+2
2018-08-29Type hintsGreg Roach1-1/+1
2018-08-27Use === null instead of is_null (#1855)Rico Sonntag1-1/+1
2018-08-27Fix some of PR #1864Greg Roach1-2/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-14/+14
2018-08-18CodeStyleGreg Roach1-4/+4
2018-08-13Type hint closure return typesGreg Roach1-2/+2
2018-07-16Use PSR2 code styleGreg Roach1-369/+394
2018-01-20PHPDocGreg Roach1-1/+1
2018-01-20Refactor to improve PHPdoc / type hinting / code analysisGreg Roach1-0/+23
2018-01-13Use views for genealogy objectsGreg Roach1-1/+1
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-12-03Scrutinizer Auto-Fixes (#1524)Scrutinizer Auto-Fixer1-2/+2
2017-11-03Code styleGreg Roach1-2/+6
2017-11-03PHPDOCGreg Roach1-3/+4
2017-11-03Return Place instance instead of string, allowing use of object methodsRico Sonntag1-1/+1
2017-04-27Unused codeGreg Roach1-14/+0
2017-03-082017Greg Roach1-1/+1
2017-02-05Fix #1202 - individuals who only have married namesGreg Roach1-18/+23
2016-12-23Code style - short array syntaxGreg Roach1-20/+20
2016-07-07Fix #1053 - privacy calculationsGreg Roach1-3/+4
2016-05-19Fix #876 - charts and private relationshipsGreg Roach1-19/+18
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-10/+51
2015-06-04Code style - remove globalsGreg Roach1-4/+2
2015-06-04Unknown names in one-parent familiesGreg Roach1-2/+2
2015-06-01Prefer self/static to class nameGreg Roach1-21/+0
2015-05-30Code styleGreg Roach1-6/+6
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach1-6/+6
2015-05-11Performance - automatically re-use all prepared statementsGreg Roach1-8/+7
2015-03-14Pre-fetch family members for performanceGreg Roach1-1/+5
2015-03-09Use Tree object instead of ID/nameGreg Roach1-11/+11
2015-03-08Unused codeGreg Roach1-4/+0
2015-03-08Remove constants, to improve multi-tree handlingGreg Roach1-5/+17
2015-03-02PSR-1Greg Roach1-2/+2
2015-03-02PSR-1Greg Roach1-2/+2
2015-02-16Add visibility to constructorsGreg Roach1-1/+1
2015-02-06Remove globalGreg Roach1-1/+1
2015-02-05Replace globals with tree propertiesGreg Roach1-2/+2