CHANGELOG.txt |
CHANGELOG.txt |
|
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… |
computed_field_tools.drush.inc |
computed_field_tools.drush.inc |
|
Command line utility for processing computed fields. |
computed_field_tools.info |
computed_field_tools.info |
|
name = Computed Field Tools
description = "Re-compute values in computed fields"
package = Fields
core = 7.x
dependencies[] = computed_field |
computed_field_tools.module |
computed_field_tools.module |
|
This module offers a quick way to re-compute computed fields when needed. |
README.txt |
README.txt |
|
README.txt
==========
The computed field tools module offers a way to re-compute the CCK computed
fields of existing nodes. It does so through the Batch API.
When using the Drupal module Computed Field (CCK) you sometimes make changes to
the logic… |