There is a bug in the install (only for new casetracker installs) script!
If you install this version (fresh install) then you have to manually run the update.php script and select the update #21 from the casetracker module dropdown.
-Changed the class name to fit more in drupal naming conventions.
-Renamed methods to provide consistency
-Renamed some arguments to provide consistency.
-Documented entire API
-Added Readme.txt and Changelog.txt
-Added drupal help hook.
-Changed the class name to fit more in drupal naming conventions.
-Renamed methods to provide consistency
-Renamed some arguments to provide consistency.
-Documented entire API
-Added Readme.txt and Changelog.txt
-Added drupal help hook.
This is an update the official 1.0 version of the Buddylist module for Drupal 5. It is primarily bug fixes but also includes several small but useful improvements mostly in the theme support area.
The format of redirects has changed to replace !tid and !name with the term id and term name in paths. Run update.php to update your old paths to the new format.
You can now override the redirection by defining the function taxonomy_redirect_custom_term_path($term, $path)