index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
OutputHandler.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorg: Move three output related classes to includes/Output/
Amir Sarabadani
2023-09-05
1
-206
/
+0
*
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
1
-3
/
+3
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
1
-3
/
+3
*
Remove Flash cross-domain policy mangling
Tim Starling
2022-07-22
1
-20
/
+0
*
Use name constants to access config settings.
daniel
2022-04-07
1
-2
/
+2
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-4
/
+5
*
Remove or replace usages of "sanity"
Reedy
2021-11-19
1
-1
/
+1
*
OutputHandler: Omit debug() call for common case
Timo Tijhof
2021-09-23
1
-8
/
+6
*
Fix $wgDisableOutputCompression and $phase checks in OutputHandler
Aaron Schulz
2021-09-22
1
-2
/
+12
*
Reapply Content-Length deferred updates patches
Tim Starling
2021-04-08
1
-12
/
+66
*
Don't send headers on ob_end_clean()
Tim Starling
2021-04-08
1
-1
/
+6
*
Revert "Avoid HTTP protocol errors when fastcgi_finish_request() is unavailable"
Reedy
2021-04-02
1
-65
/
+12
*
Avoid HTTP protocol errors when fastcgi_finish_request() is unavailable
Aaron Schulz
2021-03-24
1
-12
/
+65
*
Comments: use only // instead of more
DannyS712
2021-03-10
1
-1
/
+1
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-3
/
+3
*
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
[next]