Follow-up r84358 CR: rename 'editusertalk' to 'editownusertalk', private --> protecte...
[lhc/web/wiklou.git] / includes / Block.php
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