| Commit message (Expand) | Author | Age | Files | Lines |
* | w/s | Mark A. Hershberger | 2012-02-07 | 1 | -1/+1 |
* | * Fix for r81363: instead of giving a PHP notice when PATH_INFO is missing, s... | Tim Starling | 2012-02-07 | 1 | -0/+4 |
* | Merged FileBackend branch. Manually avoiding merging the many prop-only chang... | Aaron Schulz | 2011-12-20 | 1 | -24/+14 |
* | update all core usage of deprecated Title::userCanRead() | Robin Pepermans | 2011-12-13 | 1 | -2/+2 |
* | Reverted r105208 per CR | Aaron Schulz | 2011-12-06 | 1 | -4/+4 |
* | FU r104216: keep the r103738 regex check for thumbnails but use the parent di... | Aaron Schulz | 2011-12-05 | 1 | -4/+4 |
* | FU r103738: redid the method of getting the source file name for thumbnails a... | Aaron Schulz | 2011-11-25 | 1 | -5/+6 |
* | Update img_auth.php and WebRequest code to handle non index.php scripts like ... | Daniel Friesen | 2011-11-24 | 1 | -2/+7 |
* | image_auth.php cleanups: | Aaron Schulz | 2011-11-20 | 1 | -76/+100 |
* | Fix whitespace, braces | Sam Reed | 2011-10-15 | 1 | -15/+22 |
* | Move wfStreamFile() into a class, update all callers in core (only 3 extensio... | Chad Horohoe | 2011-08-13 | 1 | -2/+1 |
* | * (bug 29531) r89628 breaks img_auth.php | Sam Reed | 2011-06-30 | 1 | -1/+1 |
* | * Added a REQUEST_URI check to the bug 28235 handling. | Tim Starling | 2011-06-06 | 1 | -5/+11 |
* | * Only blacklist query string extensions which match /^[a-zA-Z0-9_-]+$/. This... | Tim Starling | 2011-06-01 | 1 | -2/+1 |
* | HipHop improvements: | Tim Starling | 2011-05-30 | 1 | -1/+5 |
* | * Fix for bug 28534: IE 6 content type detection again | Tim Starling | 2011-05-05 | 1 | -1/+1 |
* | (bug 28507) Fix for r85844: that revision was not actually sufficient to fix ... | Tim Starling | 2011-04-14 | 1 | -1/+1 |
* | Fix for bug 28235: IE6 looks for the file extension in the query string | Tim Starling | 2011-04-12 | 1 | -0/+7 |
* | * Remove last bit of code that uses PATH_INFO from img_auth.php so that peopl... | Mark A. Hershberger | 2011-02-02 | 1 | -11/+3 |
* | Whitespace cleanup | Mark A. Hershberger | 2011-02-01 | 1 | -7/+7 |
* | Follow-up r65652: Do not double-slash the path if it came from PATH_INFO | Bryan Tong Minh | 2010-12-12 | 1 | -1/+2 |
* | Use WebRequest here too | Chad Horohoe | 2010-08-11 | 1 | -3/+5 |
* | allow img_auth.php to use path= in place of PATH_INFO, so it can be used in C... | Daniel Kinzler | 2010-04-29 | 1 | -4/+7 |
* | Don't call User::getGroupPermissions() unless $wgImgAuthPublicTest==true. Eff... | Tim Starling | 2009-10-14 | 1 | -3/+4 |
* | Cleaned up img_auth code and re-integrated core img-auth- messages. | Jack D. Pond | 2009-09-10 | 1 | -71/+60 |
* | Revert r55800 "bug 19646 Localization of img_auth.php - with enhancements" | Brion Vibber | 2009-09-08 | 1 | -61/+71 |
* | bug 19646 Localization of img_auth.php - with enhancements | Jack D. Pond | 2009-09-04 | 1 | -71/+61 |
* | (bug 18394) img_auth.php now respects userCan | Chad Horohoe | 2009-07-03 | 1 | -0/+4 |
* | Same as r48631; added "@file" when needed, also added doc in redirect.php and... | Alexandre Emsenhuber | 2009-03-21 | 1 | -2/+4 |
* | Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit). | Ilmari Karonen | 2008-12-01 | 1 | -1/+1 |
* | Revert "Follow up on r43982. Reduce dirname(__FILE__) calls in core and exten... | Andrew Garrett | 2008-11-30 | 1 | -3/+2 |
* | Follow up on r43982. Reduce dirname(__FILE__) calls in core and extensions. | Siebrand Mazeland | 2008-11-26 | 1 | -2/+3 |
* | Protect users from attacks against their browsers via malicious script-contai... | Tim Starling | 2008-11-18 | 1 | -0/+28 |
* | Send Cache-Control: private and Vary headers in img_auth.php. | Tim Starling | 2007-11-03 | 1 | -4/+5 |
* | * Fix img_auth.php image name extraction for whitelist checking | Rob Church | 2007-08-06 | 1 | -30/+56 |
* | Remove ?>'s from files. They're pointless, and just asking for people to mes... | Aryeh Gregor | 2007-06-29 | 1 | -1/+1 |
* | * Add 'charset' to Content-Type headers on various HTTP error responses | Brion Vibber | 2007-02-21 | 1 | -0/+1 |
* | * Moved the main ob_start() from the default LocalSettings.php to WebStart.php. | Tim Starling | 2007-02-19 | 1 | -0/+1 |
* | add some debugging output to img_auth.php | Brion Vibber | 2006-11-16 | 1 | -0/+7 |
* | * (bug 7279) Use wfBaseName in place of basename() in more places | Brion Vibber | 2006-09-10 | 1 | -1/+1 |
* | wrong language object | Tim Starling | 2006-07-16 | 1 | -1/+1 |
* | Consolidated web initialisation code into includes/WebStart.php. Moved profil... | Tim Starling | 2006-07-14 | 1 | -12/+5 |
* | * Added wfDie() wrapper, and some manual die(-1), to force the return code | Brion Vibber | 2006-01-14 | 1 | -1/+2 |
* | * s~ +$~~ | Ævar Arnfjörð Bjarmason | 2006-01-07 | 1 | -3/+3 |
* | workaround for any current or future exploit of the $GLOBALS overwrite vulner... | Tim Starling | 2005-10-31 | 1 | -0/+4 |
* | Optional thumbnail generation by client request, using thumb.php. This remove... | Tim Starling | 2005-04-16 | 1 | -136/+2 |
* | * (bug 1642) fix a mime type typo in img_auth.php | Brion Vibber | 2005-03-07 | 1 | -1/+2 |
* | * phpdoc for file description | Antoine Musso | 2005-01-27 | 1 | -13/+15 |
* | Clean up a few scriptlets | Brion Vibber | 2004-10-14 | 1 | -3/+15 |
* | Ahh, so that's what that does | Tim Starling | 2004-08-12 | 1 | -0/+2 |