Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
block.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Aug 2009 at 07:45 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dries commentedI think that would be a good clean-up. Haven't reviewed the patch yet.
Comment #3
davyvdb commentedComment #4
ksenzeeInstalled this and banged around (I know, tests, I shouldn't have to, but still...) and it looks good. Read through the code and it looks good. ("Visual building blocks" is a good descriptor.) I think {block_custom} is a fine name. RTBC as far as I'm concerned.
Comment #5
webchickThis is one of my favourite patches in D7. :) Committed to HEAD!
This needs to be documented in the module upgrade guide: http://drupal.org/update/modules/6/7
Comment #6
dave reidThis upgrade path is going to fail because we are using the new table name in upgrades before system_update_7037(). Please don't change the table names before system_update_7037().
Comment #7
dave reidComment #8
eojthebraveI think this needs an update hook added to block.install to rename the box table to block_custom.
Comment #9
davyvdb commentedThis should fix this. Thanks for the catch Dave!
Comment #10
dries commentedCommitted to CVS HEAD. Thanks.
Comment #11
davyvdb commentedWe still need documentation. http://drupal.org/node/561970#comment-1982240
Comment #12
hass commented+
Comment #13
yrocq commentedDocumentation posted
#d7csmtl