Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
42.67 KB
MD5: a32ff6f2f54b5d11ae3e4eda119653c5
SHA-1: b796f4ded8b6afab13a0847b9f5e6a2d67cfba30
SHA-256: 1432c8d8d65e99b05226b8896f443497989f271ddcf2b4d3f01d6e78548642ad
Download zip
66.74 KB
MD5: 2336cb3e0d616be559dcbce483afb7a1
SHA-1: cc7908ce0b51ee7de2ee1695d85af8d81f78ee04
SHA-256: b0952a5225fe92185f72a2361f564cdffa024a02d7888c09a16e7f4aa9a2a26a
Release notes
Initial release for D7:
7.x-1.x branch was created after 6.x-3.0-alpha1, so I'm ommiting here what was already mentioned on other releases. See them for more information: 6.x-3.0-beta1, 6.x-3.0, 6.x-3.1 and 6.x-3.2
Please notice that currently there is no full upgrade path from D6, so, please help me at #1363928: Upgrade paths from vud_{node,comment,term} to vud_field
Also, you probably want to take a look to the roadmap #1360572: Roadmap for D7 of Vote up/down
- A little less harcode on template file discovery.
- #1525778 by Itangalo, marvil07: Fixed vud_votes_proxy() not using the right variables.
- #1512404: Fixed $reset_access variable called without being set on vud_widget_proxy().
- #1484716: Fixed Any voting user see the reset link whether they have permission or not.
- #1365382 by vlkff | Fidelix: Preload vud_field based on field settings.
- #1402758: Remove user votes page in favour of views
- Use field instance instead of item information to render the right widget.
- #1201498: Fixed AJAX is not working.
- Change implementation of hook_field_widget_form().
- minor logic fix
- Remove hook_field_load() implementation.
- Let use defaults on hook_field_*_info() to have simpler arrays.
- Actually implement hook_field_widget_info() and hook_field_widget_form() from vud_field module and not using vud namespace.
- Make votingapi tag also a vud_field value.
- Add vud-field sub-module.
- Overhaul vud_widget_proxy() to have better code readability.
- Minor comment move.
- We no longer need to clear for anonymous users.
- Fix comment handler to show handles on readonly.
- Allow anonymous user to see voting handlers.
- Un-hardcode path to widget.tpl
- Remove debug.
- Use new $plugin decleration system.
- Fix vud_comment views.
- Minor comments fix.
- MAke hardcode a biut more loose.
- Add vud to comments.
- More work to fix template and plugins.
- Several API changes for 7.x compatibility.
- minor: Starting 7.x compatibility.