summaryrefslogtreecommitdiff
path: root/admin_site_clean.php
AgeCommit message (Collapse)AuthorFilesLines
2011-11-16Remove obvious help text.fisharebest1-2/+0
2011-11-05Implement "fluid" interface for controller - allows requests to be chained.fisharebest1-3/+4
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-8/+6
2011-10-30Remove overlib.js and behaviour.js - these are no longer used.fisharebest1-3/+0
2011-10-18... and amend the on screen text.Nigel Osborne1-1/+1
2011-10-18One more change to cleanup - remove old "move" cursor style.Nigel Osborne1-2/+2
2011-10-17Remove drag/drop/trashcan from admin-site-clean.php. It is inconsistent ↵fisharebest1-51/+26
with the rest of our GUI and uses the prototype.js and scriptaculous.js libraries which we hope to remove.
2011-10-17Admin-site-clean: remove "cancel" button. It doesn't do anything and is not ↵fisharebest1-12/+0
needed.
2011-10-17Remove unnecessary (and dangerous) option to "Remove all non-essential files"Nigel Osborne1-9/+0
2011-04-13Fix: data-dir cleanup tool failing to protect media dirfisharebest1-5/+7
2011-03-13Integrate the "custom text" functionality into the main code. User ↵fisharebest1-8/+6
translation files should be placed in the /data/language/ directory
2011-03-07The media firewall is now always enabled (but you aren't required to use it)Larry Meaney1-1/+0
The "Use Media Firewall" option in admin_trees_config.php is now titled "Automatically protect new images" admin_trees_config.php automatically checks to see if the htaccess is correct, and automatically fixes it if not The standard Media directory only needs to be writable while creating the .htaccess file, after that you can lock it down admin_media.php displays the "move all to protected" button on first load, to make it easier to move your files around If the standard media directory is locked down, the "move to standard/protected" buttons on admin_media.php are hidden.
2011-01-30Starting the process of using css "sprite" imagesNigel Osborne1-1/+1
2011-01-21draggable trashcan listŁukasz Wilenski1-12/+34
2011-01-07Add missing admin functionsNigel Osborne1-0/+157