Downloads

Download tar.gz 68.7 KB
MD5: 47c9cda3a9b8600c7225c544299f5e98
SHA-1: 0e05d98aebdbc5e3f1c2160a7ed238474ea4007c
SHA-256: 506220ade9ca2c70f8a749784e526313e9ed2ff32a1dfcec3a642d4342c42bea
Download zip 80.74 KB
MD5: 8fac400846f13b3752380935c9c94c67
SHA-1: 495ce069fcadd5b30a41548343c0c0bb1882588c
SHA-256: 5f772c81220530b650e93a8bc8544a5bc4db918dd78942506af2e8369e8d4ed4

Release notes

The 1.0 release of Flag module. Do not use this version on Drupal 5. Somehow the Drupal 6 version ended up in the Drupal 5 download.

Important note for users upgrading from beta versions

This version removes most of the default views provided by earlier versions of Flag module. If you'd like to preserve the default views provided by Flag, run update.php immediately after upgrading. This upgrade does not affect any views you have created yourself. See http://drupal.org/node/333984 for details of the removed views.

If you've themed your Flags, be absolutely sure to update your code or .tpl.php files to use two dashes instead of one.

Previous template example name: flag-bookmarks.tpl.php
New template example name: flag--bookmarks.tpl.php

This change is to make Flag match theming conventions used in other modules, such as CCK and Views.
The class names within the .tpl.php file have also changed, where they've been moved into a $flag_classes variable so that Flag can maintain control of these classes in the future. You may need to update your CSS or flag--*.tpl.php file if updating from beta versions of Flag.

Issues fixed since 1.0RC1:

#382538: flag_create_link generates bad HTML
#399038: User flags always appears on user/% page
#400320: error when running 6003 update: Call to undefined function flag_get_flags()
#396928: Update x003 Fails if Views Is Not Present
#387512: Module becomes disabled after installing it

Created by: quicksketch
Created on: 14 Mar 2009 at 06:37 UTC
Last updated: 14 Mar 2009 at 14:57 UTC
Bug fixes
Unsupported

Other releases