Project page on drupal.org: http://drupal.org/project/vote_up_down
Student: Pratul Kalia (lut4rp) on d.o, (lut4rp@drupal.org on g.d.o)
Mentor: Simon Roberts (lyricnz)
Local mentor(s):
Original discussion - http://groups.drupal.org/node/20677
CVS repo on Drupal.org - http://drupal.org/node/442658
Status
- The code now contains a core module, and 3 add-on modules for nodes, comments and taxonomy terms.
- Full support for changeable widgets.
- You can now deprecate UpDown in favor of Vote Up/Down, and all your UpDown data will be migrated to Vote Up/Down automatically.
- Rules API and Views API support is in the pipeline.
Comments
(preferably, please post to the issue queue here - http://drupal.org/project/issues/vote_up_down)
(mark all issues for version 6.x-2.x)
KarenS: I see in the latest updates that you are removing the ability for anonymous users to vote. PLEASE PLEASE PLEASE don't remove this feature. It is required by some of our projects and is an important part of the module. It would be very sad to optimize code, merge modules together, add new features, and end up with something that can't be used by sites that are using the current module because they require anonymous voting.
@KarenS (this is @dmitrig01) 1. this is not the right place to post it (issue queue) 2. the capability isn't being removed just a bunch of unnecesarry code is removed - voting api now supports anon voting without any extra code.