aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Block.php
Commit message (Expand)AuthorAgeFilesLines
* Formalising live performance hackTim Starling2005-07-251-3/+13
* Bypassing UNION SQL for mysql3Magnus Manske2005-03-181-1/+2
* * Respect read-only mode on block removalsBrion Vibber2005-03-081-0/+3
* converted comments to PHPDOC formatJens Frank2005-01-221-2/+6
* * (bug 1184) expiry time of indefinite blocks shown as the current timeBrion Vibber2005-01-111-3/+12
* * (bug 1204) Blocks do not expire automaticallyBrion Vibber2005-01-111-1/+5
* BUG#1244 Use a UNION to improve index use.Jens Frank2005-01-011-0/+7
* Removed CVS keywords from files, to make merging between branchesEvan Prodromou2004-11-291-1/+0
* Correcting bugs due to double-prefixing table names. Removing obsolete Databa...Tim Starling2004-10-241-2/+2
* fix timestamp for expiry tooDomas Mituzas2004-09-071-5/+5
* timestamp fix, PR405Domas Mituzas2004-09-071-6/+7
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-0/+3
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-10/+15
* massive double to single quotes conversion. I have not noticed any bug after ...Antoine Musso2004-08-221-3/+3
* Added FOR UPDATE mode to Block.php, to fix memcached concurrency problem in B...Tim Starling2004-08-151-23/+44
* * Support for table name prefixes throughout the code. No support yet for con...Tim Starling2004-07-181-6/+6
* OOP calling convention for database functions. DBMS abstraction implemented b...Tim Starling2004-07-101-30/+45
* Load balancing enabled in places where it's thought to be reasonably safeTim Starling2004-07-101-3/+6
* don't use OR on empty variablesDomas Mituzas2004-06-111-2/+6
* some double quoting replaced by single quotingAntoine Musso2004-06-081-17/+17
* fixed problem with updateTimestamp() altering existing IP blocksTim Starling2004-02-271-11/+13
* minor changeTim Starling2004-02-211-1/+1
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* proper handling of infinite expiryTim Starling2004-02-161-1/+5
* Two blocking features: IP range blocks, and expiry times configurable block-b...Tim Starling2004-02-141-33/+103
* Reverse order for ipblocklist: most recent firstBrion Vibber2003-11-191-1/+1
* changing wfQuery to allow replicationTim Starling2003-09-201-5/+5
* Autoblocker privacy protectionTim Starling2003-09-071-42/+45
* new Block object, block expiry, optional sysop blocksTim Starling2003-09-011-0/+168