[regression] Wrong doc link on database update page

Created on 9 July 2025, 4 days ago

Problem/Motivation

πŸ› Do not use verb "Install" for things other than turning on modules/themes Fixed changed the link on update.php to direct to a Drupal 7 page. That was committed to 10.1.0. I discovered while working on πŸ“Œ Improve text on database update page Active

Setting 'critical' because this is a significant regressions in user experience, developer experience, or documentation.

Steps to reproduce

Proposed resolution

Remaining tasks

Revert this change:

-      '#markup' => '<p>' . $this->t('Use this utility to update your database whenever a new release of Drupal or a module is installed.') . '</p><p>' . $this->t('For more detailed information, see the <a href="https://www.drupal.org/docs/updating-drupal">Updating Drupal guide</a>. If you are unsure what these terms mean you should probably contact your hosting provider.') . '</p>',
+      '#markup' => '<p>' . $this->t('Use this utility to update your database whenever a module, theme, or the core software is updated.') . '</p><p>' . $this->t('For more detailed information, see the <a href="https://www.drupal.org/upgrade">upgrading handbook</a>. If you are unsure what these terms mean you should probably contact your hosting provider.') . '</p>',
     ];

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

πŸ“Œ Task
Status

Active

Version

11.0 πŸ”₯

Component

system.module

Created by

πŸ‡³πŸ‡ΏNew Zealand quietone

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024