votingapi 7.x-2.6
| Download | Size | md5 hash |
|---|---|---|
| votingapi-7.x-2.6.tar.gz | 31.12 KB | 2af6027dca1b9952a97c497b9e6cea19 |
| votingapi-7.x-2.6.zip | 39.34 KB | 36d23f547e62e5ebf569edbe76c52ff5 |
Release notes
Actual fix for #997092: Anonymous vote rollover not working, fixing the second bug introduced by a bad commit.
Fix for #1110134: Views handler is broken (Views 7.x-3.x-dev)
votingapi 7.x-2.5
| Download | Size | md5 hash |
|---|---|---|
| votingapi-7.x-2.5.tar.gz | 31.07 KB | 384f9c0f670c01f144a072790ed18407 |
| votingapi-7.x-2.5.zip | 39.29 KB | 66ad5e84420b77b6054348994fa6610c |
Release notes
Oh, look! A release of VotingAPI!
Changes in this version include:
#803812: Make the vote storage pluggable, fix the test, generate more, foo and bar
#997092: Anonymous vote rollover not working
#1227002: patch to remove variables on uninstall
#1069942: Cron bug with VotingAPI
#1408714: "Comment: Vote results" missing
votingapi 7.x-2.4
| Download | Size | md5 hash |
|---|---|---|
| votingapi-7.x-2.4.tar.gz | 33.9 KB | e7f7b774ef1f35cbd6a1c87fbec49288 |
| votingapi-7.x-2.4.zip | 45.86 KB | 8f79cceb365361939bc5aea97a090bc6 |
Release notes
A handful of minor bug fixes including a missed D6 hook migration, update hook issues, and problems clearing old votes. Hooray for official Drupal 7 releases!
votingapi 7.x-2.4-beta1
| Download | Size | md5 hash |
|---|---|---|
| votingapi-7.x-2.4-beta1.tar.gz | 35.5 KB | 352fdf184bbc2e8bfd191daf01708e08 |
| votingapi-7.x-2.4-beta1.zip | 46.81 KB | 27a9443ed6eae45ae16ad6d7caa43c80 |
Release notes
First beta for D7. Includes a number of fixes that will be backported to the D6 version shortly.
votingapi 6.x-2.3
| Download | Size | md5 hash |
|---|---|---|
| votingapi-6.x-2.3.tar.gz | 35.89 KB | d448a23d95204b05a927067d0aa4a704 |
| votingapi-6.x-2.3.zip | 47.64 KB | c098ef05860b2a84ce99886670df73a2 |
Release notes
#527970 - Fixing issues with the 'Other' option when creating relationship filters. Thanks to te-brian for spotting it and whipping up a patch.
#541236 - Add support for user ratings to the default set of relationships. Patch by Likeless.
votingapi 6.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| votingapi-6.x-2.2.tar.gz | 35.73 KB | 91156008fc647be57a85dcbf7beaba4d |
| votingapi-6.x-2.2.zip | 47.48 KB | e735f27e2da5f9797bdde5ce482395a8 |
Release notes
#480036: cannot get vote values through nodereference relationship by j_ten_man - allow votingapi relationships to be chained off of other relationships (like node references)
#496454: warning: unknown column vote_source in table votingapi_cache when used as criteria in votingapi_select_results PHPDoc incorrectly listed 'uid' and 'vote_source' as valid filtering criteria on cached aggregate results.
Added an 'Other' option for Relationships filters, to allow nonstandard tags, filters, and so on to be used in VotingAPI relationships with minimal hassle.
votingapi 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| votingapi-7.x-2.x-dev.tar.gz | 31.12 KB | 5268b262324acc0346b706d4c822c577 |
| votingapi-7.x-2.x-dev.zip | 39.34 KB | 37d57c25eff312c9a23d36819148e0d3 |
Release notes
Bleeding edge dev snapshot of the DRUPAL-7 version of VotingAPI.
For testing purposes, the D7 port of Plus1 is being used. See #506936: Plus 1 for D7
votingapi 6.x-2.1
| Download | Size | md5 hash |
|---|---|---|
| votingapi-6.x-2.1.tar.gz | 33.71 KB | 3c7f08574c061d6d70b4b70b5caef90f |
| votingapi-6.x-2.1.zip | 43.79 KB | b55ec8b65e39f65fd3180ebb235af0f3 |
Release notes
A minor point release to address a typo in version 6.0's update function: users with prefixed tables experienced an error when removing two older indexes. 2.1's only change is the elimination of that typo; users who have not yet upgraded should move to this version. Users who have upgraded can move to 2.1, but will see no changes.
votingapi 6.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| votingapi-6.x-2.0.tar.gz | 33.6 KB | 1c34ae6619f30e633a94ce551637dd76 |
| votingapi-6.x-2.0.zip | 43.7 KB | 00202c39a67c0490cb8a40dc800e3516 |
Release notes
Official release of VotingAPI 2.0, with a number of bug fixes, documentation tweaks, and updates to internal hooks that allow other modules to provide metadata.
#335668: Add system for registering voting tags (axes)
#332317: PHP Notice: desc in votingapi.test's getInfo() should be description
#322720: doxygen fix and enhancement - votingapi_select_votes()
#327903: Add "Individual voter" relationship
#396820: Anonymous vote rollover set to "Never" doesn't work
#497472: Relationship with Comments in Views
#341419: Less decimals
Important note for developers: If you were using hook_votingapi_content_types(), it's been renamed to hook_votingapi_relationships(). In addition, if you're using custom calculation functions or custom tags and need to build views relationships on those values, your module will need to use hook_votingapi_metadata_alter() to document its aggregation functions and tags. See the new votingapi.api.php file for details.
votingapi 6.x-2.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| votingapi-6.x-2.0-rc2.tar.gz | 27.88 KB | 9accc650217f2472ef9956d1b6cfa0f5 |
| votingapi-6.x-2.0-rc2.zip | 33.03 KB | dfee3c1f11afa848a87bc9ae1f94c003 |
Release notes
Includes fixes for a number of minor bugs, improvements to the hook modules can use to expose new Views relationships, and tweaks to the existing Views integration that makes it easier to build argument-driven views of votes.
votingapi 6.x-2.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| votingapi-6.x-2.0-rc1.tar.gz | 26.86 KB | 4a8e8132be7969532782523622bbb0d0 |
| votingapi-6.x-2.0-rc1.zip | 31.8 KB | c8ddb83943207d76b8145db6a88a6dfd |
Release notes
Updated for compatibility with Views RC2, added the ability to filter Views relationships to votes cast by the current user, and added three default views to demonstrate the Views integration.
Also added basic Simpletests, fixing a bug that manifested when modules cast votes with minimal information (nothing but a content id and a value, for example).
Finally, added the ability to auto-generate dummy votes for testing purposes. This feature is only visible if Devel Generate module is installed and activated.
votingapi 6.x-2.0-beta7
| Download | Size | md5 hash |
|---|---|---|
| votingapi-6.x-2.0-beta7.tar.gz | 24.26 KB | 419181089fdfd8b10b6a1aebea362bdf |
| votingapi-6.x-2.0-beta7.zip | 28.14 KB | 5fff63a2ad11431afb712b79ce96af13 |
Release notes
This release is compatible with Views RC2, and fixes a number of minor bugs with modules that only specified content_id and vote_value when casting votes. Basic SimpleTest support is now part of VotingAPI as well.
votingapi 6.x-2.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| votingapi-6.x-2.0-beta6.tar.gz | 22.23 KB | da1dc5869b11d61fce96291575bd56a1 |
| votingapi-6.x-2.0-beta6.zip | 25.19 KB | 327603437fbe9e3f86135e9072a20624 |
Release notes
Once again, Views integration has been reworked. VotingAPI now uses 'relationships' to define its joins, eliminating a lot of redundant code and (more important) making it possible to display voting data on any base table (users, comments nodes, etc...)
votingapi 6.x-2.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| votingapi-6.x-2.0-beta5.tar.gz | 20.84 KB | 97547ed43aa346cfea656c696de9ddef |
| votingapi-6.x-2.0-beta5.zip | 23.65 KB | 4b064a6440157782e045430f6c6b81c8 |
Release notes
A quick fix to the aggregate result SELECT/DELETE code -- Filtering by function wasn't working.
votingapi 6.x-2.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| votingapi-6.x-2.0-beta4.tar.gz | 20.83 KB | 8c3ee0d8603caa5df19f7cba11264e99 |
| votingapi-6.x-2.0-beta4.zip | 23.67 KB | eb7bad867a0c9a92e910512b0757c3b9 |
Release notes
Improved views support, with proper sorting and clean handling of multiple value fields being added to a single view. It's now possible to add an 'Average vote' AND a 'Number of voters' column to the same view without horribly breaking everything.
Modules that implemented hook_votingapi_results_alter() are no longer handed a full stack of all vote objects, and must run their own SQL queries to generate their results. This performance optimization dramatically reduces the amount of memory required when a content object receives many votes.
votingapi 5.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| votingapi-5.x-1.6.tar.gz | 13.87 KB | b65d6b7e2b789bc04790dfd9a0ee2129 |
| votingapi-5.x-1.6.zip | 15.32 KB | e5dc7b4e38f1f2e19a717baea4ed3e47 |
Release notes
Fixes recurring issues with votingapi_views.inc not being properly included.
votingapi 6.x-2.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| votingapi-6.x-2.0-beta3.tar.gz | 17.8 KB | 2e32303be5a5cd005e38f63f7c9fb900 |
| votingapi-6.x-2.0-beta3.zip | 20.26 KB | e26da0c3347f126d5e11639417f83d0d |
Release notes
Beta 3 release of VotingAPI for Drupal 6. This version offers preliminary Views2 integration for votes cast on nodes. The technique used in VotingAPI 2 should prove much more reliable than version 1.x's dodgy Views handling.
votingapi 6.x-2.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| votingapi-6.x-2.0-beta1.tar.gz | 19.18 KB | b05fe64cd970979cc27538815f60abb8 |
| votingapi-6.x-2.0-beta1.zip | 21.9 KB | dc23a86203bfce3db6acba65a94f4901 |
Release notes
Beta 1 release of VotingAPI for Drupal 6.
votingapi 6.x-2.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| votingapi-6.x-2.0-beta2.tar.gz | 17.51 KB | cbd72278ad1be857e4169676c22dd9e5 |
| votingapi-6.x-2.0-beta2.zip | 20.07 KB | f813bf9d5a4ee05f02c59f8e74517b05 |
Release notes
Fixes a number of bugs in the existing dev release of VotingAPI for Drupal 6. This beta release does NOT feature integration with the Views module yet, but includes a number of recently submitted patches that should make it usable for all third-party modules that rely on the API.
votingapi 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| votingapi-6.x-2.x-dev.tar.gz | 29.94 KB | 722e1b27dea29147a47384f15e839c53 |
| votingapi-6.x-2.x-dev.zip | 37.5 KB | d4e3a1fa2281aaa7d37bba040595b3a9 |
Release notes
Dev snapshot of VotingAPI 2.0 for Drupal 6. Same core functionality with some nice improvements, including better support for anonymous voting and cleaner bulk-selection operations.