-
Notifications
You must be signed in to change notification settings - Fork 7
Update extensions and skins to their latest minor versions #274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| [submodule "_resources/extensions/SubpageWatchlist"] | ||
| path = _resources/extensions/SubpageWatchlist | ||
| url = https://gerrit.wikimedia.org/r/mediawiki/extensions/SubpageWatchlist.git | ||
| branch = REL1_35 | ||
| branch = REL1_39 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we should remove the branch completely, as the only scenario where this takes effect is when the |
||
| [submodule "_resources/extensions/SemanticScribunto"] | ||
| path = _resources/extensions/SemanticScribunto | ||
| url = https://github.com/SemanticMediaWiki/SemanticScribunto | ||
|
|
||
| +1 −1 | .eslintrc.json | |
| +1 −1 | Gruntfile.js | |
| +9 −4 | composer.json | |
| +9 −0 | i18n/gl.json | |
| +9 −0 | i18n/ko.json | |
| +9 −0 | i18n/roa-tara.json | |
| +1,847 −1,073 | package-lock.json | |
| +3 −3 | package.json |
| +39 −29 | .github/workflows/ci.yml | |
| +19 −2 | .gitignore | |
| +1 −1 | .gitmodules | |
| +1 −0 | .phpcs.xml | |
| +6 −7 | Makefile | |
| +1 −1 | build | |
| +23 −6 | composer.json | |
| +0 −9 | env.template | |
| +36 −32 | extension.json | |
| +6 −3 | phpstan.neon | |
| +1 −1 | phpunit.xml.dist | |
| +8 −6 | src/Hooks.php | |
| +188 −0 | tests/phpunit/Unit/HooksTest.php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MW_ADMIN_PASS is only mandatory for fresh installs, but is optional for existing database. Let's keep it in the Optional section with that note