Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
block.module
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
10 Jan 2013 at 02:53 UTC
Updated:
29 Jul 2014 at 21:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pwolanin commentedLooks like this is also related to views in core, actually.
Comment #2
pwolanin commentedComment #3
tim.plunkettThe code is in block module now. Tagging for VDC.
Comment #4
dawehnerA much simpler approach :P ... we don't have the block table anymore and so no need for these damn delta hashes.
Comment #5
olli commentedLooks good.
Comment #6
webchickYay less code. :D
Committed and pushed to 8.x. Thanks!
Comment #7
pwolanin commentedNeeds backport to views 7.x of the original fix?
Comment #8
pwolanin commentedIf backported to 7.x and a hash is needed, here is a better hash scheme (more bits used):
Which we use in facetapi for block deltas:
http://drupalcode.org/project/facetapi.git/blob/refs/heads/7.x-1.x:/face...
Comment #9
dawehnerWhat about just using a single place in views, as the code is in the same module.