Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
#147977 fixing node cache so that the same rules apply to loading the cache as to setting. #147456 allowing a variable, 'advcache_node_exclude_types', determine whether a node type should be excluded from caching. Defaults to array('poll') so polls work. Rolling against DRUPAL-5-1
Re-rolling all patches against DRUPAL-5-1
#148279 by aymerick and robertDouglass: add forum caching. Same warning as with taxonomy caching applies here... if db_rewrite_sql is rewriting taxonomy queries, as is the case in taxonomy access type modules, this patch should not be used.
In this version users can use more book and the default theme of drupal 5.x now work. If you use some particular theme you can improve the aspect of this theme with the CSS file.
Version 2 of mailsave. Mailsave now implements a modular structure and mailsave on its own does nothing more than save attachments. Other modules are called via hook_mailsave. This package includes a module called mailsave_to_image which implements the original "convert to image node" functionality of mailsave in the new format.
1. Administration page for subgroups to allow for defining form elements.
2. New parent-child relationships according to node 131976. Thanks to ezra-g for his work.
3. Fix problem with anonymous users viewing memberlist. Issue 138911 (Thanks somebodysysop).