summaryrefslogtreecommitdiff
path: root/app/GedcomRecord.php
AgeCommit message (Expand)AuthorFilesLines
2023-02-01Add signatures to closures in phpdoc. See #4713Greg Roach1-3/+3
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-11CodeStyle - use null coalesce operatorGreg Roach1-2/+2
2022-12-04Fix: respect order of GEDCOM names, irrespective of typeGreg Roach1-1/+1
2022-11-06Strict typesGreg Roach1-1/+1
2022-07-30Fix: #4517 - don't match married names against language scriptGreg Roach1-1/+1
2022-07-28Code StyleGreg Roach1-1/+2
2022-07-27Fix: #4507 - notes attached to CHAN not handled correctlyGreg Roach1-8/+26
2022-07-21Fix: #4509 - last-change timestamp fails for arabic scriptGreg Roach1-8/+8
2022-07-18Fix: #4422 - HTML error in stats blockGreg Roach1-18/+23
2022-05-04Fix: _RUFNAME is only a given name, not a full nameGreg Roach1-1/+3
2022-05-04Fix: 'TYPE married' is now 'TYPE MARRIED'Greg Roach1-1/+1
2022-04-29Fix: #4354 - error when viewing unknown custom record typeGreg Roach1-1/+6
2022-04-16Prefer uppercase for RestrictionNotice fields. See #4308Greg Roach1-0/+1
2022-04-16Use RestrictionNotice instead of raw GEDCOMGreg Roach1-10/+20
2022-04-12Remove unused importsGreg Roach1-4/+0
2022-03-25Fix: #4275 - invalid date in CHAN:DATE causes errorGreg Roach1-8/+11
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-03-09Fix: #4250 - refactor linked-records and use consistentlyGreg Roach1-209/+0
2022-02-23Update and use Validation classGreg Roach1-3/+12
2022-02-21PHPdocGreg Roach1-2/+3
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-9/+9
2022-02-18PHPdocGreg Roach1-1/+1
2022-02-18PHPdocGreg Roach1-9/+9
2022-02-11CodeStyleGreg Roach1-1/+0
2022-02-11Apply fixes from StyleCI (#4212)Greg Roach1-1/+1
2022-02-11Fix: #1584 - Replace FunctionsPrint* with templatesGreg Roach1-3/+4
2021-12-16Refactor authorization functionsGreg Roach1-1/+1
2021-11-02Strict typesGreg Roach1-1/+1
2021-10-29CodeStyle - remove unnecessary parenthesesGreg Roach1-1/+1
2021-10-29CodeStyle - avoid curly-brackes around embedded variablesGreg Roach1-2/+2
2021-10-14Tidy GedcomRecord constructorGreg Roach1-24/+23
2021-10-13Add missing type-hintsGreg Roach1-2/+2
2021-10-12PHPdocGreg Roach1-13/+13
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach1-1/+1
2021-06-27CodeStyleGreg Roach1-1/+1
2021-06-25Remove deprecated function Fact::getTag()Greg Roach1-2/+6
2021-06-25Remove unused importsGreg Roach1-9/+0
2021-06-21Option to show hidden GEDCOM tagsGreg Roach1-112/+0
2021-06-21Option to show hidden GEDCOM tagsGreg Roach1-2/+2
2021-06-20Refactoring GEDCOM edit functionsGreg Roach1-4/+5
2021-06-12Configure GEDCOM tagsGreg Roach1-0/+30
2021-05-23Disregard pending deletions when deciding which facts to addGreg Roach1-1/+1
2021-05-23Working on adding new GEDCOM tagsGreg Roach1-1/+54
2021-05-19Fix: #3900 - double-escaping dataGreg Roach1-1/+2
2021-05-18CodeStyleGreg Roach1-0/+1
2021-05-14CodeStyleGreg Roach1-0/+3
2021-05-14Working on GEDCOM elementsGreg Roach1-1/+6
2021-05-13Merge develop branchGreg Roach1-1/+12