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
/
tests
/
phpunit
/
includes
/
api
/
ApiBlockTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Don't modify an autoblock when the user specifies an IP
Tim Starling
2025-03-20
1
-3
/
+20
*
Namespace all remaining files in includes/logging
James D. Forrester
2025-03-19
1
-1
/
+1
*
Merge "block: Increase page restriction limit in multiblocks mode"
jenkins-bot
2025-03-12
1
-1
/
+1
|
\
|
*
block: Increase page restriction limit in multiblocks mode
Tim Starling
2025-03-12
1
-1
/
+1
*
|
block: Fix failure to sanitize a range blocked with ApiBlock
Tim Starling
2025-03-12
1
-0
/
+16
|
/
*
block: DatabaseBlock constructor caller migration
Tim Starling
2025-03-04
1
-8
/
+8
*
block: Add test for block log expiry formatting
Tim Starling
2025-02-11
1
-0
/
+16
*
Revert "API: Use ExpiryDef for action=block expiry parameter"
Tim Starling
2025-02-10
1
-14
/
+3
*
API: Use ExpiryDef for action=block expiry parameter
Sam Wilson
2025-01-29
1
-3
/
+14
*
block: Multiblocks block API
Tim Starling
2024-12-16
1
-4
/
+93
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-1
/
+1
*
Add namespace to includes/api classes
James D. Forrester
2024-09-25
1
-1
/
+1
*
tests/api: Add missing documentation to class properties
Umherirrender
2024-09-10
1
-0
/
+3
*
Replace db with getDb for Tests
Wandji69
2024-06-23
1
-1
/
+1
*
block: Deprecate and stop using $wgBlockTargetMigrationStage
Tim Starling
2024-05-10
1
-48
/
+15
*
tests: Namespace api tests
Reedy
2024-02-18
1
-0
/
+2
*
tests: Fix @covers and @coversDefaultClass to have leading \
Reedy
2024-02-16
1
-1
/
+1
*
Merge "Replace a few manually crafted assertTrue assertions"
jenkins-bot
2023-11-30
1
-1
/
+1
|
\
|
*
Replace a few manually crafted assertTrue assertions
thiemowmde
2023-11-23
1
-1
/
+1
*
|
Support new block schema
Tim Starling
2023-11-29
1
-15
/
+45
|
/
*
Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary
James D. Forrester
2023-11-21
1
-4
/
+0
*
Migrate callers of DatabaseBlock methods moved to DatabaseBlockStore
Tim Starling
2023-11-06
1
-5
/
+7
*
tests: Use $this->getDb() instead of wfGetDB() in integration tests
Amir Sarabadani
2023-09-25
1
-6
/
+3
*
tests: Migrate more cases to SQB
Amir Sarabadani
2023-09-21
1
-23
/
+17
*
Reorg: Move MWTimestamp to MediaWiki\Utils
Amir Sarabadani
2023-08-19
1
-0
/
+1
*
tests: api: Replace some static function with services
Umherirrender
2023-07-29
1
-5
/
+6
*
Replace usages of ApiTestCase::$users
Daimona Eaytoy
2023-07-25
1
-5
/
+5
*
Avoid calling overrideConfigValue() multiple times
thiemowmde
2023-07-20
1
-6
/
+1
*
Merge "tests: Migrate Database::select usages to SelectQueryBuilder"
jenkins-bot
2023-07-17
1
-6
/
+5
|
\
|
*
tests: Migrate Database::select usages to SelectQueryBuilder
Amir Sarabadani
2023-07-17
1
-6
/
+5
*
|
ApiBlockTest: improve permission checks
Daimona Eaytoy
2023-07-16
1
-10
/
+10
|
/
*
API tests: Assert error codes, not error messages
Bartosz DziewoĆski
2023-04-26
1
-33
/
+11
*
Just another 80 or so PHPStorm inspection fixes (#4)
Tim Starling
2023-03-25
1
-1
/
+1
*
tests: Use `overrideConfig(Value|Values)` where needed
Derick Alangi
2022-07-12
1
-17
/
+26
*
phpunit: use ->getServiceContainer() in integration tests
Alexander Vorwerk
2022-01-27
1
-3
/
+2
*
Remove or replace usages of "sanity"
Reedy
2021-11-21
1
-2
/
+2
*
Drop action api token methods deprecated in 1.24
Petr Pchelko
2021-09-13
1
-25
/
+12
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-1
/
+1
*
Hard-deprecate AbstractBlock::getTargetAndType() and getTarget()
vladshapik
2021-06-22
1
-1
/
+1
*
Allow passing mock Authority in API integration tests
Petr Pchelko
2021-06-07
1
-15
/
+11
*
Update DatabaseBlock construct option 'by' and 'byText' usage to use User Ide...
Roman Stolar
2021-06-02
1
-1
/
+1
*
Allow partial action blocks to be made via ApiBlock
Thalia
2021-05-04
1
-0
/
+21
*
ApiBlockTest: Separate out page and namespace restrictions tests
Thalia
2021-05-04
1
-7
/
+17
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-4
/
+4
*
ApiBlockTest: fake the current time to avoid flaky tests
Daimona Eaytoy
2021-03-22
1
-3
/
+3
*
Fix incomplete/bogus PHPDoc tags in various tests
Thiemo Kreuz
2021-01-14
1
-2
/
+1
*
Introduce backend class for blocking users
Martin Urbanec
2020-09-22
1
-1
/
+1
*
Add tests for ApiBlock return values when blocking by userid
DannyS712
2020-09-19
1
-0
/
+18
*
Deprecate DatabaseBlock methods moved to DatabaseBlockStore
Thalia
2020-09-13
1
-1
/
+2
*
Remove $wgEnablePartialBlocks config and always enable partial blocks
Thalia
2020-03-04
1
-12
/
+0
[next]