Back out unreviewed commit 17d23282dd6d8b1bf6b1b80f97cf02265cbec59d
[lhc/web/wiklou.git] / includes / specials / SpecialBlock.php
2012-05-29 Aaron SchulzMerge "wfProfileOut() for new return added in c6396...
2012-05-24 Brion VIBBERMerge "[FileBackend] Added getScopedLocksForOps() funct...
2012-05-19 Aaron SchulzMerge "Title::moveToInternal doesn't return anything...
2012-05-11 NikerabbitMerge "(bug 33928) make diff title page more relevant"
2012-05-10 Aaron SchulzMerge "Revert r97711"
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-09 KrinkleMerge "fix bug 29002 - in RTL wikis resizable are flipped"
2012-05-09 KrinkleMerge "Upgrade to jQuery UI 1.8.20"
2012-05-08 CatropeMerge "Re-enable css @import unit tests"
2012-05-08 Brion VIBBERMerge "Optimized SqlBagOStuff::getBatch() a bit."
2012-05-08 Brion VIBBERMerge "Add new-inline-tags to tidy.conf"
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-07 Aaron SchulzMerge "add type check and bail out when title could...
2012-05-07 HasharMerge "Adding tests for dumps"
2012-05-07 SiebrandMerge "Pass the result of the database queries in Title...
2012-05-05 Aaron SchulzMerge "Use local context to get messages and time forma...
2012-05-04 ReedyMerge "Only use per-template profiling for one-time...
2012-05-04 umherirrender(bug 32604) Some messages needs escaping of wikitext...
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-26 Tim StarlingMerge "Localisation updates for namespace names for...
2012-03-22 DemonMerge "(bug 32827) "[Regression] Block log for IP range...
2012-03-21 Aaron Schulz(bug 32827) "[Regression] Block log for IP ranges not...
2012-03-21 Roan KattouwRevert r107309, r113601, r113704, r113742, r113792...
2012-03-14 Aaron Schulz(bug 32827) "[Regression] Block log for IP ranges not...
2012-02-09 Sam ReedMore return documentation
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...