Downloads

Download tar.gz 68.7 KB
MD5: a7256b3f2b067fe32ee8cbabfd0bb7da
SHA-1: 2f4db34ecd8a78a791610d19aaa9d98edadc728b
SHA-256: f7f377a8be849703bcac8a02f0bb737b11f367df232553283df0b8e563c89e8e
Download zip 80.75 KB
MD5: 9f11b05774c79f3762224ee25819998b
SHA-1: 94b06517d752c51ba0684c7f10a4d69023df94a3
SHA-256: 29322cf17d11a862461d00fd732c4a3134e635b837416443af6b191005a72009

Release notes

The 1.0 release of Flag module.

Even though it's not recommended to include new features after a release candidate, we've included Rules integration in the 1.0 release by popular demand.

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

New Features since 1.0RC1:

#298109: Rules integration

Created by: quicksketch
Created on: 14 Mar 2009 at 06:36 UTC
Last updated: 14 Mar 2009 at 06:40 UTC
New features
Bug fixes
Unsupported

Other releases