aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SkinTemplate.php
Commit message (Expand)AuthorAgeFilesLines
* MFT r111647Sam Reed2012-03-151-4/+9
* MFT r111380, r111809, r111983, r112034, r112037, r112152Sam Reed2012-02-281-1/+1
|\
| * 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
* 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