summaryrefslogtreecommitdiff
path: root/app/Fact.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-11-21CodeStyle - strict typesGreg Roach1-1/+4
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-1/+1
2024-04-14Fix: check for '1 RESN LOCKED' not workingGreg Roach1-1/+3
2024-03-31PHP 8.2 - union typesGreg Roach1-6/+2
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-1/+1
2023-05-19Fix: #4826, fact restrictions not working when combined with LOCKEDGreg Roach1-3/+4
2023-02-01Add signatures to closures in phpdoc. See #4713Greg Roach1-2/+2
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-11CodeStyle - use null coalesce operatorGreg Roach1-1/+1
2023-01-04Fix some typos (found by codespell) (#4705)Stefan Weil1-1/+1
2022-12-28Add support for INDI:NO and FAM:NO tagsGreg Roach1-2/+3
2022-12-01Fix: fact-privacy ignores restrictions in lower caseGreg Roach1-1/+2
2022-11-30Remove unused importsGreg Roach1-3/+0
2022-11-02Remove old/unused codeGreg Roach1-64/+0
2022-11-02CodeStyleGreg Roach1-18/+18
2022-11-02Strict typesGreg Roach1-6/+4
2022-10-30Fix: #4586 - wrong label for NOTE that contains an XREF as a substringGreg Roach1-1/+1
2022-07-13Fix: #4371 - level 1 shared notes shown only as linksGreg Roach1-0/+4
2022-07-09Add sorting for _FSFTID tagsGreg Roach1-0/+1
2022-06-02Add some GEDCOM 7 definitionsGreg Roach1-0/+2
2022-05-21Fix: #4417 - bad regex in Fact::attribute()Greg Roach1-1/+1
2022-04-16Use RestrictionNotice instead of raw GEDCOMGreg Roach1-5/+10
2022-04-16Prefer uppercase for NameType fields. See #4308Greg Roach1-1/+1
2022-04-15Convert attributes to canonical valuesGreg Roach1-1/+3
2022-04-07Fix: #4290 - remove HTML from translation stringGreg Roach1-5/+5
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-24CodeStyleGreg Roach1-1/+5
2022-02-18PHPdocGreg Roach1-4/+4
2022-02-11Fix: #1584 - Replace FunctionsPrint* with templatesGreg Roach1-2/+1
2022-02-06Strict typesGreg Roach1-1/+1
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