Feature #52639
Task #49162: Rewrite install tool
ext:install Environment variable to deactivate core update
Status: | Resolved | Start date: | 2013-10-09 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Ernesto Baschny | % Done: | 100% |
|
Category: | Install Tool | Spent time: | - | |
Target version: | 6.2.0 | |||
PHP Version: | 5.4 | Sprint Focus: | ||
Complexity: | easy |
Description
It may be useful to disable core updates, this could be done with an additional environment variable.
Related issues
Associated revisions
[FEATURE] Allow to disable the "Core Updater" through an env-variable
By setting the environment variable "TYPO3_DISABLE_CORE_UPDATER=1" the
Core Updater functionality is disabled in the Install Tool. This can
be useful for providers which have it's own means of upgrading the
Core.
Resolves: #52639
Releases: 6.2
Change-Id: I88272ea613d95512ad780cefa5e261cf2dc6a60c
Reviewed-on: https://review.typo3.org/24629
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
Reviewed-by: Anja Leichsenring
Tested-by: Anja Leichsenring
[FEATURE] Allow to disable "Core Updater": not only optically
Follow-up to "Allow to disable the "Core Updater" through an env-variable".
Now it's not even possible to call the individual Ajax requests that do the
update if it is disabled.
Resolves: #52639
Releases: 6.2
Change-Id: Icfa18d619bbb8aabf1896920f28fe5a63bd5c345
Reviewed-on: https://review.typo3.org/24661
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
History
#1 Updated by Ernesto Baschny almost 2 years ago
- Status changed from New to Accepted
The variable could be called "TYPO3_DISABLED_CORE_UPDATER=1"
#2 Updated by Gerrit Code Review almost 2 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24629
#3 Updated by Ernesto Baschny almost 2 years ago
- Assigned To set to Ernesto Baschny
#4 Updated by Ernesto Baschny almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7fff86d8d1b4bf2cf5a59c8dfd8dfc2f0b2ee9bb.
#5 Updated by Gerrit Code Review almost 2 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24661
#6 Updated by Gerrit Code Review almost 2 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24661
#7 Updated by Ernesto Baschny almost 2 years ago
- Status changed from Under Review to Resolved
Applied in changeset 4907c200de0146f74b0b075c158b853239ba3a6e.
#8 Updated by Ernesto Baschny almost 2 years ago
- Tracker changed from Bug to Feature
#9 Updated by Mathias Brodala almost 2 years ago
- Status changed from Resolved to New
- % Done changed from 100 to 90
Not only TYPO3_DISABLED_CORE_UPDATER
but also REDIRECT_TYPO3_DISABLED_CORE_UPDATER
should be taken into account. The latter occurs when using PHP as CGI and Apache mod_rewrite
.
#10 Updated by Ernesto Baschny almost 2 years ago
- Status changed from New to Resolved
Mathias, could you please elaborate what you mean? Under which circumstance will the environment variables be prefixed with "REDIRECT_"? I've never seen such a setup or scenario, would be great if you could provide some insights about this (i.e. a link to Apache or mod_rewrite documentation).
But then please add this as a new issue to the tracker, as this is a follow-up issue and we should not really reopen original issues for this but instead create new ones.
Thanks!
#11 Updated by Mathias Brodala almost 2 years ago
Ernesto Baschny wrote:
But then please add this as a new issue to the tracker, as this is a follow-up issue and we should not really reopen original issues for this but instead create new ones.
More explanation added to the followup issue #53188. Sorry for abusing this one. ;-)
#12 Updated by Mathias Brodala almost 2 years ago
- % Done changed from 90 to 100