| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixup some returns/return documentation | Sam Reed | 2012-01-03 | 1 | -1/+1 |
* | Use local context to get messages | Alexandre Emsenhuber | 2011-12-28 | 1 | -7/+7 |
* | (bug 33156) Special:block didn't let you confirm blocking yourself if using n... | Brian Wolff | 2011-12-20 | 1 | -2/+6 |
* | Bug 29524 - Rename RequestContext::getLang to getLanguage | John Du Hart | 2011-11-21 | 1 | -1/+1 |
* | Comments, braces, explicit member variables | Sam Reed | 2011-11-16 | 1 | -1/+0 |
* | Convert SpecialBlock to subclass FormSpecialPage | John Du Hart | 2011-11-15 | 1 | -62/+82 |
* | Updated core SpecialPages to use new functions introduced in r103111 and r103095 | John Du Hart | 2011-11-15 | 1 | -11/+2 |
* | Removed usage of $wgUser in block and unblock processing: | Alexandre Emsenhuber | 2011-11-13 | 1 | -28/+37 |
* | Per Nikerabbit's comment on r100621: | Alexandre Emsenhuber | 2011-10-27 | 1 | -2/+2 |
* | Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi... | Alexandre Emsenhuber | 2011-10-24 | 1 | -2/+2 |
* | Don't add 'autoblock disabled' flag for IP range blocks | Aaron Schulz | 2011-10-06 | 1 | -2/+2 |
* | Fixed: | Aaron Schulz | 2011-10-05 | 1 | -1/+1 |
* | Fixed bogus addModules() call which broke the JS on the block form (didn't load) | Aaron Schulz | 2011-10-01 | 1 | -1/+1 |
* | (bug 31206) "Altering blocks doesn't appear to be working". Don't compare str... | Aaron Schulz | 2011-09-28 | 1 | -1/+1 |
* | Allow LogEventsList::showLogExtract() to get a Title object instead of having... | Alexandre Emsenhuber | 2011-09-24 | 1 | -2/+2 |
* | Added missing calls to SpecialPage::setHeaders() and SpecialPage::outputHeader() | Alexandre Emsenhuber | 2011-09-21 | 1 | -0/+3 |
* | * Use local context instead of global variables (where possible) | Alexandre Emsenhuber | 2011-09-12 | 1 | -28/+26 |
* | Add some full message keys as they originate from these locations. | Siebrand Mazeland | 2011-09-01 | 1 | -0/+6 |
* | w/s | Siebrand Mazeland | 2011-09-01 | 1 | -9/+24 |
* | Followup r85025, r85166, r93233: use strict comparison per CR comment, becaus... | Roan Kattouw | 2011-08-11 | 1 | -1/+1 |
* | * Fix double-escaping from r85025 | Happy-melon | 2011-07-26 | 1 | -7/+13 |
* | Fix inaccurate return type in comment | Aryeh Gregor | 2011-07-20 | 1 | -1/+1 |
* | * Use standard method to check user permissions | Alexandre Emsenhuber | 2011-07-16 | 1 | -6/+6 |
* | Change usages of $wgUser->getSkin() in special pages to use $this->getSkin() | Sam Reed | 2011-07-01 | 1 | -1/+1 |
* | Code style cleanups, use strict comparison with $data['PreviousTarget'] per CR | Aaron Schulz | 2011-06-24 | 1 | -2/+5 |
* | Follow-up r90371, per comment by ^demon | Matěj Grabovský | 2011-06-20 | 1 | -1/+2 |
* | w/s changes. | Mark A. Hershberger | 2011-06-02 | 1 | -1/+1 |
* | PreviousTarget is now optional when blocking a user | Antoine Musso | 2011-05-29 | 1 | -1/+1 |
* | DB_READ -> DB_SLAVE, the former is obsolete | Alexandre Emsenhuber | 2011-05-18 | 1 | -1/+1 |
* | Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia... | Siebrand Mazeland | 2011-05-17 | 1 | -1/+1 |
* | Follow-up r83795: fix E_NOTICE due to undefined array member. | Happy-melon | 2011-05-02 | 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 r85025: fix the you're-trying-to-block-yourself-you-twit warning, a... | Happy-melon | 2011-04-01 | 1 | -18/+84 |
* | Follow-up r85025 - use strict comparison | Happy-melon | 2011-03-30 | 1 | -1/+1 |
* | (bug 23408) give admins a warning before letting them block themselves. Also... | Happy-melon | 2011-03-30 | 1 | -2/+14 |
* | Fix "$1 is already blocked" parameter-not-passed-to-message error | Happy-melon | 2011-03-22 | 1 | -2/+2 |
* | Fixed daft error in r84523 so "angry" autoblocks work again | Aaron Schulz | 2011-03-22 | 1 | -4/+1 |
* | Relate block log entries to block table rows (useful for bug 25763) | Aaron Schulz | 2011-03-22 | 1 | -7/+10 |
* | Follow-up r84475: fix notices. | Happy-melon | 2011-03-22 | 1 | -0/+4 |
* | Blame hashar for this giant commit; he teased me for making so many smaller o... | Happy-melon | 2011-03-21 | 1 | -23/+17 |
* | Follow-up r84358 CR: rename 'editusertalk' to 'editownusertalk', private --> ... | Happy-melon | 2011-03-20 | 1 | -2/+2 |
* | * Implement an extensible Block::prevents( <action> ) function to replace the... | Happy-melon | 2011-03-19 | 1 | -13/+10 |
* | Follow-ups to r84258 | Happy-melon | 2011-03-18 | 1 | -2/+6 |
* | w/s diff. mostly eol w/s and using only tabs of width 4 to indent. | Mark A. Hershberger | 2011-03-18 | 1 | -4/+4 |
* | First forays into the swamp of the Block.php backend: | Happy-melon | 2011-03-18 | 1 | -10/+35 |
* | Fix typo in r83786 | Happy-melon | 2011-03-17 | 1 | -1/+1 |
* | Fix notice from TWN, reported in r83786 CR | Happy-melon | 2011-03-15 | 1 | -1/+1 |
* | Fix exception on TWN raised in r83855 CR. | Happy-melon | 2011-03-15 | 1 | -3/+9 |
* | Complete the trinity of blocking frontend interfaces by rewriting SpecialIpbl... | Happy-melon | 2011-03-14 | 1 | -1/+1 |
* | Further massive rewrite of the blocking frontend: spin out unblocking into a ... | Happy-melon | 2011-03-13 | 1 | -5/+4 |