aboutsummaryrefslogtreecommitdiffstats
path: root/thumb.php
Commit message (Expand)AuthorAgeFilesLines
* Replace some deprecated method calls.Siebrand Mazeland2012-08-191-4/+3
* Use wfMessage instead of deprecated wfMsg*Alex Monk2012-08-181-8/+9
* Various thumb.php fixes.Aaron2012-07-261-23/+27
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-231-1/+16
* [FileRepo] Added support for temp file repos (to preserve our thumb.php hack).Aaron Schulz2012-04-061-2/+20
* trunk/phase3 is now mediawiki/corePlatonides2012-03-231-1/+1
* Drag in a change noticed in wmf branchesSam Reed2012-02-111-1/+1
* * Removed thumb.php comment about ProofreadPage, page numbers are more general.Aaron Schulz2012-02-101-1/+0
* r111076: url decode the 'rel404' path...*ahem*. Archived files and files with...Aaron Schulz2012-02-101-1/+1
* (bug 34231) - 'Make thumb.php error or redirect for urls with bogus paths but...Aaron Schulz2012-02-091-5/+16
* Similar to r108937: fixed breakage where the zone urls were defined as relati...Aaron Schulz2012-01-201-4/+9
* r105512: Handle REDIRECT_URL discrepancies and always work with URI paths for...Aaron Schulz2012-01-141-6/+17
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-121-0/+6
* Kill "* @return void"Sam Reed2012-01-121-6/+0
* FU r105512: urldecode() the file and thumb name in wfExtractThumbParams() for...Aaron Schulz2011-12-221-0/+2
* Merged FileBackend branch. Manually avoiding merging the many prop-only chang...Aaron Schulz2011-12-201-12/+12
* update all core usage of deprecated Title::userCanRead()Robin Pepermans2011-12-131-1/+1
* FU r105512: just always use thumb.php style errorsAaron Schulz2011-12-081-2/+2
* FU r101117: removed cURL thumb handler code and made thumb_handler.php a thin...Aaron Schulz2011-12-081-14/+108
* 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