summaryrefslogtreecommitdiff
path: root/mediafirewall.php
AgeCommit message (Collapse)AuthorFilesLines
2013-01-23Wrong folder for watermark thumbnailsfisharebest1-1/+5
2013-01-22Remove old/unused codefisharebest1-1/+1
2013-01-18Major refactoring of media code.fisharebest1-94/+34
#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-16Remove some dead codefisharebest1-2/+0
2013-01-12Phase out the use of MEDIA_DIRECTORY_LEVELSfisharebest1-1/+0
2013-01-10Remove some debug code...fisharebest1-1/+0
2013-01-09Update comments, renaming "directory" to "folder"fisharebest1-13/+11
2013-01-06Update help text relating to the data-folder.fisharebest1-0/+1
2012-12-23Fix: mediafirewall exposes original filename in headersfisharebest1-6/+1
2012-12-23Media Firewall - update error reportingfisharebest1-8/+8
2012-12-23MediaFirewall - simplify error handlingfisharebest1-93/+20
2012-12-23MediaFirewall - new/pending media not shown.fisharebest1-101/+42
2012-09-14Assume PHP time is the same as MySQL time. Both should use the same ↵fisharebest1-1/+1
underlying OS function. Saves a DB query. Only call time() once. For consistency, and for a very minor performance tweak.
2012-09-14Tidy usage of new WT_Tree class.fisharebest1-1/+1
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), ↵fisharebest1-3/+3
etc. The browser will do a much faster and better job than we can. Unfortunately, only Webkit supports this at the moment. Presto and Gecko should support it soon. Trident support is unknown.
2012-02-23Explicitly close session. Otherwise custom session handlers clash with PHP/APCfisharebest1-0/+2
2012-01-11use imagettftextŁukasz Wilenski1-13/+47
2011-11-14Update some comments from PGV to webtreesfisharebest1-1/+1
2011-11-03Refactoring - move towards a MVC (model/view/controller) architecturefisharebest1-22/+17
2011-10-06Add initial support for serving static files from a content delivery network.fisharebest1-1/+1
2011-05-16random media block and imageview.php make better use of the Media classLarry Meaney1-1/+1
Media->displayMedia() now accepts parameters via an array Renamed Media->getImagesize() to Media->getImageAttributes()
2011-05-12rewrite Media classLarry Meaney1-19/+24
2011-05-06Fix bug that was preventing the media firewall from properly caching imagesLarry Meaney1-1/+1
2011-01-19minor code reorg for readfile, fpassthruLarry Meaney1-7/+7
2011-01-18Media Firewall - better fallback when fpassthru() and readfile() are ↵fisharebest1-53/+39
unavailable.
2011-01-10Media Firewall: If fpassthru is disabled, try readfile. If that is ↵Larry Meaney1-5/+27
disabled, try imagecreatefrom* before giving an error message
2011-01-01Refactoring class names and use autoloading.fisharebest1-6/+6
2011-01-01Refactoring class names and use autoloading.fisharebest1-2/+1
2010-11-24simplify error messagesLarry Meaney1-5/+4
2010-11-21I18N: simpler error messagefisharebest1-1/+1
2010-11-21Improve media firewall error handling when multiple MEDIA_DIRECTORYs are usedLarry Meaney1-3/+6
2010-10-30(no commit message)fisharebest1-5/+5
2010-09-25Tidy up whitespace/indentsfisharebest1-7/+5
2010-09-21(no commit message)fisharebest1-2/+2
2010-04-16(no commit message)fisharebest1-5/+5
2010-04-05(no commit message)Veit Olschinski1-0/+557