aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialBlockList.php
Commit message (Expand)AuthorAgeFilesLines
* * Use local context to get messagesAlexandre Emsenhuber2011-12-231-17/+16
* Followup r104350, r104318: only allow custom limits through if they're valid ...Brion Vibber2011-12-061-1/+5
* Revert r104353, r104354, r104356, r104358, r104383: changes to pagers break...Brion Vibber2011-12-061-34/+71
* Followup r104353, fixing a regression in the BlockListJohn Du Hart2011-11-271-0/+1
* This is the rework I was talking about in r104318 for 1.19. Instead of having...John Du Hart2011-11-271-71/+33
* Followup r104318, sort the options in the limit dropdownJohn Du Hart2011-11-271-1/+2
* Bug 32603 - limit option is missing on Special:BlockListJohn Du Hart2011-11-261-0/+42
* Bug 32665 - Special:BlockList/username is using given username, but does not ...John Du Hart2011-11-261-0/+1
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-4/+4
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-1/+1
* Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi...Alexandre Emsenhuber2011-10-241-1/+1
* Join ipb_by to user table to get the user name. If we can't find a user, fall...Aaron Schulz2011-10-191-17/+10
* Fix stupid typo in r99082. Thanks to Niklas for CRRaimond Spekking2011-10-061-2/+2
* FU r83909: restore preprocessing stage to cache link existence using LinkBatc...Happy-melon2011-10-061-5/+55
* Fix a regression from 1.17: Show date/times in user preference timezone.Raimond Spekking2011-10-061-2/+2
* Restored ability to list out an autoblock via #NUMBERAaron Schulz2011-10-061-0/+1
* Fixed broken ipb_deleted condition. Does not effect the special page since it...Aaron Schulz2011-10-021-1/+1
* Don't show 'autoblock disabled' for IP blocksAaron Schulz2011-10-021-1/+2
* * Made IndexPager extend ContextSourceAlexandre Emsenhuber2011-09-201-44/+36
* (bug 30352) Add option to BlockList to filter out IP range blocksJohn Du Hart2011-08-231-0/+4
* Added explicit parse() call to wfMessage objectAaron Schulz2011-07-111-1/+1
* Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()Sam Reed2011-07-011-1/+1
* Look mum, no globals! Implement a RequestContext for HTMLForm, passed in the...Happy-melon2011-04-131-2/+1
* Follow-up r83907: abstract the flatlist mode into a descriptor option, and ma...Happy-melon2011-03-271-1/+1
* Use class name Html in canonical form.Platonides2011-03-241-3/+2
* * Implement an extensible Block::prevents( <action> ) function to replace the...Happy-melon2011-03-191-37/+8
* Follow-ups to r84258Happy-melon2011-03-181-3/+1
* w/s diff. mostly eol w/s and using only tabs of width 4 to indent.Mark A. Hershberger2011-03-181-2/+2
* Follow-up r83909: Use 'parentheses' message for consistency instead of hardco...Raimond Spekking2011-03-151-1/+1
* Follow-up r83909: The message key is named 'ipadressedorusername'Raimond Spekking2011-03-151-1/+1
* Follow-up r83909: fix error on TWNHappy-melon2011-03-141-1/+4
* Follow-up r83909, fix errors seen on TWN reported in CRHappy-melon2011-03-141-2/+2
* Complete the trinity of blocking frontend interfaces by rewriting SpecialIpbl...Happy-melon2011-03-141-0/+424