summaryrefslogtreecommitdiff
path: root/app/Place.php
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-15convert Admin pages and ajax calls to route/viewDavid Drury1-9/+9
2018-06-21SQL_CACHE and SQL_NO_CACHE no longer work in MySQL 8Greg Roach1-4/+4
2018-04-09Cleaning upGreg Roach1-8/+4
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2018-01-06Use e() helper functionGreg Roach1-5/+5
2017-11-27Working on multiple media filesGreg Roach1-1/+1
2017-11-03Code styleGreg Roach1-2/+1
2017-11-03PHPDocGreg Roach1-2/+0
2017-11-03Strict typingGreg Roach1-4/+3
2017-11-03PHPDOCGreg Roach1-2/+2
2017-11-03Return Place instance instead of string, allowing use of object methodsRico Sonntag1-2/+14
2017-07-11Prepare to remove class FilterGreg Roach1-5/+5
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-12/+8
2017-03-082017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-14/+14
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-09-12URL/HTMLGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-9/+26
2015-06-01Prefer self/static to class nameGreg Roach1-4/+4
2015-05-30Code styleGreg Roach1-6/+8
2015-03-21Take collation from localeGreg Roach1-4/+5
2015-03-02Type hint objectsGreg Roach1-1/+1
2015-02-16class Auth should be responsible for checking search enginesGreg Roach1-7/+11
2015-02-13Type hintGreg Roach1-2/+2