follow-up r52858: remove unused "global $wgMessageCache;"
[lhc/web/wiklou.git] / includes / OutputPage.php
2009-07-08 Tim StarlingImplemented the PoolCounter feature and did some genera...
2009-07-07 Aryeh GregorUnify MonoBook <head> generation with legacy skins
2009-06-23 Andrew GarrettCore changes for r52307
2009-06-15 Siebrand MazelandFix double escaping issues. Related to r51559 and friends.
2009-06-15 Siebrand MazelandFollow-up to r50822. Add id="mw-returnto" to allow...
2009-06-09 Alexandre Emsenhuberadded tabs and new lines for better source readability
2009-06-07 Siebrand Mazeland* replace some use of deprecated makeKnownLinkObj(...
2009-05-30 Philip TzouFollow up on r51177. Need use is_array().
2009-05-30 Philip Tzou1. Follow up on r49157, r50902 and r50938. According...
2009-05-25 Niklas LaxströmWork around parser madness, because I have no idea...
2009-05-22 Niklas LaxströmEscaping fixes
2009-05-19 Siebrand MazelandFix typo in comment
2009-05-08 Siebrand MazelandUse link() instead of deprecated makeLinkObj() where...
2009-04-09 Robert Leverington* Strict Standards: Cannot assign by reference.
2009-04-09 Robert Leverington* Strict Standards: Only variables may be passed by...
2009-04-09 Alexandre Emsenhuber* removed useless $wgUser and $wgOut globalisation
2009-04-09 Remember the dot(bug 12998) Allow <sup>, <sub>, etc. in DISPLAYTITLE
2009-04-09 Chad HorohoeStage 2 of war on $wgTitle!! Make OutputPage, Skin...
2009-04-07 Chad HorohoeDocument OutputPage::out()
2009-04-01 Tim StarlingIn OutputPage::addScriptFile(): escape attributes for...
2009-03-18 Arash BoostaniFixed bug #11213 - [edit] section links in printable...
2009-03-18 Brion Vibber* (bug 17537) Disable bad zlib.output_compression outpu...
2009-03-16 Aryeh GregorRemove more "?>"
2009-03-16 Aryeh GregorAvoid "?>", messes up some syntax highlighters
2009-03-13 Aaron Schulz* Avoid double output on filecache failover
2009-03-08 Siebrand Mazeland* Use $wgLang->commaList( array ) instead of implode...
2009-02-20 Roan Kattouw(bug 17538) Use local URLs in <link>s
2009-02-19 Brion Vibber* (bug 16335) __NONEWSECTIONLINK__ magic word to suppre...
2009-02-04 Alexandre EmsenhuberRemoved check for empty( $action ), seems to be old...
2009-02-02 Philip Tzou1. Use param $ignoreOtherCond instead of $forTemplate...
2009-01-31 Andrew GarrettAllow af_public_comments to be wikitext.
2009-01-30 Raimond SpekkingRevert r46524 per Nikerabbits comment
2009-01-29 Raimond SpekkingAdd a newline in front of the message to avoid wrong...
2009-01-27 Brion VibberRoll back r46059, r46062 "(bug 1433) Add meta-informati...
2009-01-23 Philip TzouFind variant link of categories, to fix some strange...
2009-01-23 Danny B* + xml:lang
2009-01-23 Andrew Garrett(bug 1433) Add meta-information to pages with language...
2009-01-10 Alexandre EmsenhuberFix for r45648: only change page title if it's not...
2009-01-10 Shinjimanfollow up of r45642, only set page title when it is...
2009-01-10 Shinjiman* Fixing the caching issue by using -{T|xxx}- syntax...
2008-12-31 Brion VibberRevert r45063 "Move doNothing return check above global...
2008-12-31 Brion VibberPull back r45181 "(Bug 12998) Weaken DISPLAYTITLE resti...
2008-12-30 Aaron Schulz(Bug 12998) Weaken DISPLAYTITLE restictions (patch...
2008-12-27 Aaron SchulzMove doNothing return check above global declarations
2008-12-24 Aryeh GregorRevert revert I accidentally committed
2008-12-24 Aryeh GregorRevert "(bug 16707) Add "rel='next'" link to login...
2008-12-23 Aaron Schulz(bug 16707) Add "rel='next'" link to login page to...
2008-12-23 Brion VibberRevert r44801 "Tweaks from profiling"
2008-12-19 Aaron SchulzTweaks from profiling
2008-12-10 Brion VibberRevert r44271 "(bug 12998) Weaken DISPLAYTITLE resticti...
2008-12-06 Aaron Schulz(bug 12998) Weaken DISPLAYTITLE restictions (patch...
2008-11-24 Brion Vibber* Add guard exception in OutputPage::parse() for failur...
2008-11-18 Chad HorohoeBunch of globals laying around and nobody using them.
2008-11-08 Alexandre Emsenhuber(bug 15835) Added Content-Style-Type meta tag
2008-11-06 Siebrand MazelandConsistent casing for addHTML()
2008-11-01 Tim Starling* Rewrote wfArrayMerge() in terms of array plus
2008-10-22 Brion VibberAdd HTML <link rel="edit"> alongside the original Unive...
2008-10-19 Brion VibberBack out r42181 "(bug 6179) Actually the log for people...
2008-10-17 Aaron Schulz(bug 6179) Actually the log for people who can't edit
2008-10-10 Ryan Schmidt* integrating UniversalEditButton extension into core...
2008-10-06 Andrew Garrett(bug 15301) Fix up use of actions in display for permis...
2008-09-16 X!(bug 15617)
2008-09-15 Brion VibberRevert r40837, r40839, r40840 (bug 332 - broken UTF-8)
2008-09-15 Fran RogersAddendum to r40837: only validate/clean the body text...
2008-09-15 Fran RogersFix for bug #332 - all UTF-8 output is now cleaned...
2008-09-12 Alexandre Emsenhuberand pass the reason too *stab*
2008-09-12 Alexandre Emsenhuber$this is better that $wgOut :P
2008-09-12 Chad HorohoeNeeds mw- prefix.
2008-09-12 Chad HorohoeAdd a unique identifier for read-only pages.
2008-08-29 Tim Starling* Generalised OutputPage::checkLastModified() to allow...
2008-08-26 Brion VibberQuick hack to fix the broken hack noted in bug 15301
2008-08-22 Chad HorohoeRemove unused global.
2008-08-21 Alexandre EmsenhuberTweaks for skins:
2008-08-20 Brion Vibber* $wgAjaxSearch has been removed; use $wgEnableMWSugges...
2008-08-11 Aaron SchulzAdd prependHTML() for extensions to avoid direct field...
2008-08-11 Aaron SchulzAdd getRevisionId()
2008-08-10 Aaron SchulzAnother go at extension CSS order
2008-08-08 Brion VibberCleanup to r38831 -- don't check _just_ 'rss' and ...
2008-08-08 SQLFix bug 15016 - 'Templates used on this page' inconsist...
2008-08-08 Chad HorohoeAllow users to override the default site feed. (bug...
2008-08-05 Chad HorohoeRemove a few unused globals.
2008-08-05 Brion VibberCleanup to r38608 ("Refactor badaccess-groupX and frien...
2008-08-05 Chad HorohoeRefactor badaccess-groupX and friends to use User:...
2008-08-01 Alexandre EmsenhuberRemove call to Linker::postParseLinkColour() which...
2008-07-30 Chad HorohoeRemove unused $wgServer global.
2008-07-25 Aryeh GregorMove some member variable initialization to the declara...
2008-07-24 Aryeh GregorInstead of last commit, use $wgExemptFromUserRobotsCont...
2008-07-24 Aryeh GregorImplement $wgAllowUserRobotsControl to control whether...
2008-07-23 Aryeh Gregor(bug 8068) New __INDEX__ and __NOINDEX__ magic words...
2008-07-23 Aryeh GregorRefactor a bit preparatory to fixing bug 8068: rewrite...
2008-07-02 Brion VibberAttempt to clean up some of the insanity in creating...
2008-07-02 Daniel KinzlerAdd hook to replace logic for generating category links...
2008-06-30 Chad Horohoe(bug 14687) OutputPage::addStyle() now adds type="text...
2008-06-30 Aryeh GregorPut this is getHeadLinks() instead to reduce code dupli...
2008-06-30 Danny B* adding <meta name="generator" content="MediaWiki...
2008-06-13 Alexandre Emsenhuberfix for r36212: take care of the namespace too
2008-06-12 Chad Horohoe(bug 14500) - The sitefeed (RC) shouldn't show up on...
2008-06-10 Aaron SchulzUse nice wfArrayMerge(), rather than piece of shit...
2008-06-10 Aaron Schulz* Don't log patrol marking when not relevant
2008-05-23 Andrew GarrettCore changes for GlobalBlocking and TorBlock extensions...
next