summaryrefslogtreecommitdiff
path: root/app/Module/ModuleTabTrait.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-02-12Add Armenian translationGreg Roach1-5/+0
2025-01-16It's 2025. Update copyright date.Greg 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-11-18Use ValidatorGreg Roach1-2/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-24CodeStyleGreg Roach1-0/+31
2022-02-23Update and use Validation classGreg Roach1-6/+3
2022-02-18PHPdocGreg Roach1-1/+1
2021-10-29TypeHintsGreg Roach1-2/+2
2021-10-03Refactor HTTP exceptionsGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-09-08Use factory to create caches and filesystemsGreg Roach1-1/+0
2020-08-30Fix: #3496 - module components replaced with interfacesGreg Roach1-1/+1
2020-06-08CodeStyleGreg Roach1-24/+0
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+3
2019-12-10PHPdocGreg Roach1-1/+1
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach1-2/+2
2019-11-23Avoid ambiguous functions such as empty()Greg Roach1-1/+1
2019-10-31Refactor controllers as request handlersGreg Roach1-0/+57
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-6/+12
2019-02-10component (tab, sidebar) titles may differ from module titles (#2198)Richard Cissée1-2/+6
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-20Apply fixes from StyleCI (#2123)Greg Roach1-1/+2
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/+58