Pasting lines typo in r80025
[lhc/web/wiklou.git] / includes / Block.php
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...
2006-11-03 Andrew GarrettVarious fixes related to the blocking change re: autobl...
2006-11-01 Andrew GarrettRestore patch that was temporarily reverted in order...
2006-11-01 Andrew GarrettRevert patch that was scapped into production without...
2006-11-01 Tim StarlingAdded block option "enable autoblocks". Patch by Werdna...
2006-07-17 Brion Vibber* Fix regression which allowed some blocked users to...
2006-07-14 Tim StarlingDeferred loading of DateFormatter.php and IP.php. Stand...
2006-07-12 Antoine MussoMigrate IP related tools from ProxyTools.php to IP.php
2006-07-11 Tim StarlingGive manual blocks precedence over autoblocks
2006-07-10 Tim StarlingIgnore ipb_anon_only and ipb_create_account for usernam...
2006-07-10 Tim Starling* Allow blocks on anonymous users only.
2006-06-08 Domas Mituzasscrew global defines :)
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-01-16 Rob Church* Minor cosmetic fixes to installer
next