CHANGELOG.txt |
CHANGELOG.txt |
|
Computed Field Tools 6.x-1.1
============================
Features
- While batch processing it now displays an estimated time left and remaining items rather than processed items.
Bugfixes:
- #1494178 by frakke: Now not storing unchanged data thus… |
computed_field_tools.drush.inc |
computed_field_tools.drush.inc |
|
Computed Field Tools module drush integration. |
computed_field_tools.info |
computed_field_tools.info |
|
name = Computed Field Tools
description = "Re-compute values in computed fields"
package = "CCK"
core = 6.x
dependencies[] = content
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… |