summaryrefslogtreecommitdiff
path: root/app/Fact.php
AgeCommit message (Expand)AuthorFilesLines
2021-12-18Fix: #4139 - privacy rule priorityGreg Roach1-0/+8
2021-12-16Micro-optimise regular expressionsGreg Roach1-1/+1
2021-11-06PHPdocGreg Roach1-3/+3
2021-11-06Remove unnecessary regex groupGreg Roach1-1/+1
2021-10-29TypeHintsGreg Roach1-18/+14
2021-10-12PHPdocGreg Roach1-2/+2
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach1-3/+3
2021-08-15Add 'empty clipboard' functionGreg Roach1-0/+33
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