summaryrefslogtreecommitdiff
path: root/admin_modules.php
AgeCommit message (Collapse)AuthorFilesLines
2017-11-03Working on front-controllerGreg Roach1-74/+0
2017-10-29Module administrationGreg Roach1-15/+2
2017-10-27Use template for module administrationGreg Roach1-172/+10
2017-10-27Unused codeGreg Roach1-6/+0
2017-10-22Add module links to control panelGreg Roach1-1/+1
2017-10-21Use template for control panel and update bootstrap markupGreg Roach1-1/+1
2017-06-18Modern browsers support RFC7231 - relative URLs in 30x responsesGreg Roach1-2/+2
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-39/+31
2017-03-24Merge some changes from develop branchGreg Roach1-48/+48
2017-03-222017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-6/+6
2016-05-19Fix #413 - Version and link for custom modulesGreg Roach1-26/+89
2016-04-11Charts As Modulesric20161-3/+3
2016-04-09Sort list of installed modulesGreg Roach1-0/+5
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-4/+4
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
Admin theme, when clicking on message "This module cannot be found. Delete its configuration settings." its takes two goes before the display is updated. In addition JustCarmen pointed out that modules don't appear on the admin theme left hand menu when a module is enabled/disabled
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 ↵fisharebest1-2/+2
around limitation in old versions of jquery?). Don't do this any more - it breaks jQuery extensions, by re-creating the jQuery object. This also has the benefit of making the home page more responsive.