summaryrefslogtreecommitdiff
path: root/modules_v4
AgeCommit message (Expand)AuthorFilesLines
2024-10-21Restore deleted fileGreg Roach1-0/+32
2024-10-21Fix: #5046 - empty confirmation messageGreg Roach1-32/+0
2021-06-22Fix: #3895 - move example modules to the webtrees repositoryGreg Roach13-854/+5
2021-04-03Fix typo (#3821)Yannick Barbel1-1/+1
2021-02-04Code styleGreg Roach1-1/+1
2021-01-21Fix typo anoymous->anonymous (#3679)YannB641-1/+1
2020-07-13Update module documentationGreg Roach1-4/+18
2020-07-03Update exampe-footer moduleGreg Roach1-1/+8
2020-06-03PHPdoc/CodeStyleGreg Roach3-4/+4
2020-02-09Show module upgrades in the control panelGreg Roach1-1/+1
2020-01-23Update README.mdGreg Roach1-0/+1
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