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
/
includes
/
Setup.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/exception
James D. Forrester
2025-03-25
1
-0
/
+4
*
Hooks: Remove FauxGlobalHooksArray
daniel
2025-02-18
1
-12
/
+0
*
Replace call_user_func with dynamic function call
Umherirrender
2025-02-13
1
-1
/
+1
*
Merge "HttpStatus: remove dependency on HeaderCallback"
jenkins-bot
2025-01-14
1
-0
/
+7
|
\
|
*
HttpStatus: remove dependency on HeaderCallback
daniel
2025-01-09
1
-0
/
+7
*
|
telemetry: Factor out context propagation
Chris Danis
2025-01-10
1
-7
/
+2
|
/
*
Setup: tracing: tweak the root span name
Chris Danis
2025-01-06
1
-1
/
+1
*
Setup: parse incoming traceparent header
Chris Danis
2024-12-20
1
-3
/
+8
*
Setup: Remove unused $wgBaseDirectory in favour of MW_INSTALL_PATH
Timo Tijhof
2024-12-14
1
-13
/
+4
*
Add request-level OpenTelemetry instrumentation
Máté Szabó
2024-11-26
1
-0
/
+31
*
Merge "chore: Move authevents logging into AuthManager"
jenkins-bot
2024-10-24
1
-9
/
+1
|
\
|
*
chore: Move authevents logging into AuthManager
Piotr Miazga
2024-10-24
1
-9
/
+1
*
|
Use namespaced classes
Umherirrender
2024-10-21
1
-0
/
+1
|
/
*
Replace a few more uses of deprecated Status / StatusValue methods
Bartosz Dziewoński
2024-08-22
1
-1
/
+3
*
Add MediaWiki\Registration namespace to registration classes
Ebrahim Byagowi
2024-08-10
1
-0
/
+2
*
Merge "Use namespaced classes (1)"
jenkins-bot
2024-06-18
1
-0
/
+1
|
\
|
*
Use namespaced classes (1)
Umherirrender
2024-06-16
1
-0
/
+1
*
|
AuthManager: Perform auto-creation as target user in Setup.php also
Gergő Tisza
2024-06-09
1
-1
/
+3
|
/
*
namespace MWDebug
Amir Sarabadani
2024-05-03
1
-0
/
+1
*
Replace trivial UrlUtils use with parse_url()
Timo Tijhof
2024-02-13
1
-3
/
+1
*
Namespace includes/context
James D. Forrester
2024-02-08
1
-0
/
+1
*
Setup.php: Replace use of deprecated `wfParseUrl()`
Derick Alangi
2024-01-24
1
-1
/
+1
*
Deprecate $wgCommandLineMode
Bartosz Dziewoński
2024-01-02
1
-2
/
+3
*
Replace $wgCommandLineMode checks with MW_ENTRY_POINT in other places
Bartosz Dziewoński
2024-01-02
1
-5
/
+5
*
Replace $wgCommandLineMode checks with MW_ENTRY_POINT in developer code (foll...
Bartosz Dziewoński
2023-12-19
1
-2
/
+2
*
Namespace remaining files under includes/deferred
James D. Forrester
2023-11-22
1
-0
/
+1
*
Fix logging Status objects to 'authevents' channel
Bartosz Dziewoński
2023-10-16
1
-1
/
+2
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
Add $wgRequest to phan's globals_type_map
Daimona Eaytoy
2023-09-11
1
-1
/
+0
*
Reorg: Move WebRequest to includes\Request
Amir Sarabadani
2023-09-11
1
-0
/
+2
*
Reorg: Move SiteConfiguration to includes/config/
Amir Sarabadani
2023-09-11
1
-0
/
+1
*
Reorg: Move three output related classes to includes/Output/
Amir Sarabadani
2023-09-05
1
-1
/
+1
*
phpunit: Throw exception when MediaWikiServices is accessed too early
Daimona Eaytoy
2023-07-17
1
-1
/
+5
*
installer: Move Pingback->run() to Setup, document reason for external check
Timo Tijhof
2023-06-20
1
-3
/
+11
*
Reorg: Move Pingback to installer/
Amir Sarabadani
2023-06-05
1
-0
/
+1
*
Replace internal Hooks::runner
Umherirrender
2023-05-11
1
-1
/
+2
*
parserTests: ensure test classes get auto-loaded.
daniel
2023-03-27
1
-0
/
+8
*
Fix even more PHPStorm inspections (#3)
Tim Starling
2023-03-25
1
-1
/
+1
*
Fix typo in Setup.php
Arlo Breault
2023-03-23
1
-1
/
+1
*
Fix total breakage of wgCanonicalServer fallback
Tim Starling
2023-03-17
1
-1
/
+1
*
registration: Add a friendly error message for missing extension
Brian Wolff
2023-03-15
1
-19
/
+24
*
Treat $wgHooks as a regular setting
daniel
2023-03-09
1
-0
/
+12
*
Merge "Reorg: Namespace the Title class"
jenkins-bot
2023-03-02
1
-0
/
+1
|
\
|
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
|
Remove support for MW_USE_LEGACY_DEFAULT_SETTINGS
daniel
2023-03-02
1
-7
/
+0
|
/
*
Introduce run.php for running maintenance scripts
daniel
2022-12-21
1
-4
/
+15
*
SettingsBuilder: introduce a "registration" stage
daniel
2022-12-16
1
-10
/
+14
*
Merge "Miscellaneous PHP version related cleanups"
jenkins-bot
2022-11-20
1
-1
/
+1
|
\
|
*
Miscellaneous PHP version related cleanups
Tim Starling
2022-11-21
1
-1
/
+1
*
|
Settings: Introduce SettingsBuilder::getInstance to avoid $wgSettings
daniel
2022-11-17
1
-8
/
+1
|
/
[next]