summaryrefslogtreecommitdiff
path: root/resources/views/admin/users-edit.phtml
AgeCommit message (Expand)AuthorFilesLines
2023-06-20Static analysisGreg Roach1-1/+0
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-1/+2
2022-05-18Update bootstrap 5 markup for select elements. See #4412Greg Roach1-2/+2
2022-05-02Outdated bootstrap markupGreg Roach1-14/+14
2022-02-18PHPdocGreg Roach1-1/+1
2022-02-06Strict typesGreg Roach1-1/+1
2022-01-23Replace select2 with tom-selectGreg Roach1-1/+1
2022-01-23Bootstrap5 needs explicit spacing between form rowsGreg Roach1-14/+14
2021-09-01Use wt- namespace for data attributesGreg Roach1-1/+1
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach1-38/+38
2021-07-27Prefer lower case for buttonsGreg Roach1-1/+1
2021-07-27Fix: #3920 - hide/show password text is not translatedGreg Roach1-3/+1
2021-02-18HTML validationGreg Roach1-3/+3
2021-02-10CodeStyleGreg Roach1-2/+15
2021-01-15Refactor controller as request handlersGreg Roach1-2/+8
2021-01-15Unused importsGreg Roach1-1/+0
2021-01-15Move user constants to the user interface classGreg Roach1-12/+13
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-2/+2
2020-05-12Update code to use new Factory objectsGreg Roach1-2/+2
2020-04-27TypoGreg Roach1-2/+2
2020-04-26User registration comments are limited to 255 charactersGreg Roach1-2/+2
2019-12-07Fix: #2825 - bootstrap no longer has an XS breakpontGreg Roach1-3/+3
2019-12-07Replace help-link function with template #1584Greg Roach1-2/+1
2019-11-11Move language negotiation to middlewareGreg Roach1-7/+1
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-14/+15
2019-10-28DeadCodeGreg Roach1-1/+1
2019-10-14Working on routingGreg Roach1-1/+2
2019-10-09Working on routing; Code cleanupGreg Roach1-1/+1
2019-10-06Working on routingGreg Roach1-1/+1
2019-04-18#1938 - set initial height for all textarea elementsGreg Roach1-1/+1
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-3/+3
2019-03-26Replace Bootstrap4 class with viewsGreg Roach1-14/+10
2019-02-02Replace password confirmation with hide/show passwordGreg Roach1-31/+27
2019-02-01Refactor admin controllers and add testsGreg Roach1-1/+1
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-2/+2
2019-01-21Simplify API function nameGreg Roach1-4/+4
2018-11-29Fix: #2046 - help text breaks layout, so move to modalGreg Roach1-5/+4
2018-11-20Fix: #2030 - rename functionsGreg Roach1-1/+1
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-3/+3
2018-10-12Use .phtml extension for template filesGreg Roach1-0/+366