Remove MW_LOAD_EXTENSIONS, MW_LOAD_SKINS, and related - #358
Draft
DanielButAtWork wants to merge 1 commit into
Draft
Remove MW_LOAD_EXTENSIONS, MW_LOAD_SKINS, and related#358DanielButAtWork wants to merge 1 commit into
MW_LOAD_EXTENSIONS, MW_LOAD_SKINS, and related#358DanielButAtWork wants to merge 1 commit into
Conversation
DanielButAtWork
force-pushed
the
less-env-loading
branch
from
January 18, 2026 04:01
71a5d4a to
70ebce8
Compare
vedmaka
previously approved these changes
Jan 30, 2026
Remove support for loading extensions and skins via the environmental variables. Additionally * Remove support for `MW_DEFAULT_SKIN` setting the default skin. * Remove the `DOCKER_SKINS` and `DOCKER_EXTENSIONS` constants. * Unconditionally enable the Vector skin and set it as the default; previously that was only done when MW_LOAD_SKINS was not being used. Individual wikis can easily change their default skin if desired. * Remove handling of `$wgScribuntoUseGeshi` and `$wgScribuntoUseCodeEditor` based on the extensions enabled with `MW_LOAD_EXTENSIONS`; both default to true anyway. WIK-2124
DanielButAtWork
force-pushed
the
less-env-loading
branch
from
February 11, 2026 06:38
70ebce8 to
5cc8d87
Compare
|
🐳 The image based on 5cc8d876 commit has been built with |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove support for loading extensions and skins via the environmental variables. Additionally
MW_DEFAULT_SKINsetting the default skin.DOCKER_SKINSandDOCKER_EXTENSIONSconstants.$wgScribuntoUseGeshiand$wgScribuntoUseCodeEditorbased on the extensions enabled withMW_LOAD_EXTENSIONS; both default to true anyway.WIK-2124