Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
block.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Aug 2014 at 19:05 UTC
Updated:
16 Dec 2014 at 16:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
melbs commentedComment #2
melbs commentedComment #3
xjmComment #4
devin carlson commentedAttaching the patch from #2318813-5: Comment module: Fix documentation that refers to enabling/disabling of modules which was for block.module but was posted in the issue for comment.module.
Credit goes to @Lowell.
Comment #6
effulgentsia commentedJust a reroll. I think the patch is still incomplete though. For example, there are tests that say "Modules to enable." that need to be fixed.
Comment #7
devin carlson commentedAdded the missing fixes to #6.
Comment #8
linl commentedLooks good. I searched core/modules/block for enabl and disabl and there are none that relate to modules. RTBC.
Not related to this issue, but as we are changing the line anyway, I wonder if we can change "the the" to "the" here? If not, I'll file a separate issue.
Comment #9
linl commentedComment #10
catchGreat to see these sub-issues.
Couple of comments:
I don't think this can be right. If a module is uninstalled the block will disappear altogether. However isn't this talking about block being disabled anyway?
We should open a follow-up to review this. It shouldn't be possible to get into this state by uninstalling a module - all the blocks should be removed then.
Comment #11
jhodgdonWe already have an issue open for updating hook_help for the Block module but yes let's remove "the the" here. I mentioned it on #2349907: Review and fix block hook_help text in case it doesn't get fixed here.
I also agree with the block rehash assessment -- the code comment is really talking about disabled blocks, not disabled modules.
Comment #12
linl commentedRerolled. I changed the block rehash comment and also deleted the extra "the".
Comment #13
catchOpened the follow-up for that exception #2385517: Block initialization eats exceptions if a module is missing.
Changes look good so moving back to RTBC.
Comment #15
jhodgdonThis has been properly beta-evaluated, and is purely docs fixes. Looks good to me too. Committed to 8.0.x.