summaryrefslogtreecommitdiff
path: root/app/Factories/AbstractGedcomRecordFactory.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-03-31CodeStyleGreg Roach1-1/+1
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-4/+4
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-11CodeStyle - ::class constantGreg Roach1-1/+1
2022-06-20Fix: pending changes should not be shown to visitorsGreg Roach1-0/+6
2022-05-05Fix: case mismatch when searching for HEAD record creates incorrect xref in c...Greg Roach1-0/+6
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-18PHPdocGreg Roach1-1/+1
2022-02-18PHPdocGreg Roach1-1/+1
2021-09-07PHPdocGreg Roach1-2/+1
2021-03-12Remove unused importsGreg Roach1-1/+0
2021-03-11Remove deprecated codeGreg Roach1-13/+0
2021-02-04Code styleGreg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-08Remove unused importsGreg Roach1-4/+0
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-3/+3
2020-09-26Restore some functions and mark them deprecated, so avoid breaking 3rd party ...Greg Roach1-0/+18
2020-09-08Use factory to create caches and filesystemsGreg Roach1-16/+3
2020-05-23Fix: #2910 - refactor GEDCOM export code to improve performanceGreg Roach1-0/+1
2020-05-12Use factory methods to create GEDCOM recordsGreg Roach1-0/+79