summaryrefslogtreecommitdiff
path: root/app/Place.php
AgeCommit message (Expand)AuthorFilesLines
2026-03-26cache of places lacked tree id (#5343)Bert Koorengevel1-1/+1
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-12-09Fix: #5074 - don't show empty place linksGreg Roach1-16/+13
2024-03-31Refatoring class DBGreg Roach1-1/+1
2024-03-31CodeStyleGreg Roach1-2/+2
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-6/+2
2024-01-13Avoid implicit type checksGreg Roach1-1/+1
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+0
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-2/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-12-29Fix: #4694 - placenames sorted incorrectlyGreg Roach1-1/+1
2022-10-31Re-order import statementsGreg Roach1-1/+0
2022-09-24Use PHP for collated sortingGreg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-18PHPdocGreg Roach1-3/+3
2021-10-29TypeHintsGreg Roach1-5/+4
2021-10-15Prefer object to stdClassGreg Roach1-2/+6
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach1-3/+3
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-21Fix: #2592, Fix: #2593, Fix: #3431, Fix: #3446, Fix: #3638, Fix: #3676, Merge...Greg Roach1-3/+7
2020-10-24whitespaceGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-1/+1
2020-09-08Use factory to create caches and filesystemsGreg Roach1-2/+2
2020-06-20Fix: #3370 - GEDCOM place names should be less than 120 chars. Longer ones ca...Greg Roach1-2/+2
2020-06-03PHPdocGreg Roach1-1/+1
2020-02-14Fix: #3076 - place hierachy, not finding events in a placeGreg Roach1-0/+8
2020-01-08Use ID instead of array for place URLsGreg Roach1-2/+34
2019-12-10PHPdocGreg Roach1-3/+3
2019-11-28Fix: #2799 - cache keys cannot contain special charactersGreg Roach1-1/+1
2019-11-24Refactor caching to remove dependency on the illuminate implementationGreg Roach1-1/+1
2019-10-17Strict typesGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-15wipGreg Roach1-1/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-09-07Fix HTML error in place linksGreg Roach1-1/+1
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-1/+2
2019-04-17Collections: combine filter() and first()Greg Roach1-3/+5
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-07Code style and testingGreg Roach1-5/+5
2019-03-06Type hintingGreg Roach1-2/+2
2019-03-02Improve behaviour when placelist module is disabledGreg Roach1-2/+2
2019-03-02Use app() shortcutGreg Roach1-1/+1
2019-02-24Working on modulesGreg Roach1-1/+1
2019-02-24Unused importsGreg Roach1-1/+0
2019-02-23Refactor module componentsGreg Roach1-1/+2
2019-02-23Lists as ModulesRichard Cissee1-4/+18
2019-01-28Refactor Location classGreg Roach1-5/+5
2019-01-27Refactor class PlaceGreg Roach1-79/+96