| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $wgUseKeyHeader and OutputPage::getKeyHeader(), deprecated in 1.32 | C. Scott Ananian | 2019-06-19 | 1 | -4/+0 |
* | Simplify a few list() that only care about the first element | Thiemo Kreuz | 2019-05-17 | 1 | -1/+1 |
* | Immediately drop wgValidateAllHtml and related code | James D. Forrester | 2018-04-10 | 1 | -86/+1 |
* | Convert OutputHandler functions to a class | Timo Tijhof | 2018-03-20 | 1 | -183/+192 |
* | Remove empty lines at begin of function, if, foreach, switch | Umherirrender | 2017-07-01 | 1 | -1/+0 |
* | SECURITY: Improve cross-domain-policy mangling | Brad Jorsch | 2016-05-20 | 1 | -2/+2 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -4/+4 |
* | Replace "squid" with "CDN" in various comments | Aaron Schulz | 2015-12-09 | 1 | -1/+1 |
* | Replace XVO with support for the Key HTTP header | Faidon Liambotis | 2015-10-07 | 1 | -3/+3 |
* | Fix case insensitive string comparison for http header names | Sergio Santoro | 2014-12-12 | 1 | -1/+2 |
* | Make calling wfMangleFlashPolicy configurable | csteipp | 2014-11-19 | 1 | -2/+4 |
* | Make phpcs-strict pass on includes/ (2/~10) | Siebrand Mazeland | 2014-05-11 | 1 | -1/+4 |
* | Fixed some @params documentation (includes/*) | umherirrender | 2014-04-20 | 1 | -5/+5 |
* | Fix fatal error when $wgValidateAllHtml is enabled and apache_request_headers... | Alexandre Emsenhuber | 2013-07-25 | 1 | -5/+13 |
* | Drop support for XHTML 1.0 | Daniel Friesen | 2013-05-15 | 1 | -23/+25 |
* | Fixed spacing in files direct in includes folder | umherirrender | 2013-04-21 | 1 | -7/+7 |
* | Spellchecked /includes directory | Yuri Astrakhan | 2013-03-13 | 1 | -1/+1 |
* | (bug 43218) Fixing PHP notice: undefined SERVER_PROTOCOL key | Dereckson | 2012-12-18 | 1 | -1/+1 |
* | Remove a bunch of trailing spaces and unneeded newlines | umherirrender | 2012-10-10 | 1 | -3/+3 |
* | Added missing GPLv2 headers in some places. | Alexandre Emsenhuber | 2012-05-11 | 1 | -1/+16 |
* | debug statements for HTMLFileCache / Output | Antoine Musso | 2012-02-09 | 1 | -1/+7 |
* | And more documentation. Yaaaay | Sam Reed | 2011-05-28 | 1 | -1/+3 |
* | More adding, updating and tweaking of documentation | Sam Reed | 2011-05-21 | 1 | -0/+18 |
* | Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia... | Siebrand Mazeland | 2011-05-17 | 1 | -1/+1 |
* | * Standardised file description headers | Alexandre Emsenhuber | 2010-08-14 | 1 | -0/+5 |
* | Send XVO headers only if $wgUseXVO is true. | Tim Starling | 2010-07-23 | 1 | -1/+4 |
* | War on xml:lang | Aryeh Gregor | 2010-02-11 | 1 | -1/+1 |
* | (bug 22034) use wfClientAcceptsGzip() in wfGzipHandler instead of reimplement... | Platonides | 2010-01-14 | 1 | -6/+3 |
* | Revert 60864: "Use wfClientAcceptsGzip() in wfGzipHandler." Causes PHP Notice... | Siebrand Mazeland | 2010-01-09 | 1 | -3/+6 |
* | (bug 22034) Use wfClientAcceptsGzip() in wfGzipHandler. Patch by Platonides. | Siebrand Mazeland | 2010-01-09 | 1 | -6/+3 |
* | Replaced all @fixme with "@todo Fixme" since doxygen doesn't have a @fixme co... | Alexandre Emsenhuber | 2009-12-15 | 1 | -1/+1 |
* | Code cleanup, covert leading spaces into tabs per coding style | OverlordQ | 2009-11-14 | 1 | -2/+2 |
* | sweet spot for compression, per: | Domas Mituzas | 2009-08-28 | 1 | -1/+1 |
* | Re-revert r46344 because of crossing commits (r46346) | Siebrand Mazeland | 2009-01-27 | 1 | -43/+5 |
* | Revert r46344. PHP Fatal error: Class 'MWTidy' not found in /var/www/w/inclu... | Siebrand Mazeland | 2009-01-27 | 1 | -5/+43 |
* | Per Brion's comment on http://www.mediawiki.org/wiki/Special:Code/MediaWiki/4... | Alexandre Emsenhuber | 2009-01-27 | 1 | -43/+5 |
* | Tweaks for the "Whole HTML Validation" feature: | Alexandre Emsenhuber | 2009-01-24 | 1 | -9/+47 |
* | Fixed excessive memory usage in PCRE in wfMangleFlashPolicy(). Was causing OO... | Tim Starling | 2008-05-30 | 1 | -1/+6 |
* | * remove end of line whitespace | Siebrand Mazeland | 2008-04-14 | 1 | -5/+4 |
* | * Introduced OutputPage::addWikiMsg() and OutputPage::wrapWikiMsg(), to make ... | Tim Starling | 2008-02-18 | 1 | -2/+71 |
* | Add an X-Vary-Options header, as per my proposed squid patch | Tim Starling | 2008-02-08 | 1 | -0/+1 |
* | * (bug 11795) Be more paranoid about confirming accept-encoding header is pre... | Brion Vibber | 2007-10-29 | 1 | -4/+6 |
* | Don't do gzip compression if the URL path ends in .gz or .tgz | Brion Vibber | 2007-07-19 | 1 | -18/+55 |
* | Remove ?>'s from files. They're pointless, and just asking for people to mes... | Aryeh Gregor | 2007-06-29 | 1 | -1/+1 |
* | Fix regression: typo caused 'Vary: Accept-Encoding' to be sent overwriting mo... | Brion Vibber | 2007-02-20 | 1 | -1/+1 |
* | Don't suppress gzip mode for zero-length output; failing to send the | Brion Vibber | 2007-02-20 | 1 | -1/+1 |
* | * Further fix to Special:Export etc; instead of trying to suppress those | Brion Vibber | 2007-02-20 | 1 | -2/+2 |
* | * Moved the main ob_start() from the default LocalSettings.php to WebStart.php. | Tim Starling | 2007-02-19 | 1 | -0/+64 |