summaryrefslogtreecommitdiff
path: root/edituser.php
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-6/+6
2015-01-17New theme system and admin interfaceGreg Roach1-4/+5
2014-12-09merge some minor changes from the theme branchGreg Roach1-11/+5
2014-11-08PHPDocGreg Roach1-1/+1
2014-11-04Use Auth class instead of constants - will allow better masquerade function. ...Greg Roach1-1/+1
2014-10-20#278 - explicit deletion of user preferencesGreg Roach1-2/+7
2014-10-10Update .PO files. Fix some minor English grammar.Greg Roach1-1/+1
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-10-05Use consistent terminology (preference versus setting)Greg Roach1-9/+9
2014-10-05Split tree/user preference getter/setter into two functionsGreg Roach1-2/+2
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-14/+18
2014-06-17Autocomplete doesn't work on pages with data from multiple treesGreg Roach1-2/+3
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-22/+24
2014-05-06Revert "Replace global user functions with WT_User class" - submitted to wron...Greg Roach1-23/+21
2014-05-06Replace global user functions with WT_User classGreg Roach1-21/+23
2014-02-24Consolidate paste_*, pastename and openerpasteid implementationsMatthew Noorenberghe1-4/+0
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-11-04Add CSRF checks to user-edit pagefisharebest1-22/+18
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-10-11Style prefer target ? instead of # for forms - does not change URLGreg Roach1-1/+1
2013-09-06Fix typoGreg Roach1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-11/+11
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-06-29(no commit message)fisharebest1-2/+2
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work aroun...fisharebest1-3/+2
2012-10-30Use consistent save/close buttons in the edit-interface forms.fisharebest1-1/+1
2012-09-15Create objects to encapsulate trees. Allows us to cache tree settings, which...fisharebest1-1/+1
2012-08-17Remove unhelpful help textfisharebest1-1/+1
2012-07-30Update display of edit-user.phpNigel Osborne1-81/+51
2012-07-18Specify WT_STATIC_URL path for all JS files - otherwise they won't get picked...fisharebest1-1/+1
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-4/+2
2012-03-31Fix typofisharebest1-1/+1
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-3/+3
2012-03-28Functions should return HTML, rather than output itfisharebest1-1/+1
2012-03-18#946697 - Use HTML5 email input typefisharebest1-6/+1
2012-03-17Tidy up some language strings - for clarity and consistency.fisharebest1-2/+2
2012-01-16#916852 - Help Content Wrong fisharebest1-1/+1
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-11/+11
2011-11-29#584835 - remove more references to $_SESSION and use $WT_SESSION insteadfisharebest1-2/+2
2011-11-23Correct centering of table content - edituser.phpNigel Osborne1-1/+1