summaryrefslogtreecommitdiff
path: root/app/Tree.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-01Fix: updating certain tree settings applies the change to all treesGreg Roach1-3/+9
2026-02-13Remove Tree:rowMapper()Greg Roach1-15/+0
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2026-02-05Performance: lazy-load privacy restrictionsGreg Roach1-26/+41
2026-02-05Fix: #5277 - missing slideshow images on Postgres; Fix: #4661, Fix: #2355 - m...Greg Roach1-160/+193
2025-02-20Code StyleGreg Roach1-2/+5
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-2/+2
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-1/+1
2023-09-21Do not rely on database defaultsGreg Roach1-0/+4
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+0
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-14/+4
2023-02-01Add signatures to closures in phpdoc. See #4713Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-30Add type hintsGreg Roach1-1/+1
2022-11-23Refactor filesystem logic to prepare for Flysystem v3Greg Roach1-9/+2
2022-11-06Strict typesGreg Roach1-1/+1
2022-10-18The PREFER_LEVEL2_SOURCES option is now part of the GEDCOM tags configurationGreg Roach1-1/+0
2022-10-18The FULL_SOURCES option is now part of the GEDCOM tags configurationGreg Roach1-1/+0
2022-09-30Use arrow functionsGreg Roach1-3/+1
2022-05-27TypoGreg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-28PHPdocGreg Roach1-2/+2
2022-02-23Update and use Validation classGreg Roach1-6/+22
2021-10-15Prefer object to stdClassGreg Roach1-2/+1
2021-10-14TypeHintsGreg Roach1-13/+10
2021-10-13Add missing type-hintsGreg Roach1-1/+1
2021-10-12PHPdocGreg Roach1-5/+5
2021-07-27Fix: #3966 - preferences for adding facts and eventsGreg Roach1-3/+1
2021-07-26Fix: #3823 - remove old/unused codeGreg Roach1-2/+0
2021-06-12TestingGreg Roach1-7/+8
2021-06-12Site and tree default preferencesGreg Roach1-4/+59
2021-03-12Remove unused importsGreg Roach1-5/+0
2021-03-11Remove deprecated codeGreg Roach1-77/+0
2021-03-11Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2Greg Roach1-4/+4
2021-03-09Refactor Tree / TreeService to improve the import of large GEDCOM files.Greg Roach1-72/+13
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-15Move user constants to the user interface classGreg Roach1-9/+9
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-20/+20
2020-07-04Fix: #3314 - use a factory to make XREFsGreg Roach1-36/+7
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-12/+13
2020-05-23Fix: #2910 - refactor GEDCOM export code to improve performanceGreg Roach1-39/+5
2020-05-23Performance - sorting records during export is slowGreg Roach1-29/+29
2020-05-14Initial support for _LOC records and _GOV factsGreg Roach1-1/+1
2020-05-12Update code to use new Factory objectsGreg Roach1-16/+16
2020-04-30Refactor agesGreg Roach1-4/+14
2020-03-13Add record types for HEAD and SUBNGreg Roach1-2/+2
2020-02-25Create records consistentlyGreg Roach1-3/+3