Closed (fixed)
Project:
Drupal.org site moderators
Component:
Localize.drupal.org
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2010 at 16:21 UTC
Updated:
1 Jul 2010 at 11:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
gábor hojtsyNot for me: http://skitch.com/gabor.hojtsy/deq2m/norwegian-bokmal-overview-localize....
Anybody else can reproduce?
Comment #2
avpadernoIt happened to me, on the Esperanto group.
I approved some translations, and when I clicked I saw the blocks to the right as shown in the attachment (the blocks were not visible when I first clicked on the translate tab).
Comment #3
droplet commentedIt happen to me too.
It looks like someone view a group. it cached the stats. so another people views the cached stats.
then refresh again, and ....
Comment #4
gábor hojtsyOk, heard this from others. Adjusted block caching to be more versatile. Let's see what happens now.
Comment #5
avpadernoThe blocks to the right seem to be shown randomly; I approved one more translation on the same page, and the blocks showed information for another group.
I could be wrong, but I remember I before saw a block (or something else) somewhere showing the languages related with Esperanto; both Hungarian, and Chinese were listed.
Comment #6
avpadernoI am sorry for the change of status.
Comment #7
avpadernoI cannot see the blocks anymore; I tried with Safari 5, Google Chrome, and Firefox 3.6 on Mac OS X 10.6, but the result is the same.
Comment #8
gábor hojtsyAs said above, I've deployed a block caching fix yesterday. Now cleared the cache, so we can get a better feel at whether it actually works as expected. If this is not enough, I can just set the blocks to not be cached at all. Any further testing feedback appreciated.
Comment #9
gábor hojtsyOk, my changes last night to not cache the blocks as much did not go through to the DB due to the core bug at #235673: Changes to block caching mode not caught. Anyway, it turned out that per-role + per-page caching was still not enough, since many things like the contribute blocks or the group member block can be different per user + per page. So its eventually better not to waste caching on it. Therefore I committed a fix to make all block not cached. That still did not get to the DB due to #235673: Changes to block caching mode not caught, so updated the block cache values manually and cleared the block cache. @kiamlaluno says via IRC that this fixed it, so closing the issue. Thanks for testing and all the feedback.