In Drupal 6, Blocks Need Extra Consideration

Comments

CSS and JS for Cached Blocks

Hi John! I suggest you take a look at this issue on Drupal.org:
http://drupal.org/node/214856

Subscribe, write a patch and spam it! I'll do the same.

Module updates and blocks

I and others have noticed that if the 'cache' value is changed in the .info (say from 'BLOCK_CACHE_PER_ROLE' to 'BLOCK_NO_CACHE'), no change will take place for those blocks already found in the block table. I am at a lost if the module developer needs to write some queries to the database to make this change...or this is a bug/feature needing to be addressed in Drupal core.

Some of the issues at Drupal.org talking about this:
http://drupal.org/node/253299
http://drupal.org/node/235673
http://drupal.org/node/257267

I am at a lost whether this is something that needs to be improved in the D6 core or just something module developers need to work around? Any insights here or at the issues would be helpful from those that know.