summaryrefslogtreecommitdiff
path: root/app/Module/SiteMapModule.php
AgeCommit message (Expand)AuthorFilesLines
2021-10-03Refactor HTTP exceptionsGreg Roach1-2/+2
2021-06-02Prefer https for links to documentationGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-10/+10
2020-09-08Use factory to create caches and filesystemsGreg Roach1-9/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-8/+9
2020-02-08Fix: #3050 - add family and submitter records to the sitemap.xmlGreg Roach1-14/+85
2020-01-27Remove debug codeGreg Roach1-1/+1
2020-01-27CodeStyleGreg Roach1-0/+1
2020-01-27Add sitemap stylesheetGreg Roach1-5/+17
2020-01-27Fix: #3022 - use filesystem cache for sitemap filesGreg Roach1-66/+112
2020-01-27Fix: #3023 - sitemap files cannot be emptyGreg Roach1-1/+4
2020-01-27Fix: #3019 - always generate sitemaps as visitorsGreg Roach1-1/+20
2020-01-18Replace batch-update with data-fix modules. Add data-fix for _PRIM tags. Fixe...Greg Roach1-1/+1
2019-12-13CodeStyle - strict typesGreg Roach1-1/+1
2019-12-10PHPdocGreg Roach1-6/+6
2019-11-27Remove unnecessary type checkGreg Roach1-4/+0
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach1-4/+4
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-6/+6
2019-10-18Use TreeServiceGreg Roach1-3/+20
2019-10-17PSR12Greg Roach1-0/+1
2019-10-09Working on routing; Code cleanupGreg Roach1-1/+0
2019-10-09Working on routingGreg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-2/+6
2019-09-12CodeStyle - use groupBy() consistentlyGreg Roach1-5/+5
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-5/+6
2019-05-17PHPdocGreg Roach1-6/+0
2019-05-08PSR-7 requestsGreg Roach1-2/+4
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-27/+27
2019-03-12Add new module interface to allow CSS/JS/etc. to be added to the end of the <...Greg Roach1-0/+10
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-6/+12
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-3/+3
2019-02-26Remove global constant WT_TIMESTAMPGreg Roach1-2/+3
2019-01-25Apply fixes from StyleCI (#2135)Greg Roach1-1/+1
2019-01-25Convert tracking and analytics functions into modulesGreg Roach1-1/+1
2019-01-22Merge chart controllers into chart modulesGreg Roach1-1/+1
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-19/+8
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-3/+3
2019-01-16Remove dependency on global constantGreg Roach1-1/+2
2019-01-11Rename filter() to accessFilter()Greg Roach1-1/+1
2019-01-11Simplify row-mappersGreg Roach1-5/+5
2019-01-08Use closures to DRY up codeGreg Roach1-68/+29
2019-01-08Use illuminate/database for sitemap moduleGreg Roach1-71/+55
2019-01-04Add visibility to constantsGreg Roach1-2/+2
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-6/+6
2018-10-08Feedback from scrutinizer-ciGreg Roach1-6/+2
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2