(bug 18860) Allow non-anon-only blocks of IPs to block email
[lhc/web/wiklou.git] / includes / Block.php
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
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-12-01 Tim StarlingFaster IP blocks. Requires schema change.
2005-10-22 Brion VibberCommitting various live hacks from Wikimedia servers
2005-09-11 Tim Starlingfaster expiry check in enumBlocks
2005-08-27 Brion Vibber* (bug 3284) Ipblocklist paging, substring search
2005-08-26 Brion VibberDrop MySQL 3.23.x support; 4.0 or greater required.
2005-08-23 Brion Vibber* Fix table prefix usage in Block::enumBlocks
2005-08-23 Tim StarlingFaster retrieval of range blocks, faster lookup of...
2005-08-21 Tim StarlingMade BlockCache::loadFromDB() 100x faster. Wasn't an...
2005-08-11 Antoine MussoHack #1487: Special:Ipblocklist outputs <ul></ul> which...
2005-08-02 River Tarnellmerge ORACLE_WORK. sorry, this may break some parts...
2005-07-25 Tim StarlingFormalising live performance hack
2005-03-18 Magnus ManskeBypassing UNION SQL for mysql3
2005-03-08 Brion Vibber* Respect read-only mode on block removals
2005-01-22 Jens Frankconverted comments to PHPDOC format
2005-01-11 Brion Vibber* (bug 1184) expiry time of indefinite blocks shown...
2005-01-11 Brion Vibber* (bug 1204) Blocks do not expire automatically
2005-01-01 Jens FrankBUG#1244 Use a UNION to improve index use.
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-10-24 Tim StarlingCorrecting bugs due to double-prefixing table names...
next