summaryrefslogtreecommitdiff
path: root/app/Services/GedcomImportService.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2026-02-05Fix: #5277 - missing slideshow images on Postgres; Fix: #4661, Fix: #2355 - m...Greg Roach1-3/+4
2025-11-02Fix: #5125, Replace: #5187 - MacFamilyTree generates GEDCOM with duplicate XREFsGreg Roach1-0/+3
2025-08-04Revert "Fix: #5075 - trailing space after empty NOTE tag"Greg Roach1-3/+3
2025-02-20Code StyleGreg Roach1-1/+0
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2025-01-12Update PHP dependencies, and Fix: #5102, multi-row inserts break with Laravel...Greg Roach1-61/+8
2025-01-09Fix: #5100, fix: #4828 - _UID fields have wrong checksum. Do not automatical...Greg Roach1-4/+1
2024-12-12Fix: #5075 - trailing space after empty NOTE tagGreg Roach1-3/+3
2024-08-27phpstan now supports PHP8.4Greg Roach1-1/+1
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-01-13Avoid implicit type checksGreg Roach1-1/+1
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-4/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-06Strict typesGreg Roach1-4/+10
2022-09-06CodeStyleGreg Roach1-1/+0
2022-06-04Fix: Wrong GEDCOM level for TITL when converting inline media to media objectsGreg Roach1-1/+1
2022-04-19CodeStyleGreg Roach1-1/+1
2022-04-16Tidy upGreg Roach1-20/+3
2022-04-15Use controlled values for FAMC:PEDIGreg Roach1-4/+0
2022-04-15Use constants for controlled values: FAMC:PEDIGreg Roach1-17/+0
2022-04-14Legacy creates _HASHTAG_DEFN and _TODO records without XREFsGreg Roach1-30/+6
2022-04-14Legacy creates _HASHTAG_DEFN and _TODO recordsGreg Roach1-0/+6
2022-04-11Fix: #4304 - we can only store M/F/U in wt_individuals.i_sexGreg Roach1-1/+5
2022-04-09Fix: wrong substring for link typesGreg Roach1-1/+1
2022-04-05Allow GenoMap GEDCOM files to load - even if the data is barely recognisableGreg Roach1-15/+36
2022-03-29Fix: #4044 - do not import truncated GEDCOM filesGreg Roach1-0/+1
2022-03-29Skip records without XREFsGreg Roach1-11/+20
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-20Move FunctionsImport to GedcomImportServiceGreg Roach1-0/+955