summaryrefslogtreecommitdiff
path: root/admin_module_sidebar.php
AgeCommit message (Collapse)AuthorFilesLines
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-09-20Admin pages titlesGreg Roach1-5/+7
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-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-12-18Use PHP5.3 closures instead of PHP5.2 create_function()Greg Roach1-1/+1
2013-11-09Add CSRF checks to module administrationGreg Roach1-2/+3
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-4/+4
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.
2012-10-30Use consistent save/close buttons in the edit-interface forms.fisharebest1-1/+1
2012-09-13Complete rewrite of the handling of lists of trees:fisharebest1-7/+7
https://bugs.launchpad.net/webtrees/+bug/1024825 - Custom language translations not working on family tree titles https://bugs.launchpad.net/webtrees/+bug/981640 - Partial solution - filter list of trees using REQUIRE_VISITOR_AUTHENTICATION to hide trees which the user cannot see. This also ensures that private trees remain completely hidden until after login. https://bugs.launchpad.net/webtrees/+bug/1046002 - v1.3.1 admin.php ERROR 8 at line 277 Performance tweak - save at least two DB calls per page.
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-1/+1
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-03-31Fix: stories tab/menu not availablefisharebest1-1/+1
2012-03-17Tidy up some of the WT_Module initialisation code. We need to be able to ↵fisharebest1-99/+70
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-3/+3
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we ↵fisharebest1-2/+2
apply "center" at a parent element. We have now removed the "center", and no longer need this markup.
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-07-11Set disabled modules to "greyed out" in config pagesNigel Osborne1-4/+8
http://webtrees.net/en/forums/7-developers-discussion/13816-modules-and-tabmenureport-management
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-05replace gedcom_name with gedcom titleŁukasz Wilenski1-3/+3
2011-01-04Fix: no login link when going straight to an admin pagefisharebest1-1/+2
2011-01-03add descriptionsŁukasz Wilenski1-1/+3
2011-01-03More admin design changesNigel Osborne1-8/+8
2011-01-01Refactoring class names and use autoloading.fisharebest1-5/+5
2011-01-01(no commit message)fisharebest1-0/+199