summaryrefslogtreecommitdiff
path: root/app/Fact.php
AgeCommit message (Expand)AuthorFilesLines
2021-06-25Remove deprecated function Fact::getTag()Greg Roach1-12/+0
2021-06-20Refactoring GEDCOM edit functionsGreg Roach1-10/+0
2021-03-21Use PHP 7.4 language featuresGreg Roach1-6/+2
2021-03-21Merge changes from develop branchGreg Roach1-0/+10
2021-03-13Improve error message when importing corrupt GEDCOM dataGreg Roach1-1/+1
2021-03-11Remove deprecated codeGreg Roach1-14/+0
2021-02-13Missed in recent changes (#3723)David Drury1-2/+2
2021-02-11Fix: #3372 - show marriage type as label for factGreg Roach1-0/+10
2021-02-04Code styleGreg Roach1-4/+4
2021-02-04Use gedcom elementsGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-21Fix: #2592, Fix: #2593, Fix: #3431, Fix: #3446, Fix: #3638, Fix: #3676, Merge...Greg Roach1-5/+5
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