summaryrefslogtreecommitdiff
path: root/app/Functions/FunctionsImport.php
AgeCommit message (Expand)AuthorFilesLines
2021-12-16Micro-optimise regular expressionsGreg Roach1-1/+1
2021-11-06Code-style - prefer concatenation to embedding variablesGreg Roach1-1/+1
2021-07-26Fix: #3556 - empty inline filename breaks importGreg Roach1-1/+1
2021-06-22TypoGreg Roach1-1/+1
2021-03-19Remove GedcomTagGreg Roach1-5/+9
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-11/+11
2020-12-23Use constants for unknown surname and given namesGreg Roach1-2/+2
2020-11-13Fix: importing empty CONT lines in inline media notesGreg Roach1-1/+1
2020-11-12Fix: importing notes attached to inline mediaGreg Roach1-9/+9
2020-11-11Fix: #3587, Fix: #3541 - not all tags imported from inline media linksGreg Roach1-11/+46
2020-11-03Fix: invalid GEDCOM generated when converting inline media to media objectsGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-4/+4
2020-09-17Be more strict when importing place linksGreg Roach1-1/+1
2020-09-17Fix: cannot import trees where more than 21000 individuals are linked to the ...Greg Roach1-1/+5
2020-08-16Fix: #3478 - import inline media in 5.5.1 format, as well as 5.5Greg Roach1-52/+63
2020-08-10Fix: #3471 - Limit length of XREF regexGreg Roach1-1/+1
2020-08-08Import co-ordinates from _PLAC recordsGreg Roach1-1/+44
2020-08-08Import co-ordinates from _PLAC_DEFN recordsGreg Roach1-2/+47
2020-07-04Fix: #3314 - use a factory to make XREFsGreg Roach1-1/+1
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-13/+11
2020-06-16Fix: keep-media option was broken by recent performance fixesGreg Roach1-1/+8
2020-06-15Update terminologyGreg Roach1-1/+1
2020-06-01Remove unnecessary check for empty arrayGreg Roach1-12/+4
2020-06-01Performance: use multi-row inserts during GEDCOM import.Greg Roach1-69/+83
2020-05-31Remove duplicate lookup tablesGreg Roach1-367/+7
2020-05-14Initial support for _LOC records and _GOV factsGreg Roach1-0/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-4/+5
2020-05-12Add type hintsGreg Roach1-8/+8
2020-05-01DeadCodeGreg Roach1-1/+0
2020-04-30Refactor agesGreg Roach1-1/+3
2020-04-28Fix: #3195 - cannot use PDOException in Postgres transactionsGreg Roach1-7/+13
2020-04-26Use upper-case dates in GEDCOM headerGreg Roach1-1/+2
2020-03-13Add record types for HEAD and SUBNGreg Roach1-6/+23
2020-02-25The wt_name table is now only used for individual namesGreg Roach1-104/+40
2020-01-20Prefer constants to literal stringsGreg Roach1-12/+20
2020-01-14#2975 - convert non-latin commas when saving dataGreg Roach1-1/+1
2019-12-10Add support for Submitter records as first-class objects #2823Greg Roach1-0/+15
2019-10-25No need to throw exceptions in assert()Greg Roach1-1/+0
2019-10-24Refactor pending changes to use service and request handlersGreg Roach1-36/+0
2019-10-20Strict comparisonsGreg Roach1-1/+1
2019-10-19Strict typesGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-08-16Ignore non-latin commas during importGreg Roach1-2/+1
2019-08-11Fix: #2480, #2520 - ignore records without XREFs during importGreg Roach1-7/+7
2019-04-26Fix: source names longer than 255 characters won't fit in the databaseGreg Roach1-1/+1
2019-04-25Strict typesGreg Roach1-1/+1
2019-04-03Declare static closuresGreg Roach1-2/+2
2019-03-14Media file attributes being ignoredGreg Roach1-2/+2