summaryrefslogtreecommitdiff
path: root/admin_modules.php
AgeCommit message (Expand)AuthorFilesLines
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-1/+2
2015-05-31PSR-4Greg Roach1-0/+10
2015-03-29Split class Module into static and abstract partsGreg Roach1-1/+1
2015-03-02Module APIGreg Roach1-2/+2
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-03Autoload includes/functions/*Greg Roach1-1/+0
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-66/+62
2015-01-31Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URLGreg Roach1-2/+2
2015-01-27Add icons to save/continue buttonsGreg Roach1-1/+3
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-24Add visual feedback for privacy settingsGreg Roach1-1/+1
2015-01-22Modules not sorted in administration listGreg Roach1-24/+22
2015-01-21Code quality - avoid @, exit() and die()Greg Roach1-1/+2
2015-01-18WhitespaceGreg Roach1-1/+1
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2015-01-17New theme system and admin interfaceGreg Roach1-89/+108
2014-12-26  hasn't been needed in empty table cells for a long timeGreg Roach1-2/+2
2014-11-18Do not need to sort modules during internal processingGreg Roach1-2/+0
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-09-20Admin pages titlesGreg Roach1-3/+6
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-1/+3
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-1/+1
2014-05-03Upgrade datatables from 1.9.4 to 1.10.0Greg Roach1-18/+18
2014-01-10Bug fixesDavid Drury1-0/+2
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-30Typos in msgctxt strings for relationships. Consistent use of punctuationGreg Roach1-1/+1
2013-11-09Add CSRF checks to module administrationGreg Roach1-43/+48
2013-09-01Fix: enable/disable modules broken with new WT_FilterGreg Roach1-2/+2
2013-08-29New filter/validation functions for GET/POST variablesGreg 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
2013-01-24add catching to admin modules listƁukasz Wilenski1-0/+2
2012-11-16Do not create messages by concatenating text - use placeholders to embed textfisharebest1-1/+1
2012-10-30Use consistent save/close buttons in the edit-interface forms.fisharebest1-1/+1
2012-06-17Fix: typofisharebest1-2/+2
2012-06-17Fix typoNigel Osborne1-2/+2
2012-06-16Defer loading of external javascript (and most inline javascript) to the bott...fisharebest1-2/+2
2012-03-17Tidy up some of the WT_Module initialisation code. We need to be able to cre...fisharebest1-53/+44
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-2/+2
2011-11-23I18N: move datatables translations to the same placefisharebest1-14/+1
2011-11-05(part). (1) Only load datatables.js on pages that use it. (2) move JavaScrip...fisharebest1-51/+46
2011-11-05Implement "fluid" interface for controller - allows requests to be chained.fisharebest1-2/+3
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-11/+7
2011-10-30Change "Search" to "Filter" on all lists, to avoid confusion.Nigel Osborne1-1/+1
2011-10-28Make datatables header/footer in admin consistent with main lists, and adjust...Nigel Osborne1-2/+2