summaryrefslogtreecommitdiff
path: root/edituser.php
AgeCommit message (Collapse)AuthorFilesLines
2018-03-17Use http/controller/view for edit user account pageGreg Roach1-309/+0
2018-01-15Strict type comparisonGreg Roach1-1/+1
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2018-01-06Use e() helper functionGreg Roach1-5/+5
2017-12-28Bootstrap 4.0.0-beta.3Greg Roach1-9/+11
2017-12-27#1564 - add markup to discourage browser from auto-filling other users's ↵Greg Roach1-2/+2
passwords
2017-12-03Scrutinizer Auto-Fixes (#1525)Scrutinizer Auto-Fixer1-35/+35
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2017-08-24Correct linkmakitso1-1/+1
2017-07-14Review escapingGreg Roach1-2/+2
2017-07-13Review esacpingGreg Roach1-1/+1
2017-07-11Prepare to remove class FilterGreg Roach1-4/+4
2017-06-18Fix #1231 - PHP cannot validate emailsGreg Roach1-1/+1
2017-06-18Modern browsers support RFC7231 - relative URLs in 30x responsesGreg Roach1-2/+2
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-222/+204
2017-03-222017Greg Roach1-1/+1
2016-12-24Code styleGreg Roach1-1/+1
2016-10-25Cannot save user themeGreg Roach1-1/+1
2016-06-26Simplify help textGreg Roach1-1/+1
2016-06-11user name => usernameGreg Roach1-2/+2
2016-04-30I18NGreg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-23Username versus emailGreg Roach1-2/+2
2016-01-17Two spaces have no effect in HTMLGreg Roach1-6/+6
2015-08-11fixes fisharebest/webtrees#679: user (non-admin) can delete own account againMalte Franken1-1/+4
2015-08-11fixes fisharebest/webtrees#678: renamed admin setting back to 'canadmin' so ↵Malte Franken1-2/+2
that existing administrators will have the corresponding checkbox checked in the user account detail form, and new administrator accounts are actually recognised as admins
2015-07-11Fix #636 - Time zonesGreg Roach1-0/+24
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-4/+6
2015-05-31PSR-4Greg Roach1-0/+2
2015-03-31Fix #533 - edituser loses default individual XREFGreg Roach1-1/+1
2015-03-15en-GB versus en-USGreg Roach1-1/+1
2015-03-12Replace Zend_Locale with Fisharebest\LocalizationGreg Roach1-2/+2
2015-03-09Use Tree object instead of ID/nameGreg Roach1-2/+2
2015-03-08Remove constants, to improve multi-tree handlingGreg Roach1-3/+3
2015-03-04Remove restriction on characters that may appear in usernamesGreg Roach1-1/+0
2015-03-04Fix 1423133Greg Roach1-2/+2
2015-03-02PSR-1Greg Roach1-2/+2
2015-03-02PSR-1Greg Roach1-2/+2
2015-02-05GlobalsGreg Roach1-0/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-04PHPDoc for globalsGreg Roach1-0/+6
2015-02-03Autoload includes/functions/*Greg Roach1-2/+0
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-80/+70
2015-01-31Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URLGreg Roach1-2/+2
2015-01-31English textGreg Roach1-1/+1
2015-01-24Fix #389 - move help text into the pageGreg Roach1-1/+1
2015-01-24Add visual feedback for privacy settingsGreg Roach1-1/+1
2015-01-23#386 Allow a user to delete their own account.Greg Roach1-88/+206
2015-01-21Code quality - avoid @, exit() and die()Greg Roach1-2/+4
2015-01-19HTML5Greg Roach1-2/+2