render_cache 7.x-1.0

Bug fixes
New features
Unsupported

This has been running on one production site since almost a year now, so its time for a stable release:

render_cache 7.x-1.0-alpha4

New features
Bug fixes
Unsupported

Issue #2092631 by Fabianx: Fixed cache_render table is not installed as $schema is not returned.
Issue #2092631: Fix undefined variable usage to use 'cid'.
Issue #2093867 by Fabianx: Add bundle to render_cache entity hash.
Issue #2093867 by Fabianx: Add render_options to hash as its now an array.
Issue #2093867 by Fabianx: Make it possible to cache late.
Issue #2093867 by Fabianx: Provide render_cache_ds context in entity.

render_cache 7.x-1.0-alpha3

New features
Unsupported

Issue #2091661 by Fabianx: Support preserving render keys for render_cache_to_markup() option.
Issue #2091661: Generally hash per view_mode .

render_cache 7.x-1.0-alpha2

Bug fixes
Unsupported

Issue #2088561 by Fabianx: Fixed Output of render_cache_entity_view_single() is not compatible to node_view(), etc. as it has two more levels.
Issue #2088561 by Fabianx: Fix return of render_cache_hijack_node_show to be compatible to node_show
Issue #2088561 by Fabianx: Fix render_cache_hijack_views_plugin_row_node_view to be compatible with overridden code.

render_cache 7.x-1.0-alpha1

New features
Bug fixes
Unsupported

First alpha release!

Issue #2074307 by Fabianx: Hi-jack node_show and use entity_view instead of node_view_multiple in submodule for caching support.
Issue #2074213 by Fabianx: Code Review and Cleanup and adding proper API.

* Use render_cache_entity_view_callback instead of hijack (bad practice)
** The views class should be renamed as well.

* Prepare a global $context and $cache_info that is compatible with
* drupal_render().

* Set rendering method locally in $cache_info

* Uses native drupal_render caching as much as possible. (including full
* support for #attached)

* Use cache_get_multiple()

* Use $cached_entities instead of $cached

* Reworked cache id creation, used standard drupal_render_get_cid_parts

* Used standard entity_extract_ids function

* Allow specifying granularity and default to _PER_ROLE_

* Implement hook_flush_caches() to clear cache_render on drush cc all.
Issue #2074213 by Fabianx: Remove unneeded code
Issue #2074213 by Fabianx: Fix render_cache_get_entity_cid function signature.
Issue #2074213 by Fabianx: Add dependency for entity module.
Issue #2074213 by Fabianx: Move the views plugin to its own submodule.
Issue #2074213 by Fabianx: Fix problem when enabling the module via drush.
Issue #2074213: Finish the move of the module

Subscribe with RSS Subscribe to Releases for Render cache