summaryrefslogtreecommitdiff
path: root/admin_site_logs.php
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Use parameter bindingGreg Roach1-43/+45
2015-02-10Use parameter bindingGreg Roach1-44/+45
2015-02-08Unused codeGreg Roach1-9/+0
2015-02-06GlobalsGreg Roach1-1/+8
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
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-69/+67
2015-01-31Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URLGreg Roach1-1/+1
2015-01-30DashboardGreg Roach1-1/+1
2015-01-28Rewrite site-access rule management. Fix #1159214Greg Roach1-1/+1
2015-01-27Use latest datatables APIGreg Roach1-1/+1
2015-01-26HTML validation and tidy upGreg Roach1-3/+5
2015-01-26Add a11y links for keyboard users. Rename 'admin pages' to 'Control panel'Greg Roach1-1/+1
2015-01-25Fix: #392 - cannot delete/export logsGreg Roach1-3/+3
2015-01-24Add visual feedback for privacy settingsGreg Roach1-1/+1
2015-01-23Browser autocomplete conflicts with datepicker popupGreg Roach1-2/+2
2015-01-22ResponsiveGreg Roach1-13/+13
2015-01-22Add date-picker to admin site/change logsGreg Roach1-50/+94
2015-01-21Code quality - avoid @, exit() and die()Greg Roach1-2/+4
2015-01-18code styleGreg Roach1-1/+1
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-54/+54
2015-01-17New theme system and admin interfaceGreg Roach1-60/+79
2014-11-04Use Auth class instead of constants - will allow better masquerade function. ...Greg Roach1-0/+2
2014-10-24Do not use functions in loop conditionsGreg Roach1-6/+6
2014-10-06HTML validationGreg 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-2/+2
2014-09-18Use WT_DBStatement->fetchOne() in preference to PDOStatement->fetchColumn()Greg Roach1-2/+2
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-6/+9
2014-05-10Conflict in variable namesGreg Roach1-2/+2
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-7/+9
2014-05-03Upgrade datatables from 1.9.4 to 1.10.0Greg Roach1-42/+44
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-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-21/+21
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-5/+5
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work aroun...fisharebest1-2/+2
2013-02-02Add more URL versioning to JS resourcesfisharebest1-1/+1
2013-02-02Add version numbers to paths of javascript librariesfisharebest1-1/+1
2012-09-14Tidy usage of new WT_Tree class.fisharebest1-1/+1
2012-09-13Complete rewrite of the handling of lists of trees:fisharebest1-5/+1
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-2/+2
2012-04-17Explicitly close sessions in AJAX responses - otherwise it causes errors in P...fisharebest1-0/+2
2012-02-11Error messages may contain user-supplied data, and hence need escapingfisharebest1-1/+4
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-11/+11
2011-11-23I18N: move datatables translations to the same placefisharebest1-15/+1
2011-11-05(part). (1) Only load datatables.js on pages that use it. (2) move JavaScrip...fisharebest1-24/+21