(bug 10055) Populate email address and real name properties of User objects passed...
[lhc/web/wiklou.git] / includes / Block.php
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...
2004-09-07 Domas Mituzasfix timestamp for expiry too
2004-09-07 Domas Mituzastimestamp fix, PR405
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-15 Tim StarlingAdded FOR UPDATE mode to Block.php, to fix memcached...
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-07-10 Tim StarlingLoad balancing enabled in places where it's thought...
2004-06-11 Domas Mituzasdon't use OR on empty variables
2004-06-08 Antoine Mussosome double quoting replaced by single quoting
2004-02-27 Tim Starlingfixed problem with updateTimestamp() altering existing...
2004-02-21 Tim Starlingminor change
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-02-16 Tim Starlingproper handling of infinite expiry
2004-02-14 Tim StarlingTwo blocking features: IP range blocks, and expiry...
2003-11-19 Brion VibberReverse order for ipblocklist: most recent first
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-09-07 Tim StarlingAutoblocker privacy protection
2003-09-01 Tim Starlingnew Block object, block expiry, optional sysop blocks