summaryrefslogtreecommitdiff
path: root/app/Fact.php
AgeCommit message (Expand)AuthorFilesLines
2019-02-24Fix: #2263 - facts duplicated in chart-boxesGreg Roach1-66/+127
2019-02-20Update Fact.php (#2246)Rico Sonntag1-1/+1
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-1/+1
2019-01-28Refactor Location classGreg Roach1-0/+33
2019-01-27Refactor class PlaceGreg Roach1-2/+2
2019-01-04Add visibility to constantsGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-5/+5
2018-11-18Strict-typesGreg Roach1-6/+6
2018-11-18PHPdocGreg Roach1-1/+1
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-17/+17
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-2/+2
2018-11-18Rename Fact::getLabel() to label()Greg Roach1-2/+2
2018-11-18Rename Fact::getGedcom() to gedcom()Greg Roach1-4/+4
2018-11-18Rename Fact::getFactId() to id()Greg Roach1-10/+10
2018-11-18Rename Fact::getDate() to date()Greg Roach1-4/+4
2018-11-18Rename Fact::getPlace() to place()Greg Roach1-3/+3
2018-11-18Rename Fact::getTarget() to target()Greg Roach1-2/+2
2018-11-18Rename Fact::getAttribute() to attribute()Greg Roach1-9/+9
2018-11-18Rename Fact::getValue() to value()Greg Roach1-3/+3
2018-11-18Rename Fact::getParent() to record()Greg Roach1-27/+27
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-23Type mismatch errorsGreg Roach1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-7/+7
2018-09-22PHPdoc, types, etc.Greg Roach1-1/+1
2018-09-21PHPdocGreg Roach1-0/+6
2018-09-16Check if sub-record instance has been retrieved (#1911)Jonathan Jaubart1-2/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-15/+15
2018-08-16Strict type checkGreg Roach1-3/+3
2018-07-23Remove globalGreg Roach1-108/+108
2018-07-16Use PSR2 code styleGreg Roach1-498/+569
2018-07-14Code styleGreg Roach1-10/+5
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2018-01-06Use e() helper functionGreg Roach1-2/+2
2017-12-03Scrutinizer Auto-Fixes (#1525)Scrutinizer Auto-Fixer1-26/+26
2017-11-26Add more support for multiple files per media objectGreg Roach1-4/+5
2017-07-11Prepare to remove class FilterGreg Roach1-2/+2
2017-04-27Strict typingGreg Roach1-9/+9
2017-03-082017Greg Roach1-1/+1
2016-12-25Code style - single quotesGreg Roach1-2/+2
2016-12-23Code style - short array syntaxGreg Roach1-6/+6
2016-10-09Show parents ages for all birth-like factsGreg Roach1-1/+1
2016-06-10Fix #965 - fact summary attributesGreg Roach1-8/+12
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-3/+3
2015-06-05Refactor includes/functions into classesGreg Roach1-2/+3
2015-06-04Code style - compare nulls strictlyGreg Roach1-4/+4
2015-06-03Googlemap - clicking facts fails to open map windowsGreg Roach1-1/+1
2015-06-02Code style - getters/setters, PHPDoc, TODOGreg Roach1-1/+1