Fix retarded mistake in 57997, move break to within the if block or it defeats the...
[lhc/web/wiklou.git] / includes / OutputPage.php
2009-10-10 Alexandre Emsenhuber* (bug 21074) Don't call $wgUser->getSkin() in OutputPa...
2009-10-07 Brion Vibbercheck that $this->mTitle isn't empty before checking...
2009-10-07 Brion VibberMerge r57468 fix from wmf-deployment... fixes $wgStyleP...
2009-09-30 Andrew GarrettRe-work feed exposure system.
2009-09-30 Michael Dale* restored script order per r56746#c4198
2009-09-24 Alexandre EmsenhuberAdd new line after generating <script> calling mwScript...
2009-09-22 Alexandre Emsenhuber* (bug 20631) Preview of personal JavaScript and CSS...
2009-09-22 Siebrand MazelandFollow-up to r56746: prevent notices by adding global...
2009-09-22 Michael Dale* (bug 20720) moved userjs and sitejs to after core...
2009-09-21 Alexandre EmsenhuberJust a little cosmetic change, removed empty line in...
2009-09-18 Niklas LaxströmUse Html:: functions
2009-09-17 Michael Dale* removed "== true"
2009-09-17 Michael Dale* adds $wgEnableJS2system check for $wgUseAJAXCategorie...
2009-09-17 Siebrand MazelandAdd setting $wgAJAXCategoriesNamespaces to allow config...
2009-09-17 Michael Dale* Enhanced OutputPage to support js2 style javascript...
2009-09-16 Brion VibberFix for wikibits.js loading when $wgStylePath != "...
2009-09-13 TobiasFollow-up on r56251 - merging showLogs and showLogExtract
2009-09-13 TobiasCreating new function wgOutput->showLogs and including...
2009-09-10 Michael Dalemore (bug 20336)
2009-09-10 Tim StarlingComments and whitespace fixes only.
2009-09-09 Michael Dale* (bug 20336) changed json_decode json_encode to static...
2009-09-08 Andrew GarrettAdd AJAX category management system. Includes suggestio...
2009-09-07 Domas MituzasUniversalEditButton microoptimization :)
2009-09-07 Aryeh GregorRefactor redundant attrib dropping into new method
2009-09-03 Alexandre Emsenhuber* (bug 20494) OutputPage::getArticleBodyOnly() no longe...
2009-08-31 Happy-melon(bug14900) Make __INDEX__ and __NOINDEX__ not override...
2009-08-22 Brion VibberClean up some of the unnecessary tabs splattered throug...
2009-08-22 Brion VibberPet peeve time: reduce clutter from common $wgContLang...
2009-08-18 Aryeh GregorRemove all usage of projection stylesheets
2009-08-11 Chad HorohoeSome unused $wgStyleVersions.
2009-08-11 Aryeh GregorFor HTML 5, drop type="" attributes for CSS/JS
2009-08-10 Brion VibberReverting r54695 'Remove extraneous type="" for CSS...
2009-08-10 Aryeh GregorRemove extraneous type="" for CSS/JS in HTML 5
2009-08-07 Michael Dalefixed bug in addClass append
2009-08-05 Alexandre Emsenhuber* use wfScript() in OutputPage to build the url for...
2009-07-31 Trevor ParscalAdded evil hack for Opera projection css media mode...
2009-07-31 Niklas LaxströmPHP Fatal error: Call to a member function exists...
2009-07-26 Chad HorohoePer bug 19943, improve docs on addExtensionStyle()...
2009-07-24 Brion Vibber* (bug 19849) Custom X-Vary-Options header now disabled...
2009-07-19 Brion Vibber* (bug 19761) Removed autogenerated <meta keywords...
2009-07-16 Trevor ParscalFixed bug that caused the last parameter of the generat...
2009-07-15 Aryeh GregorRemove some XML cruft from HTML 5
2009-07-15 Alexandre Emsenhuberfix for r53282: split() -> explode() the former is...
2009-07-15 Niklas LaxströmCouple of issues in r53270: use accessor method and...
2009-07-15 Jack Phoenixfollow-up to r53282:
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-07-14 Roan KattouwAdd returntoquery= parameter to Special:Userlogin which...
2009-07-12 Aryeh GregorFix for r53034: left off \n on doctype
2009-07-10 Aryeh GregorExperimentally enable HTML 5 doctype
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...
next