summaryrefslogtreecommitdiff
path: root/app/Module/ModuleCustomTrait.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-11-30PHP 8.0 - catch() parameters are optionalGreg Roach1-1/+1
2022-11-18Use ValidatorGreg Roach1-1/+2
2022-04-26Fix: #4347 - upper/lower case mismatch for OBJE:FILE:FORMGreg Roach1-2/+2
2022-04-05Upper/lower case mismatch causes wrong content-type header for CSV downloadGreg Roach1-2/+2
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2021-12-16List dependencies of trait as abstract functionsGreg Roach1-0/+14
2021-11-04#4106 type-hintsGreg Roach1-1/+1
2021-10-03Refactor HTTP exceptionsGreg Roach1-2/+2
2021-09-24Guzzle now throws a GuzzleExceptionGreg Roach1-3/+2
2021-08-02Split compress-response / content-length middleware into twoGreg Roach1-1/+0
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-06Headers on module assetsGreg Roach1-5/+6
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-09-08Use factory to create caches and filesystemsGreg Roach1-7/+2
2020-07-04Use new PHP functions - str_starts_with(), str_ends_with() and str_contains()Greg Roach1-2/+2
2020-06-16Make cache-control headers consistentGreg Roach1-1/+1
2020-06-08CodeStyleGreg Roach1-14/+0
2020-06-03PHPdoc/CodeStyleGreg Roach1-1/+1
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+0
2020-05-01Move MIME constants to their own classGreg Roach1-16/+3
2020-04-30StrictTypesGreg Roach1-1/+1
2020-04-18Add more mime-types to module asset callbackGreg Roach1-11/+10
2020-02-09Show module upgrades in the control panelGreg Roach1-1/+46
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach1-4/+4
2019-10-29TypoGreg Roach1-1/+1
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/+2
2019-09-24Use Flysystem for more filesystem operationsGreg Roach1-2/+2
2019-05-17Cache-control headersGreg Roach1-5/+6
2019-05-09PSR-7 requestsGreg Roach1-1/+1
2019-04-30#2396 - expires header datetime should have RFC7231 formatGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-9/+8
2019-03-14Convert languages to modulesGreg Roach1-13/+16
2019-03-13Add utility function to custom theme traitGreg Roach1-0/+94
2019-03-13Allow custom modules to provide translationsGreg Roach1-0/+12
2019-03-05Fix: #2257 - custom modules and examplesGreg Roach1-5/+5
2019-01-20Apply fixes from StyleCI (#2123)Greg Roach1-4/+8
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-0/+60