aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/api/query
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/skinJames D. Forrester2025-03-251-1/+1
* Namespace all remaining files in includes/recentchangesJames D. Forrester2025-03-202-2/+2
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-1/+1
* ApiQueryBlock: Don't return page restrictions when pages were deletedDayllan Maza2025-03-181-1/+2
* Merge "block: Add localized duration to API responses"jenkins-bot2025-03-101-2/+7
|\
| * block: Add localized duration to API responsesTim Starling2025-03-101-2/+7
* | ApiQuerySiteInfo: Expose same PHP Libraries as SpecialVersionReedy2025-03-081-1/+3
|/
* block: DatabaseBlock constructor caller migrationTim Starling2025-03-042-42/+33
* ApiQuerySiteinfo: Support $wgGroupInheritsPermissionsKevin Israel2025-02-191-2/+7
* ApiQueryInfo: Check for blocks against the requesting userThalia2025-02-051-0/+47
* build: Updating mediawiki/mediawiki-codesniffer to 46.0.0libraryupgrader2025-01-311-1/+1
* block: Fix HideUserUtils error when user is hidden twiceTim Starling2025-01-101-2/+4
* Add ApiQueryCheckCanExecute hookGergő Tisza2024-12-031-0/+24
* PHPUnit: Use FQCN with leading backslash in @covers annotationFomafix2024-11-1922-23/+23
* tests: Avoid repeated calls to setGroupPermissions in same testUmherirrender2024-10-311-2/+6
* Use ++ and -- rather than += 1 and -= 1Reedy2024-10-171-3/+6
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* Add namespace to includes/api classesJames D. Forrester2024-09-2525-33/+33
* tests: Consistently use class_alias comments like elsewhereJames D. Forrester2024-09-251-0/+1
* Update user widgets to support named and temp account exclusionJamie Kuppens2024-09-161-10/+161
* tests/api: Add missing documentation to class propertiesUmherirrender2024-09-108-2/+13
* tests: Use const for some static data in test filesUmherirrender2024-09-011-65/+65
* tests: Make use of ??= and ?? operators in various teststhiemowmde2024-08-151-3/+1
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-2/+2
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-1/+1
* Add namespace to WikitextContentEbrahim Byagowi2024-08-062-2/+2
* Filter temporary accounts as anonymous in ApiQueryRecentChangesSTran2024-07-291-8/+40
* RecentChange: Replace use of legacy error arraysBartosz Dziewoński2024-07-091-1/+1
* ApiQueryWatchlistIntegrationTest: Disable temp account in anon editKosta Harlan2024-06-261-2/+2
* ApiQueryUserContribsTest: Disable temp account featureKosta Harlan2024-06-261-0/+5
* ApiQueryRecentChangesIntegrationTest: Fixes for temp accountsKosta Harlan2024-06-261-2/+3
* Replace db with getDb for TestsWandji692024-06-232-14/+14
* Merge "api: Rewrite adrto/from/prefix handling to use expression builder"jenkins-bot2024-06-181-0/+77
|\
| * api: Rewrite adrto/from/prefix handling to use expression builderUmherirrender2024-06-171-0/+77
* | ApiQuerySiteinfo: Use TempUserConfig classKosta Harlan2024-06-131-5/+1
* | TempUserTestTrait: Use an array for config overrides when disablingKosta Harlan2024-06-131-1/+1
|/
* Add namespace and deprecation alias to WatchedItemQueryServiceEbrahim Byagowi2024-05-183-4/+4
* Merge "block: Deprecate and stop using $wgBlockTargetMigrationStage"jenkins-bot2024-05-111-33/+3
|\
| * block: Deprecate and stop using $wgBlockTargetMigrationStageTim Starling2024-05-101-33/+3
* | Tests: remove a bunch of DummyServicesTrait-related commentsDannyS7122024-05-101-1/+0
|/
* phpunit: Fix tests relying on implicit wgScript/wgArticlePathTimo Tijhof2024-05-051-1/+0
* Minor comment cleanup in ApiQueryTestBase.phpbpirkle2024-05-031-2/+2
* Run pagelinks migration for third parties tooAmir Sarabadani2024-04-271-1/+1
* TempAccounts: Rate limit acquisition of temp account namesKosta Harlan2024-04-233-3/+6
* Ignore/fix MediaWiki.Commenting.PropertyDocumentation.WrongStyleTaavi Väänänen2024-04-223-1/+4
* tests: Migrate to IDatabase::newInsertQueryBuilderUmherirrender2024-04-143-71/+73
* Define ApiQuery::isWriteModeDreamy Jazz2024-04-051-0/+44
* Update wgAutoCreateTempUser config defaultsDreamy Jazz2024-04-036-64/+35
* block: Clarify function of HideUserUtils aliases and use them consistentlyTim Starling2024-03-191-6/+6
* block: Use a scalar subquery in HideUserUtils::getExpressionTim Starling2024-03-151-4/+4