Downloads
Release notes
This version of Flag module makes drastic improvements and fixes major bugs since the Drupal 5 beta 4 release (beta 5 was only available shortly for Drupal 5 due to a bug in the upgrade path).
Important upgrade notes: If you've overridden flag.tpl.php in your theme, you MUST delete the following line from the .tpl.php file in your theme:
flag_add_extra_js();
This function no longer exists, nor is it needed. If you have not overridden the default flag.tpl.php file, no change is necessary.
Changes since beta 5:
#323622: D5's upgrade is wrong
#328383: Provide hook_preprocess_link() to Drupal 5
#327959: Count tokens missing for users and comments
Changes since beta 4:
New Features:
#300646: Provide an argument validator
#277716: Allow Views2 listing of users who have flagged content
#304626: Upgrade Views Integration
API Changes:
#320271: [API] Possibility to skip user permission check
#312734: Schema changes
#313862: Fix, and enhance, the AJAX support
#315881: More robust flag/unflag links
Bug Fixes:
#322404: Malformed table index in flag_content
#318086: Path is incorrect in Installation instructions