summaryrefslogtreecommitdiff
path: root/app/Module/AbstractModule.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-02-12Add Armenian translationGreg Roach1-10/+0
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-10-08CodeStyleGreg Roach1-5/+0
2024-03-31CodeStyleGreg Roach1-3/+3
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-12/+7
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+1
2023-02-02Improve type hints for phpstan. See #4713Greg Roach1-3/+5
2023-02-01Use class-string annotations. See #4713Greg Roach1-2/+2
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-10-31Re-order import statementsGreg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-28PHPdocGreg Roach1-1/+1
2022-01-18Resources folder for modules should be an absolute URLGreg Roach1-1/+2
2021-10-29TypeHintsGreg Roach1-12/+6
2021-10-15Prefer object to stdClassGreg Roach1-2/+1
2021-10-13Remove unused importsGreg Roach1-1/+0
2021-09-23Use flysystem instead of direct file accessGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-3/+3
2020-09-08Use factory to create caches and filesystemsGreg Roach1-3/+4
2019-11-24Refactor caching to remove dependency on the illuminate implementationGreg Roach1-2/+2
2019-10-29Change signature of Module::boot()Greg Roach1-0/+7
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-04-17Collections: combine filter() and first()Greg Roach1-2/+2
2019-04-14Refactor the bootstrap processGreg Roach1-1/+2
2019-04-13Replace duplicated function viewResponse() with traitGreg Roach1-28/+3
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-4/+5
2019-04-03Declare static closuresGreg Roach1-2/+2
2019-03-14Convert languages to modulesGreg Roach1-0/+10
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-02-23Refactor module componentsGreg Roach1-4/+4
2019-02-16Allow modules to be initially disabledGreg Roach1-0/+10
2019-01-29CodeStyleGreg Roach1-1/+1
2019-01-25Convert tracking and analytics functions into modulesGreg Roach1-8/+4
2019-01-22Merge chart controllers into chart modulesGreg Roach1-4/+4
2019-01-21Mark methods final in AbstractModule to discourage modules from overriding themGreg Roach1-10/+10
2019-01-20Missing function visibility, etc.Greg Roach1-1/+16
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-56/+61
2019-01-18Use cache to reduce DB queries on block_setting tableGreg Roach1-7/+9
2019-01-06Use illuminate/databaseGreg Roach1-37/+18
2019-01-04Add visibility to constantsGreg Roach1-2/+2
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-28Use illuminate/database for module accessGreg Roach1-3/+5
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-1/+1
2018-10-08Create ModuleInterfaceGreg Roach1-17/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-28PHPdocGreg Roach1-0/+2