This is my first significant contribution to any open source project. I have wanted to contribute to Drupal for a long time, in gratitude for all the awesomeness others have put into it already. By necessity, I began working on fixing and extending the vote generation code, but then I continued working on it until it was basically feature-complete for all of VotingAPI's capabilities (as of 7.x-2.11).
CAVEATS:
Other than the caveats described above, the new vote generation features work very well. I included fairly robust validation, error handling, and user feedback. I tested with the Fivestar module and the Rate module, under many different widget configurations. The results are very realistic, based on statistical models that produce Gaussian distributed user biases, and voting averages that converge on specific random target values (instead of always 50%).
I have tried to follow the Drupal coding standards, but I hope you'll forgive me if I haven't conformed entirely to the "Drupal way". I haven't written any documentation for it, but the code is very well commented, and the admin UI has fairly clear descriptions for all inputs, so hopefully it's all self-explanatory.
Attached are drop-in replacements for votingapi.drush.inc
and votingapi.admin.inc
, modified from the latest stable release, VotingAPI 7.x-2.11. (These two files are unchanged in the current dev snapshot.) No database changes are required, although you might have to clear the admin menu cache to see the new vote generation UI. As with any update, backup first. Then just copy these two files into your sites/___/modules/votingapi
folder, overwriting the originals. The admin UI can be found at SITE/admin/config/development/generate/votingapi
I would avoid installing these files on a production site until it's tested a lot more.
Needs work
4.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.