aboutsummaryrefslogtreecommitdiffstats
path: root/thumb.php
Commit message (Expand)AuthorAgeFilesLines
* FU r100535:Aaron Schulz2011-10-281-3/+5
* More whitespace tweaks...and fixed doc typoAaron Schulz2011-10-201-2/+2
* Minor code style cleanups and tweaksAaron Schulz2011-10-191-8/+12
* Fix whitespace, bracesSam Reed2011-10-151-1/+5
* Move wfStreamFile() into a class, update all callers in core (only 3 extensio...Chad Horohoe2011-08-131-4/+2
* HipHop improvements:Tim Starling2011-05-301-1/+5
* Fix and add some comments.Russ Nelson2011-05-021-1/+1
* Yet more additions of wfProfileOut()Platonides2011-02-101-0/+9
* Removed error suppression operators (per bug 24159)Alexandre Emsenhuber2010-07-181-2/+2
* Fix data leakage from thumb.php for wikis where access to images is restricte...Tim Starling2010-03-081-2/+19
* Provisional revert of r56916 "(bug 20802) Fixed thumb.php redirect handling. ...Brion Vibber2009-09-301-1/+1
* (bug 20802) Fixed thumb.php redirect handling. Changed wfLocalFile call into ...Bryan Tong Minh2009-09-251-1/+1
* Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).Ilmari Karonen2008-12-011-1/+1
* revert bogus changeAaron Schulz2008-08-131-2/+2
* use $sourcePath here tooAaron Schulz2008-08-131-1/+1
* use getArchivePath()Aaron Schulz2008-08-131-1/+1
* use makeTitleSafe()Aaron Schulz2008-08-131-1/+5
* we need a $title hereAaron Schulz2008-08-131-1/+8
* check 'archived' paramAaron Schulz2008-08-131-1/+11
* replace live hack: include debug info in thumb.php (switch it in with $wgShow...Brion Vibber2008-06-191-0/+9
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+2
* In thumb.php:Tim Starling2008-01-301-69/+93
* Return an error message if the requested size was bigger than the source, or ...Tim Starling2007-09-031-14/+16
* A few comment tag tweaks.Nick Jenkins2007-07-111-0/+2
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Merged filerepo-work branch:Tim Starling2007-05-301-46/+13
* Output what was asked for. Don't dirty up a clean API like thumb.php with arb...Tim Starling2007-05-041-24/+35
* better error messagesTim Starling2007-04-251-3/+8
* * Introduced media handler modules for file-type specific operations: thumbna...Tim Starling2007-04-201-30/+65
* * Add 'charset' to Content-Type headers on various HTTP error responsesBrion Vibber2007-02-211-1/+1
* * Moved the main ob_start() from the default LocalSettings.php to WebStart.php. Tim Starling2007-02-191-0/+1
* Prevent some unnecessary lstat system calls, generated by include or require ...Nick Jenkins2007-02-091-5/+5
* Set content type on error messages, and include a trailing newlineTim Starling2006-11-121-1/+3
* Don't cache error pages.Tim Starling2006-11-081-0/+1
* * Cleaner error behavior on thumb.php with invalid page selectionBrion Vibber2006-10-021-5/+10
* * (bug 6889) PHP notices in thumb.php with missing paramsBrion Vibber2006-10-021-23/+5
* Committed a bunch of live hacks from Wikimedia serversBrion Vibber2006-10-021-1/+6
* (bug 6420) Render thumbnails for djvu images, show multipage preview on image...Jens Frank2006-08-131-0/+16
* Consolidated web initialisation code into includes/WebStart.php. Moved profil...Tim Starling2006-07-141-14/+9
* need ImageFunctions.phpTim Starling2006-07-021-0/+1
* Use a constant instead of var for disabling compression on live sitesBrion Vibber2006-04-021-1/+1
* More robust directory structure migration, should fix bug #2532, except for B...Tim Starling2006-02-021-1/+1
* * Added wfDie() wrapper, and some manual die(-1), to force the return codeBrion Vibber2006-01-141-1/+2
* * s~ +$~~Ævar Arnfjörð Bjarmason2006-01-071-3/+3
* workaround for any current or future exploit of the $GLOBALS overwrite vulner...Tim Starling2005-10-311-0/+4
* Committing live hacks: additional profiling pointsBrion Vibber2005-08-171-0/+3
* * (bug 898) Mime type autodetection.Ævar Arnfjörð Bjarmason2005-05-211-1/+6
* Fixed various bugs with new image code, changed thumbnail paths as per JeLuF...Tim Starling2005-04-161-8/+7
* Fixed some obvious bugs with the new code and implemented If-Modified-Since h...Tim Starling2005-04-161-1/+1
* Optional thumbnail generation by client request, using thumb.php. This remove...Tim Starling2005-04-161-0/+72