summaryrefslogtreecommitdiff
path: root/resources/views/edit-account-page.phtml
AgeCommit message (Expand)AuthorFilesLines
2022-09-06CodeStyleGreg Roach1-0/+2
2022-05-19Fix: #4389 - move the CSRF token to the end of all forms, so we can detect tr...Greg Roach1-2/+2
2022-05-18Update bootstrap 5 markup for select elements. See #4412Greg Roach1-1/+1
2022-05-02Outdated bootstrap markupGreg Roach1-12/+12
2022-02-01Remove spaces on non-bootstrap formsGreg Roach1-10/+10
2022-01-23Bootstrap5 needs explicit spacing between form rowsGreg Roach1-12/+12
2021-10-13Remove unused importsGreg Roach1-1/+0
2021-09-01Use wt- namespace for data attributesGreg Roach1-2/+2
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach1-26/+24
2021-07-27Prefer lower case for buttonsGreg Roach1-1/+1
2021-07-27Fix: #3920 - hide/show password text is not translatedGreg Roach1-7/+1
2021-02-18HTML validationGreg Roach1-2/+2
2021-02-10CodeStyleGreg Roach1-0/+13
2021-01-15Unused importsGreg Roach1-1/+0
2021-01-15Move user constants to the user interface classGreg Roach1-4/+5
2020-01-24Fix: #3004 HTML validation, wrong ID in aria labelGreg Roach1-1/+1
2019-12-03Apply PSR12 code style to templatesGreg Roach1-1/+1
2019-11-11Move language negotiation to middlewareGreg Roach1-1/+1
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-8/+10
2019-10-24Fix: #2691 - Routing for account edit/deleteGreg Roach1-39/+48
2019-10-10Working on routingGreg Roach1-2/+2
2019-10-06Working on routingGreg Roach1-2/+2
2019-09-12Fix: #2569 - cannot update user account settings when only one theme enabledGreg Roach1-15/+0
2019-04-09Fixed password hint text to be 8 characters long not 6 (#2372)Rico Sonntag1-1/+1
2019-04-01Fix: #2363 - inconsistent parameter names for select and radio inputsGreg Roach1-4/+4
2019-03-26Replace Bootstrap4 class with viewsGreg Roach1-9/+6
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-1/+1
2019-02-02Replace password confirmation with hide/show passwordGreg Roach1-29/+8
2019-02-01Refactor admin controllers and add testsGreg Roach1-2/+2
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-2/+2
2019-01-30Remove ALL_USER_THEMES option. Instead, disable unwanted themes.Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-2/+2
2018-10-12Use .phtml extension for template filesGreg Roach1-0/+202