FU r106770: fixed the other getTransform() call
[lhc/web/wiklou.git] / includes / SkinTemplate.php
2011-12-15 Sam ReedAdd a TODO with regards to existing mysql4 schemas..
2011-12-12 Daniel FriesenReplace get{Local,Full,Link,Canonical}URL's $variant...
2011-12-11 Daniel FriesenIntroduce a Language::getHtmlLang method which returns...
2011-12-11 Alexandre EmsenhuberMoved view count from WikiPage to Title; avoids an...
2011-12-10 Alexandre EmsenhuberFactorise calls to $this->getTitle() in SkinTemplate...
2011-12-10 Alexandre Emsenhuber* Added revision's timestamp to OutputPage along with...
2011-11-30 Brion Vibber* (bug 4901) lang, hreflang attributes added to sidebar...
2011-11-28 Sam Reed* (bug 32276) Skins were generating output using the...
2011-11-27 Alexandre Emsenhuber* Use WikiPage instead of Article in Skin and SkinTemplate
2011-11-26 Sam ReedFollowup r102624
2011-11-23 Chad Horohoe(bug 29475) Remove "trackback" feature entirely from...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-17 Antoine Mussoskip Media: links in addition to Special: links
2011-11-14 Daniel FriesenAdd isset tests to stuff inside BaseTemplate::getToolbox.
2011-11-10 Daniel FriesenAdd a new User::getDisplayName() to return the name...
2011-11-07 Alexandre Emsenhuber* Fix checks to show whether "edit" and "addsection...
2011-11-06 Alexandre Emsenhuber* Only show "view" tabs when the user hasn't the permis...
2011-11-06 Alexandre Emsenhuber* Moved the language variant check inside the "not...
2011-11-02 Aaron SchulzMake use of Title::isSpecialPage() in various places
2011-11-01 Alexandre Emsenhuber* Create all items in $nav_urls at the beginning so...
2011-10-28 Alexandre Emsenhuber* Use local context to get messages
2011-10-27 PlatonidesRemoval of unused globals
2011-10-23 Alexandre EmsenhuberCheck first that $wgDisableLangConversion is false...
2011-10-09 Daniel FriesenFix up makeLinkItem and makeLink:
2011-09-27 Daniel FriesenFollowup r98210; Add an ugly hack to support old extens...
2011-09-27 Daniel FriesenAdd getSidebar method to BaseTemplate to simplify the...
2011-09-22 Robin PepermansRe-do r96798 ("LanguageConverter now depends on the...
2011-09-16 Sam ReedRevert r91561
2011-09-14 Niklas LaxströmRevert r96798 - makes parser go infinite loop somewhere
2011-09-11 Robin Pepermans(Bug 30364) LanguageConverter should depend on the...
2011-09-10 Alexandre EmsenhuberCall Linker::titleAttrib() statically
2011-09-07 Daniel FriesenFollowup r96217, slight regression use rawElement not...
2011-09-06 Sam Reed-rakkaus/#mediawiki-i18n- [06-Sep-2011 19:12:04] PHP...
2011-09-05 Daniel FriesenAnother thing that's been bothering me, skins shouldn...
2011-09-04 Daniel FriesenFollowup r87340: Post-hook swap bodytext into a new...
2011-09-01 Daniel FriesenKill off use of $wgRequest, $wgUser, and $wgLang in...
2011-08-10 Robin PepermansRe-add historysubmit, removed in r92984. This broke...
2011-08-03 Alexandre EmsenhuberJust call $wgOut->parse() instead of doing a lot of...
2011-07-27 Alexandre Emsenhuber* Changed OutputPage::$mIsArticle flag to be false...
2011-07-26 Happy-melon(bug 15641) prevent blocked administrators from accessi...
2011-07-24 Alexandre EmsenhuberSome misc fixes to Skin and SkinTemplate:
2011-07-22 Alexandre EmsenhuberReduce a bit the coupling between Skin and OutputPage:
2011-07-21 Roan KattouwAddress fixme on r86697: simplify the code a lot by...
2011-07-21 Alexandre EmsenhuberRemoved SkinTemplateSetupPageCss hook and SkinTemplate...
2011-07-21 Alexandre Emsenhuber* Made Skin::userCanPreview() use Title::getUserPermiss...
2011-07-19 PlatonidesSpacing, removed unneded global.
2011-07-11 Alexandre EmsenhuberRemoved print and render actions from the check:
2011-07-11 Robin PepermansBetterDirectionality fixes:
2011-07-06 Brian Wolff(Bug 19725) Do not include suppressed edits in the...
2011-07-06 Robin Pepermans(bug 6100; follow-up to r91315) Being bold and removing...
2011-07-04 Alexandre EmsenhuberChanged calls to Linker::tooltipAndAccesskeyAttribs...
2011-06-26 Mark A. HershbergerApply rgcjones' patch for Bug#29533:
2011-06-24 Robin PepermansDirectionality improvements as part of bug 6100 (under...
2011-06-22 Robin PepermansDirectionality improvements as part of bug 6100 (under...
2011-06-18 Robin PepermansAddress comment by Platonides on r90320:
2011-06-17 Robin PepermansFollow-up to r90265: directionality improvements as...
2011-06-17 Robin PepermansImprove lang and dir of content div (when $wgBetterDire...
2011-06-16 Tim StarlingRemoved $wgProto. Previously, setting this undocumented...
2011-06-15 Aaron SchulzBroke some long lines
2011-06-06 KrinkleWatchAction requires token (BREAKING CHANGE)
2011-05-26 Sam ReedMore documentation tweaks/additions
2011-05-23 Alexandre Emsenhuber* Simplify message existence checks by using wfMessage...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-06 Sam ReedFix fail attempt at passing string by reference in...
2011-05-06 Sam ReedKill off the long deprecated $wgInputEncoding and ...
2011-05-04 Daniel FriesenDrop the $out params I added before I added context...
2011-05-03 Alexandre EmsenhuberMoved "printfooter" and debug HTML away from "bodytext...
2011-05-03 Alexandre EmsenhuberRemoved Skin::$usercss, always false, nothing sets...
2011-05-02 Alexandre EmsenhuberGet the revision ID from the OutputPage object instead...
2011-04-22 Roan Kattouw(bug 26603) Followup r82232: fix double-escaping of...
2011-04-21 Alexandre EmsenhuberUse Profiler::instance() instead of $wgProfiler
2011-04-17 Happy-melonRefactor the factory/i18n/list/etc static methods from...
2011-04-16 Happy-melonFix some type hints, documentation and potentially...
2011-04-16 Max SemenikPrevent bug 17790 from reappearing on Special:Preferences
2011-04-14 Happy-melonFollow-up r 86041 per CR and IRC:
2011-04-11 Paul CoppermanFix some Notices:
2011-04-03 Daniel FriesenContinue with r85240; Move getSkin from User to Request...
2011-04-02 Alexandre Emsenhuber* Moved all <link> definitions in OutputPage::getHeadLi...
2011-03-15 Daniel FriesenFix bug 28053. Just move createacount link stuff out...
2011-03-12 Happy-melonFollow-up r83786: update references in SpecialPage...
2011-03-03 Daniel FriesenReduce usage of $wgOut inside Skin.
2011-02-23 Sam ReedUnunsed variables
2011-02-18 Alexandre Emsenhuber* Use appendQueryValue() instead of appendQuery() so...
2011-02-18 Sam ReedRemove unreachable line in DifferenceEngine
2011-02-18 Sam ReedFixup assignment in conditional
2011-02-16 Roan Kattouw(bug 26603) returnto parameter in login link not escape...
2011-02-12 Alexandre EmsenhuberMoved wfGetSiteNotice(), wfGetNamespaceNotice() and...
2011-02-12 Alexandre EmsenhuberNo need to set a new MediaWiki_I18N object, already...
2011-02-04 Happy-melonFollow-up r64670 (bug22929): cleaner implementation...
2011-02-03 Daniel FriesenCommit some fixes for comments on r77741
2011-01-31 Chad HorohoeStupid references, stupid PHP. I blame Nikerabbit ...
2011-01-31 Chad HorohoeRemove a bunch of useless $wgOuts. Just pass them like...
2011-01-26 Chad HorohoeLast $wgArticle junk in Skin(Template). Just pass the...
2011-01-26 Chad Horohoesyntax error, stupid me
2011-01-26 Chad HorohoeFollowup r81034, remove the global statements
2011-01-26 Chad HorohoeFirst round of $wgArticle removals
2011-01-14 Daniel FriesenFix r79383, I used Message->plain() under the impressio...
2011-01-14 Daniel FriesenFix bug 14267 by adding support for a MediaWiki:Mainpag...
2011-01-14 Daniel FriesenSupport talk page tab messages like MediaWiki:Nstab...
2011-01-13 Daniel FriesenFix bug 26034; Make the View / Read tab in content_navi...
next