MBSD-369 MW upgrade to 1.43.5#304
Open
wikivisor wants to merge 31 commits into
Open
Conversation
…cks (bug T379715)
DanielButAtWork
requested changes
Dec 4, 2025
Contributor
DanielButAtWork
left a comment
There was a problem hiding this comment.
instead of changing the configuration, we should update Taqasta to have the latest version of ContributionScores, just like I did in Canasta - its fixed in the latest commit on master
Load extensions previously loaded by `MW_LOAD_EXTENSIONS` manually in LocalSettings.php * The settings `$wgScribuntoUseGeSHi` and `$wgScribuntoUseCodeEditor` were previously set based on whether the syntax highlighting and CodeEditor extensions were enabled via `MW_LOAD_EXTENSIONS`; now that they are enabled manually, set both configuration values to true. * Local testing confirms that all of the extensions can be loaded via `wfLoadExtension()` rather than from a PHP entrypoint. Load skins previously loaded by `MW_LOAD_SKINS` manually in LocalSettings.php * Taqasta automatically enabled the `Bootstrap` extension when the `chameleon` skin was loaded via `MW_LOAD_SKINS`; now that the skin is manually loaded, the extension needs to be manually loaded as well. * Taqasta automatically sets `$wgDefaultSkin` to `Vector` when `MW_LOAD_SKINS` is not used, even in the presence of of `MW_DEFAULT_SKIN`. Accordingly, manually set `$wgDefaultSkin` back to `chameleon`. To avoid confusion about the default skin being set in two places, also remove `MW_DEFAULT_SKIN`. MBSD-375
Actual addition of any email domains will need to be done on wiki, it could be done in configuration but on-wiki management is clearer. MBSD-378
To include gesinn-it-pub/SemanticDependencyUpdater#17 and other improvements MBSD-395
Use the default location `/mnt/restic` which is already persisted as a docker volume `restic_data`. Remove the AWS credentials and the configuration of the restic repository. WIK-2373
* use ( req.http.Cookie ~ "_session" && req.http.Cookie ~ "UserID" )
Changes are noted inline with "WIKITEQ PATCH" comments MBSD-387
* Adds support for SMTP server configuration * Adds UI images to the chameleon resources --------- Co-authored-by: Vedmaka <god.vedmaka@gmail.com>
Replace pipe with edge 405; remove vcl_pipe. Allow GET, HEAD, PUT, POST, PATCH, DELETE, OPTIONS only. OPTIONS: CORS preflight for cross-origin requests to MediaWiki API and REST (/w/rest.php/...). PUT, PATCH, DELETE: used by some MediaWiki REST routes (/w/rest.php/...).
Actual addition of any email domains will need to be done on wiki, it could be done in configuration but on-wiki management is clearer. MBSD-378
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.
No description provided.