aboutsummaryrefslogtreecommitdiffstats
path: root/includes/OutputHandler.php
Commit message (Expand)AuthorAgeFilesLines
* Remove $wgUseKeyHeader and OutputPage::getKeyHeader(), deprecated in 1.32C. Scott Ananian2019-06-191-4/+0
* Simplify a few list() that only care about the first elementThiemo Kreuz2019-05-171-1/+1
* Immediately drop wgValidateAllHtml and related codeJames D. Forrester2018-04-101-86/+1
* Convert OutputHandler functions to a classTimo Tijhof2018-03-201-183/+192
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* SECURITY: Improve cross-domain-policy manglingBrad Jorsch2016-05-201-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-4/+4
* Replace "squid" with "CDN" in various commentsAaron Schulz2015-12-091-1/+1
* Replace XVO with support for the Key HTTP headerFaidon Liambotis2015-10-071-3/+3
* Fix case insensitive string comparison for http header namesSergio Santoro2014-12-121-1/+2
* Make calling wfMangleFlashPolicy configurablecsteipp2014-11-191-2/+4
* Make phpcs-strict pass on includes/ (2/~10)Siebrand Mazeland2014-05-111-1/+4
* Fixed some @params documentation (includes/*)umherirrender2014-04-201-5/+5
* Fix fatal error when $wgValidateAllHtml is enabled and apache_request_headers...Alexandre Emsenhuber2013-07-251-5/+13
* Drop support for XHTML 1.0Daniel Friesen2013-05-151-23/+25
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-7/+7
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-1/+1
* (bug 43218) Fixing PHP notice: undefined SERVER_PROTOCOL keyDereckson2012-12-181-1/+1
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-101-3/+3
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-111-1/+16
* debug statements for HTMLFileCache / OutputAntoine Musso2012-02-091-1/+7
* And more documentation. YaaaaySam Reed2011-05-281-1/+3
* More adding, updating and tweaking of documentationSam Reed2011-05-211-0/+18
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-1/+1
* * Standardised file description headersAlexandre Emsenhuber2010-08-141-0/+5
* Send XVO headers only if $wgUseXVO is true.Tim Starling2010-07-231-1/+4
* War on xml:langAryeh Gregor2010-02-111-1/+1
* (bug 22034) use wfClientAcceptsGzip() in wfGzipHandler instead of reimplement...Platonides2010-01-141-6/+3
* Revert 60864: "Use wfClientAcceptsGzip() in wfGzipHandler." Causes PHP Notice...Siebrand Mazeland2010-01-091-3/+6
* (bug 22034) Use wfClientAcceptsGzip() in wfGzipHandler. Patch by Platonides.Siebrand Mazeland2010-01-091-6/+3
* Replaced all @fixme with "@todo Fixme" since doxygen doesn't have a @fixme co...Alexandre Emsenhuber2009-12-151-1/+1
* Code cleanup, covert leading spaces into tabs per coding styleOverlordQ2009-11-141-2/+2
* sweet spot for compression, per:Domas Mituzas2009-08-281-1/+1
* Re-revert r46344 because of crossing commits (r46346)Siebrand Mazeland2009-01-271-43/+5
* Revert r46344. PHP Fatal error: Class 'MWTidy' not found in /var/www/w/inclu...Siebrand Mazeland2009-01-271-5/+43
* Per Brion's comment on http://www.mediawiki.org/wiki/Special:Code/MediaWiki/4...Alexandre Emsenhuber2009-01-271-43/+5
* Tweaks for the "Whole HTML Validation" feature:Alexandre Emsenhuber2009-01-241-9/+47
* Fixed excessive memory usage in PCRE in wfMangleFlashPolicy(). Was causing OO...Tim Starling2008-05-301-1/+6
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-5/+4
* * Introduced OutputPage::addWikiMsg() and OutputPage::wrapWikiMsg(), to make ...Tim Starling2008-02-181-2/+71
* Add an X-Vary-Options header, as per my proposed squid patchTim Starling2008-02-081-0/+1
* * (bug 11795) Be more paranoid about confirming accept-encoding header is pre...Brion Vibber2007-10-291-4/+6
* Don't do gzip compression if the URL path ends in .gz or .tgzBrion Vibber2007-07-191-18/+55
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Fix regression: typo caused 'Vary: Accept-Encoding' to be sent overwriting mo...Brion Vibber2007-02-201-1/+1
* Don't suppress gzip mode for zero-length output; failing to send theBrion Vibber2007-02-201-1/+1
* * Further fix to Special:Export etc; instead of trying to suppress thoseBrion Vibber2007-02-201-2/+2
* * Moved the main ob_start() from the default LocalSettings.php to WebStart.php. Tim Starling2007-02-191-0/+64