Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
77.77 KB
MD5: af3d17c38e4bb8e43f3fd920777dd438
SHA-1: 0a65b8264cc228e3f71b72602cb307e7352bee9a
SHA-256: 0287a0d1b3ed8bd63cc06fae48afd2c6cf8a24183d3cc4c91bc23fc27583a080
Download zip
91.1 KB
MD5: b3ea77f2c46d83db007537113f49411d
SHA-1: 75f7af660a3b6a5634da55788e35b308fedc162f
SHA-256: f36f91d623469c176cc88621db4c282e756abe44fc716d2da5e23ad528045fb1
Release notes
The major change is support for flagging any entity type.
Note however that flag links don't appear on terms: see this core bug: #1067120: Missing hook_taxonomy_term_view() or hook_entity_view() when viewing a term.
If you use Flag Terms module, see #1699830: 2.0 beta 8 is incompatible with flag_terms.
Changes since 7.x-2.0-beta7:
- #1362260 by jaanhoinatski: Fixed user account deletion potentially causing out of bounds PDO error when decrementing flag counts.
- #1331614 by q0rban, fangel: Added uid on flag_content table as argument, field, and filter in Views.
- #1362704 by loganfsmyth: Removed obsolete hook_views_handlers().
- #1483854 by osopolar: Fixed views flagged filter options form not showing default value for 'Not flagged' option.
- #1462000 by joachim, joelstein: Fixed incorrect value returned by argument flaggability check.
- by joachim: Added function documentation.
- #1451730 by pavlos_dan, Shnapoo: Fixed fatal PHP error in Rules administration after deleting a flag.
- #1689686 by joachim: Fixed cleaning of {flag_types} on entity bundle delete.
- #1035410 by mh86, univate, joachim, zkday, alexweber: Added ability to flag any entity type.
- #1372850 by joachim: Added permission for use of PHP in flag import.
- by joachim: Fixed permission label.
- #1683204 by bberl: Fixed hook_features_revert() returning useless value.
- #1550540 by refineo, klausi: Fixed Rules 'Permission check' parameter label.
- #1689478 by joachim: Changed hook_form_alter() to separate functions per form id.
- #1343838 by gcassie: Take advantage of drupal_page_is_cacheable()
- #1686644 by andypost: Fixed docblock for hook_node_type_delete().
- by joachim: Fixed function docblock, added note about provenance of mystery hook, fixed mention of it.
- #1596492 by andypost, rafamatito: Fixed flag database data not cleaned up on comment & node delete.
- #1352274 by graker: ->get_user_count()
- #1450042 by k_zoltan: flag_get_flag_counts function db_select to wrong table
- Remove 'Could not load default flag' error
- by joachim: Changed docblock for flag_flag_definitions() to match hook docblock.
- by joachim: Added documentation to flag default options.
- by joachim: Added docblock to flag_get_link_types().
- #970052, part 2 by joachim: Added further documentation to api.php file.
- #1402948 by stevector: Use drupal_exit() instead of exit
- #970052, part 1 by joachim: Added api documentation file, not all flags fully documented yet.