aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Setup.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-0/+4
* Hooks: Remove FauxGlobalHooksArraydaniel2025-02-181-12/+0
* Replace call_user_func with dynamic function callUmherirrender2025-02-131-1/+1
* Merge "HttpStatus: remove dependency on HeaderCallback"jenkins-bot2025-01-141-0/+7
|\
| * HttpStatus: remove dependency on HeaderCallbackdaniel2025-01-091-0/+7
* | telemetry: Factor out context propagationChris Danis2025-01-101-7/+2
|/
* Setup: tracing: tweak the root span nameChris Danis2025-01-061-1/+1
* Setup: parse incoming traceparent headerChris Danis2024-12-201-3/+8
* Setup: Remove unused $wgBaseDirectory in favour of MW_INSTALL_PATHTimo Tijhof2024-12-141-13/+4
* Add request-level OpenTelemetry instrumentationMáté Szabó2024-11-261-0/+31
* Merge "chore: Move authevents logging into AuthManager"jenkins-bot2024-10-241-9/+1
|\
| * chore: Move authevents logging into AuthManagerPiotr Miazga2024-10-241-9/+1
* | Use namespaced classesUmherirrender2024-10-211-0/+1
|/
* Replace a few more uses of deprecated Status / StatusValue methodsBartosz Dziewoński2024-08-221-1/+3
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-0/+2
* Merge "Use namespaced classes (1)"jenkins-bot2024-06-181-0/+1
|\
| * Use namespaced classes (1)Umherirrender2024-06-161-0/+1
* | AuthManager: Perform auto-creation as target user in Setup.php alsoGergő Tisza2024-06-091-1/+3
|/
* namespace MWDebugAmir Sarabadani2024-05-031-0/+1
* Replace trivial UrlUtils use with parse_url()Timo Tijhof2024-02-131-3/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Setup.php: Replace use of deprecated `wfParseUrl()`Derick Alangi2024-01-241-1/+1
* Deprecate $wgCommandLineModeBartosz Dziewoński2024-01-021-2/+3
* Replace $wgCommandLineMode checks with MW_ENTRY_POINT in other placesBartosz Dziewoński2024-01-021-5/+5
* Replace $wgCommandLineMode checks with MW_ENTRY_POINT in developer code (foll...Bartosz Dziewoński2023-12-191-2/+2
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+1
* Fix logging Status objects to 'authevents' channelBartosz Dziewoński2023-10-161-1/+2
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Add $wgRequest to phan's globals_type_mapDaimona Eaytoy2023-09-111-1/+0
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+2
* Reorg: Move SiteConfiguration to includes/config/Amir Sarabadani2023-09-111-0/+1
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-1/+1
* phpunit: Throw exception when MediaWikiServices is accessed too earlyDaimona Eaytoy2023-07-171-1/+5
* installer: Move Pingback->run() to Setup, document reason for external checkTimo Tijhof2023-06-201-3/+11
* Reorg: Move Pingback to installer/Amir Sarabadani2023-06-051-0/+1
* Replace internal Hooks::runnerUmherirrender2023-05-111-1/+2
* parserTests: ensure test classes get auto-loaded.daniel2023-03-271-0/+8
* Fix even more PHPStorm inspections (#3)Tim Starling2023-03-251-1/+1
* Fix typo in Setup.phpArlo Breault2023-03-231-1/+1
* Fix total breakage of wgCanonicalServer fallbackTim Starling2023-03-171-1/+1
* registration: Add a friendly error message for missing extensionBrian Wolff2023-03-151-19/+24
* Treat $wgHooks as a regular settingdaniel2023-03-091-0/+12
* Merge "Reorg: Namespace the Title class"jenkins-bot2023-03-021-0/+1
|\
| * Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* | Remove support for MW_USE_LEGACY_DEFAULT_SETTINGSdaniel2023-03-021-7/+0
|/
* Introduce run.php for running maintenance scriptsdaniel2022-12-211-4/+15
* SettingsBuilder: introduce a "registration" stagedaniel2022-12-161-10/+14
* Merge "Miscellaneous PHP version related cleanups"jenkins-bot2022-11-201-1/+1
|\
| * Miscellaneous PHP version related cleanupsTim Starling2022-11-211-1/+1
* | Settings: Introduce SettingsBuilder::getInstance to avoid $wgSettingsdaniel2022-11-171-8/+1
|/