Downloads
Release notes
This release consists of an extensive rewrite since the last dev release.
Changes were extensive, but have been fairly well tested on a large high traffic web site for a number of months. They include:
* Avoiding the use of Drupal's core taxonomy module for tagging, and instead implementing our own; this is because the number of terms produced by Inform on a site of reasonable size produces problems, such as some edit forms that are populated with terms in a pull down being overwhelmed.
* Improvements to the interface with Inform, to send the title and body of a node separately.
* Bug fixes, such as storing all Entities as "Industry".
* Implementation of a hook system to allow other modules to modify and re-format data before it is sent to Inform - if the nodes are articles in a system that stores by-lines or titles in special CCK fields for example, this can be used to add them.
* Implementation of a hook system to notify other modules when a new Inform topic or tag is created or updated. This would allow cached "related items" blocks to be updated, for instance, or allow the a custom module to add the terms to a core taxonomy vocabulary, if the old way of storage was desired.
If you don't understand something, ask by email or in the Issue queue.