summaryrefslogtreecommitdiff
path: root/app/Module/AbstractModule.php
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-25Type-hintsGreg Roach1-1/+1
2018-09-23Scrutinizer Auto-Fixes (#1924)Scrutinizer Auto-Fixer1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-4/+4
2018-09-12Use null coalescing operatorRico Sonntag1-1/+1
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-7/+7
2018-08-26PHPDocGreg Roach1-20/+11
2018-07-16Use PSR2 code styleGreg Roach1-192/+211
2018-07-14Remove unused import statementsGreg Roach1-1/+0
2018-07-13Remove the googlemaps module and lots of old codeGreg Roach1-9/+0
2018-06-21SQL_CACHE and SQL_NO_CACHE no longer work in MySQL 8Greg Roach1-2/+2
2018-05-29Convert stories module to http/controllerGreg Roach1-5/+5
2018-05-05Working on themes/layoutsGreg Roach1-0/+26
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-06-19Fix #1251 new module settings not saved (#1252)Carmen Pijpers1-1/+9