summaryrefslogtreecommitdiff
path: root/admin_trees_download.php
AgeCommit message (Collapse)AuthorFilesLines
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-09-18Do not need separate script/request to download .ZIP filesGreg Roach1-43/+43
2014-09-17Split site-preference getter/setter into two functionsGreg Roach1-2/+2
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-05Create version string using semantic versioning: 1.5.2-dev comes before 1.5.2Greg Roach1-1/+1
2013-11-16#1249548 - Download GEDCOM Media Path Should Be TextGreg Roach1-2/+2
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-6/+6
2013-08-24Update non-typographic quotation marksGreg Roach1-1/+1
Tidy up punctuation
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-3/+3
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-03-25Fix: "Add gedcom media path on download" not converting "/" to "\" for ↵fisharebest1-3/+0
windows paths.
2013-02-28#1135721 - Export/Download GEDCOM on svn14839fisharebest1-0/+1
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-01-19Don't translate the page title twicefisharebest1-1/+1
2013-01-18Major refactoring of media code.fisharebest1-19/+10
#935621 - Support for foreign language characters in media files #1079539 - Uploading non-english named file error #935621 - Support for foreign language characters in media files #1077472 - List media objects missing thumbs page 2 #1047957 - Icons not shown for some remote file types #592603 - $MEDIA_DIRECTORY_LEVELS does not work with absolute paths #1049102 - Inconsitent use of the word "directories"
2012-11-13Fix: "save and go to new record" not working. Tidy up edit_interface code a ↵fisharebest1-1/+1
little.
2012-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest1-2/+2
2012-09-13Complete rewrite of the handling of lists of trees:fisharebest1-10/+8
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-03-19Downloading GEDCOM files is an admin task, so style it accordingly.fisharebest1-0/+154