aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQuerySiteinfo.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type declaration on undocumented private functionsUmherirrender2025-04-041-4/+4
* Namespace all remaining files in includes/skinJames D. Forrester2025-03-251-2/+2
* ApiQuerySiteInfo: Expose same PHP Libraries as SpecialVersionReedy2025-03-081-8/+5
* ApiQuerySiteinfo: Support $wgGroupInheritsPermissionsKevin Israel2025-02-191-22/+17
* Inject services into API classesFomafix2024-10-281-4/+6
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-21/+1
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+11
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-0/+1
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-0/+1
* Revert "Drop writeapi flag from siteinfo API"Lucas Werkmeister2024-08-071-0/+1
* Drop writeapi flag from siteinfo APIGergő Tisza2024-07-311-1/+0
* SkinModule: Always pass language code to get logosFunc2024-07-091-1/+1
* [temp accounts] Make use of isKnown config flagKosta Harlan2024-06-141-1/+1
* ApiQuerySiteinfo: Use TempUserConfig classKosta Harlan2024-06-131-15/+9
* Use constants provided by MainConfigNames for config namesFunc2024-05-181-2/+2
* ApiQuerySiteInfo: Minor cleanupReedy2024-04-281-8/+6
* Fix some line indentUmherirrender2024-04-201-1/+1
* ApiQuerySiteinfo: Fix up comment in recAutopromoteReedy2024-02-271-1/+1
* Merge "ApiSiteInfo: Add siprop=autopromoteonce"jenkins-bot2024-01-241-2/+29
|\
| * ApiSiteInfo: Add siprop=autopromoteonceReedy2024-01-241-2/+29
* | Merge "ApiSiteInfo: Add siprop=autopromote to return $wgAutopromote data"jenkins-bot2024-01-241-0/+74
|\|
| * ApiSiteInfo: Add siprop=autopromote to return $wgAutopromote data星耀晨曦2024-01-241-0/+74
* | ApiQuerySiteInfo: Expose client side libraries as per SpecialVersionReedy2024-01-241-0/+18
|/
* libs/composer: Namespace under Wikimedia\ComposerReedy2024-01-131-0/+1
* Add support for conditional user defaultsMartin Urbanec2024-01-091-1/+1
* Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
* GitInfo: Update use of SpecialVersion utility methodsTimo Tijhof2023-10-191-5/+3
* Simplify and compact code in ApiQuerySiteinfo classthiemowmde2023-10-031-108/+68
* Namespace NamespaceInfo under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-0/+1
* Namespace SpecialVersion under \MediaWiki\SpecialsJames D. Forrester2023-09-141-0/+1
* Remove redundant empty() constructsDaimona Eaytoy2023-09-081-1/+1
* api: Use ParserFactory on module creationUmherirrender2023-08-291-6/+6
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-44/+15
* Reorg: Move GitInfo to utils/Amir Sarabadani2023-08-211-0/+1
* Reorg: Move ExtensionInfo to utils/Amir Sarabadani2023-08-191-1/+1
* API: Replace deprecated calls to wfExpandUrl with UrlUtils::expandJames D. Forrester2023-06-221-6/+13
* Simplify HookContainer (v2)Lucas Werkmeister2023-06-061-2/+2
* Revert "Simplify HookContainer"Lucas Werkmeister2023-06-061-2/+2
* Simplify HookContainerdaniel2023-06-041-2/+2
* rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms libraryAmir Sarabadani2023-05-041-1/+1
* Merge "Expose automatic temporary user info in the API"jenkins-bot2023-05-021-0/+23
|\
| * Expose automatic temporary user info in the APIBartosz Dziewoński2023-04-281-0/+23
* | Reorg: Move ReadOnlyMode classes to db/Amir Sarabadani2023-04-281-0/+1
|/
* Reorg: Move SiteStats*.php to SiteStats/Amir Sarabadani2023-04-271-0/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* Improve ApiQuerySiteInfo handling of deprecated and "extra" language linksC. Scott Ananian2023-02-091-0/+10
* Use str_starts_with/str_ends_with/str_containsUmherirrender2022-12-121-2/+2