Releases for Flag
flag 6.x-2.0-beta1
First released: November 3, 2009 - 03:24
Size: 108.98 KB
md5_file hash: bb94b2bfa1128bda085d096fb4d62ad1
Last updated: November 3, 2009 - 03:25
The 2.0 version of Flag contains the following improvements over the 1.1 version of the module:
* Flagging for anonymous users (even with page caching enabled). Requires Session API.
* Import/Export support.
* Faster table indexes and schema.
* Services module integration.
* Activity 2 module integration.
* More powerful trigger and actions integrations.
* Flag access controls (flag only others/own content) and access API.
* And more!
It is recommended that you only install the 2.0 beta version of Flag if you absolutely require one of the above features. The beta version has not been extensively tested and is not suitable for production sites.
flag 6.x-2.x-dev
First released: September 13, 2009 - 23:02
Size: 108.98 KB
md5_file hash: cf9e29412efa643441b0572b50ee7ea3
Last updated: November 6, 2009 - 12:09
The 2.x version of Flag module. Please only use this version when testing out new features or checking if bugs have been fixed.
flag 6.x-1.1
First released: March 14, 2009 - 14:59
Size: 68.7 KB
md5_file hash: c58ecc64dddf77c016d3c86787fd8e93
Last updated: March 14, 2009 - 15:00
The 1.1 release of Flag module.
(This release is identical to 1.0 release, there was a mishap with the Drupal 5 version of 1.0 containing the Drupal 6 module. This release is just to make version numbers match).
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
flag 5.x-1.1
First released: March 14, 2009 - 14:55
Size: 51.12 KB
md5_file hash: 2d3a2f25321023530cefb678e078977e
Last updated: March 14, 2009 - 15:00
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
flag 5.x-1.0
First released: March 14, 2009 - 06:37
Size: 68.7 KB
md5_file hash: 47c9cda3a9b8600c7225c544299f5e98
Last updated: March 14, 2009 - 06:40
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
flag 6.x-1.0
First released: March 14, 2009 - 06:36
Size: 68.7 KB
md5_file hash: a7256b3f2b067fe32ee8cbabfd0bb7da
Last updated: March 14, 2009 - 06:40
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:
flag 5.x-1.0-rc1
First released: February 22, 2009 - 03:30
Size: 50.59 KB
md5_file hash: 96c9beab7e5ad472d12844b273319cc3
Last updated: February 22, 2009 - 03:35
flag 6.x-1.0-rc1
First released: February 22, 2009 - 03:29
Size: 63.48 KB
md5_file hash: ed0f5891e1ac40f2eef798d5e243ee71
Last updated: February 22, 2009 - 03:30
flag 6.x-1.0-beta6
First released: November 7, 2008 - 22:41
Size: 59.34 KB
md5_file hash: 60eb9f4042e03d509fb005330a71fb93
Last updated: November 7, 2008 - 22:45
This minor release for Drupal 6 fixes a few small issues.
Bug Fixes:
#327959: Count tokens missing for users and comments
flag 5.x-1.0-beta6
First released: November 7, 2008 - 22:36
Size: 46.72 KB
md5_file hash: f8735755c4013dd037573a8dd0d2ad7e
Last updated: November 7, 2008 - 22:45
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:
<?php
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
flag 6.x-1.0-beta5
First released: October 19, 2008 - 21:21
Size: 48.63 KB
md5_file hash: f7163770317e48f468da5741c3b43ad7
Last updated: October 19, 2008 - 21:35
This beta release provides several feature enhancements, API changes, and bug fixes. It also provides compatibility with the Drupal 6 version of Views 2, RC2 and higher.
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:
<?php
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. - Make sure to erase all files in the module's folder before extracting the new package because some files have been moved into an 'includes/' subfolder and you don't want to keep the old files around.
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
flag 5.x-1.0-beta4
First released: September 14, 2008 - 15:33
Size: 43.66 KB
md5_file hash: b7852801519ab48bd183c074e6a0fffc
Last updated: September 14, 2008 - 15:35
New beta of the Flag module.
Make sure to visit Drupal's 'update.php'.
We have a new handbook describing the module and its uses.
Highlights:
- New and improved Actions support. It's now possible to fire all the (relevant) actions defined on the system. Actions support has been moved to a different module entirely, allowing users that do not need the functionality to turn it off.
IMPORTANT: Upgrading form a previous release of this module will delete all the flag actions you previously configured (e.g. "Send such and such email if node flagged more than three times"). If you want to keep these actions, you'll have to write their details down and restore them manually.
- Ability to flag users. (But see Limitations of the Drupal 5 version.)
- New theming system. It's now possible to theme a flag link using templates.
- Many bugs were fixed.
- A few usability enhancements. Extra help text was added to the UI.
flag 6.x-1.0-beta4
First released: September 14, 2008 - 15:14
Size: 43.08 KB
md5_file hash: 55ff89e43364bece1b5791b68dca79c7
Last updated: September 14, 2008 - 15:15
New beta of the Flag module.
Make sure to visit Drupal's 'update.php'.
We have a new handbook describing the module and its uses.
Highlights:
- New and improved Actions support. It's now possible to fire all the (relevant) actions defined on the system. Actions support has been moved to a different module entirely, allowing users that do not need the functionality to turn it off.
IMPORTANT: Upgrading form a previous release of this module will delete all the flag actions you previously configured (e.g. "Send such and such email if node flagged more than three times"). If you want to keep these actions, you'll have to write their details down and restore them manually.
- Ability to flag users. Using Views 2.x you can produce lists of flagged users.
- New theming system. It's now possible to theme a flag link using templates.
- Many bugs were fixed.
- A few usability enhancements. Extra help text was added to the UI.
flag 5.x-1.0-beta3
First released: July 4, 2008 - 22:06
Size: 29.96 KB
md5_file hash: 54d977cf86f0c53022438f20e10b0065
Last updated: July 4, 2008 - 22:10
New beta of Flag module provides functionality to flag comments and fixes several bugs from the beta2 release:
New Features:
#271120: Add support for flagging comments?
Bug Fixes:
#274981: Incorrect tokens in the default action configuration
#275025: "Send when any of the following flags are over the threshold" not working
#275560: Fix Views2 support
#275466: Call to undefined function db_num_rows()
#274471: 'form_values' doesn't exist
#274373: Call to undefined function flag_token_help()
flag 6.x-1.0-beta3
First released: July 4, 2008 - 22:06
Size: 30.51 KB
md5_file hash: 47f728293b03127b712c7bbacd034536
Last updated: July 4, 2008 - 22:10
New beta of Flag module provides functionality to flag comments and fixes several bugs from the beta2 release:
New Features:
#271120: Add support for flagging comments?
Bug Fixes:
#274981: Incorrect tokens in the default action configuration
#275025: "Send when any of the following flags are over the threshold" not working
#275560: Fix Views2 support
#275466: Call to undefined function db_num_rows()
#274471: 'form_values' doesn't exist
#274373: Call to undefined function flag_token_help()
flag 6.x-1.x-dev
First released: June 23, 2008 - 00:55
Size: 93.62 KB
md5_file hash: cac5abea14bc3f97de9a66dc42dc33a0
Last updated: September 29, 2009 - 00:11
Development version of Flag. Please only use this version if testing bug fixes or new features. Do not use on a production site, as it may contain unstable code.
flag 5.x-1.x-dev
First released: June 23, 2008 - 00:55
Size: 51.31 KB
md5_file hash: ccdf2955bc6a46d8ea5253af8062bf46
Last updated: September 15, 2009 - 12:16
Development version of Flag. Please only use this version if testing bug fixes or new features. Do not use on a production site, as it may contain unstable code.
flag 5.x-1.0-beta2
First released: June 15, 2008 - 20:49
Size: 28.88 KB
md5_file hash: 4aed9aeda2b1f6403bf7bb2d2552d5ad
Last updated: June 15, 2008 - 20:50
Now installs correctly from a fresh install.
flag 6.x-1.0-beta2
First released: June 15, 2008 - 20:49
Size: 29.77 KB
md5_file hash: 5cbd84f38165dec7ec320d871a599784
Last updated: June 15, 2008 - 20:50
Now installs correctly from a fresh install.
flag 5.x-1.0-beta1
First released: June 15, 2008 - 10:25
Size: 28.85 KB
md5_file hash: 6739d6a0c8a668f76f093171489f939d
Last updated: June 15, 2008 - 10:30
Initial release of the Flag module. This module is a port of Views Bookmark, but features several improvements over it's predecessor. This is a BETA version. Features may not work properly and you should not use it on a production site.
New Features:
- A better namespace!#202249: Rename "Views Bookmark" module to "Flag"
- A Drupal 6 version! #197772: Views Bookmarks for D6
- #270711: Add Actions Support to Flag
- #233389: Provide tokens for the Token module
- #269814: Option to turn off flag link on 'page'; rename some DB columns
- #233172: Provide an API function, for use by themers, to print a mark/unmark link
This new version is also designed to be expanded to other content types (not just nodes), so soon Flag should provide support for comments. Very exciting.
For users upgrading from Views Bookmark, Flag makes it easy to move from the old module. See the Flag Handbook page on upgrading from Views Bookmark to Flag.
