aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Skin.php
Commit message (Expand)AuthorAgeFilesLines
* (bug 37194) remove obsoletes *.deps.phpAntoine Musso2012-05-291-5/+0
* 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-0/+21
* Fixes bug 4045 by adding dirmarks.Amir E. Aharoni2012-04-181-1/+2
* (bug 32748) unicode URL for articles print versionSanthosh Thottingal2012-04-021-2/+2
* More of r113580Sam Reed2012-03-111-1/+1
* * (bug 34528) Don't parse section name in edit section tooltipsAlexandre Emsenhuber2012-02-251-2/+2
* Add &useskin=default handling to always display the wiki's default skin.Daniel Friesen2012-02-151-1/+1
* More return documentationSam Reed2012-02-091-0/+1
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* Merge r97508 changes to MessageCache.php and Skin.php into trunkSam Reed2012-02-071-3/+3
* (follow-up r108145) Mark test as needing a database, and fix bug number in co...Brian Wolff2012-01-071-1/+1
* (bug 33321. Sort of) Adding a line to MediaWiki:Sidebar that contains a pipe,...Brian Wolff2012-01-051-1/+6
* merge JSTesting branch into trunkAntoine Musso2012-01-031-1/+13
* * (bug 32702) Fix for r82273: readded Skin::makeGlobalVariablesScript() for b...Alexandre Emsenhuber2011-12-291-0/+15
* Followup r105122 & r105123, fixes and improvements per CRJohn Du Hart2011-12-151-1/+1
* fix deprecated method usageJeroen De Dauw2011-12-131-1/+1
* Introduce a Language::getHtmlLang method which returns the Bcp47 formatted la...Daniel Friesen2011-12-111-2/+2
* * Added revision's timestamp to OutputPage along with revision ID; avoid a DB...Alexandre Emsenhuber2011-12-101-5/+5
* More documentation of parameters following up r104591Sam Reed2011-12-051-10/+10
* Adding new debugging toolbarJohn Du Hart2011-12-041-2/+4
* Moar documentationsSam Reed2011-11-291-7/+98
* Make Skin::formatDebugHTML()'s formatting work when memory usage is greather ...Alexandre Emsenhuber2011-11-271-1/+1
* * Use WikiPage instead of Article in Skin and SkinTemplateAlexandre Emsenhuber2011-11-271-3/+3
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-4/+4
* (bug 26854) Invalid user names go unchecked. Applied most of the patch submit...Roan Kattouw2011-11-201-1/+1
* (bug 32380) Make get powered by link target protocol-relativeRoan Kattouw2011-11-141-1/+1
* Make use of Title::isSpecialPage() in various placesAaron Schulz2011-11-021-2/+2
* * Create all items in $nav_urls at the beginning so that we don't need to bot...Alexandre Emsenhuber2011-11-011-1/+5
* Use local context to get messagesAlexandre Emsenhuber2011-10-211-32/+32
* * Changed action=raw to use an Action subclassAlexandre Emsenhuber2011-10-201-25/+0
* CSS clean upKrinkle2011-10-151-3/+2
* Make Skin::formatDebugHTML() work again since there is now usage memoryAlexandre Emsenhuber2011-10-111-1/+1
* Revert r93246: besides the problems pointed out at CR, it also causes bug 314...Max Semenik2011-10-071-1/+1
* Merge r97670, r98206Sam Reed2011-10-031-1/+1
* Wrap the copyright when its language is not the user's language; avoids probl...Alexandre Emsenhuber2011-09-211-2/+6
* Revert r91561Sam Reed2011-09-161-2/+1
* Add a class to the normal and hidden categories blocks. If non-positioning st...Daniel Friesen2011-09-091-5/+5
* Fix r95655 per Formfix's CR:Raimond Spekking2011-09-071-1/+6
* Pass the key for the skin being created to the constructor of a skin. This is...Daniel Friesen2011-09-051-1/+1
* A d d s p a c e sChad Horohoe2011-09-011-1/+1
* Followup r95957, add =null to Skin::outputPage tooDaniel Friesen2011-09-011-1/+1
* * (bug 16428) Include permalink in printable versionRaimond Spekking2011-08-291-2/+8
* Use getLinkURL instead of getLocalURL for titles from MediaWiki:Sidebar so th...Daniel Friesen2011-08-251-1/+1
* Remove the * {{msg}} syntax introduced to MediaWiki:Sidebar in r66974. This s...Daniel Friesen2011-08-211-14/+0
* Fix serious bug in r90849 that didn't show up in the tests until I restructur...Roan Kattouw2011-08-201-1/+1
* Per r90849, factor out most of the code that's duplicated between Parser::get...Roan Kattouw2011-08-201-16/+5
* Reverted r91871 per CR: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/...Aaron Schulz2011-08-091-8/+2
* Fixed sidebar tests on Windows. Can't use PHP_EOL here because \r\n is used o...Max Semenik2011-08-071-0/+1