You are here

README.txt in Computed Field Tools 6

Same filename and directory in other branches
  1. 7 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 behind the value in the computed field. If you wish to avoid re-saving
all nodes using the computing field, you can use this tool to re-compute all the
values again.

It is possible to choose which field (cross nodes) to re-compute and you can also
choose which node types you whish to re-compute.

When the batch is running it does not save the entire node again, but it only saves
the computed field.

Please note that when you re-compute the nodes, the node is fetched through node_load()
which means that the format of some values might defer from when you submit the node
through the node edit form. $node->taxonomy does this.

File

README.txt
View source
  1. README.txt
  2. ==========
  3. The computed field tools module offers a way to re-compute the CCK computed fields
  4. of existing nodes. It does so through the Batch API.
  5. When using the Drupal module Computed Field (CCK) you sometimes make changes to
  6. the logic behind the value in the computed field. If you wish to avoid re-saving
  7. all nodes using the computing field, you can use this tool to re-compute all the
  8. values again.
  9. It is possible to choose which field (cross nodes) to re-compute and you can also
  10. choose which node types you whish to re-compute.
  11. When the batch is running it does not save the entire node again, but it only saves
  12. the computed field.
  13. Please note that when you re-compute the nodes, the node is fetched through node_load()
  14. which means that the format of some values might defer from when you submit the node
  15. through the node edit form. $node->taxonomy does this.