-
Simple Vote: February 25, 2011 2:06
Commit f28fd42 on 4.7.x-1.x, master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Updated to support VotingAPI's new discrete hooks. Gone are the days of the monolithic hook_votingapi(). Rah, rah.
-
Fix to match schema changes in votingapi's actions support.
-
Added support for VotingAPI's new actions infrastructure. By default, will promote nodes to the front page if they're rated at leasy 75% after 5 or mor votes have been cast.
-
One more little tweak. VotingAPI auto-capitalizes tags/criteria if no other module formats them.
-
Fixed css under the latest Drupal CVS versions. Also, handle the new VotingAPI 'format' $op, to nicely format voting data and results for inclusion in tables, etc.
-
Whoops. Got some args out of order.
-
Added ability to vote on anything, though for non-node content, it must be done by themes, etc.
-
#44615 - wasn't working with clean URLs turned off. Thanks, peterjohnhartman!
-
#44566 - Simplified the CSS and changed widget theme function to block anonymous users. Still very simple, but won't spam your referrer logs as Google tries to vote on your content.