Closed (outdated)
Project:
Drupal core
Version:
6.x-dev
Component:
taxonomy.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 May 2008 at 22:28 UTC
Updated:
2 Mar 2016 at 22:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
DougKress commentedThis patch should work for Drupal 6.
Comment #2
Anonymous (not verified) commentedResetting title.
So that I understand, is the patch with the original post for 5.x while the patch in the subsequent comment for 6.x?
Comment #3
DougKress commentedYes - and thanks for updating the title.
Comment #4
Anonymous (not verified) commentedDoug can you please provide a patch and test for D7?
Comment #5
catchCode hasn't changed in Drupal 7 so needs fixing there first.
Comment #6
DougKress commentedIt appears that Drupal 7 doesn't need the patch, as it uses drupal_static, allowing reset from outside the function.
The patches are still good for 5 and 6, right?
EDIT: Apparently it's been a year since I last looked at this patch - yikes!
Comment #7
catchYep. #5 is outdated. Moving back to 6.
Comment #8
johnvPlease review the newly attached patch, since the current patch (in #1) doesn't clear the cache.
Attache file the same interface as #1, but has more cache-clearing features.
Comment #10
johnvnew version of patch in #8.
Comment #12
johnvnew (unix-style) version of patch in #8, #10.
Comment #13
johnvset for test-queue
Comment #15
johnvreposting
Comment #17
johnvjust keep trying..
Comment #19
liquidcms commentedjust stumbled upon this; simpler way to say this i think is:
wow.. pretty messed up
i think more generally, and likely in d7/8 as well, a node load with reset should likely pass the reset to subsequent nodeapi calls
Comment #20
liquidcms commentedkilled a kitten today because of this.. pretty bad core bug..
simply commented out static $terms line.. didn't see any other way to fix this.