summaryrefslogtreecommitdiff
path: root/admin_site_other.php
AgeCommit message (Collapse)AuthorFilesLines
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+1
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2014-11-08PHPDocGreg Roach1-1/+1
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
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-28#1241645 - Create media object for unused media file - no link to indi ↵Greg Roach1-1/+1
created - dev
2013-11-28#1255943 - Probable mistakes in US English text file - 1.5.1 devGreg Roach1-1/+1
2013-10-11Style prefer target ? instead of # for forms - does not change URLGreg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-07-13Create separate edit actions for "add child" and "add inlinked indi". They ↵fisharebest1-1/+1
need different access checks and do different things
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work ↵fisharebest1-1/+1
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-01-26Minor tidy upfisharebest1-3/+2
2013-01-26copy/paste typoNigel Osborne1-1/+1
2013-01-26admin_site_other.php needs access restriction like other admin files.Nigel Osborne1-3/+6
2013-01-11Move the "add a new media object" link to the "add unlinked" page - ↵fisharebest1-3/+10
otherwise we do not know which family tree to add it.
2012-10-23#1049039 - Help text bugs on family tabfisharebest1-3/+0
Remove some unhelpful/outdated help text. Combine some similar translations. Spell "Re-order" consistently
2012-09-15Part of #1006430 - rtl/ltr parenthesis etc.fisharebest1-41/+38
2012-09-13Complete rewrite of the handling of lists of trees:fisharebest1-5/+5
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.
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-3/+3
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-31/+26
2011-04-02#713883 - unlinked record on wrong treefisharebest1-13/+22
2011-02-11WT_i18n -> WT_I18NŁukasz Wilenski1-5/+5
2011-01-12Tidy up admin menufisharebest1-1/+1
2011-01-07Add missing admin functionsNigel Osborne1-0/+69