summaryrefslogtreecommitdiff
path: root/admin_media_upload.php
AgeCommit message (Collapse)AuthorFilesLines
2013-03-20Fix: uploading user-defined thumbnail images causes PHP errorfisharebest1-2/+2
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-18Major refactoring of media code.fisharebest1-40/+198
#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"
2013-01-09Update comments, renaming "directory" to "folder"fisharebest1-3/+3
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-04-06Add JavaScript using the controller, so we can defer loading until the end ↵fisharebest1-10/+6
of the page
2011-11-23Move login checks to a common function. Use the LOGIN_URL parameter ↵fisharebest1-5/+2
consistently.
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-2/+4
2011-09-27Use prefered terminology in new messages. http://wiki.webtrees.net/Terminologyfisharebest1-5/+5
2011-09-07Remove the "enable multimedia" option. Multimedia is always enabled. Add a ↵fisharebest1-2/+2
new configuration option to restrict who can upload new media files.
2011-01-25Tidy up <script type="text/javascript"> tags. fisharebest1-28/+24
2011-01-02Re-design for upload_media.phpNigel Osborne1-2/+0
2011-01-01Refactoring class names and use autoloading.fisharebest1-4/+4
2011-01-01(no commit message)fisharebest1-0/+89