votingapi 7.x-3.x-dev
| Download | Size | md5 hash |
|---|---|---|
| votingapi-7.x-3.x-dev.tar.gz | 29.84 KB | 1bdc96ffd9b74cd1130c269d89dbffa9 |
| votingapi-7.x-3.x-dev.zip | 36.86 KB | af5db211b432eb179c98d43c23212b60 |
Release notes
Dev-branch for the upcoming release. Changes include:
- Switch to an OOP-style API.
Roadmap:
- Unit-testable code (dependency injection)
- More flexible checks for "has this user already voted?".
- Incrementally calculate results. This would allow us to truncate the vote table - or to don't store individual votes at all (scalability at the cost of being unable to change votes).
- API to save vote configurations including: which results to calculate, how often users are allowed to vote, whether to store individual votes or just results, …
votingapi 7.x-2.11
| Download | Size | md5 hash |
|---|---|---|
| votingapi-7.x-2.11.tar.gz | 31 KB | bbc90109102e156bfea046d15bc59122 |
| votingapi-7.x-2.11.zip | 38.56 KB | bea8300621e2f2027c6f3d92c5796af5 |
Release notes
Features
* #1823924: Automatic relationships for all entity types
* #860886: Multiple votes by one user on one node
Fixes
* #1018474: Updating to 7.x fails with a Specified key was too long fatal error in update #7201
* [#1428368]
* #1871182: Wrong UID used for sanity checking when adding votes
* #1251404: 500 error when trying to Generate Votes with other modules, such as Five star and Rate?
* #1911698: Remove useless files[] directive from .info files
* #1885340: Patch for problems found in coder review #2
votingapi 7.x-2.10
| Download | Size | md5 hash |
|---|---|---|
| votingapi-7.x-2.10.tar.gz | 30.86 KB | fc832cc2661fc2cdccd2929a7bcfc2b8 |
| votingapi-7.x-2.10.zip | 38.33 KB | 01013247d8950eacc9e73e797b3c8e17 |
Release notes
Fixes #1815656: Fatal Error When Deleting Comment with Votes.
votingapi 7.x-2.9
| Download | Size | md5 hash |
|---|---|---|
| votingapi-7.x-2.9.tar.gz | 30.85 KB | 59ec628378ad6f893f405c697954a359 |
| votingapi-7.x-2.9.zip | 38.31 KB | b429da1daad364a281e3911977f8f1a5 |
Release notes
votingapi 7.x-2.8
| Download | Size | md5 hash |
|---|---|---|
| votingapi-7.x-2.8.tar.gz | 30.84 KB | e359d448f856e3241d6f0004b6fe6284 |
| votingapi-7.x-2.8.zip | 38.31 KB | a20e147bac40319263206c879a9422bf |
Release notes
Hotfix release - fixes:
- Fix for #1807828: Notice: Undefined variable: ids - fix misspelled variable name
- Fix for #1808146: Database upgrade fails when comments module is disabled - check if tables exist before running the query
votingapi 7.x-2.7
| Download | Size | md5 hash |
|---|---|---|
| votingapi-7.x-2.7.tar.gz | 31.73 KB | 603845b42d53e7e98bdeaab933dc0690 |
| votingapi-7.x-2.7.zip | 40.11 KB | 12eaf8b088f050c134efa7f6e9e4caa5 |
Release notes
Fixes for the bugs:
#1359416: Schema issue for D7
#115322: Delete votes for deleted nodes
#1603834: Add config link in info file
#1399800: Need to Import 9k Votes - Votingapi_cache not being rebuilt
#1110134: Views handler is broken (Views 7.x-3.x-dev)
Let's get this project going again!
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 | 30.4 KB | 8b6da2068d1cc0f194cb73e160e942d6 |
| votingapi-7.x-2.x-dev.zip | 37.57 KB | 9ce61d17ef55dc069830f49c70e7f338 |
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.