CVS messages for Voting API
June 25, 2008
-
Tweaking the API.txt documentation to explain the changes in the views integration.
-
Inadvertently changed the name of the view field formatting hook from VotingAPI 1-2. Corrected.
-
Voting API: /modules/votingapi/API.txt 1.6.4.3 @ DRUPAL-6--2
Voting API: /modules/votingapi/CHANGELOG.txt 1.4.4.3 @ DRUPAL-6--2
Voting API: /modules/votingapi/README.txt 1.4.6.1 @ DRUPAL-6--2
Voting API: /modules/votingapi/votingapi.views.inc 1.1.2.7 @ DRUPAL-6--2Guess what! Views support is rewritten again. Now VotingAPI uses Views2 relationships to atach its data, making sorts and filters more reliable. As an added bonus, votes on users and comments and other base table data items can be displayed in views as well. See the API.txt for details.
June 10, 2008
-
Cleaning up PHPDoc to clearly differentiate between votingapi_set_votes and votingapi_add_votes.
June 6, 2008
-
Fix for #260232 by telega.
-
Fix for #260320 by telaga
-
Voting API: /modules/votingapi/API.txt 1.6.4.2 @ DRUPAL-6--2
Voting API: /modules/votingapi/CHANGELOG.txt 1.4.4.2 @ DRUPAL-6--2Documentation tweaks.
June 5, 2008
-
Cleaning up the join code for sorting and displaying values. Now it's possible to include an arbitrary number of values (i.e., total number of votes, average vote, median, etc...) in a single view. Views 2 FTW. It's Earl's world, we just live in it.
-
Choked trying to account for the base table. We can't really support other base tables yet anyhow, so it's best not to try to until we get the details ironed out.
-
Voting API: /modules/votingapi/votingapi.module 1.46.2.6 @ DRUPAL-6--2
Voting API: /modules/votingapi/votingapi.views.inc 1.1.2.4 @ DRUPAL-6--2Fixed a serious bug that kept VotingAPI from deleting old cache results, and added sorting by vote and result values to the Views integration. "List of nodes sorted by average rating" is finally possible again.
