summaryrefslogtreecommitdiff
path: root/app/Services/TreeService.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-10Fix error from d9775d0: cannot import GEDCOM filesGreg Roach1-1/+2
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-69/+44
2025-10-18CodeStyle - promoted constructor argumentsGreg Roach1-8/+3
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-1/+1
2024-03-31Refactoring class DBGreg Roach1-2/+2
2024-03-31Refatoring class DBGreg Roach1-1/+1
2024-03-31CodeStyleGreg Roach1-3/+3
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-9/+3
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
2022-05-12Throw exception, rather than relying on assert()Greg Roach1-4/+5
2022-05-01Fix: #4358 - invalid header record for new treesGreg Roach1-1/+1
2022-03-29Fix: re-importing large trees causes timeout errorsGreg Roach1-37/+12
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-21PHPdocGreg Roach1-1/+1
2022-02-20Move FunctionsImport to GedcomImportServiceGreg Roach1-6/+13
2022-02-18PHPdocGreg Roach1-1/+1
2022-02-18Fix: #1663 - add support for ANSEL encodingGreg Roach1-14/+26
2021-10-15Prefer object to stdClassGreg Roach1-2/+1
2021-06-13Revert incorrect changeGreg Roach1-4/+4
2021-06-12TestingGreg Roach1-7/+11
2021-03-10Fix: #3566 - importing very large GEDCOM filesGreg Roach1-1/+1
2021-03-09Refactor Tree / TreeService to improve the import of large GEDCOM files.Greg Roach1-1/+89
2021-02-04Code styleGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-15Move user constants to the user interface classGreg Roach1-5/+5
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-09-08Use factory to create caches and filesystemsGreg Roach1-3/+3
2019-12-10PHPdocGreg Roach1-1/+1
2019-11-24Refactor caching to remove dependency on the illuminate implementationGreg Roach1-1/+1
2019-11-11Simplify access to current localeGreg Roach1-7/+2
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-3/+4
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-2/+8
2019-10-22Use tree serviceGreg Roach1-8/+25
2019-10-17PSR12Greg Roach1-0/+1
2019-10-15Fix: template records for new treesGreg Roach1-5/+4
2019-10-14Apply fixes from StyleCI (#2628)Greg Roach1-1/+0
2019-10-14Move business logic from controller to serviceGreg Roach1-0/+235