Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download computed_field_tools-7.x-1.1.tar.gztar.gz 14.86 KB
MD5: b04d51eedf8b9c24e71c2a087aec869c
SHA-1: 649897ea6b172577eaf5f398839d7f7383682dce
SHA-256: a7a596f70a8292f30893efd1a1dea7a3693488793e098572fc2c98bf316694d5
Download computed_field_tools-7.x-1.1.zipzip 17.1 KB
MD5: 03094ee36589cd589a6b9d097797af43
SHA-1: 26a0f8a20259b7cd07e3232f0b19e547b5362265
SHA-256: ca414e4f3ccd99e16e4a248cdc4bbf2a2455c5382f2574d4bdca30abf8020273

Release notes

Computed field tools 7.x-1.1

  • Support for entity types in general. Most entity types should work now, if they follow the structure of the node or the user f.ex. But it's still trial and error, if it works or not.
  • Now warming up the static cache for entity loads, which should speed up the processing of the computed fields considerably. Best time recorded halfed the total processing time. It should also help with the memory leak issue when using drush to compute the fields.
  • Reversed the order of the processing so that the latest content is fixed first.
  • When running through drush, the memory peak is outputted. Helps spotting memory leaks before they become a critical issue.
  • Fixed a lot of Coder and code sniffer issues.
  • Now using merge rather that the update/insert logic. This should eliminate the myriad of warnings related to that.
  • Fixed a bug, that did'nt allow to recompute across multiple entity types, when the entity count exceeded the batch run count.
Created by: frakke
Created on: 15 Aug 2015 at 09:33 UTC
Last updated: 15 Aug 2015 at 09:35 UTC
Bug fixes
New features

Other releases