summaryrefslogtreecommitdiff
path: root/modules_v4
AgeCommit message (Expand)AuthorFilesLines
2019-11-21Update documentation for custom modulesGreg Roach1-0/+6
2019-11-13Module READMEGreg Roach1-13/+18
2019-10-29Change signature of Module::boot()Greg Roach3-158/+175
2019-10-26Remove LocaleInterface as dependency of LocalizationServiceGreg Roach1-3/+7
2019-10-17PSR12Greg Roach6-0/+6
2019-10-12Working on request/base URL logicGreg Roach1-1/+1
2019-10-09Apply fixes from StyleCI (#2610)Greg Roach1-2/+1
2019-10-09Working on routingGreg Roach2-3/+3
2019-10-05Add route to requestGreg Roach6-25/+31
2019-10-05Change signature for Footer modules - give them access to the requestGreg Roach1-2/+2
2019-09-29PSR12Greg Roach6-0/+7
2019-08-16Apply fixes from StyleCI (#2542)Greg Roach1-2/+1
2019-08-14Update example module to illustrate blacklistsGreg Roach1-8/+31
2019-08-13Update example middlewareGreg Roach1-10/+24
2019-06-25Fix: #2447 - better detection of client_ip and request_uriGreg Roach1-1/+1
2019-05-01Add example footer moduleGreg Roach3-0/+83
2019-04-25Unused importsGreg Roach1-1/+0
2019-04-17CodeStyleGreg Roach1-1/+1
2019-04-11Move treeview css/js from modules_v4 to resourcesGreg Roach7-720/+0
2019-04-10Code StyleGreg Roach1-2/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-13/+24
2019-03-20Apply fixes from StyleCI (#2350)Greg Roach1-1/+0
2019-03-20Update list of interfaces in module READMEGreg Roach1-1/+2
2019-03-20Add example reportGreg Roach1-1/+1
2019-03-20Add example reportGreg Roach2-0/+57
2019-03-14Convert languages to modulesGreg Roach1-2/+2
2019-03-13Add utility function to custom theme traitGreg Roach1-85/+0
2019-03-13CodeStyleGreg Roach1-3/+2
2019-03-13Allow custom modules to provide translationsGreg Roach1-10/+58
2019-03-13Apply fixes from StyleCI (#2328)Greg Roach1-2/+1
2019-03-13#2322 - allow custom views to refer to core viewsGreg Roach1-2/+2
2019-03-10Add example custom themeGreg Roach3-0/+157
2019-03-09Add more fixes to server-config example moduleGreg Roach1-0/+20
2019-03-08Apply fixes from StyleCI (#2312)Greg Roach2-4/+2
2019-03-07Add example module to set PHP/MySQL configurationGreg Roach3-1/+119
2019-03-05Use namespaces in example codeGreg Roach2-1/+6
2019-03-05CodeStyleGreg Roach1-3/+3
2019-03-05Fix: #2240 - allow custom modules to provide and replace viewsGreg Roach2-1/+49
2019-03-05Custom module examplesGreg Roach2-3/+55
2019-03-05Fix: #2257 - custom modules and examplesGreg Roach1-0/+68
2019-03-05#2304 - update the module READMEGreg Roach1-3/+5
2019-03-04Add historic event modulesGreg Roach3-301/+0
2019-03-04Update module READMEGreg Roach1-11/+11
2019-03-02Remove old TODO commentGreg Roach1-1/+0
2019-03-02Use app() shortcutGreg Roach1-1/+1
2019-03-02Tidy up initializationGreg Roach1-5/+12
2019-03-02Refactoring modules to remove dependency on Tree (allows earlier initialisati...Greg Roach1-7/+76
2019-02-27Allow modules to act as middlewareGreg Roach3-4/+216
2019-02-24Actually use listTitle in ModuleListTrait. Adjust custom modules README. (#2266)Richard Cissée1-1/+2
2019-02-16Allow modules to be initially disabledGreg Roach1-0/+10