summaryrefslogtreecommitdiff
path: root/app/Module/ModuleThemeTrait.php
AgeCommit message (Expand)AuthorFilesLines
2026-03-18Bootstrap color scheme can be either fixed (light/dark) or auto (#5338)Greg Roach1-2/+2
2026-03-15Add support for bootstrap dark mode (minimal theme only)Greg Roach1-0/+5
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
2024-10-08CodeStyleGreg Roach1-5/+0
2024-03-31CodeStyleGreg Roach1-2/+2
2024-03-31PHP 8.2 - union typesGreg Roach1-14/+14
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-6/+2
2024-01-13Avoid implicit type checksGreg Roach1-1/+1
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-23/+10
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2022-12-07PHP 8.0 - use nullsafe operatorGreg Roach1-3/+3
2022-09-06CodeStyleGreg Roach1-1/+2
2022-04-12Remove unused importsGreg Roach1-1/+0
2022-04-01Use new validator classGreg Roach1-4/+3
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-24CodeStyleGreg Roach1-0/+7
2022-02-23Update and use Validation classGreg Roach1-17/+32
2021-10-29CodeStyle - whitespaceGreg Roach1-1/+1
2021-10-19Fix: #4070 - remove ModuleThemeInterface::parameterGreg Roach1-12/+0
2021-10-13Add missing type-hintsGreg Roach1-2/+2
2021-10-12PHPdocGreg Roach1-6/+6
2021-09-07Fix: 'My pedigree' menu missingGreg Roach1-12/+13
2021-09-01Use wt- namespace for data attributesGreg Roach1-4/+4
2021-03-19Use closures for sort callbacksGreg Roach1-1/+1
2021-02-04Code styleGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-15Move user constants to the user interface classGreg Roach1-4/+4
2020-10-08TyposGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-09-16Refactor controller-actions as request-handlersGreg Roach1-1/+2
2020-09-15CodeStyleGreg Roach1-1/+1
2020-06-08CodeStyleGreg Roach1-10/+0
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+3
2020-04-09Fix: #3169, Fix: #2847 - redirect to home page after logoutGreg Roach1-1/+3
2020-03-04Missing class on 'My account' menuGreg Roach1-1/+1
2020-01-24Add missing aria role 'menuitem' and convert to view.Greg Roach1-1/+2
2020-01-20Add the entire route to the request, not just the nameGreg Roach1-4/+9
2019-12-20Unused importsGreg Roach1-3/+0
2019-12-20CodeStyleGreg Roach1-3/+1
2019-12-16Convert home page controller into request handlers and a serviceGreg Roach1-7/+11
2019-12-05Fix: redirect after logout on private treeGreg Roach1-4/+3
2019-11-21Fix: #2780 - missing tree parameterGreg Roach1-1/+1
2019-11-15Fix: #2729 - missing fact icons in xenea themeGreg Roach1-23/+0
2019-11-12Add tree parameter to registration and password resetGreg Roach1-1/+1
2019-11-11Simplify access to current localeGreg Roach1-6/+1
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-2/+3
2019-11-01Convert @TODO into issue #2729Greg Roach1-2/+0