summaryrefslogtreecommitdiff
path: root/app/Module/ModuleSidebarTrait.php
AgeCommit message (Expand)AuthorFilesLines
2021-06-01Fix: #3915 - allow sidebars to modify title based on the individualGreg Roach1-1/+4
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-08TyposGreg Roach1-1/+1
2020-06-08CodeStyleGreg Roach1-5/+0
2019-12-10PHPdocGreg Roach1-1/+1
2019-11-23Avoid ambiguous functions such as empty()Greg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-05-17PHPdocGreg Roach1-1/+0
2019-03-08Add abstract dependencies to traitsGreg Roach1-0/+5
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-1/+2
2019-03-01Fix: initial order of tabs, menus, etc. wrongGreg Roach1-1/+1
2019-02-11PHPdocGreg Roach1-4/+10
2019-02-10component (tab, sidebar) titles may differ from module titles (#2198)Richard Cissée1-0/+4
2019-02-05#2159 - Allow tabs and sidebars to register the facts that they handle.Greg Roach1-0/+12
2019-01-26NULL == 0 error when sorting tabs/menus/sidebarsGreg Roach1-1/+1
2019-01-20Missing function visibility, etc.Greg Roach1-1/+1
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-0/+60