Downloads

Download tar.gz 51.12 KB
MD5: 2d3a2f25321023530cefb678e078977e
SHA-1: 24ec17d3b95432ecf18b5087e239d583649206c1
SHA-256: eca534048f629f44f6f5c30ddc2ce3041a093241141d6ae26e1e6fd5df8330e7
Download zip 57.3 KB
MD5: af3dc17a64706b70e179059ddb93a0ae
SHA-1: 498cce7bb8685add899943d8c11b1e77c66fc352
SHA-256: 4ce9f1af0377d9cfc27d0e243bf163363da41de3eb2c39d2221157afbd831e7f

Release notes

The 1.1 release of Flag module. Note: The 1.0 version for Drupal 5 somehow included the Drupal 6 version of the module. The 1.1 and 1.0 versions are identical.

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 14:55 UTC
Last updated: 14 Mar 2009 at 15:00 UTC
Bug fixes
Unsupported

Other releases