Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org...
[lhc/web/wiklou.git] / includes / Skin.php
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-05-04 Daniel FriesenDrop the $out params I added before I added context...
2011-05-04 Daniel FriesenAdd proper $out setting to Skin::getCategories which...
2011-05-04 Chad HorohoeAdd hack to shut up fatals when getCategories() is...
2011-05-03 Alexandre EmsenhuberRemoved Skin::$usercss, always false, nothing sets...
2011-05-02 Alexandre EmsenhuberTypo Typo Typo
2011-05-02 Alexandre Emsenhuber* Removed Skin::reallyGenerateUserStylesheet() nothing...
2011-05-02 Alexandre EmsenhuberMoved Skin::$mWatchLinkNum to SkinLegacy since it's...
2011-05-02 Alexandre EmsenhuberGet the revision ID from the OutputPage object instead...
2011-04-25 Siebrand MazelandRevert r86872: Breaks LiquidThreads page moves with...
2011-04-25 Happy-melonImplement an interface and abstract class to hold the...
2011-04-22 Alexandre EmsenhuberUse wfMsgExt() instead of wfMsgReal()
2011-04-17 Happy-melonRefactor the factory/i18n/list/etc static methods from...
2011-04-16 Happy-melonFix fatal in Standard skin.
2011-04-16 Happy-melonUpdate Skin.php to not call the now-separate Linker...
2011-04-07 Roan KattouwFor bug 27488: move the startup script, jquery+mediawik...
2011-04-04 Tim StarlingThe beginnings of HipHop compiled mode support. It...
2011-04-04 Tim StarlingFix for r85244: HipHop does not support the static...
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
next