Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dcrocks created an issue. See original summary.

dcrocks’s picture

Here is a quick patch. Are there other small followups that could be added here?

dcrocks’s picture

Status: Active » Needs review

duh

dcrocks’s picture

RainbowArray’s picture

Issue tags: +Needs manual testing, +Needs Wim Leers

We may want input from Win and/or manual testing on the upgrade path. Since Wim suggested this change, should be fine, but it would be great to have sign-off from him.

dcrocks’s picture

Issue summary: View changes

Since 8.0 has a RC can we still fix the cache setting issue or just the documentation error?

joelpittet’s picture

Assigned: Unassigned » Wim Leers
Issue tags: -Needs Wim Leers +rc target triage

Mostly documentation but but the patch removes something small in the update.

xjm’s picture

Status: Needs review » Needs work

Thanks for the patch!

This patch seems to be several changes, some of which are rc eligible as docs-only changes, and one of which is not clear to me.

Can we split it into two issues?

+++ b/core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
@@ -10,9 +10,10 @@
- * Tests the upgrade path for local actions/tasks being converted into blocks.
+ * Tests the upgrade path for "Use branding block in place of page template
+ * branding variables (site name, slogan, site logo)".

One line summaries need to be one line, with additional information on additional paragraphs. Reference: https://www.drupal.org/node/1354#drupal

dcrocks’s picture

Title: Followup to Use a Branding Block - 2005546 » Followup to Use a Branding Block docs - 2005546
Status: Needs work » Needs review
FileSize
723 bytes

Another patch did part of what this patch was supposed to so restarted with a new patch. Also split so this has only the documentation fix.

joelpittet’s picture

+++ b/core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
@@ -8,9 +8,9 @@
+ * Tests the upgrade path for site variables being converted into a block.

'site variables' I think should be 'page variables' as they were really only available at the page level? Could be wrong.

dcrocks’s picture

Created a 2nd followup, #2614506: Followup to Use a Branding Block cache fix - 2005546 and cleaned some minor IS problems.

dcrocks’s picture

How about both.

ps. @alexpott Do you know where the cache line was fixed or the @file doc fix was done?

Wim Leers’s picture

Assigned: Wim Leers » Unassigned

I don't think I'm necessary here.

dcrocks’s picture

This is do trivial. Could someone RTBC it?

joelpittet’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: -Needs manual testing, -rc target triage +rc eligible, +Documentation

Yup thanks for the bump.

lauriii’s picture

Issue tags: -rc eligible

RTBC++

xjm’s picture

Status: Reviewed & tested by the community » Needs work
+++ b/core/modules/system/src/Tests/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
@@ -8,9 +8,9 @@
  *
- * @see https://www.drupal.org/node/507488
+ * @see https://www.drupal.org/node/2005546

Let's actually just remove this. We don't need to link the issue that added code since that can be discovered via git blame. If there is some specific information from the issue that is relevant we should include it in the docs, but I don't think that's the case here.

Thanks!

dcrocks’s picture

joelpittet’s picture

Status: Needs review » Reviewed & tested by the community

Good call, thanks @xjm and @dcrocks

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed ff12935 and pushed to 80.x and 8.1.x. Thanks!

  • alexpott committed ff12935 on 8.1.x
    Issue #2567077 by dcrocks, joelpittet, xjm: Followup to Use a Branding...

  • alexpott committed aa42bd4 on
    Issue #2567077 by dcrocks, joelpittet, xjm: Followup to Use a Branding...

Status: Fixed » Closed (fixed)

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