Opened 18 months ago
Closed 15 months ago
#58199 closed task (blessed) (fixed)
Add Help text for Rollback and Upgrade Issues
Reported by: | costdev | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | 6.3 |
Component: | Help/About | Keywords: | needs-docs has-patch has-copy-review commit |
Focuses: | Cc: |
Description
When a site encounters an issue when upgrading Core, Plugins, Themes or Language Packs, it's not always clear what the user should do next.
With the pending addition of Rollback to Core during the 6.3 cycle, this provides an opportunity to add Help text for Rollback. Alongside this, we can also direct site owners to a HelpHub resource for general guidance when they encounter upgrade issues, and to the support forums for issues that need some investigation.
Attachments (3)
Change History (30)
This ticket was mentioned in PR #4381 on WordPress/wordpress-develop by @afragen.
18 months ago
#1
- Keywords has-patch added
This ticket was mentioned in Slack in #core-upgrade-install by afragen. View the logs.
18 months ago
This ticket was mentioned in Slack in #core-upgrade-install by afragen. View the logs.
18 months ago
This ticket was mentioned in Slack in #core-upgrade-install by afragen. View the logs.
17 months ago
17 months ago
#10
With https://core.trac.wordpress.org/ticket/58282 (and https://core.trac.wordpress.org/changeset/55750 in trunk) I will make some suggestions to the help tab copy. Please feel free to rework and comment.
#11
@
16 months ago
@marybaum please look at this PR, we have Beta 1 in 8 days and because this is an enhancement, it needs to be in trunk before Beta. Thanks 🙏
This ticket was mentioned in PR #4688 on WordPress/wordpress-develop by @kebbet.
16 months ago
#12
This PR is extending #4381
Changes are new strings.
$rollback_help = '<p>' . __( 'This feature will create a temporary backup of a plugin or theme before it is upgraded. This backup is used to restore the plugin or theme back to its previous state if there is an error during the update process.' ) . '</p>';
'title' => __( 'Plugin & Theme restoration' ),
#14
@
16 months ago
- Keywords has-copy-review added; needs-copy-review removed
Just uploaded a patch with edited copy. Feel free to do your damnedest!
#15
follow-up:
↓ 17
@
16 months ago
Rollback as a term is hard to translate for many locales and has been replaced in core. Could we avoid new introduction of the term in this ticket?
#16
@
16 months ago
- Type changed from enhancement to task (blessed)
Converting to a task as this can ship after beta 1 is released.
#17
in reply to:
↑ 15
;
follow-up:
↓ 18
@
16 months ago
Replying to kebbet:
Rollback as a term is hard to translate for many locales and has been replaced in core. Could we avoid new introduction of the term in this ticket?
Can you reference a changeset where this has been done?
#21
@
15 months ago
- Owner set to audrasjb
- Status changed from assigned to reviewing
This looks all good to me.
Self assigning for final testing then commit
.
@audrasjb commented on PR #4381:
15 months ago
#24
committed in https://core.trac.wordpress.org/changeset/56171
#25
@
15 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
@audrasjb
Could you rephrase a bit? The support forums don't have tickets, but "topics".
Ref:
On systems with fewer resources, this may lead to server timeouts or resource limits being reached. If you encounter an issue during the update process, please create a support forum ticket and reference <strong>Rollback</strong> in the issue title.
In preparation for Rollback PR 2225 being committed, @azaozz suggested the creation of a help/description of Rollback for users that might encounter a problem. This is an attempt to satisfy that documentation.
Trac ticket: https://core.trac.wordpress.org/ticket/58199