aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialBlock.php
Commit message (Expand)AuthorAgeFilesLines
* Fixup some returns/return documentationSam Reed2012-01-031-1/+1
* Use local context to get messagesAlexandre Emsenhuber2011-12-281-7/+7
* (bug 33156) Special:block didn't let you confirm blocking yourself if using n...Brian Wolff2011-12-201-2/+6
* Bug 29524 - Rename RequestContext::getLang to getLanguageJohn Du Hart2011-11-211-1/+1
* Comments, braces, explicit member variablesSam Reed2011-11-161-1/+0
* Convert SpecialBlock to subclass FormSpecialPageJohn Du Hart2011-11-151-62/+82
* Updated core SpecialPages to use new functions introduced in r103111 and r103095John Du Hart2011-11-151-11/+2
* Removed usage of $wgUser in block and unblock processing:Alexandre Emsenhuber2011-11-131-28/+37
* Per Nikerabbit's comment on r100621:Alexandre Emsenhuber2011-10-271-2/+2
* Added OutputPage::setPageTitleMsg() and OutputPage::setHTMLTitleMsg() as modi...Alexandre Emsenhuber2011-10-241-2/+2
* Don't add 'autoblock disabled' flag for IP range blocksAaron Schulz2011-10-061-2/+2
* Fixed:Aaron Schulz2011-10-051-1/+1
* Fixed bogus addModules() call which broke the JS on the block form (didn't load)Aaron Schulz2011-10-011-1/+1
* (bug 31206) "Altering blocks doesn't appear to be working". Don't compare str...Aaron Schulz2011-09-281-1/+1
* Allow LogEventsList::showLogExtract() to get a Title object instead of having...Alexandre Emsenhuber2011-09-241-2/+2
* Added missing calls to SpecialPage::setHeaders() and SpecialPage::outputHeader()Alexandre Emsenhuber2011-09-211-0/+3
* * Use local context instead of global variables (where possible)Alexandre Emsenhuber2011-09-121-28/+26
* Add some full message keys as they originate from these locations.Siebrand Mazeland2011-09-011-0/+6
* w/sSiebrand Mazeland2011-09-011-9/+24
* Followup r85025, r85166, r93233: use strict comparison per CR comment, becaus...Roan Kattouw2011-08-111-1/+1
* * Fix double-escaping from r85025Happy-melon2011-07-261-7/+13
* Fix inaccurate return type in commentAryeh Gregor2011-07-201-1/+1
* * Use standard method to check user permissionsAlexandre Emsenhuber2011-07-161-6/+6
* Change usages of $wgUser->getSkin() in special pages to use $this->getSkin()Sam Reed2011-07-011-1/+1
* Code style cleanups, use strict comparison with $data['PreviousTarget'] per CRAaron Schulz2011-06-241-2/+5
* Follow-up r90371, per comment by ^demonMatěj Grabovský2011-06-201-1/+2
* w/s changes.Mark A. Hershberger2011-06-021-1/+1
* PreviousTarget is now optional when blocking a userAntoine Musso2011-05-291-1/+1
* DB_READ -> DB_SLAVE, the former is obsoleteAlexandre Emsenhuber2011-05-181-1/+1
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-1/+1
* Follow-up r83795: fix E_NOTICE due to undefined array member.Happy-melon2011-05-021-1/+1
* Look mum, no globals! Implement a RequestContext for HTMLForm, passed in the...Happy-melon2011-04-131-2/+1
* Follow-up r85025: fix the you're-trying-to-block-yourself-you-twit warning, a...Happy-melon2011-04-011-18/+84
* Follow-up r85025 - use strict comparisonHappy-melon2011-03-301-1/+1
* (bug 23408) give admins a warning before letting them block themselves. Also...Happy-melon2011-03-301-2/+14
* Fix "$1 is already blocked" parameter-not-passed-to-message errorHappy-melon2011-03-221-2/+2
* Fixed daft error in r84523 so "angry" autoblocks work againAaron Schulz2011-03-221-4/+1
* Relate block log entries to block table rows (useful for bug 25763)Aaron Schulz2011-03-221-7/+10
* Follow-up r84475: fix notices.Happy-melon2011-03-221-0/+4
* Blame hashar for this giant commit; he teased me for making so many smaller o...Happy-melon2011-03-211-23/+17
* Follow-up r84358 CR: rename 'editusertalk' to 'editownusertalk', private --> ...Happy-melon2011-03-201-2/+2
* * Implement an extensible Block::prevents( <action> ) function to replace the...Happy-melon2011-03-191-13/+10
* Follow-ups to r84258Happy-melon2011-03-181-2/+6
* w/s diff. mostly eol w/s and using only tabs of width 4 to indent.Mark A. Hershberger2011-03-181-4/+4
* First forays into the swamp of the Block.php backend:Happy-melon2011-03-181-10/+35
* Fix typo in r83786Happy-melon2011-03-171-1/+1
* Fix notice from TWN, reported in r83786 CRHappy-melon2011-03-151-1/+1
* Fix exception on TWN raised in r83855 CR.Happy-melon2011-03-151-3/+9
* Complete the trinity of blocking frontend interfaces by rewriting SpecialIpbl...Happy-melon2011-03-141-1/+1
* Further massive rewrite of the blocking frontend: spin out unblocking into a ...Happy-melon2011-03-131-5/+4