summaryrefslogtreecommitdiff
path: root/admin_site_change.php
AgeCommit message (Collapse)AuthorFilesLines
2016-01-17Two spaces have no effect in HTMLGreg Roach1-2/+2
2016-01-16Missing echo and cCode-StyleGreg Roach1-33/+33
2015-12-04Use Fisharebest\Algorithm\MyersDiff to create a unified before/after display ↵David Drury1-33/+59
in the style of the batch update facility (more or less duplicating code found in BatchUpdateBasePlugin functions getActionPreview, decorateInsertedText, decorateDeletedText and createEditLinks). In addition added an undo icon for pending and accepted changes Simplify selectEditControl code for statuses Fix datetimepicker not initialising with earliest and latest dates Simplified version without undo / redo buttons (too many cases to catch and handle) Don't provide clickable links to deleted records Formatting!
2015-09-13Link targets are unfriendly on devices without windowsGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-3/+4
2015-05-31PSR-4Greg Roach1-0/+1
2015-05-30Code styleGreg Roach1-3/+3
2015-04-26Replace Zend_Session with our own classGreg Roach1-3/+0
2015-04-05Fix #548 - wrong parameter name in SQLGreg Roach1-1/+1
2015-03-251435788 - Wrong arrows in datetimepicker on RTL pagesGreg Roach1-2/+2
2015-03-09Use Tree object instead of ID/nameGreg Roach1-1/+1
2015-03-02Fix 1427110 - Cannot delete Changes logGreg Roach1-1/+1
2015-02-10Use parameter bindingGreg Roach1-63/+45
2015-02-10Use parameter bindingGreg Roach1-3/+3
2015-02-09Use parameter bindingGreg Roach1-45/+45
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-82/+80
2015-01-31Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URLGreg Roach1-1/+1
2015-01-28Rewrite site-access rule management. Fix #1159214Greg Roach1-1/+1
2015-01-26HTML validation and tidy upGreg Roach1-1/+2
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-8/+8
2015-01-22Add date-picker to admin site/change logsGreg Roach1-75/+143
2015-01-21Code quality - avoid @, exit() and die()Greg Roach1-2/+4
2015-01-19HTML5Greg Roach1-3/+3
2015-01-18Default constructors do not need parenthesesGreg Roach1-6/+6
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-61/+61
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-01-17New theme system and admin interfaceGreg Roach1-2/+4
2014-11-04Use Auth class instead of constants - will allow better masquerade function. ↵Greg Roach1-0/+2
Escape username, to remove restriction on allowed characters.
2014-10-24Do not use functions in loop conditionsGreg Roach1-8/+8
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-10New User class breaks changes log #145Greg 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-49/+60
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-10-31#1246728 - 'Changes log' finds too much on xreffisharebest1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-24/+24
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-7/+7
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0