-
Notifications
You must be signed in to change notification settings - Fork 29
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
Wikiteq/update core version #447
Closed
TheDivine
wants to merge
92
commits into
CanastaWiki:wikiteq
from
TheDivine:Wikiteq/Update-core-version
Closed
Wikiteq/update core version #447
TheDivine
wants to merge
92
commits into
CanastaWiki:wikiteq
from
TheDivine:Wikiteq/Update-core-version
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
Canasta 2.0 adding wiki farm support
* Change "chameleon" skin directory to be all lowercase Fixes #304. * Update composer.canasta.json
Co-authored-by: Greg Rundlett <[email protected]>
Environment variables: * PM_MAX_CHILDREN = 25 * PM_START_SERVERS = 10 * PM_MIN_SPARE_SERVERS = 5 * PM_MAX_SPARE_SERVERS = 15 * PM_MAX_REQUESTS = 2500
The update includes the addition of permission checks for sitemap directory to the run-apache.sh script. If necessary, it adjusts the permissions to ensure the correct access levels
* Add AWS extension Partial fix for #229 * Fix for clone call
* Add JWTAuth extension Partial fix for #229 * Fix version number
* Upgrades MsUpload to newer version Commit `8c2403b09186f5f25f0c28369e6aff3c285047df` * Fixes a branch name for MsUpload * Fixes branch for the MsUpload * Fixes commit typo * Reverts accidental MobileFrontend commit change
* Adds SemanticWatchlist v 1.3.0 * Fixes a typo
…a67c5064b` (#336) This commit includes fix for MailAddress calls, otherwise SWL is unable to send emails at 1.39+
Add TemplateSandbox extension
Add configurable fpm/pool.d/www.conf file
* Change "chameleon" skin directory to be all lowercase Fixes #304. * Update composer.canasta.json
Co-authored-by: Greg Rundlett <[email protected]>
Fixes #391. This requires updating five extensions in all: PluggableAuth, LDAPAuthentication2, OpenID Connect, WSOAuth, and (because the updated version of LDAPAuthentication2 requires an updated version of it) LDAPProvider. For all five of these, the seemingly working new version can still be found in the REL1_39 branch, so there was no need to switch to master for any of them.
* Move skins setup to skins.yaml and add shell script for execution * Move skins setup to skins.yaml and add shell script for execution * Move skins setup to skins.yaml and add shell script for execution * Move skins setup to skins.yaml and add shell script for execution * Use php script for extensions and skins setup (earlier - shell) * Use php script for extensions and skins setup (earlier - shell) * Use php script for extensions and skins setup (earlier - shell)
…ng runJobs.php (#407) * addition of the --memory-limit flag (with a value of 512M) when calling runJobs.php * Remove unrelated changes
…ticsearch starts running (#408) * addition of the waitelastic() function, which pauses setup until Elasticsearch starts running * Improved comment
* making MediaWiki's cache directory into a volume * making MediaWiki's cache directory into a volume
…scripts.sh (#410) * Moving some code into the new files functions.sh and run-maintenance-scripts.sh * Fix typo
* making sure that various directories are writeable, via the new function make_dir_writable() * Move image permissions update code to run-all.sh * Move image permissions update code to run-all.sh * Move image permissions update code to update-images-permissions script
* Make log files into volume * Make log files into volume
* Add persistent directories param to skin/extension YAML files * Add persistent directories param to skin/extension YAML files * Add persistent directories param to skin/extension YAML files
* Update robots.txt, add ROBOTS_DISALLOWED and extra-robots.txt * Update robots.txt, add ROBOTS_DISALLOWED and extra-robots.txt * Update robots.txt, add ROBOTS_DISALLOWED and extra-robots.txt * Update robots.txt, add ROBOTS_DISALLOWED and extra-robots.txt * Update robots.txt, add ROBOTS_DISALLOWED and extra-robots.txt
* Add missing imports * Remove unused variableArrayIndex parameter
DanielWTQ
force-pushed
the
Wikiteq/Update-core-version
branch
from
October 17, 2024 05:16
fa04187
to
71eb197
Compare
DanielWTQ
previously approved these changes
Oct 17, 2024
TheDivine
force-pushed
the
Wikiteq/Update-core-version
branch
from
October 20, 2024 20:49
71eb197
to
78217f1
Compare
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.
I updated the core version to 1.39.10
MAIC-201, MKA-223