Style fixes
[lhc/web/wiklou.git] / includes / OutputPage.php
2010-03-21 Aryeh GregorStyle fixes
2010-03-13 Happy-melonFollow-ups from r63682 CR suggestions.
2010-03-13 Happy-melonAllow OutputPage::addReturnTo() to set the text of...
2010-03-05 Ilmari Karonen(bug 10183) allow users to add custom css/js for all...
2010-02-26 Mark A. Hershbergerfollow-up r61836 - allow any URL
2010-02-24 Niklas LaxströmTidy up OutputPage::includeJQuery
2010-02-11 Aryeh GregorWar on xml:lang
2010-02-09 Tim StarlingRevert r58635 and related, unnecessary and incorrect...
2010-02-05 Aryeh GregorRemove extra space in <html> from version="" stuff
2010-02-03 Roan KattouwUse wfAppendQuery() instead of "$path?$wgStyleVersion...
2010-02-02 Alexandre EmsenhuberFollow-up r61806: also escape tag in getPageTitle()
2010-02-02 Roan KattouwFix r61838: add /common
2010-02-02 Roan KattouwFix hardcoding of /skins in OutputPage::addJQuery()
2010-02-02 Roan KattouwAllow external URLs (e.g. bits.wikimedia.org/foo) in...
2010-02-01 Alexandre EmsenhuberFixes to OutputPage's documentation
2010-01-30 Alexandre EmsenhuberPer Nikerabbit, follow-up to r61690: document $interfac...
2010-01-29 Alexandre EmsenhuberStep two in fixing OutputPage's documentation, more...
2010-01-28 Alexandre EmsenhuberStep one in fixing OutputPage's documentation:
2010-01-27 Tim StarlingNo jquery.ui for now.
2010-01-27 Tim Starling* Moved js2stopgap.js to skins/common/jquery.js, like...
2010-01-27 Chad HorohoeFix isSyndicated() description too
2010-01-27 Chad HorohoeMake isSyndicated() return a boolean like its name...
2010-01-26 Alexandre EmsenhuberAnd while I'm at it: removed unused global declarations...
2010-01-26 Alexandre EmsenhuberFollow-up r61021: added some documentation per Tim...
2010-01-24 Aryeh GregorUse Html::linkedScript()
2010-01-23 Niklas LaxströmUse Html::element instead of Xml::element
2010-01-23 Niklas LaxströmPart 2 at solving conflict with vector and js edit
2010-01-23 Alex ZFix for r61391, which broke user JS. Use makeTitleSafe...
2010-01-22 Niklas LaxströmWrap skin specific user js addition inside Title::exists
2010-01-17 Aryeh GregorUse getTitle() instead of mTitle
2010-01-16 Sam Reed* (bug 22061) API: add prop=headitems to action=parse
2010-01-15 Mark A. Hershbergerfollow up r60832 and follow up r60763
2010-01-15 Aryeh GregorMerge all skins' output of opening <body> tag
2010-01-15 Aryeh GregorRemove OutputPage::{get,set}OnloadHandler()
2010-01-14 Platonides(bug 19226) First line renders differently on many...
2010-01-13 Aryeh GregorOnly advertise RSS feeds by default, not Atom
2010-01-13 Alexandre Emsenhuber* (bug 21738) Fix for r57119: OutputPage::setSyndicated...
2010-01-07 Mark A. HershbergerRefactor LanguageConversion so that title conversion...
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2009-12-22 Philip Tzoufollow-up r60272 and r60292. replace getText with getCheck.
2009-12-22 Philip Tzoufollow-up r60272. replace $_GET with $wgRequest->getText.
2009-12-21 Philip Tzoufollow-up r59522. follow Tim's suggestion to serve...
2009-12-20 Alexandre EmsenhuberFix OutputPage::addReturnTo() and OutputPage::returnToM...
2009-12-04 Aryeh GregorAdd DTD to fix well-formedness errors in HTML5
2009-12-01 Alexandre Emsenhuber* (bug 21574) Redirects can now have "303 See Other...
2009-11-29 Philip Tzoufollow-up r59522, r59523, r59527, r59529, r59530.
2009-11-28 Philip Tzoubug 21672: Add Accept-Language to Vary and XVO headers...
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-11-19 Daniel FriesenAdd a wgCategories variable to the js variables so...
2009-11-14 OverlordQCode cleanup, covert leading spaces into tabs per codin...
2009-11-13 Daniel Kinzleradd a version attribute to the <html> tag if RDFa is...
2009-11-12 Aryeh GregorUpper-case DOCTYPE in HTML5 for well-formedness
2009-11-07 Michael Dale(missing .= part) r58512#c4384
2009-11-06 Ariel Glennno pass-by-ref needed for CacheHeadersAfterSet
2009-11-06 Ariel GlennAdd hook CacheHeadersAfterSet to permit override of...
2009-11-04 Michael Dale* set $wgScriptModifiedMsgCheck to off by default
2009-11-04 Michael Dale* ( bug 21373 ) improved mwEmbed localization support
2009-10-24 Michael Dale* improved script loader language support
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
next