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
/
user
/
BotPasswordTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
BotPasswordTest: Add a few more test cases provideCanonicalizeLoginData
Reedy
2025-03-13
1
-0
/
+4
*
user: Add filtered versions of CentralIdLookup::lookupUserNames
Tim Starling
2025-03-06
1
-2
/
+2
*
Use real type hints for services etc. in includes/auth/, session/, user/
Bartosz Dziewoński
2024-11-02
1
-2
/
+1
*
Add namespace to IDBAccessObject and DBAccessObjectUtils
James D. Forrester
2024-09-27
1
-0
/
+1
*
Add namespace to the root classes of ObjectCache
Ebrahim Byagowi
2024-07-10
1
-0
/
+1
*
tests: Use namespaced classes (1)
Umherirrender
2024-06-14
1
-0
/
+1
*
Merge "Use constants provided by MainConfigNames for config names"
jenkins-bot
2024-05-19
1
-1
/
+1
|
\
|
*
Use constants provided by MainConfigNames for config names
Func
2024-05-18
1
-1
/
+1
*
|
Namespace includes/password
Reedy
2024-05-18
1
-0
/
+1
|
/
*
StatusValue: Document and deprecate broken ways to search/replace messages
Bartosz Dziewoński
2024-05-03
1
-8
/
+5
*
tests: Migrate to IDatabase::newInsertQueryBuilder
Umherirrender
2024-04-14
1
-22
/
+20
*
Remove IDBAccessObject from being implemented in many classes
Amir Sarabadani
2024-02-19
1
-4
/
+4
*
tests: Add Tests to PHP namespacing
Reedy
2024-02-16
1
-2
/
+3
*
Migrate bot passwords to virtual domains
Amir Sarabadani
2024-02-01
1
-1
/
+0
*
tests: Use namespaced class names in @covers annotations
Umherirrender
2024-01-27
1
-1
/
+1
*
Introduce StatusFormatter
daniel
2023-10-27
1
-6
/
+6
*
Make use of assertStatusGood/Error and such in tests
thiemowmde
2023-10-04
1
-17
/
+7
*
tests: Use $this->getDb() instead of wfGetDB() in integration tests
Amir Sarabadani
2023-09-25
1
-2
/
+2
*
Namespace Config-related classes under \MediaWiki\Config
James D. Forrester
2023-09-21
1
-0
/
+2
*
Namespace remaining User-related classes under \MediaWiki\User
James D. Forrester
2023-09-20
1
-0
/
+2
*
In query builders, use insertInto() and deleteFrom() instead of insert() and ...
Tim Starling
2023-09-08
1
-1
/
+1
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-0
/
+1
*
Fix space after comma in single-line array declaration
Amir Sarabadani
2023-07-24
1
-1
/
+1
*
tests: Migrate calls to Database::update to UpdateQueryBuilder
Amir Sarabadani
2023-07-14
1
-6
/
+5
*
tests: Migrate Database::delete calls to DeleteQueryBuilder
Amir Sarabadani
2023-07-14
1
-5
/
+4
*
tests: Use MainConfigNames consts to refer config names
Umherirrender
2023-06-19
1
-1
/
+1
*
Just another 80 or so PHPStorm inspection fixes (#4)
Tim Starling
2023-03-25
1
-1
/
+0
*
tests: Make some PHPUnit data providers static
Tim Starling
2023-03-24
1
-1
/
+1
*
tests: Simplify some nested ->will( $this->return assertions
Reedy
2022-11-12
1
-1
/
+1
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-28
1
-0
/
+1
*
Revert "Reorg: Move some of request related classes to MediaWiki/Request"
Zabe
2022-10-27
1
-1
/
+0
*
Reorg: Move some of request related classes to MediaWiki/Request
Amir Sarabadani
2022-10-26
1
-0
/
+1
*
tests: Migrate away from `setMwGlobals()` to `overrideConfigValue(s)()`
Derick Alangi
2022-08-14
1
-14
/
+11
*
Get the MainConfig from MediaWikiServices instead of RequestContext
Umherirrender
2022-05-24
1
-2
/
+2
*
BotPasswordSessionProvider: inject GrantsInfo
Alexander Vorwerk
2022-04-12
1
-0
/
+1
*
Add convenience methods for asserting status.
daniel
2022-03-16
1
-2
/
+2
*
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
-10
/
+8
*
build: Updating dependencies
libraryupgrader
2021-07-22
1
-1
/
+1
*
Make CentralIdLookup a service
Petr Pchelko
2021-06-24
1
-2
/
+0
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-2
/
+2
*
Replace PHPUnit ->returnValue() with ->willReturn() shortcut
Thiemo Kreuz
2021-04-22
1
-9
/
+9
*
phpunit: Mass-replace setMethods with onlyMethods and adjust
Daimona Eaytoy
2021-04-16
1
-1
/
+1
*
Tests: Mark more more closures as static
Umherirrender
2021-02-09
1
-2
/
+2
*
Validate max length of bp_restrictions and bp_grants
Reedy
2020-12-05
1
-6
/
+54
*
MediaWikiTestCase to MediaWikiIntegrationTestCase
addshore
2020-06-30
1
-1
/
+1
*
tests: Add explicit return type void to setUp() and tearDown()
Max Semenik
2019-10-30
1
-1
/
+1
*
Hard deprecate Password::equals()
Max Semenik
2019-04-12
1
-4
/
+8
*
Improve ApiLogin test coverage
Aryeh Gregor
2018-10-10
1
-4
/
+4
*
Add PasswordFactory to MediaWikiServices
Kunal Mehta
2018-08-02
1
-4
/
+3
[next]