summaryrefslogtreecommitdiff
path: root/admin_media.php
AgeCommit message (Expand)AuthorFilesLines
2013-08-30Fix: media lists empty due to null valuesfisharebest1-5/+5
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-21/+21
2013-08-24Update non-typographic quotation marksGreg Roach1-3/+3
2013-08-21Use new escape functionsGreg Roach1-3/+3
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-7/+7
2013-08-17Counts of linked records fail to reflect privacyGreg Roach1-8/+5
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-07-04HTML validation errorsfisharebest1-1/+1
2013-06-29(no commit message)fisharebest1-9/+9
2013-05-12#1168820 - Admin Link Unused media files list - multiple treesfisharebest1-1/+1
2013-05-11#1161877 - Admin sees edit options when editing disabledfisharebest1-35/+23
2013-03-29Fix: PHP errors for media objects with (a) empty FILE tags and (b) missing FI...fisharebest1-1/+1
2013-03-24#1114613 - Link new media from server unfriendlyfisharebest1-1/+23
2013-03-24#1159076 - Delete unused media files does not work as expectefisharebest1-1/+1
2013-03-24Fix: thumbnails not deleted when deleting unused media files.fisharebest1-1/+1
2013-03-24Admin media - filter unused files fails when the search term is at the start ...fisharebest1-2/+2
2013-03-14Remove debugfisharebest1-1/+0
2013-03-02Re-add part of 14850 - always include the root-folder in the list of media pathsfisharebest1-4/+5
2013-03-02Revert changes 14848 - 14851. Inserting a default value for $filename / $fol...fisharebest1-33/+6
2013-03-02When creating media objects from unused media files, we only need to identify...fisharebest1-7/+12
2013-03-02Add the ability to create media objects from the list of unused media filesfisharebest1-1/+23
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work aroun...fisharebest1-1/+1
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-30#1106621 - Thumbnail sizing distortedfisharebest1-1/+1
2013-01-30#1105039 - JSON error on admin->media pagefisharebest1-8/+28
2013-01-22Remove the lightbox plugin from the "album" module. Add the colorbox module ...fisharebest1-2/+2
2013-01-21Display of folder paths on RTL admin_media.phpfisharebest1-1/+4
2013-01-20Fix: admin-media page default sort order wrong.fisharebest1-1/+0
2013-01-19Admin/Media -> when there are no media files in the root of the media folder,...fisharebest1-2/+2
2013-01-19Admin/Media -> we remember pagination/filtering between requests, but this ne...fisharebest1-3/+8
2013-01-18Syntax error in admin_media.phpfisharebest1-2/+2
2013-01-18Fix: PHP5.3 code in admin_media.phpfisharebest1-1/+4
2013-01-18Major refactoring of media code.fisharebest1-1092/+456
2013-01-11Move the "add a new media object" link to the "add unlinked" page - otherwise...fisharebest1-3/+2
2013-01-09Update comments, renaming "directory" to "folder"fisharebest1-65/+34
2013-01-02Minor language updatesfisharebest1-6/+1
2013-01-02Rename "close window" to "close", as many modern GUIs do not use windowsfisharebest1-2/+2
2012-11-21Remove some unused code in functions_mediadb.phpfisharebest1-3/+3
2012-11-07functions_mediadb.php is included in session.php - so no need to include it a...fisharebest1-1/+0
2012-11-06functions_edit.php includes functions_import, so no need to include it again.fisharebest1-1/+0
2012-11-05Minor tidy up.fisharebest1-27/+7
2012-10-31Update DB structure - remove wt_media_mapping table (use wt_links instead), u...fisharebest1-5/+8
2012-10-24Refactor media handling - move logic for finding random media to the random m...fisharebest1-1/+1
2012-10-21Simplify media handling - the admin page now shows thumbnails that only exist...fisharebest1-4/+10
2012-10-21Simplify media handling - the options USE_MEDIA_FIREWALL, MEDIA_FIREWALL_THUM...fisharebest1-17/+11
2012-09-14Assume PHP time is the same as MySQL time. Both should use the same underlyi...fisharebest1-3/+3
2012-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest1-2/+2
2012-08-26After we have sent the headers (and closed the session), it is no longer poss...fisharebest1-3/+2
2012-07-09Remove old/unused code relating to JS menus. Also fixes #1016225 - fisharebest1-4/+4