summaryrefslogtreecommitdiff
path: root/app/Tree.php
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-04Fix: default individual takes precedence over page individualGreg Roach1-1/+1
2020-01-10Fix: identify significant individual on family pagesGreg Roach1-2/+15
2019-12-20Unused importsGreg Roach1-1/+0
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-15/+0
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-8/+8
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach1-4/+5
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-8/+17