Follow-up r84358 CR: rename 'editusertalk' to 'editownusertalk', private --> protecte...
[lhc/web/wiklou.git] / includes / Block.php
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-19 Happy-melonMark various internal methods as protected, which have...
2011-03-19 Happy-melonFollow-up r84336: break some long lines
2011-03-19 Happy-melonBlock::forUpdate() is never called, and doesn't really...
2011-03-19 Happy-melonClarify the behaviour of Block::parseTarget(), and...
2011-03-19 Happy-melonRemove some insanely ancient (~r4797) unused globals...
2011-03-18 Happy-melonMove Block::normaliseRange() to IP.php, then reduce...
2011-03-18 Happy-melonFollow-ups to r84258
2011-03-18 Happy-melonMore cleanup in Block.php. Push Block::encodeExpiry...
2011-03-18 Happy-melonFirst forays into the swamp of the Block.php backend:
2011-03-13 Happy-melonFurther massive rewrite of the blocking frontend: spin...
2011-03-13 Happy-melonFollow-up r83827: a Block object will never be internal...
2011-03-13 Happy-melonFollow-up r83825: fix Block::parseTarget to recognise...
2011-03-13 Happy-melonSome refactoring in Block.php and SpecialBlock.php...
2011-03-12 Happy-melonDivert a river through the Augean Stables that is Speci...
2011-01-05 Chad HorohoeFollowup r73348, r70608: move 'infinity' stuff to DB...
2010-12-26 Brian Wolff(Bug 26425) Due to r71751, wfTimestamp stopped acceptin...
2010-12-08 Aaron SchulzFixed r76560: one more caller of now-private toUnsigned6
2010-11-25 Roan KattouwFix indentation in Block::infinity()
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-09-19 Chad HorohoeFollowup r70608, don't use master connection just for...
2010-08-06 Ryan BiesDatabaseMssql class and related changes
2010-07-11 Alexandre Emsenhuberremoved PHP4-ism
2010-06-15 Alexandre EmsenhuberFixed some doxygen warnings
2010-05-30 Siebrand MazelandRan stylize.php, removed trailing whitespace, updated...
2010-04-17 PlatonidesStylize.
2010-04-17 PlatonidesAdd yet another parameter for Block construction, so...
2010-04-17 PlatonidesFollow up r64982. Autoblocks aren't automatically set...
2010-03-12 Max SemenikFix bug that prevented non-hidden users from appearing...
2010-02-27 Alexandre Emsenhuber* (bugs 22665 and 22667) User '0' can now be unblocked...
2010-02-14 Siebrand MazelandRandom indentation and code formatting updates. No...
2009-10-28 Jure KajzerChanged sequence names to a standard <table>_<field...
2009-10-21 Max Semenik(bug 20275) Fixed LIKE queries on SQLite backend
2009-10-19 Jack Phoenixcoding style tweaks
2009-05-25 Siebrand Mazeland(bug 17093) Separate date and time in Special:BlockList
2009-05-22 Niklas LaxströmEscaping fixes
2009-05-21 Alex Z(bug 18860) Allow non-anon-only blocks of IPs to block...
2009-02-21 Niklas Laxström* Allow changing block reason
2009-01-13 Alex Zadding newline to end of wfDebug calls where it was...
2008-12-15 Andrew GarrettDo initialiseRange into Block::insert.
2008-12-09 Alexandre Emsenhuberfix doxygen warnings
2008-11-30 Aaron Schulz*Remove unused functions
2008-11-23 Aaron Schulz* I didn't even notice the extra reblock check; merged...
2008-09-30 Alex Z(bug 15789) Autoblocks now have the same setting for...
2008-09-25 Matt Johnston(bug 8440) Allow preventing blocked users from editing...
2008-09-24 Tim StarlingFix docs for r41150, remove commented-out code, remove...
2008-09-22 Aaron SchulzAdd comment
2008-09-22 Aaron SchulzApply account creation blocks to users (bug 13611)
2008-09-22 Tim Starling* Fix some documentation
2008-09-21 Alexandre EmsenhuberFatal error: Call to undefined function wfMemc() in...
2008-09-21 Chad HorohoeMore block updates:
2008-09-21 Chad HorohoeHelps to actually _put_ the info into $wgMemc...
2008-09-21 Chad Horohoe* Lots and lots of docs
2008-08-08 Andrew GarrettRefactor out Block::isWhitelistedFromAutoblocks
2008-06-27 Andrew GarrettDon't be lazy: Initialise autoblock objects with both...
2008-06-27 Andrew GarrettCore changes for AbuseFilter extension.
2008-05-23 Brion Vibberdrop redundant wfTimestamp() call... we already got...
2008-05-23 Andrew GarrettCore changes for GlobalBlocking and TorBlock extensions...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-16 Aaron Schulz* Move affectedRows count up
2008-04-15 Aaron Schulz* Allow for things that call addEntry() to pass in...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-02-18 Victor Vasiliev* (bug 12999) introduce ipb_by_text colomn
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-18 Yuri AstrakhanAPI: enh 10260: Added page protection status query...
2007-06-07 Daniel Cannon(bug 7997) Added ability to Special:Blockip to block...
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-04-20 Tim StarlingFixed complete breakage of anon-only autoblocks, broken...
2007-03-31 Tim StarlingReduce query/transaction count.
2007-03-28 Aaron Schulz*Fix isInRange(), remove cruft, add "ipv-6" prefix...
2007-03-14 Aaron Schulz*Defer to normaliseRange6() if needed
2007-03-14 Aaron Schulz*Add mHideName parameter for hiding usernames
2007-03-12 Aaron Schulz*Get range blocks to consider "anononly" while I'm...
2007-03-12 Aaron Schulz*IPv6 sanitizing, avoid use of native hex functions...
2007-03-12 Aaron Schulz*Automatic address expansion, remove redundant check
2007-03-12 Aaron Schulz* Add IPv6 support
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-07 Andrew GarrettWell there was no problem in the first place. Nice...
2007-01-07 Andrew GarrettOkay brion, this patch actually /works/. Thanks to...
2006-12-08 Andrew GarrettFix regression from r17927 that broke IP::isInRange...
2006-11-29 Nick Jenkins$fname is not defined / null in these contexts, replaci...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-27 Nick JenkinsChanging lines like this: "extract( $dbw->tableNames...
2006-11-27 Tim Starling(no commit message)
2006-11-25 Tim Starlingoops
2006-11-25 Tim Starling* Added temporary special-case AOL proxy detection...
2006-11-23 Andrew GarrettwfGetIp-> in checking autoblock whitelist in doAutobloc...
2006-11-22 Aryeh GregorRevert last three commits. I totally broke autoblock...
2006-11-22 Aryeh GregorMore bugs! Why did I only spot these after commit >:|
2006-11-22 Aryeh GregorArgh, syntax error
2006-11-22 Aryeh Gregor* Moved Werdna's new IP functions to the IP class
2006-11-22 Andrew Garrett* (bug 7883) Added autoblock whitelisting feature,...
2006-11-21 Rotem LissReplacing the manual user and user talk links of the...
2006-11-21 Tim Starling* Introduced StringUtils.php, populated it with some...
2006-11-20 Andrew GarrettFix bug reported by Slowking_Man where retroactive...
2006-11-13 Andrew GarrettMake pretend feature from last commit actually exist
2006-11-08 Andrew Garrett* (bug 5149) When autoblocks are enabled, retroactively...
next