summaryrefslogtreecommitdiff
path: root/admin_users.php
AgeCommit message (Collapse)AuthorFilesLines
2015-01-21Remove remaining inline-edit codeGreg Roach1-0/+11
2015-01-19HTML5Greg Roach1-8/+6
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-11/+11
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-01-18Tidy some textGreg Roach1-12/+5
2015-01-17Fix: cannot save tree preferencesGreg Roach1-1/+1
2015-01-17New theme system and admin interfaceGreg Roach1-453/+564
2014-12-09merge some minor changes from the theme branchGreg Roach1-7/+3
2014-11-08PHPDocGreg Roach1-1/+1
2014-11-05Wrong classGreg Roach1-1/+1
2014-11-04Use Auth class instead of constants - will allow better masquerade function. ↵Greg Roach1-2/+2
Escape username, to remove restriction on allowed characters.
2014-10-27fix bug introduced in #44246b4. on click inadvertently targeted extra ↵David Drury1-1/+1
elements when users details were loaded and visible
2014-10-24Do not use functions in loop conditionsGreg Roach1-5/+5
2014-10-21PSR-1Greg Roach1-1/+1
2014-10-20#278 - explicit deletion of user preferencesGreg Roach1-12/+13
2014-10-18Unused codeGreg Roach1-13/+7
2014-10-18Use URL parameter to pre-filter list of usersGreg Roach1-7/+7
2014-10-18Change server side data call from GET to POSTDavid Drury1-22/+34
Removed call to fnFilter in datatables init code as this generated an additional network call, the filter data (if any) is now passed as a parameter in the server side ajax call
2014-10-16More PSR-1 code styleGreg 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-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 ↵Greg Roach1-35/+41
wrong branch This reverts commit 04e895d26b4a0f606b8f83488ecb32127df081cf.
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
pasteid is left alone for now
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
Tidy up punctuation
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 ↵fisharebest1-1/+1
around limitation in old versions of jquery?). Don't do this any more - it breaks jQuery extensions, by re-creating the jQuery object. This also has the benefit of making the home page more responsive.
2013-02-02Upgrade JQuery-UI to latest versionfisharebest1-3/+3
2013-02-02Add more URL versioning to JS resourcesfisharebest1-2/+2