-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: Add test for RESTBase * Bump MW to 1.40.0 * extension-installer: Improve error output * Use GoogleSiteSearch REL1_40 There is the option which made I picked up e121def. https://github.com/wikimedia/mediawiki-extensions-GoogleSiteSearch/blob/5f550e432ab247391b7eba5dcf9c4c2a5e611ba4/extension.json#L24 * Bump Gadgets extension * Bump FemiwikiSkin to v4 * Use full path to ReCaptchaNoCaptcha * README: Append a tag to the example command * Remove $wgCaptchaClass it is ancient. https://www.mediawiki.org/?title=Extension:ConfirmEdit&diff=prev&oldid=5657994 * Bump php to 8.1.18 * ParsoidAutoConfig is deprecated since MW 1.40 * FlowEditorList is removed https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Flow/+/775873 * Bump FemiwikiSkin * AllowLossySwitching is removed https://gerrit.wikimedia.org/r/c/mediawiki/extensions/VisualEditor/+/853921 * Remove RESTBase configs * Renew extensions for MW1.40 * Remove RESTBase from docker-compose * Remove RESTBase from Caddyfile * Bump PHP to 8.1.22 * Revert "ci: Add test for RESTBase" This reverts commit c7b3b12.
- Loading branch information
Showing
8 changed files
with
19 additions
and
74 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,6 @@ | |
# npm dependencies | ||
/node_modules/ | ||
yarn-error.log | ||
|
||
# Ruby | ||
/extension-installer/vendor |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
"Echo", | ||
"EventLogging", | ||
"FlaggedRevs", | ||
"Flow", | ||
"GoogleSiteSearch", | ||
"Graph", | ||
"GrowthExperiments", | ||
"GuidedTour", | ||
|
@@ -77,8 +77,12 @@ | |
], | ||
"non-WMF": { | ||
"Gadgets": { | ||
"@note": "See https://github.com/femiwiki/remote-gadgets/issues/33", | ||
"template": "https://github.com/femiwiki/mediawiki-extensions-Gadgets/archive/refs/heads/REL1_39.tar.gz" | ||
"@note": "https://github.com/femiwiki/remote-gadgets/issues/33", | ||
"template": "https://github.com/femiwiki/mediawiki-extensions-Gadgets/archive/refs/heads/REL1_40.tar.gz" | ||
}, | ||
"Flow": { | ||
"@note": "https://lists.wikimedia.org/hyperkitty/list/[email protected]/thread/MEM3ZPLZVVAUV7ZVDZB2CSNC4ENRJY7Y/", | ||
"template": "https://github.com/femiwiki/mediawiki-extensions-Flow/releases/download/REL1_40/REL1_40.tar.gz" | ||
}, | ||
"AchievementBadges": { | ||
"template": "https://github.com/femiwiki/AchievementBadges/releases/download/$1/$1.tar.gz", | ||
|
@@ -103,18 +107,14 @@ | |
"Femiwiki": { | ||
"type": "skin", | ||
"template": "https://github.com/femiwiki/FemiwikiSkin/releases/download/$1/$1.tar.gz", | ||
"version": "v3.3.0" | ||
"version": "v4.0.1" | ||
}, | ||
"AWS": { | ||
"template": "https://github.com/edwardspec/mediawiki-aws-s3/archive/v0.12.0.tar.gz" | ||
}, | ||
"EmbedVideo": { | ||
"template": "https://github.com/StarCitizenWiki/mediawiki-extensions-EmbedVideo/archive/refs/tags/$1.tar.gz", | ||
"version": "v3.2.6" | ||
}, | ||
"GoogleSiteSearch": { | ||
"template": "https://github.com/wikimedia/mediawiki-extensions-GoogleSiteSearch/archive/$1.tar.gz", | ||
"version": "e121def9095fec79eb044867978a6c8b84699e31" | ||
"version": "v3.2.8" | ||
} | ||
} | ||
} |
This file contains 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