summaryrefslogtreecommitdiff
path: root/app/Module/ModuleThemeTrait.php
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-27Rewrite error handler - #2686 and #2685Greg Roach1-1/+0
2019-10-26Do not redirect to the login page after loginGreg Roach1-2/+2
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-4/+9
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+1
2019-10-24PHPdocGreg Roach1-1/+1
2019-10-24Fix: #2691 - Routing for account edit/deleteGreg Roach1-15/+20
2019-10-24Refactor pending changes to use service and request handlersGreg Roach1-1/+2
2019-10-20Fix: #2633 - redirect to home page after signing outGreg Roach1-1/+7
2019-10-19Fix: #2632 - redirect from home-page to user-page after loginGreg Roach1-3/+8
2019-10-19Fix: #2635 - no tree shown on login pageGreg Roach1-2/+8
2019-10-17PSR12Greg Roach1-0/+1