Remove a dead patch of Skin code that was migrated completely into SkinLegacy and...
[lhc/web/wiklou.git] / includes / Skin.php
2011-04-04 Daniel FriesenRemove a dead patch of Skin code that was migrated...
2011-04-03 Daniel FriesenFix use of mUser noted by c15657 on r85250.
2011-04-03 Daniel FriesenContinue with r85240; Move getSkin from User to Request...
2011-04-03 Daniel FriesenFollowup r85244; Fix a small issue with the case of...
2011-04-03 Daniel FriesenDrop connetion between Skin and Linker and turn Linker...
2011-04-02 Alexandre Emsenhuber* Moved all <link> definitions in OutputPage::getHeadLi...
2011-03-26 Happy-melonFollow-up r83336, r83460: abandon hardcoded styles...
2011-03-07 Alexandre Emsenhuber* Make Skin::formatDebugHTML() work with $wgDebugTimest...
2011-03-07 Antoine MussoRemove second parameters from wfEmptyMsg() calls
2011-03-07 Antoine MussoKeep monospace as a fallback for HTML debugging
2011-03-05 Antoine MussoUse 'Courier new' for $wgShowDebug HTML output
2011-03-05 Happy-melonInclude MediaWiki:Noscript.css in <noscript></noscript...
2011-03-03 Daniel FriesenReduce usage of $wgOut inside Skin.
2011-03-01 Alexandre EmsenhuberPer Reedy, fix for r82034: forgot to change a wfGetCach...
2011-02-19 Sam ReedImprove method documentation
2011-02-19 Alexandre EmsenhuberFollow-up r82452: need to transform entries sinces...
2011-02-19 Alexandre Emsenhuber* Use $this->mTitle instead of $wgTitle
2011-02-18 Sam ReedRemove unreachable line in DifferenceEngine
2011-02-16 Happy-melonCreate a user.groups module in ResourceLoader, which...
2011-02-16 Happy-melonrevert r82283, loads of unrelated changes
2011-02-16 Happy-melonCreate a user.groups module in ResourceLoader, which...
2011-02-16 Alexandre EmsenhuberMoved Skin::makeGlobalVariablesScript() to OutputPage...
2011-02-16 Roan KattouwFix fatal in r82258
2011-02-16 Roan KattouwPer Philip Tzou, move wgUserVariant from the set of...
2011-02-12 Alexandre EmsenhuberMoved wfGetSiteNotice(), wfGetNamespaceNotice() and...
2011-02-09 Raimond SpekkingFollow-up r81604: Prefix new classes with 'mw-' per...
2011-02-06 Ilmari Karonen(bug 23315) Add new body classes to allow easier stylin...
2011-02-04 Daniel FriesenCompletely remove support for legacy style skins. All...
2011-02-03 Daniel FriesenCommit some fixes for comments on r77741
2011-01-26 Chad HorohoeLast $wgArticle junk in Skin(Template). Just pass the...
2011-01-26 Chad HorohoeFollowup r81034, remove the global statements
2011-01-26 Chad HorohoeFirst round of $wgArticle removals
2011-01-23 Derk-Jan HartmanPort the remaining Skin.php skins standard(classic...
2011-01-11 Niklas LaxströmUse same wording as in skintemplate
2011-01-11 Alexandre EmsenhuberSeems there was a logic error in r80001 :)
2011-01-11 Alexandre EmsenhuberSimplify a bit:
2011-01-06 PlatonidesRemove unused global $wgRestrictionTypes, changed into...
2011-01-05 Bryan Tong Minh(bug 26574) Added 'upload' to $wgRestrictionTypes,...
2011-01-04 Alexandre EmsenhuberUse $this->mTitle instead of $wgArticle->getTitle()
2011-01-04 Tim StarlingFix for bug 26561: clickjacking attacks. See the bug...
2011-01-01 Daniel FriesenImplement "relevant" title and user in the skin system...
2010-12-26 PlatonidesWhen running phpunit with globals backup, $skinsInitial...
2010-12-26 Daniel FriesenChanging the skin loader to load classes using the...
2010-12-16 Happy-melonFollow-up r77762 per CR, and an unrelated one-character...
2010-12-05 Daniel FriesenMake footerLink a public method, this method is useful...
2010-12-05 Daniel FriesenFolowup r77763, add documentation for $wgFooterIcons.
2010-12-05 Niklas LaxströmFollow-up r77763, get rid of boolean param and whitespa...
2010-12-05 Daniel FriesenTake the footer icon html building common to all 3...
2010-12-05 Daniel FriesenAdd method documentation for getCommonStylePath and...
2010-12-04 Daniel FriesenFixme fixme... typo typo... fix r77726's broken fix.
2010-12-04 Daniel FriesenFollow up r77718, fix broken inconsistent use of $fname...
2010-12-04 Daniel FriesenImplement getSkinStylePath and getCommonStylePath for...
2010-11-14 Raimond SpekkingFollow-up r76434, r76570,r76668: Pass skin object per CR
2010-11-14 Raimond SpekkingFollow-up r76434, r76570: Add skinname per CR
2010-11-10 Raimond Spekking* (bug 22463) Add hook 'SkinGetPoweredBy' to make ...
2010-10-31 Sam ReedRemove a few more unused variables
2010-10-31 Philip TzouFollowup r75719. Typo.
2010-10-31 Philip TzouFollowup r75617. Fix spelling mistake.
2010-10-29 Bryan Tong MinhFollow-up r75621: Check for $wgEnableAPI before adding...
2010-10-28 Bryan Tong Minh(bug 25648) API discovery information has been added...
2010-10-28 Philip Tzou1. Revert the complicated redirection I made in r59754;
2010-10-15 PlatonidesCreate a new ParserOptions()
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-04 Daniel FriesenClean up names of my bodyAttr hooks on Brion's recomend...
2010-10-03 Daniel FriesenAdd to OutputPage::headElement a OutputPageBodyAttrs...
2010-09-27 Trevor Parscal* Improved on r73567, this makes WebRequest::getFuzzyBo...
2010-09-27 Chad HorohoeFix a bunch of '? true : false' instances
2010-09-26 Alexandre Emsenhuber* (bug 25292) SkinSubPageSubtitle hook now passes the...
2010-09-24 Trevor Parscal* Fixed bug #25281 by adding special treatment for...
2010-09-16 Chad HorohoeFix a bunch of notices. Error was "Notice: Found alias...
2010-09-14 Trevor Parscal* Added exporting of user preferences
2010-09-14 Niklas LaxströmSet caller for LinkBatch
2010-09-11 PlatonidesCode cleanup: unused globals, empty statements, typos...
2010-09-11 Trevor ParscalMoved a config back to Skin::makeGlobalVaiablesScript...
2010-09-11 Trevor ParscalMajor refactoring of site and user CSS, creating Resour...
2010-09-10 Trevor ParscalAdjusted a comment
2010-09-10 Trevor ParscalResourceLoaderSiteModule now supports CSS too!
2010-09-08 Trevor ParscalSplit mediawiki.legacy.shared into mediawiki.legacy...
2010-09-04 Siebrand MazelandMore whitespace updates for files touched in r72342:
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-09-04 Mark A. Hershbergerw/s changes
2010-08-24 Sam ReedUpdate SkinAfterContent hook to pass the current skin too
2010-07-25 Sam ReedChange some more to parent::
2010-07-24 Sam ReedRemoval of unused globals
2010-07-21 Raimond SpekkingShow the copyright message in user preference language...
2010-07-16 Derk-Jan HartmanFollow up to r66383. When init of skin fails, make...
2010-07-16 Derk-Jan HartmanWhen we have a bogus useskin value, fallback to $wgDefa...
2010-07-02 Bryan Tong Minh(bug 24212) Added MediaWiki:ImagePage.css which is...
2010-06-29 Tim StarlingRevert r66835, r66846: it's too late to break interface...
2010-06-20 Derk-Jan HartmanFollow up r66566. Rename uploadLink() to getUploadLink...
2010-06-19 Derk-Jan HartmanUse the helper function Title::newMainPage() instead...
2010-06-15 Derk-Jan HartmanAdd the titles of interlanguage links to the tooltip...
2010-06-06 Alexandre Emsenhuberremoved unused global
2010-06-03 Trevor ParscalRevert r66608: This goes against an intentional design...
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-27 PlatonidesFollow up r66974. Paste error.
2010-05-27 Platonides(Bug 21278) Allow wiki markup to the sidebar
2010-05-24 PlatonidesFollow up r66835. Some people use direct urls in MediaW...
2010-05-24 PlatonidesFollow up r62958. addToSidebar() was added in r59215...
2010-05-18 Happy-melonFollow up r63707: update the default link colour in...
next