Problem/Motivation

API page: https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Extension!module....

Enter a descriptive title (above), then describe the problem you have found:

End of the 3rd line:
> At this stage Drupal is already fully repaired so you can use any API as you wish.

I believe this is supposed to read:

> At this stage Drupal is already fully bootstrapped so you can use any API you wish.

Or similar.

Steps to reproduce

Proposed resolution

Change to "At this stage Drupal is already fully bootstrapped so you can use any API you wish.

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3532469

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

ehedden created an issue. See original summary.

quietone’s picture

Title: Documentation mentions Drupal being fully "repaired". » Documentation mentions Drupal being fully "repaired"
Version: 10.3.x-dev » 11.x-dev
Issue summary: View changes
Issue tags: -Documentation

In Drupal core changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies. Also mentioned on the version section of the list of issue fields documentation.

Changing to the standard issue template.

Removing tag because this is already in the documentation component

immaculatexavier made their first commit to this issue’s fork.

immaculatexavier changed the visibility of the branch 3532469-documentation-mentions-drupal to hidden.

cilefen’s picture

Issue tags: +Novice

It's from a long time ago: #2538108: Add hook_post_update_NAME() for data value updates to reliably run after data format updates. That issue doesn't mention "repair" any comments. I agree that "repair" seems like the wrong word.

chhavi.sharma’s picture

Assigned: Unassigned » chhavi.sharma

chhavi.sharma’s picture

Assigned: chhavi.sharma » Unassigned
Status: Active » Needs review
longwave’s picture

Bikeshedding: Is "bootstrapped" more descriptive than "loaded"?

quietone’s picture

As I read it is trying to say that since hook_update_N has run the db is in a state where it is safe to run other updates. In that sense, 'repaired' makes sense. Although I would prefer "updated" to allow for fixes and features.

For history, 'repaired' was added in #2538108: Add hook_post_update_NAME() for data value updates to reliably run after data format updates, at this comment. I did not find the word 'repair' in the issue.

smustgrave’s picture

Status: Needs review » Postponed (maintainer needs more info)

So should this be closed if repaired is preferred?

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.

quietone’s picture

Status: Postponed (maintainer needs more info) » Needs work

Let's go with the suggestion by longwave.

stefan lehmann made their first commit to this issue’s fork.

stefan lehmann’s picture

Status: Needs work » Needs review

Merged in main (should probably have done a rebase?) and changed the wording to "bootstrapped".

stefan lehmann’s picture

Issue summary: View changes

Edited issue description.

stefan lehmann’s picture

Issue summary: View changes
nicxvan’s picture

Status: Needs review » Reviewed & tested by the community

Bootstrapped makes sense!
I searched the codename and this is the only user of repaired.

I suspect repaired because it's after database changes are made. But bootstrapped is more accurate.

I read the full other issue, that was fascinating.

  • longwave committed abfed05e on 10.6.x
    docs: #3532469 Documentation mentions Drupal being fully "repaired"
    
    (...
longwave’s picture

Version: main » 10.6.x-dev
Status: Reviewed & tested by the community » Fixed

Backported down to 10.6.x as a documentation fix.

Committed and pushed to main, 11.x, 11.3.x and 10.6.x. Thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • longwave committed 03b4f37c on 11.3.x
    docs: #3532469 Documentation mentions Drupal being fully "repaired"
    
    (...

  • longwave committed 062ae072 on 11.x
    docs: #3532469 Documentation mentions Drupal being fully "repaired"
    
    (...

  • longwave committed d00a6671 on main
    docs: #3532469 Documentation mentions Drupal being fully "repaired"
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.