aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Block.php
Commit message (Expand)AuthorAgeFilesLines
* Use wfMessage instead of deprecated wfMsg*Alex Monk2012-08-181-3/+3
* Big oops - merged to wrong branch.awjrichards2012-06-051-9/+9
* Revert to arbitrarily old point before initial remote branch creation to help...awjrichards2012-06-021-9/+9
* remove windows lines endingAntoine Musso2012-05-271-9/+9
* Block.php: replace '*' with explicit fields in selectsumherirrender2012-05-251-4/+29
* Merge "Use the same object when checking if the user is blocked instead of cr...Demon2012-05-041-2/+2
|\
| * Use the same object when checking if the user is blocked instead of creating ...Alexandre Emsenhuber2012-04-171-2/+2
* | (bug 5445) remove autoblocks when user is unblockedMarc A. Pelletier2012-05-031-2/+7
|/
* Merged r114672 from wmf1.19 plus tests; crosswiki block name/id fix.Aaron Schulz2012-04-101-2/+11
* Force the target user ID to be the correct foreign ID on the relevant local w...Aaron Schulz2012-02-281-0/+3
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* * (bug 33101) Viewing a User or User talk of username resembling IP ending w...Sam Reed2011-12-151-7/+4
* add missing deprecation notices and added deprecation version to existing onesJeroen De Dauw2011-12-131-2/+11
* Add a getExpiry method to Block (rather than direct member variable access. Y...Sam Reed2011-12-061-0/+9
* * reverted changes to Block and ApiBlockTest made in r102625 ... PEBKACJure Kajzer2011-11-101-5/+6
* * Added getInfinity to DatabaseOracleJure Kajzer2011-11-101-6/+5
* * fixed ipblocks.ipb_by_text field, removed default blank not null (fixed ins...Jure Kajzer2011-11-041-1/+4
* (bug 31739) Made Block code support ipb_by = 0 convention with for foreign us...Aaron Schulz2011-11-011-15/+26
* Kill various unused variablesSam Reed2011-10-291-1/+0
* Update some deprecated codeSam Reed2011-10-141-1/+1
* Fix r91886 thanks to johnduhart: check if it is an IP *before* stripping subp...Robin Pepermans2011-08-121-12/+13
* Fixing comment (no Language::decodeExpiry).Rotem Liss2011-08-021-1/+1
* Add commentSam Reed2011-07-181-3/+2
* Fix autoblocks in r92480 r92482 -- modified the wrong halfAndrew Garrett2011-07-181-1/+1
* Fix autoblocks in r92480Andrew Garrett2011-07-181-2/+2
* Block.php fixes: Always store mExpiry as a TS_MW or "infinity". Convert as ap...Andrew Garrett2011-07-181-5/+16
* Follow-up r92220: changed autoblock handling to use PerformRetroactiveAutoblo...Aaron Schulz2011-07-151-16/+7
* * Removed angry autoblock code - unused by anythingAaron Schulz2011-07-151-28/+44
* (bug 29797) Error: "Tried to load block with invalid type" when subpages are ...Robin Pepermans2011-07-111-1/+10
* Follow-up r88738: this check is no longer needed since r88750.Happy-melon2011-06-271-6/+2
* Follow-up r84588 CRHappy-melon2011-06-261-1/+1
* Follow-up r84475 CR; and also documentation fixes; PhpStorm 2.1 is *even more...Happy-melon2011-06-261-2/+13
* Reduce calls to wfTimestampNow() by using temporary variable. Inspired by CR ...Siebrand Mazeland2011-06-241-5/+7
* Tweaked comments and code in confusing spot of doAutoblock()Aaron Schulz2011-06-181-12/+12
* Another partial fix for Block test: update $this->mId on successful Block::in...Brion Vibber2011-06-151-1/+2
* Fix for partial regression in r84534: Block::newFromId was no longer handling...Brion Vibber2011-06-151-2/+6
* Fix (Api)BlockTest for Sqlite. getRangeStart()/getRangeEnd() were returning n...Chad Horohoe2011-06-071-2/+2
* w/s changes.Mark A. Hershberger2011-06-021-2/+2
* Even more documentation in various filesSam Reed2011-05-291-1/+0
* And even more documentationSam Reed2011-05-281-1/+4
* * (bug 29116) Fix regression breaking CheckUser extensionBrion Vibber2011-05-241-4/+6
* (bug 29116) follow-up r84475: normalise the empty string to null in Block::ne...Happy-melon2011-05-241-0/+6
* Follow-up r84475: Block::parseTarget() should always return an array.Happy-melon2011-05-231-2/+2
* DB_READ -> DB_SLAVE, the former is obsoleteAlexandre Emsenhuber2011-05-181-1/+1
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-2/+2
* Revert r85776, r85782 pending better solutionSam Reed2011-04-121-8/+1
* Followup r85776, per Aaron, add documentation showing reason why explicit cre...Sam Reed2011-04-111-0/+2
* * (bug 28485) Block::purgeExpired Database returned error "1205: Lock wait ti...Sam Reed2011-04-111-1/+6
* Various fixes for PHPUnit tests:Paul Copperman2011-04-071-1/+2
* Use class name Html in canonical form.Platonides2011-03-241-1/+1