summaryrefslogtreecommitdiff
path: root/app/GedcomRecord.php
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-19Use a factory to make slugsGreg Roach1-26/+1
2021-03-21Use PHP 7.4 language featuresGreg Roach1-3/+1
2021-03-21Optimise regular expressionGreg Roach1-1/+1
2021-03-21Merge changes from develop branchGreg Roach1-1/+1
2021-03-19PHPdocGreg Roach1-1/+1
2021-03-19Use closures for sort callbacksGreg Roach1-1/+1
2021-03-11Remove deprecated codeGreg Roach1-32/+0
2021-02-17Gedcom elementsGreg Roach1-1/+1
2021-02-04Code styleGreg Roach1-2/+2
2021-02-03Fix: editing header recordGreg Roach1-1/+1
2021-02-02Merge GEDCOM element code from 2.1 branchGreg Roach1-0/+71
2021-01-29Do not add 'NOTE Private' when creating private exportGreg Roach1-1/+1
2021-01-28Merge some changes from 2.1Greg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-22Ignore pending deletions for birth/marriage/death eventsGreg Roach1-1/+1
2021-01-15Move user constants to the user interface classGreg Roach1-5/+6
2021-01-06Fix: #3611 - add row-locks to prevent concurrent editsGreg Roach1-0/+12
2020-12-31CodeStyleGreg Roach1-2/+2
2020-10-24whitespaceGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-11/+11
2020-09-18Fix: #3509, Fix: #3508, Fix: #3506 - errors when individuals have empty name ...Greg Roach1-1/+1
2020-09-15CodeStyleGreg Roach1-1/+1
2020-09-08Use factory to create caches and filesystemsGreg Roach1-1/+1
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-7/+7
2020-06-27Better handling for custom record typesGreg Roach1-0/+12
2020-06-06Working on GEDCOM tags/elementsGreg Roach1-2/+2
2020-06-03PHPdocGreg Roach1-3/+3
2020-05-26Make Fact objects immutable. Remove setTag()Greg Roach1-2/+2
2020-05-16Use constants for record typesGreg Roach1-3/+3
2020-05-16Support linkedLocations (#3253)Richard Cissée1-0/+25
2020-05-12Update code to use new Factory objectsGreg Roach1-8/+7
2020-05-12Use factory methods to create GEDCOM recordsGreg Roach1-148/+13
2020-05-09Deprecate whereContains()Greg Roach1-2/+5
2020-05-01Fix: #3168 - certain edits can create double CHAN recordsGreg Roach1-15/+14
2020-04-30Refactor agesGreg Roach1-2/+6