summaryrefslogtreecommitdiff
path: root/app/GedcomRecord.php
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-04Fix: #3157 - create privatised record fails for new/pending recordsGreg Roach1-1/+1
2020-03-13Add record types for HEAD and SUBNGreg Roach1-32/+19
2020-02-11Fix: do not add a CHAN event to a HEAD recordGreg Roach1-0/+6
2020-02-08Fix: #3066 - catch errors caused by missing transliteration algorithmsGreg Roach1-1/+5
2020-01-28Add check for missing PHP-INTL libraryGreg Roach1-3/+29
2020-01-28Fix: #3024 - transliterate names to create pure-ascii slugsGreg Roach1-3/+7
2020-01-20Prefer constants to literal stringsGreg Roach1-7/+14
2020-01-18Replace batch-update with data-fix modules. Add data-fix for _PRIM tags. Fixe...Greg Roach1-4/+14
2019-12-30Update slug algorithmGreg Roach1-1/+4
2019-12-10PHPdocGreg Roach1-7/+7
2019-12-10Add support for Submitter records as first-class objects #2823Greg Roach1-3/+16
2019-12-05Simplify some privacy logicGreg Roach1-3/+1
2019-11-28Fix: #2799 - cache keys cannot contain special charactersGreg Roach1-1/+1
2019-11-24Refactor caching to remove dependency on the illuminate implementationGreg Roach1-2/+2
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-9/+11
2019-11-13Fix: #2758 - media linked to repositories breaks manage media pageGreg Roach1-1/+1
2019-11-11Simplify access to current localeGreg Roach1-7/+1
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-4/+4
2019-10-31Fix: missing parameter on gedcom record page; Refactor controller as handlerGreg Roach1-1/+3
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-1/+7
2019-10-24Refactor pending changes to use service and request handlersGreg Roach1-198/+189
2019-10-17PSR12Greg Roach1-0/+1
2019-10-15Fix: #2626 empty slugs cause redirect loopGreg Roach1-1/+1
2019-10-06Use aura/routerGreg Roach1-1/+13
2019-09-30CodeStyleGreg Roach1-1/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-09-12CodeStyle - use groupBy() consistentlyGreg Roach1-1/+1
2019-08-11Fix: #2530 - search for pending changes should ignore other statusesGreg Roach1-0/+9
2019-05-17PHPdocGreg Roach1-1/+0
2019-05-06Fix: #1192 - only first associate shown in events of close relativesGreg Roach1-96/+60
2019-04-25Closures that do not use $this should be declared staticGreg Roach1-4/+4