index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
Block.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use wfMessage instead of deprecated wfMsg*
Alex Monk
2012-08-18
1
-3
/
+3
*
Big oops - merged to wrong branch.
awjrichards
2012-06-05
1
-9
/
+9
*
Revert to arbitrarily old point before initial remote branch creation to help...
awjrichards
2012-06-02
1
-9
/
+9
*
remove windows lines ending
Antoine Musso
2012-05-27
1
-9
/
+9
*
Block.php: replace '*' with explicit fields in selects
umherirrender
2012-05-25
1
-4
/
+29
*
Merge "Use the same object when checking if the user is blocked instead of cr...
Demon
2012-05-04
1
-2
/
+2
|
\
|
*
Use the same object when checking if the user is blocked instead of creating ...
Alexandre Emsenhuber
2012-04-17
1
-2
/
+2
*
|
(bug 5445) remove autoblocks when user is unblocked
Marc A. Pelletier
2012-05-03
1
-2
/
+7
|
/
*
Merged r114672 from wmf1.19 plus tests; crosswiki block name/id fix.
Aaron Schulz
2012-04-10
1
-2
/
+11
*
Force the target user ID to be the correct foreign ID on the relevant local w...
Aaron Schulz
2012-02-28
1
-0
/
+3
*
Fixing some of the "@return true" or "@return false", need to be "@return boo...
Sam Reed
2012-02-09
1
-1
/
+1
*
* (bug 33101) Viewing a User or User talk of username resembling IP ending w...
Sam Reed
2011-12-15
1
-7
/
+4
*
add missing deprecation notices and added deprecation version to existing ones
Jeroen De Dauw
2011-12-13
1
-2
/
+11
*
Add a getExpiry method to Block (rather than direct member variable access. Y...
Sam Reed
2011-12-06
1
-0
/
+9
*
* reverted changes to Block and ApiBlockTest made in r102625 ... PEBKAC
Jure Kajzer
2011-11-10
1
-5
/
+6
*
* Added getInfinity to DatabaseOracle
Jure Kajzer
2011-11-10
1
-6
/
+5
*
* fixed ipblocks.ipb_by_text field, removed default blank not null (fixed ins...
Jure Kajzer
2011-11-04
1
-1
/
+4
*
(bug 31739) Made Block code support ipb_by = 0 convention with for foreign us...
Aaron Schulz
2011-11-01
1
-15
/
+26
*
Kill various unused variables
Sam Reed
2011-10-29
1
-1
/
+0
*
Update some deprecated code
Sam Reed
2011-10-14
1
-1
/
+1
*
Fix r91886 thanks to johnduhart: check if it is an IP *before* stripping subp...
Robin Pepermans
2011-08-12
1
-12
/
+13
*
Fixing comment (no Language::decodeExpiry).
Rotem Liss
2011-08-02
1
-1
/
+1
*
Add comment
Sam Reed
2011-07-18
1
-3
/
+2
*
Fix autoblocks in r92480 r92482 -- modified the wrong half
Andrew Garrett
2011-07-18
1
-1
/
+1
*
Fix autoblocks in r92480
Andrew Garrett
2011-07-18
1
-2
/
+2
*
Block.php fixes: Always store mExpiry as a TS_MW or "infinity". Convert as ap...
Andrew Garrett
2011-07-18
1
-5
/
+16
*
Follow-up r92220: changed autoblock handling to use PerformRetroactiveAutoblo...
Aaron Schulz
2011-07-15
1
-16
/
+7
*
* Removed angry autoblock code - unused by anything
Aaron Schulz
2011-07-15
1
-28
/
+44
*
(bug 29797) Error: "Tried to load block with invalid type" when subpages are ...
Robin Pepermans
2011-07-11
1
-1
/
+10
*
Follow-up r88738: this check is no longer needed since r88750.
Happy-melon
2011-06-27
1
-6
/
+2
*
Follow-up r84588 CR
Happy-melon
2011-06-26
1
-1
/
+1
*
Follow-up r84475 CR; and also documentation fixes; PhpStorm 2.1 is *even more...
Happy-melon
2011-06-26
1
-2
/
+13
*
Reduce calls to wfTimestampNow() by using temporary variable. Inspired by CR ...
Siebrand Mazeland
2011-06-24
1
-5
/
+7
*
Tweaked comments and code in confusing spot of doAutoblock()
Aaron Schulz
2011-06-18
1
-12
/
+12
*
Another partial fix for Block test: update $this->mId on successful Block::in...
Brion Vibber
2011-06-15
1
-1
/
+2
*
Fix for partial regression in r84534: Block::newFromId was no longer handling...
Brion Vibber
2011-06-15
1
-2
/
+6
*
Fix (Api)BlockTest for Sqlite. getRangeStart()/getRangeEnd() were returning n...
Chad Horohoe
2011-06-07
1
-2
/
+2
*
w/s changes.
Mark A. Hershberger
2011-06-02
1
-2
/
+2
*
Even more documentation in various files
Sam Reed
2011-05-29
1
-1
/
+0
*
And even more documentation
Sam Reed
2011-05-28
1
-1
/
+4
*
* (bug 29116) Fix regression breaking CheckUser extension
Brion Vibber
2011-05-24
1
-4
/
+6
*
(bug 29116) follow-up r84475: normalise the empty string to null in Block::ne...
Happy-melon
2011-05-24
1
-0
/
+6
*
Follow-up r84475: Block::parseTarget() should always return an array.
Happy-melon
2011-05-23
1
-2
/
+2
*
DB_READ -> DB_SLAVE, the former is obsolete
Alexandre Emsenhuber
2011-05-18
1
-1
/
+1
*
Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...
Siebrand Mazeland
2011-05-17
1
-2
/
+2
*
Revert r85776, r85782 pending better solution
Sam Reed
2011-04-12
1
-8
/
+1
*
Followup r85776, per Aaron, add documentation showing reason why explicit cre...
Sam Reed
2011-04-11
1
-0
/
+2
*
* (bug 28485) Block::purgeExpired Database returned error "1205: Lock wait ti...
Sam Reed
2011-04-11
1
-1
/
+6
*
Various fixes for PHPUnit tests:
Paul Copperman
2011-04-07
1
-1
/
+2
*
Use class name Html in canonical form.
Platonides
2011-03-24
1
-1
/
+1
[next]