summaryrefslogtreecommitdiff
path: root/app/Http/Controllers/PlaceHierarchyController.php
AgeCommit message (Expand)AuthorFilesLines
2020-07-17Refactor place list controller as moduleGreg Roach1-304/+0
2020-06-06Fix: #3291 - Find bounding rectangle for place-hierarchy mapGreg Roach1-1/+1
2020-06-04PHPdocGreg Roach1-3/+3
2020-06-03PHPdocGreg Roach1-1/+1
2020-05-13Rename class Location to PlaceLocation to make way for a new class of that nameGreg Roach1-3/+3
2020-02-21Use Leaflet native tileLayer (#3088)David Drury1-2/+5
2020-02-14Fix: #3076 - place hierachy, not finding events in a placeGreg Roach1-68/+28
2020-02-04Refactor script (#3054)David Drury1-1/+5
2020-01-08Use ID instead of array for place URLsGreg Roach1-17/+17
2019-12-03CodeStyleGreg Roach1-0/+1
2019-12-02Display of places without locationsGreg Roach1-8/+2
2019-12-02Combine sprintf() into view()Greg Roach1-13/+10
2019-12-02Move module views to views/modulesGreg Roach1-12/+12
2019-12-02A few bits missing from recent commit, renamed views to be more meaningful; A...David Drury1-12/+10
2019-11-30Fix: beautifymarker not compatible with font-awesome 5Greg Roach1-3/+5
2019-11-30Merge parts of #2801Greg Roach1-24/+39
2019-11-30Merge parts of #2801Greg Roach1-7/+12
2019-11-29Merge parts of #2801Greg Roach1-2/+0
2019-11-29Merge parts of #2801Greg Roach1-3/+0
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach1-2/+2
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-2/+2
2019-10-31Make variable types clearer to static analysis toolsGreg Roach1-2/+2
2019-10-30Add assertions for route parametersGreg Roach1-1/+5
2019-10-30Fix: #2713 - missing $tree in viewGreg Roach1-0/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-07Rewriting URLs in subfoldersGreg Roach1-5/+4
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-10/+12
2019-08-16Typo/phpdocGreg Roach1-2/+0
2019-05-09PSR-7 requestsGreg Roach1-10/+10
2019-04-14Refactor the bootstrap processGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-11/+12
2019-04-03Declare static closuresGreg Roach1-3/+3
2019-03-07Code style and testingGreg Roach1-3/+3
2019-02-24Apply fixes from StyleCI (#2262)Greg Roach1-1/+1
2019-02-23Lists as ModulesRichard Cissee1-5/+11
2019-01-30Apply fixes from StyleCI (#2164)Greg Roach1-1/+2
2019-01-30Use dependency injection for Statistics classGreg Roach1-3/+16
2019-01-28Refactor Location classGreg Roach1-5/+5
2019-01-27Refactor class PlaceGreg Roach1-11/+11
2019-01-27Remove duplicate constantGreg Roach1-1/+2
2019-01-20Fix: #2122 typo in table nameGreg Roach1-1/+1
2019-01-11Rename filter() to accessFilter()Greg Roach1-2/+2
2019-01-11Simplify row-mappersGreg Roach1-4/+4
2019-01-09Use illuminate/database for place hierarchyGreg Roach1-57/+48
2019-01-09Use illuminate/database for placesGreg Roach1-3/+28
2019-01-04Add visibility to constantsGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-1/+2
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-1/+1