summaryrefslogtreecommitdiff
path: root/app/Place.php
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-27Remove duplicate constantGreg Roach1-8/+6
2019-01-09Remove old codeGreg Roach1-38/+0
2019-01-09Use illuminate/database for placesGreg Roach1-58/+16
2019-01-04Add visibility to constantsGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-23Fix: #2039 - double-escaping place URLsGreg Roach1-3/+3
2018-11-18Error handlingGreg Roach1-3/+5
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-4/+4
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-18/+18
2018-09-22PHPdoc, types, etc.Greg Roach1-5/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-11/+11
2018-08-15CodeStyleGreg Roach1-5/+4
2018-07-16Use PSR2 code styleGreg Roach1-237/+258
2018-07-15Update osm branch with changes from masterGreg Roach1-1/+1