aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SkinTemplate.php
Commit message (Expand)AuthorAgeFilesLines
* * (bug 4901) lang, hreflang attributes added to sidebar interlanguage linksBrion Vibber2011-11-301-1/+3
* * (bug 32276) Skins were generating output using the internal page title whic...Sam Reed2011-11-281-5/+13
* * Use WikiPage instead of Article in Skin and SkinTemplateAlexandre Emsenhuber2011-11-271-4/+4
* Followup r102624Sam Reed2011-11-261-9/+10
* (bug 29475) Remove "trackback" feature entirely from core. This has been disa...Chad Horohoe2011-11-231-19/+1
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-4/+4
* skip Media: links in addition to Special: linksAntoine Musso2011-11-171-1/+1
* Add isset tests to stuff inside BaseTemplate::getToolbox.Daniel Friesen2011-11-141-7/+7
* Add a new User::getDisplayName() to return the name that should be displayed ...Daniel Friesen2011-11-101-2/+4
* * Fix checks to show whether "edit" and "addsection" tabs should be marked as...Alexandre Emsenhuber2011-11-071-24/+18
* * Only show "view" tabs when the user hasn't the permission to read the page ...Alexandre Emsenhuber2011-11-061-135/+124
* * Moved the language variant check inside the "not a special page" check inst...Alexandre Emsenhuber2011-11-061-30/+30
* Make use of Title::isSpecialPage() in various placesAaron Schulz2011-11-021-5/+5
* * Create all items in $nav_urls at the beginning so that we don't need to bot...Alexandre Emsenhuber2011-11-011-46/+31
* * Use local context to get messagesAlexandre Emsenhuber2011-10-281-32/+53
* Removal of unused globalsPlatonides2011-10-271-1/+0
* Check first that $wgDisableLangConversion is false and we are not in a specia...Alexandre Emsenhuber2011-10-231-25/+25
* Fix up makeLinkItem and makeLink:Daniel Friesen2011-10-091-29/+59
* Followup r98210; Add an ugly hack to support old extensions using the SkinTem...Daniel Friesen2011-09-271-2/+44
* Add getSidebar method to BaseTemplate to simplify the sidebar boilerplate.Daniel Friesen2011-09-271-0/+86
* Re-do r96798 ("LanguageConverter now depends on the page content language"), ...Robin Pepermans2011-09-221-5/+10
* Revert r91561Sam Reed2011-09-161-3/+2
* Revert r96798 - makes parser go infinite loop somewhereNiklas Laxström2011-09-141-10/+5
* (Bug 30364) LanguageConverter should depend on the page content language inst...Robin Pepermans2011-09-111-5/+10
* Call Linker::titleAttrib() staticallyAlexandre Emsenhuber2011-09-101-1/+1
* Followup r96217, slight regression use rawElement not element, accidentally c...Daniel Friesen2011-09-071-1/+1
* -rakkaus/#mediawiki-i18n- [06-Sep-2011 19:12:04] PHP Fatal error: Call to a ...Sam Reed2011-09-061-2/+2
* Another thing that's been bothering me, skins shouldn't have to access $wgSit...Daniel Friesen2011-09-051-1/+2
* Followup r87340: Post-hook swap bodytext into a new bodycontent key and appen...Daniel Friesen2011-09-041-0/+9
* Kill off use of $wgRequest, $wgUser, and $wgLang in SkinTemplate, stop using ...Daniel Friesen2011-09-011-55/+75
* Re-add historysubmit, removed in r92984. This broke directionality support wh...Robin Pepermans2011-08-101-1/+1
* Just call $wgOut->parse() instead of doing a lot of things to call $wgParser-...Alexandre Emsenhuber2011-08-031-4/+2
* * Changed OutputPage::$mIsArticle flag to be false by default. A lot of actio...Alexandre Emsenhuber2011-07-271-3/+1
* (bug 15641) prevent blocked administrators from accessing deleted revisions.Happy-melon2011-07-261-1/+1
* Some misc fixes to Skin and SkinTemplate:Alexandre Emsenhuber2011-07-241-76/+38
* Reduce a bit the coupling between Skin and OutputPage:Alexandre Emsenhuber2011-07-221-3/+3
* Address fixme on r86697: simplify the code a lot by not escaping thisquery an...Roan Kattouw2011-07-211-21/+6
* Removed SkinTemplateSetupPageCss hook and SkinTemplate::setupPageCss(), no ex...Alexandre Emsenhuber2011-07-211-20/+2
* * Made Skin::userCanPreview() use Title::getUserPermissionsErrors() instead o...Alexandre Emsenhuber2011-07-211-3/+1
* Spacing, removed unneded global.Platonides2011-07-191-2/+2
* Removed print and render actions from the check:Alexandre Emsenhuber2011-07-111-1/+1
* BetterDirectionality fixes:Robin Pepermans2011-07-111-1/+1
* (Bug 19725) Do not include suppressed edits in the "View X deleted edits" mes...Brian Wolff2011-07-061-1/+2
* (bug 6100; follow-up to r91315) Being bold and removing $wgBetterDirectionali...Robin Pepermans2011-07-061-29/+23
* Changed calls to Linker::tooltipAndAccesskeyAttribs() to be static and fixed ...Alexandre Emsenhuber2011-07-041-4/+4
* Apply rgcjones' patch for Bug#29533:Mark A. Hershberger2011-06-261-2/+2
* Directionality improvements as part of bug 6100 (under $wgBetterDirectionality):Robin Pepermans2011-06-241-1/+2
* Directionality improvements as part of bug 6100 (under $wgBetterDirectionalit...Robin Pepermans2011-06-221-2/+2
* Address comment by Platonides on r90320:Robin Pepermans2011-06-181-2/+1
* Follow-up to r90265: directionality improvements as part of bug 6100 (under $...Robin Pepermans2011-06-171-13/+10