aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SkinTemplate.php
Commit message (Expand)AuthorAgeFilesLines
* Removed checks for the "MEDIAWIKI" constant on files that only define classes.Alexandre Emsenhuber2012-05-231-4/+0
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-101-1/+1
* Show Log toolbox link for anon users, fix toolbox on DeletedContribsAlex Monk2012-04-041-6/+4
* Improved the comment about Special:Contributions.Amir E. Aharoni2012-03-271-3/+5
* More of r113580Sam Reed2012-03-111-2/+2
* Update core usage of getLanguageName[s].Robin Pepermans2012-03-081-2/+2
* Add lang and hreflang tags to the variants in the variant menu's. This fixes ...Derk-Jan Hartman2012-02-261-1/+3
* (bug 34600) Older skins using useHeadElement=false were broken in 1.18 . Modi...Roan Kattouw2012-02-221-1/+1
* (Bug 31417) Content-holding div needs an ID.Robin Pepermans2012-02-161-4/+9
* More return documentationSam Reed2012-02-091-0/+8
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* Fix comment, this doesn't use $wgTitle anymoreAlexandre Emsenhuber2012-01-141-2/+2
* Revert r102624, r104262 (user display name stuff). Per CR there isn't consens...Chad Horohoe2012-01-111-14/+11
* Revert r105790 and move back view counter back to WikiPage with two modificat...Alexandre Emsenhuber2012-01-061-2/+2
* * Always set 'userjs' and 'userjsprev' items to false since they are now inco...Alexandre Emsenhuber2012-01-021-25/+2
* * Moved wfReportTime() call just before executing 'SkinTemplateOutputPageBefo...Alexandre Emsenhuber2012-01-021-25/+24
* Always set 'jsvarurl' to false (only affect skins not using OutputPage::headE...Alexandre Emsenhuber2012-01-011-10/+2
* Add a TODO with regards to existing mysql4 schemas..Sam Reed2011-12-151-3/+3
* Replace get{Local,Full,Link,Canonical}URL's $variant argument with a secondar...Daniel Friesen2011-12-121-1/+1
* Introduce a Language::getHtmlLang method which returns the Bcp47 formatted la...Daniel Friesen2011-12-111-3/+3
* Moved view count from WikiPage to Title; avoids an extra DB query when showin...Alexandre Emsenhuber2011-12-111-3/+3
* Factorise calls to $this->getTitle() in SkinTemplate::outputPage()Alexandre Emsenhuber2011-12-101-17/+18
* * Added revision's timestamp to OutputPage along with revision ID; avoid a DB...Alexandre Emsenhuber2011-12-101-1/+1
* * (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