summaryrefslogtreecommitdiff
path: root/mediafirewall.php
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Missed part of the WT_File::mkdir updateGreg Roach1-3/+1
2014-10-05Cleanup - use WT_File class instead of manipulating filesystemGreg Roach1-1/+1
2014-09-20Code cleanupGreg Roach1-2/+2
2014-09-12Use the (faster) native mb_string functions where available, and fallbacks wh...Greg Roach1-2/+2
2014-08-29Move global I18N functions to I18N classGreg Roach1-2/+2
2014-08-29Remove function from global scope, and add unit testsGreg Roach1-1/+1
2014-08-27Remove execute file permissions from PHP scriptsGreg Roach1-0/+0
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-2/+4
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-2/+2
2014-04-01Unused variablesGreg Roach1-1/+0
2014-03-31Remove calls to non-existant functionGreg Roach1-2/+2
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-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-09-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-1/+1
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-3/+3
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-06-29(no commit message)fisharebest1-1/+1
2013-02-20Colorbox updatesfisharebest1-4/+1
2013-01-31Access external files via the media-firewall, for consistencyfisharebest1-3/+8
2013-01-24Mediafirewall - 404 message does not work with non-latin textfisharebest1-7/+3
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
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 underlyi...fisharebest1-1/+1
2012-09-14Tidy usage of new WT_Tree class.fisharebest1-1/+1
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc...fisharebest1-3/+3
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
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 unavaila...fisharebest1-53/+39
2011-01-10Media Firewall: If fpassthru is disabled, try readfile. If that is disabled,...Larry Meaney1-5/+27
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