-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[stable9] Add repair step and revert "Open updater" button #1501
Conversation
This reverts commit b42ee95. Signed-off-by: Morris Jobke <[email protected]>
This reverts commit 997e4cf. Signed-off-by: Morris Jobke <[email protected]>
Signed-off-by: Morris Jobke <[email protected]>
@MorrisJobke, thanks for your PR! By analyzing the annotation information on this pull request, we identified @nickvergessen and @LukasReschke to be potential reviewers |
stable9 doesn't need the fixed from stable10 and master: https://github.com/nextcloud/server/blob/stable9/lib/public/util.php#L83 (there the channel is already set in the config.php |
👍 |
Worked 👍 |
@@ -20,8 +20,10 @@ | |||
|
|||
<?php if($isNewVersionAvailable === true): ?> | |||
<strong><?php p($l->t('A new version is available: %s', [$newVersionString])); ?></strong> | |||
<?php if ($_['downloadLink']): ?> | |||
<a href="<?php p($_['downloadLink']); ?>" class="button"><?php p($l->t('Download now')) ?></a> | |||
<?php if($updaterRequirementsFulfilled === true): ?> |
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.
Shouldn't we remove that as well now? :)
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.
Comment on master only?
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.
Correct. This is also not on master. (no idea how this came in here)
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.
Ah gotcha ... it was only added in stable9.
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.
I fixed this.
This reverts commit 5e2bf16.
LGTM |
data/updater-INSTANCEID/.step
to a file named.step-previous-update
to not show all steps as done on the next updatecc @LukasReschke @nickvergessen @karlitschek