Download & Extend

Releases for Rate

rate 7.x-1.3

Download Size md5 hash
rate-7.x-1.3.tar.gz 38.86 KB 4f12773ee549c6393b6982ada09f4af4
rate-7.x-1.3.zip 47.65 KB 8294258be6e22a00f582c7a1197d977b
Last updated: December 7, 2011 - 20:20
Official release from tag: 7.x-1.3

Release notes

This is a bugfix release for D7. Only one minor feature was introduced in this release (#1224150).

  • Issue #1224150 by rocketeerbkw, emergencyofstate: Add criteria to context for votingapi_set_votes to allow it to be overridden via hook_rate_vote_alter().
  • Issue #1200354 by noyz, tordenalf, greggles: Update paths in readme file.
  • Issue #1362100, #1304102: Fix display of custom rate widget (only first char of rate text was displayed)
  • Issue #1337010: Fix rate_expiration settings not saving.

rate 7.x-1.2

Download Size md5 hash
rate-7.x-1.2.tar.gz 38.85 KB 58bc66b2f0017977227ae1c2080d9c95
rate-7.x-1.2.zip 47.62 KB 265669656aec951fd42a314303a6dd7e
Last updated: October 4, 2011 - 22:51
Official release from tag: 7.x-1.2

Release notes

This release fixes a cross-site scripting (XSS) issue in the AJAX callback.

The features are similar to the 6.x-1.2 release, there are no 1.0 and 1.1 releases for D7.

Changes included in this release:

  • Issue #1083250 by mauritsl: Expose tags and option value type to VotingAPI to make them visible in views integration.
  • Issue #1168034 by jack_tux, mauritsl: Add new number up / down widget
  • by mauritsl: Add update hook to set missing js attribute in rate widgets variable for fivestar widgets.
  • Issue #1059924 by mauritsl: Make content_type and content_id available in template.
  • Issue #1042756 by mauritsl: Make views integration compatible with comments
  • by mauritsl: Add display mode (full, compact etc.) for full node views, teasers and comments.
  • Issue #1086266 by dencho, mauritsl: Change menu path for voting results from node/%node/results to node/%node/rating to prevent overlap with the path
  • Issue #1003250 by pgrond, maruitsl: Check for valid input in rate_generate_widget().
  • Issue #1049496 by mauritsl: Add visible feedback for thumbs up / down widget.
  • by patrickkraaij: Updated widget templates
  • by mauritsl: Alter rate_get_results() to always select anonymous user vote directly after voting, even if anonymous window is set to 0.
Read more

rate 6.x-1.3

Download Size md5 hash
rate-6.x-1.3.tar.gz 40.4 KB 6c042517604a373d48dc081e8bffb357
rate-6.x-1.3.zip 51.09 KB f98b0004155509921340e4154d8e6cb1
Last updated: October 4, 2011 - 22:51
Official release from tag: 6.x-1.3

Release notes

This release fixes a cross-site scripting (XSS) issue in the AJAX callback.

Changes included in this release:

  • Issue #1168034 by jack_tux, mauritsl: Add new number up / down widget
  • by mauritsl: Add user-voted class to rate button if user has voted on this button.
  • by mauritsl: Add slider widget
  • by mauritsl: Disable page cache for pages with rate widgets which can be different per anonymous user.
  • Issue #1224150 by rocketeerbkw: Allow criteria for votingapi_set_votes() to be altered by rate_vote_alter().
  • Issue #1209980 by gbowman, mauritsl: Fix notice: undefined index user_vote
  • Issue 1128962 by rodrigoaguilera, lapurD, walker2238, mauritsl: Allow anonymous users to vote if voting is disabled for content author.
  • Issue 1247274 by gbowman: Fix CSS for disabled widgets.

rate 6.x-1.2

Download Size md5 hash
rate-6.x-1.2.tar.gz 36.06 KB 77e31ac3a8bd9188181de32ad3ed2d28
rate-6.x-1.2.zip 43.61 KB 08ae4b9a866fce68e47182703631246c
Last updated: March 21, 2011 - 19:51
Official release from tag: 6.x-1.2

Release notes

Important note: There are a lot of changes on the theming of the rate widgets (including custom widgets). The most important change is that the rate buttons are now inside <ul> tags to comply with the WCAG guidelines. This affects all custom theming for rate widgets!

Changes since 6.x-1.1:

  • Issue #1042216: Rewrite CSS
  • Issue #1004000 by mmilo: Add Javascript eventBeforeRate and eventAfterRate hooks
  • Issue #1042068 by attiks: Add just_rated variable to template
  • by mauritsl: Changes for better fivestar widget:
    1. Add theme preprocess to better separation between theming and code.
    2. Add support for template specific javascript.
    3. Rewrite fivestar HTML output to a list to conform to the WCAG guidelines
  • by mauritsl: Move PHP code from templates to preprocess functions in module file
  • by mauritsl: Add rate-widget-templatename class to rate-widget div
  • by mauritsl: Add rate-fivestar-N class to fivestar rate buttons
  • by patrickkraaij: Update theming for default templates including fivestar interaction.
  • Issue #1049496 by mauritsl: Add display options for better interaction.
  • Issue #1059924 by mauritsl: Make content_type and content_id available in template.
Read more

rate 7.x-2.x-dev

Download Size md5 hash
rate-7.x-2.x-dev.tar.gz 41.62 KB 56734b15428d5acb46b7d82cd0ced121
rate-7.x-2.x-dev.zip 52.88 KB 3ddd4da695b91d127e1311aa6665a0bc
Last updated: September 22, 2011 - 12:22
Development snapshot from branch: 7.x-2.x

Release notes

Development snapshot of Rate 2.x

rate 6.x-2.x-dev

Download Size md5 hash
rate-6.x-2.x-dev.tar.gz 35.17 KB 66ec4a1f9ee03b123d6d52fbfd444bc8
rate-6.x-2.x-dev.zip 42.94 KB 1464405d57ce2a3f30e8073ad548854f
Last updated: March 15, 2011 - 00:17
Development snapshot from branch: 6.x-2.x

Release notes

Development snapshot of Rate 2.x

rate 7.x-1.1-beta1

Download Size md5 hash
rate-7.x-1.1-beta1.tar.gz 29.78 KB 91e99993572616d4d3b6efc1834c61d9
rate-7.x-1.1-beta1.zip 38.63 KB f3988da2ad067daa2e7f80169ecf4ca6
Last updated: February 22, 2011 - 08:42
Official release from tag: 7.x-1.1-beta1

Release notes

Changes:

  • #1042216 by mauritsl, euricojardim: Add position: relative to .widget-button to fix widget for IE8
  • #1059940 by mverbaar: Add clear-block class to floating elements
  • #1026230, #1042216 by mauritsl: Make JS compatible with clean url disabled and add a random number to prevent caching issues
  • #952504 by mauritsl: Add configuration option to disallow user to rate his or her own content

rate 6.x-1.1

Download Size md5 hash
rate-6.x-1.1.tar.gz 30.71 KB bbef2e0fad47d1bc3f6754cc59fc3f81
rate-6.x-1.1.zip 39.45 KB 0b9d12d1b258cee7105e9031cf09cb60
Last updated: February 22, 2011 - 08:42
Official release from tag: 6.x-1.1

Release notes

Changes:

  • #1042216 by mauritsl, euricojardim: Add position: relative to .widget-button to fix widget for IE8
  • #1059940 by mverbaar: Add clear-block class to floating elements
  • #1026230, #1042216 by mauritsl: Make JS compatible with clean url disabled and add a random number to prevent caching issues
  • by mauritsl: Make rate compatible with Pressflow for anonymous users
  • #1035778 by VSZ: Fix allow override setting in rate expiration module
  • #952504 by mauritsl: Add configuration option to disallow user to rate his or her own content
  • #1033704 by mauritsl: Add support for queries and fragments in redirects set by hook_rate_vote_alter().
  • #1033704 by mauritsl: Add hook_rate_vote_alter(). Can be used to alter the vote or redirect the user after the user has voted.
  • #967392: Add rate-button-NUM class to each rate button in the default widget theming
  • by pgrond #966454: Fix Notice: Undefined property: stdClass:: in rate_generate_widget()
  • #968554: Fix rating results when using options with negative values

rate 7.x-1.0-beta2

Download Size md5 hash
rate-7.x-1.0-beta2.tar.gz 29.23 KB 98786dc5ff0ead0f7aaedcce34eb19ce
rate-7.x-1.0-beta2.zip 38.02 KB 6e85c67f4aaa435c9531054c941c182b
Last updated: January 21, 2011 - 17:03
Official release from tag: 7.x-1.0-beta2

Release notes

Changes:

  • #935446: Remove reference in function definition for rate_node_view.
  • #1033704 by mauritsl: Add hook_rate_vote_alter(). Can be used to alter the vote or redirect the user after the user has voted.
  • #935446 by mauritsl: Fix message on login page when user has no permission to vote.

Known issues:

  • The charts functionality under the "Vote results" tab is missing. Charts are removed since there is not a reliable chart module available voor D7 yet.

rate 7.x-1.0-beta1

Download Size md5 hash
rate-7.x-1.0-beta1.tar.gz 28.69 KB 1eff26c6e7d06079362fe010e1bf5e9e
rate-7.x-1.0-beta1.zip 37.5 KB 6bfd4479102b49190a89b56ebf1a5eb8
Last updated: January 14, 2011 - 14:04
Official release from tag: 7.x-1.0-beta1

Release notes

First official release of the Drupal 7.x port of Rate 6.x-1.0.

Known issues:

  • The charts functionality under the "Vote results" tab is missing. Charts are removed since there is not a reliable chart module available voor D7 yet.
  • An anonymous user is not getting a message when he does not have the permission to vote, and when the option "Behaviour when user has no permission to vote" is set to "Redirect to login and show message".

rate 7.x-1.x-dev

Download Size md5 hash
rate-7.x-1.x-dev.tar.gz 40.7 KB 0423b910aeadf2f40bd9067e9ef4c695
rate-7.x-1.x-dev.zip 51.43 KB f020b9c7c51e27bf875be0292c36f79d
Last packaged version: 7.x-1.3+4-dev
Last updated: May 22, 2012 - 00:41
Development snapshot from branch: 7.x-1.x

Release notes

Initial Drupal 7.x port of Rate 6.x-1.0.

Known issues:

  • The charts functionality under the "Vote results" tab is missing. Charts are removed since there is not a reliable chart module available voor D7 yet.
  • All votes are counted when users vote multiple times on the same node. Will be fixed with VotingAPI, see #1023492: Old votes are not deleted in votingapi_set_votes().
  • Anonymous users can vote multiple times on the same node.

rate 6.x-1.0

Download Size md5 hash
rate-6.x-1.0.tar.gz 29.59 KB eff57966e7ae9d8ff1b0b622b2935a42
rate-6.x-1.0.zip 37.57 KB ce4f12f62cdd3e7611e1e330c3cbb94a
Last updated: December 24, 2010 - 23:43
Official release from tag: 6.x-1.0

Release notes

Changes since last release:

  • by mauritsl: Add restrictions on roles which may vote (configurable per widget).
  • #954890 by Rolf van de Krol: Cleanup javascript
  • by mauritsl: Fix option not being saved when value is "0"

rate 6.x-1.0-beta5

Download Size md5 hash
rate-6.x-1.0-beta5.tar.gz 28.29 KB 854ad6398799a8edf283d7122b818efa
rate-6.x-1.0-beta5.zip 36.15 KB cdc3b95c2282ed9bf873089946fb6cd4
Last updated: December 24, 2010 - 23:43
Official release from tag: 6.x-1.0-beta5

Release notes

Most important changes:

  • New tab on nodes with voting results
  • Rate Expiration module added. This module allows you to disable voting on a configurable period after node creation.
  • Only one anonymous visitor was able to vote, because the IP address was missing in the criteria when selecting the user vote (only the uid, which is 0 for all anonymous visitors). This issue was fixed in this release.

List of all changes:

  • by mauritsl: Respect the votingapi anonymous window setting when displaying votes for anonymous users
  • by mauritsl: Add new tab with voting results
  • by mauritsl: Add Rate Expiration module.
  • by mauritsl: Add IP address to criteria when selecting user vote for anonymous users (bugfix)
  • by mauritsl: Add ability to override expiration date per node
  • by mauritsl: Swap first 2 colors in the palette for bar graphs to have green bars for thumbs up and red for thumbs down.
  • by mauritsl: Add explanation above voting results chart
  • #934550 by mauritsl: Add views integration and support for different widget modes (full, compact, disabled and closed).

rate 6.x-1.0-beta4

Download Size md5 hash
rate-6.x-1.0-beta4.tar.gz 21.56 KB 3c77bcdb7dea42caf7148f17986b94a0
rate-6.x-1.0-beta4.zip 27.85 KB 331b9ad3cae183d090e184ca233a949c
Last updated: December 24, 2010 - 23:43
Official release from tag: 6.x-1.0-beta4

Release notes

Changes since the last release:

  • #921078 by mauritsl: Fix add widget form when using templates. The template GET variable is not passed anymore after posting. The new widget was considered as a custom widget, so no options where added resulting in an error. We now send the template as a hidden value to not lose this information after posting.
  • #921612: Add the vote count to the default theming to make it visible that a user has voted after clicking one of the vote buttons.
    by mauritsl: Rename helpful widget to yes / no widget.
  • by mauritsl: Rename helpful widget to yes / no widget.
  • #917062 by mauritsl: Add explanation to README file on how to add the widget in a panel or custom block.

rate 6.x-1.0-beta3

Download Size md5 hash
rate-6.x-1.0-beta3.tar.gz 21.24 KB 3d323f3ba91c67cb3c4010b260375d6b
rate-6.x-1.0-beta3.zip 27.48 KB cf71d096dd700c75a72e5a461ff7bd35
Last updated: December 24, 2010 - 23:43
Official release from tag: 6.x-1.0-beta3

Release notes

This release has only one change since the last release:

#921078: Fix AJAX callback when Drupal is running in a subdirectory.

rate 6.x-1.0-beta2

Download Size md5 hash
rate-6.x-1.0-beta2.tar.gz 21.22 KB a2a7cb2155d3c88b5942d38f5013b800
rate-6.x-1.0-beta2.zip 27.46 KB d4a5ce6aa9732db766cdc617f3acda81
Last updated: December 24, 2010 - 23:43
Official release from tag: 6.x-1.0-beta2

Release notes

Changes since last release:

  • #844184 by mauritsl: Workaround core issue #591696 in AHAH forms.
    Workaround was described by larowlan in http://drupal.org/node/591696#comment-3411058
  • #859150 by mauritsl: Explain in the readme how to add widgets to the node template when they are not added automatically.
  • by mauritsl: Prevent widget from having 2 container div's after AJAX callback
  • #859150: Add checkbox to add the widget in the node teaser. Old behaviour was to always add the widget to the teaser.

rate 6.x-1.0-beta1

Download Size md5 hash
rate-6.x-1.0-beta1.tar.gz 20.9 KB 7ac28a5ca5c084f6c87313c4d79dfbd6
rate-6.x-1.0-beta1.zip 27.08 KB a546efa90706a78d97e86a8b4f45dd6d
Last updated: December 24, 2010 - 23:43
Official release from tag: 6.x-1.0-beta1

Release notes

First beta release for rate. This release includes a lot a refactoring. Note that the theming is NOT backwards compatible with the alpha 1 release.

Changes made:

  • Bugfix: Do not save options which are left empty in the admin interface
  • Rewrite the voting forms to links to make theming for IE possible.
  • Add support for various widget types (templates). Widget types are default configurations with their own theming. Widget types can be added by implementing hooks. The rate module includes 5 types:
    • Thumbs up
    • Thumbs up / down
    • Fivestar
    • Emotion
    • Was this helpful?
  • Make the position of the widget configurable.

rate 6.x-1.0-alpha1

Download Size md5 hash
rate-6.x-1.0-alpha1.tar.gz 12.36 KB 7f559adac9e5aa73a86e814a5064a2bf
rate-6.x-1.0-alpha1.zip 14.69 KB 2014a5a252aab634dbb282da613f47b6
Last updated: December 24, 2010 - 23:43
Official release from tag: 6.x-1.0-alpha1

Release notes

First release for rate. Latest commits:

by mauritsl: Add several docblocks in code
#844194 by mauritsl: Provide a readme file
#844180 by bertboerland: Add package = Voting in .info file
Initial commit of rate module. This module provides flexible voting widgets for nodes and comments.

rate 6.x-1.x-dev

Download Size md5 hash
rate-6.x-1.x-dev.tar.gz 40.4 KB 2123e4c9c2ddb09a55d3a219e5891ac0
rate-6.x-1.x-dev.zip 51.09 KB 4b504b3d44e44cab9b466af296d097e5
Last packaged version: 6.x-1.x-dev
Last updated: March 7, 2012 - 12:49
Development snapshot from branch: master

Release notes

Development branch for 6.x-1.x

Subscribe with RSS Syndicate content
nobody click here