| Commit message (Expand) | Author | Age | Files | Lines |
* | MFT r111647 | Sam Reed | 2012-03-15 | 1 | -4/+9 |
* | MFT r111380, r111809, r111983, r112034, r112037, r112152 | Sam Reed | 2012-02-28 | 1 | -1/+1 |
|\ |
|
| * | More return documentation | Sam Reed | 2012-02-09 | 1 | -0/+8 |
| * | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 1 | -1/+1 |
|/ |
|
* | Fix comment, this doesn't use $wgTitle anymore | Alexandre Emsenhuber | 2012-01-14 | 1 | -2/+2 |
* | Revert r102624, r104262 (user display name stuff). Per CR there isn't consens... | Chad Horohoe | 2012-01-11 | 1 | -14/+11 |
* | Revert r105790 and move back view counter back to WikiPage with two modificat... | Alexandre Emsenhuber | 2012-01-06 | 1 | -2/+2 |
* | * Always set 'userjs' and 'userjsprev' items to false since they are now inco... | Alexandre Emsenhuber | 2012-01-02 | 1 | -25/+2 |
* | * Moved wfReportTime() call just before executing 'SkinTemplateOutputPageBefo... | Alexandre Emsenhuber | 2012-01-02 | 1 | -25/+24 |
* | Always set 'jsvarurl' to false (only affect skins not using OutputPage::headE... | Alexandre Emsenhuber | 2012-01-01 | 1 | -10/+2 |
* | Add a TODO with regards to existing mysql4 schemas.. | Sam Reed | 2011-12-15 | 1 | -3/+3 |
* | Replace get{Local,Full,Link,Canonical}URL's $variant argument with a secondar... | Daniel Friesen | 2011-12-12 | 1 | -1/+1 |
* | Introduce a Language::getHtmlLang method which returns the Bcp47 formatted la... | Daniel Friesen | 2011-12-11 | 1 | -3/+3 |
* | Moved view count from WikiPage to Title; avoids an extra DB query when showin... | Alexandre Emsenhuber | 2011-12-11 | 1 | -3/+3 |
* | Factorise calls to $this->getTitle() in SkinTemplate::outputPage() | Alexandre Emsenhuber | 2011-12-10 | 1 | -17/+18 |
* | * Added revision's timestamp to OutputPage along with revision ID; avoid a DB... | Alexandre Emsenhuber | 2011-12-10 | 1 | -1/+1 |
* | * (bug 4901) lang, hreflang attributes added to sidebar interlanguage links | Brion Vibber | 2011-11-30 | 1 | -1/+3 |
* | * (bug 32276) Skins were generating output using the internal page title whic... | Sam Reed | 2011-11-28 | 1 | -5/+13 |
* | * Use WikiPage instead of Article in Skin and SkinTemplate | Alexandre Emsenhuber | 2011-11-27 | 1 | -4/+4 |
* | Followup r102624 | Sam Reed | 2011-11-26 | 1 | -9/+10 |
* | (bug 29475) Remove "trackback" feature entirely from core. This has been disa... | Chad Horohoe | 2011-11-23 | 1 | -19/+1 |
* | Bug 29524 - Rename RequestContext::getLang to getLanguage | John Du Hart | 2011-11-21 | 1 | -4/+4 |
* | skip Media: links in addition to Special: links | Antoine Musso | 2011-11-17 | 1 | -1/+1 |
* | Add isset tests to stuff inside BaseTemplate::getToolbox. | Daniel Friesen | 2011-11-14 | 1 | -7/+7 |
* | Add a new User::getDisplayName() to return the name that should be displayed ... | Daniel Friesen | 2011-11-10 | 1 | -2/+4 |
* | * Fix checks to show whether "edit" and "addsection" tabs should be marked as... | Alexandre Emsenhuber | 2011-11-07 | 1 | -24/+18 |
* | * Only show "view" tabs when the user hasn't the permission to read the page ... | Alexandre Emsenhuber | 2011-11-06 | 1 | -135/+124 |
* | * Moved the language variant check inside the "not a special page" check inst... | Alexandre Emsenhuber | 2011-11-06 | 1 | -30/+30 |
* | Make use of Title::isSpecialPage() in various places | Aaron Schulz | 2011-11-02 | 1 | -5/+5 |
* | * Create all items in $nav_urls at the beginning so that we don't need to bot... | Alexandre Emsenhuber | 2011-11-01 | 1 | -46/+31 |
* | * Use local context to get messages | Alexandre Emsenhuber | 2011-10-28 | 1 | -32/+53 |
* | Removal of unused globals | Platonides | 2011-10-27 | 1 | -1/+0 |
* | Check first that $wgDisableLangConversion is false and we are not in a specia... | Alexandre Emsenhuber | 2011-10-23 | 1 | -25/+25 |
* | Fix up makeLinkItem and makeLink: | Daniel Friesen | 2011-10-09 | 1 | -29/+59 |
* | Followup r98210; Add an ugly hack to support old extensions using the SkinTem... | Daniel Friesen | 2011-09-27 | 1 | -2/+44 |
* | Add getSidebar method to BaseTemplate to simplify the sidebar boilerplate. | Daniel Friesen | 2011-09-27 | 1 | -0/+86 |
* | Re-do r96798 ("LanguageConverter now depends on the page content language"), ... | Robin Pepermans | 2011-09-22 | 1 | -5/+10 |
* | Revert r91561 | Sam Reed | 2011-09-16 | 1 | -3/+2 |
* | Revert r96798 - makes parser go infinite loop somewhere | Niklas Laxström | 2011-09-14 | 1 | -10/+5 |
* | (Bug 30364) LanguageConverter should depend on the page content language inst... | Robin Pepermans | 2011-09-11 | 1 | -5/+10 |
* | Call Linker::titleAttrib() statically | Alexandre Emsenhuber | 2011-09-10 | 1 | -1/+1 |
* | Followup r96217, slight regression use rawElement not element, accidentally c... | Daniel Friesen | 2011-09-07 | 1 | -1/+1 |
* | -rakkaus/#mediawiki-i18n- [06-Sep-2011 19:12:04] PHP Fatal error: Call to a ... | Sam Reed | 2011-09-06 | 1 | -2/+2 |
* | Another thing that's been bothering me, skins shouldn't have to access $wgSit... | Daniel Friesen | 2011-09-05 | 1 | -1/+2 |
* | Followup r87340: Post-hook swap bodytext into a new bodycontent key and appen... | Daniel Friesen | 2011-09-04 | 1 | -0/+9 |
* | Kill off use of $wgRequest, $wgUser, and $wgLang in SkinTemplate, stop using ... | Daniel Friesen | 2011-09-01 | 1 | -55/+75 |
* | Re-add historysubmit, removed in r92984. This broke directionality support wh... | Robin Pepermans | 2011-08-10 | 1 | -1/+1 |
* | Just call $wgOut->parse() instead of doing a lot of things to call $wgParser-... | Alexandre Emsenhuber | 2011-08-03 | 1 | -4/+2 |
* | * Changed OutputPage::$mIsArticle flag to be false by default. A lot of actio... | Alexandre Emsenhuber | 2011-07-27 | 1 | -3/+1 |
* | (bug 15641) prevent blocked administrators from accessing deleted revisions. | Happy-melon | 2011-07-26 | 1 | -1/+1 |