Problem/Motivation
Steps:
1. In Drupal 7.9, sign on as administrator.
1.5. Reports > Status report.
2. In result
Drupal core update status Out of date (version 7.10 available)
There are updates available for your version of Drupal. To ensure the proper functioning of your site, you should update as soon as possible. See the available updates page for more information and to install your missing updates.
Click "available updates" link.
Actual result:
Home » Administration » Reports » Available updates
Last checked: 20 hours 16 min ago (Check manually)
Your server does not support updating modules and themes from this interface. Instead, update modules and themes by uploading the new versions directly to the server, as described in the handbook.
Expected result: "Drupal core" in place of "modules and themes"
3. Click "handbook" link.
Actual results: Links to http://drupal.org/documentation/install/modules-themes
Expected results: Links to an article on upgrading from one Drupal minor release to another.
Steps to reproduce
Proposed resolution
Add link to update instructions on admin/reports/updates/update
Remaining tasks
Before making a patch, agree of the text to be added to the page.
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #31 | Screenshot 2022-11-11 at 13-41-15 drupal 10.0.0-beta2.png | 42.2 KB | quietone |
| #7 | Issue_1377816_Screenshot4.png | 321.74 KB | TransitionKojo |
| #6 | core_update_linkfix-1377816-04.patch | 922 bytes | TransitionKojo |
| #4 | Issue_1377816_Screenshot1.png | 324.59 KB | TransitionKojo |
| #4 | Issue_1377816_Screenshot2.png | 210.96 KB | TransitionKojo |
Comments
Comment #1
charles belovOmitted step 1.5:
1.5. Reports > Status report.
Comment #2
xjmRetitling a little for clarity.
Comment #3
xjmAnd tagging.
Comment #4
TransitionKojo commentedThis issue was recreated. See screenshot 1. Clicking the "available updates" link (circled) takes you to screenshot 2.
In screenshot 2, we can see that the upgrade message (which was part of the reason the issue was filed) of:
has been changed to
(circled).
However, a link to the Upgrade Handbook is not included but should be. The logical target for this link would be "Update your Drupal site from one minor 7.x version to another minor 7.x version". However, this document is marked as Incomplete and referes to the Upgrade.txt document included in Drupal 7.x core. See screenshot 3. It is suggested that Upgrade.txt document included with Drupal Core 7.x should also be linked to via the above upgrade message.
Comment #5
TransitionKojo commentedComment #6
TransitionKojo commentedHere's a patch that adds a link to the Update.txt mentioned in #1377816-04: Add link to update instructions on admin/reports/updates/update. Instead of the Update.txt for D7, as mentioned in the referenced comment, it links to the core Update.txt for D8.
Comment #7
TransitionKojo commentedScreenshot 4 is from update.manager.inc, (core/modules/update in D8; modules/update in D7. The marked lines (553 & 556) direct the user to the same URL: http://drupal.org/getting-started/install-contrib. This is despite the text strings being for two different (but similar) errors; a server not allowing the updating vs. installing of modules from the Admin UI. This 'discrepancy' was the main issue in the now-closed #1377966: Upgrade report for modules links to wrong documentation.
The question is this: do we want the user to be directed to the most specific page of the docs available, or to the proper section?
I personally think the second method is better over the long run. What say you, good Drupal-folk?
Comment edited for brevity. ;-)
Comment #8
xjmHaha, I hate to admit it, but that was my first thought. ;) "I'll look this over when I have time to read it more closely."
Comment #9
TransitionKojo commentedThere was a nearly identical issue at #1377966: Upgrade report for modules links to wrong documentation that referenced this issue. I closed it as a duplicate, as it's solution (see the question raised at #1377816-7: Add link to update instructions on admin/reports/updates/update) can/should be combined with this issue.
Comment #10
star-szrClosed #1377826: Notice of minor Drupal upgrade does not link to upgrade instructions as a duplicate of this issue.
Comment #11
webchickIn reference to the question asked in #6, I think proper section. If the links are too granular, then they are too hard to maintain with changes to the handbook. ideally, that link is put into core once and then we don't need to change it, even though the docs underneath that link might get re-organized 50 times.
Comment #12
kscheirer#6: core_update_linkfix-1377816-04.patch queued for re-testing.
Comment #12.0
kscheirerAdded step 1.5.
Comment #15
dawehnerComment #24
quietone commentedComment #25
quietone commentedAnd a better title.
Comment #26
tedbowSince beside the title change there hasn't been comment since 2013 can someone please confirm the report issue still exists.
Comment #27
quietone commentedThe closest thing to a link to update instructions on /admin/reports/updates/update is a link to the Release notes. Going there, you have to read down to the second section, 'Important update information' which has a heading 'Updating from Drupal 8'. In that paragraph there is a link to the update instructions. It could be a lot simpler, and I wonder if an admin would think of clicking 'release notes' when looking for 'update instructions'.
Changing to 9.3.x and adding related issue.
Comment #31
quietone commentedThe release notes page now has update instructions, so this is now oudated.
Cheers