Reconcept cl_raw_sortkey as cl_sortkey_prefix
[lhc/web/wiklou.git] / includes / OutputHandler.php
2010-07-23 Tim StarlingSend XVO headers only if $wgUseXVO is true.
2010-02-11 Aryeh GregorWar on xml:lang
2010-01-14 Platonides(bug 22034) use wfClientAcceptsGzip() in wfGzipHandler...
2010-01-09 Siebrand MazelandRevert 60864: "Use wfClientAcceptsGzip() in wfGzipHandl...
2010-01-09 Siebrand Mazeland(bug 22034) Use wfClientAcceptsGzip() in wfGzipHandler...
2009-12-15 Alexandre EmsenhuberReplaced all @fixme with "@todo Fixme" since doxygen...
2009-11-14 OverlordQCode cleanup, covert leading spaces into tabs per codin...
2009-08-28 Domas Mituzassweet spot for compression, per:
2009-01-27 Siebrand MazelandRe-revert r46344 because of crossing commits (r46346)
2009-01-27 Siebrand MazelandRevert r46344. PHP Fatal error: Class 'MWTidy' not...
2009-01-27 Alexandre EmsenhuberPer Brion's comment on mediawiki.org/wiki/Special:Code...
2009-01-24 Alexandre EmsenhuberTweaks for the "Whole HTML Validation" feature:
2008-05-30 Tim StarlingFixed excessive memory usage in PCRE in wfMangleFlashPo...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-02-18 Tim Starling* Introduced OutputPage::addWikiMsg() and OutputPage...
2008-02-08 Tim StarlingAdd an X-Vary-Options header, as per my proposed squid...
2007-10-29 Brion Vibber* (bug 11795) Be more paranoid about confirming accept...
2007-07-19 Brion VibberDon't do gzip compression if the URL path ends in ...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-02-20 Brion VibberFix regression: typo caused 'Vary: Accept-Encoding...
2007-02-20 Brion VibberDon't suppress gzip mode for zero-length output; failin...
2007-02-20 Brion Vibber* Further fix to Special:Export etc; instead of trying...
2007-02-19 Tim Starling* Moved the main ob_start() from the default LocalSetti...