Update core usage of getLanguageName[s].
[lhc/web/wiklou.git] / includes / specials / SpecialBlockList.php
2011-12-23 Alexandre Emsenhuber* Use local context to get messages
2011-12-06 Brion VibberFollowup r104350, r104318: only allow custom limits...
2011-12-06 Brion VibberRevert r104353, r104354, r104356, r104358, r104383...
2011-11-27 John Du HartFollowup r104353, fixing a regression in the BlockList
2011-11-27 John Du HartThis is the rework I was talking about in r104318 for...
2011-11-27 John Du HartFollowup r104318, sort the options in the limit dropdown
2011-11-26 John Du HartBug 32603 - limit option is missing on Special:BlockList
2011-11-26 John Du HartBug 32665 - Special:BlockList/username is using given...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-10-27 Alexandre EmsenhuberPer Nikerabbit's comment on r100621:
2011-10-24 Alexandre EmsenhuberAdded OutputPage::setPageTitleMsg() and OutputPage...
2011-10-19 Aaron SchulzJoin ipb_by to user table to get the user name. If...
2011-10-06 Raimond SpekkingFix stupid typo in r99082. Thanks to Niklas for CR
2011-10-06 Happy-melonFU r83909: restore preprocessing stage to cache link...
2011-10-06 Raimond SpekkingFix a regression from 1.17: Show date/times in user...
2011-10-06 Aaron SchulzRestored ability to list out an autoblock via #NUMBER
2011-10-02 Aaron SchulzFixed broken ipb_deleted condition. Does not effect...
2011-10-02 Aaron SchulzDon't show 'autoblock disabled' for IP blocks
2011-09-20 Alexandre Emsenhuber* Made IndexPager extend ContextSource
2011-08-23 John Du Hart(bug 30352) Add option to BlockList to filter out IP...
2011-07-11 Aaron SchulzAdded explicit parse() call to wfMessage object
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-04-13 Happy-melonLook mum, no globals! Implement a RequestContext for...
2011-03-27 Happy-melonFollow-up r83907: abstract the flatlist mode into a...
2011-03-24 PlatonidesUse class name Html in canonical form.
2011-03-19 Happy-melon* Implement an extensible Block::prevents( <action...
2011-03-18 Happy-melonFollow-ups to r84258
2011-03-18 Mark A. Hershbergerw/s diff. mostly eol w/s and using only tabs of width...
2011-03-15 Raimond SpekkingFollow-up r83909: Use 'parentheses' message for consist...
2011-03-15 Raimond SpekkingFollow-up r83909: The message key is named 'ipadressedo...
2011-03-14 Happy-melonFollow-up r83909: fix error on TWN
2011-03-14 Happy-melonFollow-up r83909, fix errors seen on TWN reported in CR
2011-03-14 Happy-melonComplete the trinity of blocking frontend interfaces...