Allow LogEventsList::showLogExtract() to get a Title object instead of having to...
[lhc/web/wiklou.git] / includes / specials / SpecialBlock.php
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...