summaryrefslogtreecommitdiff
path: root/app/Module/ModuleThemeTrait.php
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-16Analytics, Report and Theme traits require name()Greg Roach1-0/+10
2019-10-15wipGreg Roach1-2/+2
2019-10-14Working on routingGreg Roach1-2/+3
2019-10-11Working on routingGreg Roach1-2/+2
2019-10-10Working on routingGreg Roach1-3/+3
2019-10-10Logout should only be a POST actionGreg Roach1-2/+2
2019-10-10Working on routingGreg Roach1-4/+5
2019-10-07Named routesGreg Roach1-2/+4
2019-09-29PSR12Greg Roach1-0/+2
2019-06-25Fix: #2447 - better detection of client_ip and request_uriGreg Roach1-1/+1
2019-05-20Improve default description of theme/language modulesGreg Roach1-0/+10
2019-05-11#2421 - missing return URL after accepting/rejecting pending changesGreg Roach1-1/+1
2019-05-09PSR-7 requestsGreg Roach1-2/+5