summaryrefslogtreecommitdiff
path: root/admin_users.php
AgeCommit message (Expand)AuthorFilesLines
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-27/+27
2014-10-05Split tree/user preference getter/setter into two functionsGreg Roach1-9/+9
2014-09-17Split site-preference getter/setter into two functionsGreg Roach1-1/+1
2014-09-14Cleanup - remove dead/commented codeGreg Roach1-1/+0
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-16/+20
2014-08-07Don't show registered timestamp when it does not existGreg Roach1-1/+1
2014-06-17Autocomplete doesn't work on pages with data from multiple treesGreg Roach1-5/+5
2014-05-27Error adding new usersGreg Roach1-7/+7
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-58/+53
2014-05-06Revert "Replace global user functions with WT_User class" - submitted to wron...Greg Roach1-35/+41
2014-05-06Replace global user functions with WT_User classGreg Roach1-41/+35
2014-05-03Upgrade datatables from 1.9.4 to 1.10.0Greg Roach1-66/+68
2014-02-24Consolidate paste_*, pastename and openerpasteid implementationsMatthew Noorenberghe1-4/+0
2014-01-31#31: Fix call to undefined function regex_quote() on add user pageRico Sonntag1-1/+5
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-09Move the masquerade function to the user listGreg Roach1-1/+9
2013-11-03Add CSRF checks to admin/user pageGreg Roach1-21/+10
2013-11-01Tidy up trailing whitespaceGreg Roach1-9/+9
2013-08-30Wrong parameter type to input filteringfisharebest1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-45/+44
2013-08-24Update non-typographic quotation marksGreg Roach1-4/+4
2013-08-21Use new escape functionsGreg Roach1-1/+1
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-10/+10
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-03-01#1138652 - Cant' edit IP address in site access rulesfisharebest1-1/+1
2013-02-09Fix: jEditable/Datatables combo doesn't work with latest jQueryfisharebest1-6/+2
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work aroun...fisharebest1-1/+1
2013-02-02Upgrade JQuery-UI to latest versionfisharebest1-3/+3
2013-02-02Add more URL versioning to JS resourcesfisharebest1-2/+2
2013-02-02Add version numbers to paths of javascript librariesfisharebest1-2/+2
2013-01-09Change the default title for new trees. The old title assumed you had a gedc...fisharebest1-1/+1
2012-10-25Combine similar texts and remove unnecessary buttonsfisharebest1-2/+1
2012-10-20Use same text in user/registration as admin/add-userfisharebest1-2/+2
2012-09-25Tidy up Add new user screen. Add HTML5 forms validation.Nigel Osborne1-66/+53
2012-09-16#1006430 - rtl/ltr parenthesis etc.fisharebest1-1/+1
2012-09-15Part of #1006430 - rtl/ltr parenthesis etc.fisharebest1-1/+1
2012-09-15Create objects to encapsulate trees. Allows us to cache tree settings, which...fisharebest1-40/+9
2012-09-14Assume PHP time is the same as MySQL time. Both should use the same underlyi...fisharebest1-1/+1
2012-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest1-1/+1
2012-09-13Complete rewrite of the handling of lists of trees:fisharebest1-27/+22
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-6/+6
2012-06-15#1011223 - User interface is unclear what is a required field when creating n...fisharebest1-5/+10
2012-05-15Explicitly close session in admin_users.phpNigel Osborne1-0/+2
2012-04-06Move a JS function from the page header to webtrees.js. Tidy up logic for em...fisharebest1-1/+1
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-1/+1
2012-03-28Functions should return HTML, rather than output itfisharebest1-2/+2
2012-03-18#946697 - Use HTML5 email input typefisharebest1-6/+1