forked from CanastaWiki/Canasta
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Tanasta 20230516 fpm #67
Draft
pastakhov
wants to merge
93
commits into
master
Choose a base branch
from
canasta_20230516_fpm
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+160
−142
Conversation
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
We should prepate the symlinks at the firts step (at least before we call get_mediawiki_variable() function, in other case get_mediawiki_variable does not work (throws errors) because extensions and skinks don't exist (the symlynks were not created) P.S. I don't like this idea with symlynks very much.
…_symlinks Move prepare_extensions_skins_symlinks() up in run-apache.sh
Patch is no longer used.
Patch is no longer used.
* Remove patches that are unnecessary for MW 1.39 These four patches are unnecessary for the latest code: the patches to CommentStreams, Semantic MediaWiki and Semantic Result Formats were all added already to their respective extensions, while the patch for core MediaWiki, done in order to get the GoogleAnalyticsMetrics extension working, is no longer necessary due to a recent fix to GoogleAnalyticsMetrics. * Delete CommentStreams.REL1_35.core.hook.37a9e60.diff * Delete core-fix-composer-for-GoogleAnalyticsMetrics.diff * Delete core-fix-for-curl-a2f60bb.diff * Delete smw-maintenance-503.patch * Delete semantic-result-formats.patch
…163) * Update ApprovedRevs, Cargo, PageForms, VEForAll to the version that supports MW 1.39 * Update Dockerfile
* Upgrades `actions/checkout@v2` -> `actions/checkout@v3` * Upgrades `docker/setup-buildx-action@v1` -> `docker/setup-buildx-action@v2` * Upgrades `actions/cache@v2` -> `actions/cache@v3` * Upgrades `docker/login-action@v1` -> `docker/login-action@v2` * Upgrades `docker/build-push-action@v2` -> `docker/build-push-action@v3` * Adds `install` flag to `docker/setup-buildx-action` to make use of buildx cache * Replaces `::set-output` with an environment file
Improves PR message generated by GitHub workflow action
Doesn't actually work yet, even with MW 1.39. Fixes #137.
* Remove "VectorGeneratedSkinData" hook patch * Delete skin-vector-addVectorGeneratedSkinDataHook.patch
* Add patch for LocalSettingsGenerator.php * Add core-local-settings-generator.patch Fixes #148. * Fix tabs in patch * Another tab fix * Semicolon fix * Spaces fix
# Conflicts: # .github/workflows/docker-image.yml # Dockerfile # RELEASE_NOTES.md # _sources/canasta/CanastaUtils.php # _sources/configs/composer.canasta.json # _sources/patches/SocialProfile-disable-fields.patch # _sources/patches/core-local-settings-generator.patch # _sources/scripts/run-apache.sh
Fix the URL to PR in the github-actions message
chore: switch to github mirrors for cloning
Canasta 1.3.1
add comments for CIDR ranges
Update VEForAll up to version 0.5
Move symlinks creation code from run-apache.sh to create-symlinks.sh
The patch to the pid file was not changed when the base image was changed from centos to debian.
# Conflicts: # .github/workflows/docker-image.yml # Dockerfile # _sources/canasta/CanastaDefaultSettings.php # _sources/scripts/run-apache.sh
The LocalisationUpdate extension no longer bundled in MediaWiki since 1.38
Remove mention of LocalisationUpdate in Dockerfile
Fix for case when web container can't start after incompletely-shutdown
Admin Links, Approved Revs, Cargo, Flex Diagrams, Page Forms, WatchAnalytics.
🐳 The image based on 8cb0eb6f commit has been built with |
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.