| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed checks for the "MEDIAWIKI" constant on files that only define classes. | Alexandre Emsenhuber | 2012-05-23 | 1 | -4/+0 |
* | Added missing GPLv2 headers in some places. | Alexandre Emsenhuber | 2012-05-10 | 1 | -1/+1 |
* | Show Log toolbox link for anon users, fix toolbox on DeletedContribs | Alex Monk | 2012-04-04 | 1 | -6/+4 |
* | Improved the comment about Special:Contributions. | Amir E. Aharoni | 2012-03-27 | 1 | -3/+5 |
* | More of r113580 | Sam Reed | 2012-03-11 | 1 | -2/+2 |
* | Update core usage of getLanguageName[s]. | Robin Pepermans | 2012-03-08 | 1 | -2/+2 |
* | Add lang and hreflang tags to the variants in the variant menu's. This fixes ... | Derk-Jan Hartman | 2012-02-26 | 1 | -1/+3 |
* | (bug 34600) Older skins using useHeadElement=false were broken in 1.18 . Modi... | Roan Kattouw | 2012-02-22 | 1 | -1/+1 |
* | (Bug 31417) Content-holding div needs an ID. | Robin Pepermans | 2012-02-16 | 1 | -4/+9 |
* | 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 |