Make WordPress Core

Opened 3 years ago

Closed 3 years ago

#54894 closed defect (bug) (fixed)

Update the $_old_files array for 5.9

Reported by: davidbaumwald's profile davidbaumwald Owned by: davidbaumwald's profile davidbaumwald
Milestone: 5.9 Priority: normal
Severity: normal Version:
Component: Upgrade/Install Keywords: has-patch dev-reviewed commit
Focuses: Cc:

Description

The $_old_files array needs to be updated for 5.9.

Running the check command from the Handbook in the Dry Run for 5.9 produced this:

$ svn diff --summarize https://core.svn.wordpress.org/tags/5.8.3 https://core.svn.wordpress.org/trunk | grep '^D'
D       https://core.svn.wordpress.org/tags/5.8.3/wp-includes/blocks/heading/editor.css
D       https://core.svn.wordpress.org/tags/5.8.3/wp-includes/blocks/heading/editor.min.css
D       https://core.svn.wordpress.org/tags/5.8.3/wp-includes/blocks/heading/editor-rtl.css
D       https://core.svn.wordpress.org/tags/5.8.3/wp-includes/blocks/heading/editor-rtl.min.css
D       https://core.svn.wordpress.org/tags/5.8.3/wp-includes/blocks/post-content/editor.css
D       https://core.svn.wordpress.org/tags/5.8.3/wp-includes/blocks/post-content/editor.min.css
D       https://core.svn.wordpress.org/tags/5.8.3/wp-includes/blocks/post-content/editor-rtl.css
D       https://core.svn.wordpress.org/tags/5.8.3/wp-includes/blocks/post-content/editor-rtl.min.css
D       https://core.svn.wordpress.org/tags/5.8.3/wp-includes/blocks/query-title/editor.css
D       https://core.svn.wordpress.org/tags/5.8.3/wp-includes/blocks/query-title/editor.min.css
D       https://core.svn.wordpress.org/tags/5.8.3/wp-includes/blocks/query-title/editor-rtl.css
D       https://core.svn.wordpress.org/tags/5.8.3/wp-includes/blocks/query-title/editor-rtl.min.css
D       https://core.svn.wordpress.org/tags/5.8.3/wp-includes/blocks/tag-cloud/editor.css
D       https://core.svn.wordpress.org/tags/5.8.3/wp-includes/blocks/tag-cloud/editor.min.css
D       https://core.svn.wordpress.org/tags/5.8.3/wp-includes/blocks/tag-cloud/editor-rtl.css
D       https://core.svn.wordpress.org/tags/5.8.3/wp-includes/blocks/tag-cloud/editor-rtl.min.css

Attachments (2)

54894.diff (1.2 KB) - added by SergeyBiryukov 3 years ago.
54894.patch (1.2 KB) - added by davidbaumwald 3 years ago.
Patch

Download all attachments as: .zip

Change History (8)

This ticket was mentioned in Slack in #core by hellofromtonya. View the logs.


3 years ago

@SergeyBiryukov
3 years ago

#2 @SergeyBiryukov
3 years ago

  • Keywords has-patch added; needs-patch removed

@davidbaumwald
3 years ago

Patch

#3 @davidbaumwald
3 years ago

  • Owner set to davidbaumwald
  • Resolution set to fixed
  • Status changed from new to closed

In 52637:

Upgrade/Install: Update $_old_files for 5.9.

Props SergeyBiryukov, davidbaumwald.
Fixes #54894.

#4 @davidbaumwald
3 years ago

  • Keywords dev-feedback added
  • Resolution fixed deleted
  • Status changed from closed to reopened

Reopening for backport to the 5.9 branch.

#5 @hellofromTonya
3 years ago

  • Keywords dev-reviewed commit added; dev-feedback removed

LGTM [52637] reviewed and is ready for backport to the 5.9 branch.

#6 @SergeyBiryukov
3 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

In 52638:

Upgrade/Install: Update $_old_files for 5.9.

Props davidbaumwald, hellofromTonya, SergeyBiryukov.
Merges [52637] to the 5.9 branch.
Fixes #54894.

Note: See TracTickets for help on using tickets.