You are here

CHANGELOG.txt in Computed Field Tools 7

Same filename and directory in other branches
  1. 6 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 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.

Computed field tools 7.x-1.0
============================
- Initial release.

File

CHANGELOG.txt
View source
  1. Computed field tools 7.x-1.1
  2. ============================
  3. - Support for entity types in general. Most entity types should work now, if
  4. they follow the structure of the node or the user f.ex. But it's still trial
  5. and error, if it works or not.
  6. - Now warming up the static cache for entity loads, which should speed up the
  7. processing of the computed fields considerably. Best time recorded halfed the
  8. total processing time. It should also help with the memory leak issue when
  9. using drush to compute the fields.
  10. - Reversed the order of the processing so that the latest content is fixed
  11. first.
  12. - When running through drush, the memory peak is outputted. Helps spotting
  13. memory leaks before they become a critical issue.
  14. - Fixed a lot of Coder and code sniffer issues.
  15. - Now using merge rather that the update/insert logic. This should eliminate the
  16. myriad of warnings related to that.
  17. - Fixed a bug, that did'nt allow to recompute across multiple entity types, when
  18. the entity count exceeded the batch run count.
  19. Computed field tools 7.x-1.0
  20. ============================
  21. - Initial release.