summaryrefslogtreecommitdiff
path: root/admin_modules.php
AgeCommit message (Collapse)AuthorFilesLines
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.
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 ↵fisharebest1-2/+2
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-03-17Tidy up some of the WT_Module initialisation code. We need to be able to ↵fisharebest1-53/+44
create the modules during setup, so that we can create default blocks.
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 ↵fisharebest1-51/+46
JavaScript to end of page
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
https://bugs.launchpad.net/webtrees/+bug/883521
2011-10-28Make datatables header/footer in admin consistent with main lists, and ↵Nigel Osborne1-2/+2
adjust page length options
2011-06-17Module administration - make the function of each module a little clearerfisharebest1-7/+7
2011-05-31Hide the charts/themes columns on the module administration screen. These ↵fisharebest1-2/+2
are not yet implemented as modules.
2011-05-23Module administration - add the ability to delete the configuration for ↵fisharebest1-40/+75
old/deleted modules.
2011-04-26(no commit message)Nigel Osborne1-1/+1
2011-02-25Do not check for modules that have ceased to provide a particular component. ↵fisharebest1-53/+1
This will happen extremely infrequently (during development), is harmless to ignore, and causes unnecessary delays on the module management forms
2011-02-25Do not delete module configuration and settings when a module is removed. ↵fisharebest1-12/+4
This may be temporary (e.g. during upgrade). Keep the settings, but simply mark the module as disabled.
2011-02-20Last attempt to style the pagination on datatablesNigel Osborne1-1/+1
2011-02-19Remove hard-coded punctuation. (It varies with different languages)fisharebest1-1/+1
2011-02-19Revert some recent text changesfisharebest1-3/+3
2011-02-19Add translator commentsŁukasz Wilenski1-4/+4
2011-02-19Final redesign of datatables headers fields, in all places it is used.Nigel Osborne1-3/+4
2011-02-03translate the table on admin modules pageŁukasz Wilenski1-2/+13
2011-01-04Fix: no login link when going straight to an admin pagefisharebest1-1/+2
2011-01-03add descriptionsŁukasz Wilenski1-12/+2
2011-01-02Changes to design of Manage media page; added admin link back to My page ↵Nigel Osborne1-13/+13
menu (started forum discussion); fix for missing WT_ in admin_trees_config.php on line 431
2011-01-02use jquery datatables instead of sortableNigel Osborne1-48/+14
2011-01-01Refactoring class names and use autoloading.fisharebest1-19/+19
2011-01-01(no commit message)fisharebest1-0/+245