summaryrefslogtreecommitdiff
path: root/app/Fact.php
AgeCommit message (Expand)AuthorFilesLines
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-15/+15
2020-08-08Fact types containing % break translationGreg Roach1-4/+6
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-5/+5
2020-06-27Better handling for custom record typesGreg Roach1-2/+2
2020-06-06Working on GEDCOM tags/elementsGreg Roach1-7/+7
2020-05-26Fix: #1194 - inconsistent case in MARR:TYPE keywordsGreg Roach1-7/+14
2020-05-26CleanUpGreg Roach1-1/+1
2020-05-26Remove references to custom events of close relativesGreg Roach1-15/+2
2020-05-26Make Fact objects immutable. Remove setTag()Greg Roach1-6/+20
2020-05-25Convert 'events of close relatives' to use standard GEDCOM tagsGreg Roach1-1/+1
2020-05-14Initial support for _LOC records and _GOV factsGreg Roach1-1/+3
2020-05-12Update code to use new Factory objectsGreg Roach1-16/+15
2020-03-13Add record types for HEAD and SUBNGreg Roach1-1/+3
2020-02-22Use specific classGreg Roach1-2/+15
2020-02-06Fix: missing styling for some pending editsGreg Roach1-2/+2
2019-12-15Alternative solution to #2884Greg Roach1-0/+32
2019-12-10PHPdocGreg Roach1-2/+2
2019-12-10Add support for Submitter records as first-class objects #2823Greg Roach1-0/+2
2019-12-05Simplify some privacy logicGreg Roach1-3/+1
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+2
2019-05-17PHPdocGreg Roach1-1/+0
2019-04-25Closures that do not use $this should be declared staticGreg Roach1-2/+2
2019-04-15Remove duplicationGreg Roach1-6/+10
2019-03-08Strict types and code reviewGreg Roach1-2/+2
2019-03-07Code style and testingGreg Roach1-6/+6
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-1/+2
2019-02-24Apply fixes from StyleCI (#2269)Greg Roach1-1/+0
2019-02-24Collection / arrayGreg Roach1-3/+4
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