(bug 37183) Removed hard coded parentheses in SpecialListfiles.php
[lhc/web/wiklou.git] / includes / OutputHandler.php
2012-05-31 Aaron SchulzMerge "Show revdel links instead of checkboxes on pages...
2012-05-29 Aaron SchulzMerge "wfProfileOut() for new return added in c6396...
2012-05-28 Aaron SchulzMerge "$wgUseSquid unused since parent commit (fa1a8d5)"
2012-05-24 Brion VIBBERMerge "[FileBackend] Added getScopedLocksForOps() funct...
2012-05-21 SiebrandMerge "(bug 25946) The message on the top of Special...
2012-05-20 Aaron SchulzMerge "multi dbms support in api"
2012-05-19 Aaron SchulzMerge "Title::moveToInternal doesn't return anything...
2012-05-18 ReedyMerge "fetchLanguageNames: fallback to default instead...
2012-05-18 Aaron SchulzMerge "Make errors from ArticleSave hooks propagate...
2012-05-18 Aaron SchulzMerge "Various fixes to Special:Mostlinked."
2012-05-17 Tim StarlingMerge "[FileBackend] Made it easy to use registed file...
2012-05-17 Tim StarlingMerge "[FileBackend] Syncing from journal support."
2012-05-15 Aaron SchulzMerge "Various fixes to Special:Mostcategories."
2012-05-15 Aaron SchulzMerge "Minor PECL client fixes"
2012-05-15 Aaron SchulzMerge "Add/update function level parameter documentation"
2012-05-15 Aaron SchulzMerge "Implemented a wrapper for the memcached PECL...
2012-05-14 Aaron SchulzMerge "Generalizing LinksUpdate to allow extensions...
2012-05-14 Tim StarlingMerge "Fix typo in comment"
2012-05-14 Tim StarlingMerge "[FileBackend] Added support for concurrent file...
2012-05-13 Aaron SchulzMerge "Introducing LinksUpdateTest."
2012-05-11 ReedyMerge "Integrating mobile device detection class into...
2012-05-11 DemonMerge "Added some more output to cleanupUploadStash...
2012-05-11 DemonMerge "Fix E_STRICT from I6d164e45c1e31d4f83e0fa390011c...
2012-05-11 DemonMerge "Added missing GPLv2 headers in some places."
2012-05-11 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-02-09 Antoine Mussodebug statements for HTMLFileCache / Output
2011-05-28 Sam ReedAnd more documentation. Yaaaay
2011-05-21 Sam ReedMore adding, updating and tweaking of documentation
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2010-08-14 Alexandre Emsenhuber* Standardised file description headers
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...