Use local context to get message instead of relying on global variables
[lhc/web/wiklou.git] / includes / specials / SpecialBlock.php
2012-01-03 Sam ReedFixup some returns/return documentation
2011-12-28 Alexandre EmsenhuberUse local context to get messages
2011-12-20 Brian Wolff(bug 33156) Special:block didn't let you confirm blocki...
2011-11-21 John Du HartBug 29524 - Rename RequestContext::getLang to getLanguage
2011-11-16 Sam ReedComments, braces, explicit member variables
2011-11-15 John Du HartConvert SpecialBlock to subclass FormSpecialPage
2011-11-15 John Du HartUpdated core SpecialPages to use new functions introduc...
2011-11-13 Alexandre EmsenhuberRemoved usage of $wgUser in block and unblock processing:
2011-10-27 Alexandre EmsenhuberPer Nikerabbit's comment on r100621:
2011-10-24 Alexandre EmsenhuberAdded OutputPage::setPageTitleMsg() and OutputPage...
2011-10-06 Aaron SchulzDon't add 'autoblock disabled' flag for IP range blocks
2011-10-05 Aaron SchulzFixed:
2011-10-01 Aaron SchulzFixed bogus addModules() call which broke the JS on...
2011-09-28 Aaron Schulz(bug 31206) "Altering blocks doesn't appear to be worki...
2011-09-24 Alexandre EmsenhuberAllow LogEventsList::showLogExtract() to get a Title...
2011-09-21 Alexandre EmsenhuberAdded missing calls to SpecialPage::setHeaders() and...
2011-09-12 Alexandre Emsenhuber* Use local context instead of global variables (where...
2011-09-01 Siebrand MazelandAdd some full message keys as they originate from these...
2011-09-01 Siebrand Mazelandw/s
2011-08-11 Roan KattouwFollowup r85025, r85166, r93233: use strict comparison...
2011-07-26 Happy-melon* Fix double-escaping from r85025
2011-07-20 Aryeh GregorFix inaccurate return type in comment
2011-07-16 Alexandre Emsenhuber* Use standard method to check user permissions
2011-07-01 Sam ReedChange usages of $wgUser->getSkin() in special pages...
2011-06-24 Aaron SchulzCode style cleanups, use strict comparison with $data...
2011-06-20 Matěj GrabovskýFollow-up r90371, per comment by ^demon
2011-06-02 Mark A. Hershbergerw/s changes.
2011-05-29 Antoine MussoPreviousTarget is now optional when blocking a user
2011-05-18 Alexandre EmsenhuberDB_READ -> DB_SLAVE, the former is obsolete
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-02 Happy-melonFollow-up r83795: fix E_NOTICE due to undefined array...
2011-04-13 Happy-melonLook mum, no globals! Implement a RequestContext for...
2011-04-01 Happy-melonFollow-up r85025: fix the you're-trying-to-block-yourse...
2011-03-30 Happy-melonFollow-up r85025 - use strict comparison
2011-03-30 Happy-melon(bug 23408) give admins a warning before letting them...
2011-03-22 Happy-melonFix "$1 is already blocked" parameter-not-passed-to...
2011-03-22 Aaron SchulzFixed daft error in r84523 so "angry" autoblocks work...
2011-03-22 Aaron SchulzRelate block log entries to block table rows (useful...
2011-03-22 Happy-melonFollow-up r84475: fix notices.
2011-03-21 Happy-melonBlame hashar for this giant commit; he teased me for...
2011-03-20 Happy-melonFollow-up r84358 CR: rename 'editusertalk' to 'editownu...
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-18 Happy-melonFirst forays into the swamp of the Block.php backend:
2011-03-17 Happy-melonFix typo in r83786
2011-03-15 Happy-melonFix notice from TWN, reported in r83786 CR
2011-03-15 Happy-melonFix exception on TWN raised in r83855 CR.
2011-03-14 Happy-melonComplete the trinity of blocking frontend interfaces...
2011-03-13 Happy-melonFurther massive rewrite of the blocking frontend: spin...
2011-03-13 Happy-melonSome refactoring in Block.php and SpecialBlock.php...
2011-03-13 Happy-melonFix totally-broken r83810.
2011-03-13 Niklas LaxströmFollow-up r83809 r83810: improved documentation
2011-03-13 Niklas Laxström* Moved Target field validation into a field validation...
2011-03-12 Happy-melonFollow-up r83794, r83792: restore new SpecialBlock...
2011-03-12 Happy-melonFollow-up r83790: svn-move SpecialBlockip.php to Specia...
2011-03-12 Happy-melonSpin out all the CSS used on special pages into their...
2011-03-12 Happy-melonDivert a river through the Augean Stables that is Speci...