| Commit message (Expand) | Author | Age | Files | Lines |
* | * Use local context to get messages | Alexandre Emsenhuber | 2011-12-23 | 1 | -17/+16 |
* | Followup r104350, r104318: only allow custom limits through if they're valid ... | Brion Vibber | 2011-12-06 | 1 | -1/+5 |
* | Revert r104353, r104354, r104356, r104358, r104383: changes to pagers break... | Brion Vibber | 2011-12-06 | 1 | -34/+71 |
* | Followup r104353, fixing a regression in the BlockList | John Du Hart | 2011-11-27 | 1 | -0/+1 |
* | This is the rework I was talking about in r104318 for 1.19. Instead of having... | John Du Hart | 2011-11-27 | 1 | -71/+33 |
* | Followup r104318, sort the options in the limit dropdown | John Du Hart | 2011-11-27 | 1 | -1/+2 |
* | Bug 32603 - limit option is missing on Special:BlockList | John Du Hart | 2011-11-26 | 1 | -0/+42 |
* | Bug 32665 - Special:BlockList/username is using given username, but does not ... | John Du Hart | 2011-11-26 | 1 | -0/+1 |
* | Bug 29524 - Rename RequestContext::getLang to getLanguage | John Du Hart | 2011-11-21 | 1 | -4/+4 |
* | Per Nikerabbit's comment on r100621: | Alexandre Emsenhuber | 2011-10-27 | 1 | -1/+1 |
* | Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi... | Alexandre Emsenhuber | 2011-10-24 | 1 | -1/+1 |
* | Join ipb_by to user table to get the user name. If we can't find a user, fall... | Aaron Schulz | 2011-10-19 | 1 | -17/+10 |
* | Fix stupid typo in r99082. Thanks to Niklas for CR | Raimond Spekking | 2011-10-06 | 1 | -2/+2 |
* | FU r83909: restore preprocessing stage to cache link existence using LinkBatc... | Happy-melon | 2011-10-06 | 1 | -5/+55 |
* | Fix a regression from 1.17: Show date/times in user preference timezone. | Raimond Spekking | 2011-10-06 | 1 | -2/+2 |
* | Restored ability to list out an autoblock via #NUMBER | Aaron Schulz | 2011-10-06 | 1 | -0/+1 |
* | Fixed broken ipb_deleted condition. Does not effect the special page since it... | Aaron Schulz | 2011-10-02 | 1 | -1/+1 |
* | Don't show 'autoblock disabled' for IP blocks | Aaron Schulz | 2011-10-02 | 1 | -1/+2 |
* | * Made IndexPager extend ContextSource | Alexandre Emsenhuber | 2011-09-20 | 1 | -44/+36 |
* | (bug 30352) Add option to BlockList to filter out IP range blocks | John Du Hart | 2011-08-23 | 1 | -0/+4 |
* | Added explicit parse() call to wfMessage object | Aaron Schulz | 2011-07-11 | 1 | -1/+1 |
* | Change usages of $wgUser->getSkin() in special pages to use $this->getSkin() | Sam Reed | 2011-07-01 | 1 | -1/+1 |
* | Look mum, no globals! Implement a RequestContext for HTMLForm, passed in the... | Happy-melon | 2011-04-13 | 1 | -2/+1 |
* | Follow-up r83907: abstract the flatlist mode into a descriptor option, and ma... | Happy-melon | 2011-03-27 | 1 | -1/+1 |
* | Use class name Html in canonical form. | Platonides | 2011-03-24 | 1 | -3/+2 |
* | * Implement an extensible Block::prevents( <action> ) function to replace the... | Happy-melon | 2011-03-19 | 1 | -37/+8 |
* | Follow-ups to r84258 | Happy-melon | 2011-03-18 | 1 | -3/+1 |
* | w/s diff. mostly eol w/s and using only tabs of width 4 to indent. | Mark A. Hershberger | 2011-03-18 | 1 | -2/+2 |
* | Follow-up r83909: Use 'parentheses' message for consistency instead of hardco... | Raimond Spekking | 2011-03-15 | 1 | -1/+1 |
* | Follow-up r83909: The message key is named 'ipadressedorusername' | Raimond Spekking | 2011-03-15 | 1 | -1/+1 |
* | Follow-up r83909: fix error on TWN | Happy-melon | 2011-03-14 | 1 | -1/+4 |
* | Follow-up r83909, fix errors seen on TWN reported in CR | Happy-melon | 2011-03-14 | 1 | -2/+2 |
* | Complete the trinity of blocking frontend interfaces by rewriting SpecialIpbl... | Happy-melon | 2011-03-14 | 1 | -0/+424 |