Added missing GPLv2 headers in some places.
[lhc/web/wiklou.git] / includes / Skin.php
2012-05-10 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 Tim StarlingMerge "Various updates needed to bump min php version...
2012-05-04 WerdnaMerge "(bug 18195) Allow changing preferences via API"
2012-04-27 DemonMerge changes Ib2cb36cd,I50dec908
2012-04-26 Brion VIBBERMerge "The script can be re-run (in some cases at least...
2012-04-26 Brion VIBBERMerge "Removed usage of global objects in SpecialEmailUser"
2012-04-26 CatropeMerge "(bug 33602) list=allusers throws exceptions...
2012-04-26 Aaron SchulzMerge "Optimise WikiPage::newFromID() to load all the...
2012-04-26 DemonMerge "let us easily override PHPUnit version"
2012-04-26 Aaron SchulzMerge "36019: Revert b/25095 breaks Special:Categories"
2012-04-25 Brion VIBBERMerge "(bug 32537) Pre-register default-loaded RL modul...
2012-04-25 DemonMerge "(bug 34956) Parser should use mUrlProtocol inste...
2012-04-25 CatropeMerge "(bug 36047) Adds high definition (HD) CSS for...
2012-04-24 DemonMerge "Refactoring previewnote."
2012-04-23 DemonMerge "bug 36087: PostgresUpdater fails on 8.3.14"
2012-04-21 Brion VIBBERMerge "Revert "tests to compare En, Qqq and messages...
2012-04-21 Brion VIBBERMerge "(bug 35884) width:auto unneeded on header element"
2012-04-20 KaldariMerge "Removing button-float-right rule from jquery...
2012-04-20 Brion VIBBERMerge "(bug 35769) Convert mediawiki.Uri test suite...
2012-04-20 Brion VIBBERMerge "tests to compare En, Qqq and messages.inc"
2012-04-20 Brion VIBBERMerge "Fixes bug 4045 by adding dirmarks."
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-18 Amir E. AharoniFixes bug 4045 by adding dirmarks.
2012-04-15 Brion VIBBERMerge "(bug 26909) follow up r102947: fix the navigatio...
2012-04-05 Brion VIBBERMerge "(bug 27757) API method for retrieving tokens"
2012-04-04 Brion VIBBERMerge "Separate $wgArticlePath from $wgUsePathInfo."
2012-04-04 Brion VIBBERMerge "Fix support for TestSwarm on SpecialJavaScriptTe...
2012-04-03 Brion VIBBERMerge "(bug 21796) Fix null dereference on Special...
2012-04-03 Brion VIBBERMerge "(bug 25277) Moved the space before the dirmark."
2012-04-03 Brion VIBBERMerge "(bug 34470) Apply explicit margin-left/right...
2012-04-03 Brion VIBBERMerge "(bug 32384) API: Allow descending order for...
2012-04-02 Brion VIBBERMerge "(bug 22870) Separate interface message when...
2012-04-02 Brion VIBBERMerge "Fixing alignment of thumbcaption for mixed RTL...
2012-04-02 HasharMerge "Bug 35646 - ApiBlockTest::testMakeNormalBlock...
2012-04-02 Brion VIBBERMerge "(bug 32748) unicode URL for articles print version"
2012-04-02 Santhosh Thottingal(bug 32748) unicode URL for articles print version
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-11 Sam ReedMore of r113580
2012-02-25 Alexandre Emsenhuber* (bug 34528) Don't parse section name in edit section...
2012-02-15 Daniel FriesenAdd &useskin=default handling to always display the...
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-07 Sam ReedMerge r97508 changes to MessageCache.php and Skin.php...
2012-01-07 Brian Wolff(follow-up r108145) Mark test as needing a database...
2012-01-05 Brian Wolff(bug 33321. Sort of) Adding a line to MediaWiki:Sidebar...
2012-01-03 Antoine Mussomerge JSTesting branch into trunk
2011-12-29 Alexandre Emsenhuber* (bug 32702) Fix for r82273: readded Skin::makeGlobalV...
2011-12-15 John Du HartFollowup r105122 & r105123, fixes and improvements...
2011-12-13 Jeroen De Dauwfix deprecated method usage
2011-12-11 Daniel FriesenIntroduce a Language::getHtmlLang method which returns...
2011-12-10 Alexandre Emsenhuber* Added revision's timestamp to OutputPage along with...
2011-12-05 Sam ReedMore documentation of parameters following up r104591
2011-12-04 John Du HartAdding new debugging toolbar
2011-11-29 Sam ReedMoar documentations
2011-11-27 Alexandre EmsenhuberMake Skin::formatDebugHTML()'s formatting work when...
2011-11-27 Alexandre Emsenhuber* Use WikiPage instead of Article in Skin and SkinTemplate
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-20 Roan Kattouw(bug 26854) Invalid user names go unchecked. Applied...
2011-11-14 Roan Kattouw(bug 32380) Make get powered by link target protocol...
2011-11-02 Aaron SchulzMake use of Title::isSpecialPage() in various places
2011-11-01 Alexandre Emsenhuber* Create all items in $nav_urls at the beginning so...
2011-10-21 Alexandre EmsenhuberUse local context to get messages
2011-10-20 Alexandre Emsenhuber* Changed action=raw to use an Action subclass
2011-10-15 KrinkleCSS clean up
2011-10-11 Alexandre EmsenhuberMake Skin::formatDebugHTML() work again since there...
2011-10-07 Max SemenikRevert r93246: besides the problems pointed out at...
2011-10-03 Sam ReedMerge r97670, r98206
2011-09-21 Alexandre EmsenhuberWrap the copyright when its language is not the user...
2011-09-16 Sam ReedRevert r91561
2011-09-09 Daniel FriesenAdd a class to the normal and hidden categories blocks...
2011-09-07 Raimond SpekkingFix r95655 per Formfix's CR:
2011-09-05 Daniel FriesenPass the key for the skin being created to the construc...
2011-09-01 Chad HorohoeA d d s p a c e s
2011-09-01 Daniel FriesenFollowup r95957, add =null to Skin::outputPage too
2011-08-29 Raimond Spekking* (bug 16428) Include permalink in printable version
2011-08-25 Daniel FriesenUse getLinkURL instead of getLocalURL for titles from...
2011-08-21 Daniel FriesenRemove the * {{msg}} syntax introduced to MediaWiki...
2011-08-20 Roan KattouwFix serious bug in r90849 that didn't show up in the...
2011-08-20 Roan KattouwPer r90849, factor out most of the code that's duplicat...
2011-08-09 Aaron SchulzReverted r91871 per CR: mediawiki.org/wiki/Special...
2011-08-07 Max SemenikFixed sidebar tests on Windows. Can't use PHP_EOL here...
2011-07-28 Alexandre EmsenhuberRemoved useless $out variable from Skin::getCopyright()
2011-07-27 Alexandre Emsenhuber* Changed OutputPage::$mIsArticle flag to be false...
2011-07-26 Happy-melon(bug 15641) prevent blocked administrators from accessi...
2011-07-24 Alexandre EmsenhuberFix for r92984: correct method name, thanks Jack Phoeni...
2011-07-24 Alexandre EmsenhuberSome misc fixes to Skin and SkinTemplate:
2011-07-22 Alexandre EmsenhuberReduce a bit the coupling between Skin and OutputPage:
2011-07-21 Alexandre EmsenhuberFix for r92740: removed debugging code
2011-07-21 Alexandre Emsenhuber* Made Skin::userCanPreview() use Title::getUserPermiss...
2011-07-18 Alexandre EmsenhuberLet Skin extend ContextSource instead of reinventing...
2011-07-14 Leo Koppelkammr92054 : Remove leftover space
2011-07-13 Robin PepermansFollow-up r92054: dir attributes are no longer needed...
2011-07-13 Leo KoppelkammRender category links as an HTML list. Bug 12261. Based...
2011-07-12 Brion VibberFollowup r91833 -- use Sanitizer::escapeId's 'noninitia...
2011-07-11 Leo KoppelkammAdd action-* class to body. Bug 4438. Based on patch...
2011-07-10 Leo KoppelkammEscape sidebar ID's. Bug 18688
next