summaryrefslogtreecommitdiff
path: root/admin_site_change.php
AgeCommit message (Collapse)AuthorFilesLines
2017-07-11Prepare to remove class FilterGreg Roach1-5/+5
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-20/+11
2017-03-24Merge some changes from develop branchGreg Roach1-28/+28
2017-03-222017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-13/+13
2016-06-22Fix #1005 - button labelsGreg Roach1-3/+3
2016-06-05CodeStyleGreg Roach1-0/+1
2016-04-12CodeStyleGreg Roach1-8/+6
2016-04-12Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-8/+8
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2016-02-07Fix issue #828David Drury1-2/+2
2016-01-30Update copyright yearGreg Roach1-1/+1
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