Downloads

Download vote_up_down-6.x-2.0-beta2.tar.gztar.gz 27.07 KB
MD5: 9a0157f8d274d1c396a6d1b6477dd6b4
SHA-1: 5e0be3940aeb1b2747c8c4cf8b8db512f53eadae
SHA-256: 183c074cfbad93fefdfb97f3b9838d1f4582be6c213a8914d461ba8e773bb4ba
Download vote_up_down-6.x-2.0-beta2.zipzip 47.91 KB
MD5: 72d2762b14647ce184b8fafbd5a82962
SHA-1: 60a7319bab64224c43543e8aab3d99e9b00525b0
SHA-256: 5e65fc63c535c2a115410bb41d247cc978232db75ae56cb53ac4d670917c1495

Release notes

Changes since DRUPAL-6--2-0-BETA1:

  • minor: Avoid undefined variable on hook_nodeapi.
  • feature #758872 by brad bulger | marvil07: Added add 'raw_points()' preprocess template variable to display null vs 0 votes.
  • feature #582624 by dixon_, marvil07: Expose widget to CCK fields reordering
  • Reset link shows up for users without right permissions.
  • bug #210905 by Mikhail Khazov, matt@antinomia, marvil07: Fixed Only show 'Reset vote' link if user has voted on node/comment.
  • task #818500: widget documentation to asciidoc
  • task #821048 by marvil07: Make widgets easy to theme.

    - update vud_widget arguments on hook_theme().
    - we do not have standard theme overwrite so, generalizing a pseudo
    theming function for widgets and votes: vud_pseudo_theming(), to reuse
    it on both proxy functions. We do that in this way:
    - let modules modify variables passed to the template
    - and then provide template suggestions by hand. so, stop providing
    function suggestions at theme calls, now we are using a mimic of
    template suggestions. we are not using direct theme templates because
    is not possible to decide dinamically the path where the template is
    located(in contrast with function names and template names).
    - for this change create and implement hook_template_suggestions() on vud_* modules
    - no more need to use implement hook_theme() on vud_* modules.
    - fix: define vud_votes theme hook once at vud.theme.inc
    - remove vud_theme_functions() an update theme calls accordingly
    - document all this changes!

  • feature #660258 by marvil07, franz, dixon_: Expose widgets as views fields.

    This add support for the three vud_* submodules in the following way:

    - vud_node: let you add a vud_node widget on a node view showing one
    widget per row.
    - vud_comment: let you add a vud_comment widget on a comment view showing
    one widget per row.
    - vud_term: let you add vud_term widgets on a node view showing one
    vud_term table per row. this is because vud_term vote tag
    depend on one nid.

Created by: marvil07
Created on: 29 Jun 2010 at 05:51 UTC
Last updated: 1 Aug 2018 at 22:49 UTC
New features
Bug fixes
Insecure

Other releases