Posted by marvil07 on November 21, 2010 at 11:08am
| Download | Size | md5 hash |
|---|---|---|
| vote_up_down-6.x-2.2.tar.gz | 36.42 KB | 73116f3dff7b0e776407ecb40ca822d0 |
| vote_up_down-6.x-2.2.zip | 59.27 KB | a34c56986cb6a0e00f3b8d4f7e7cb89a |
Last updated: December 25, 2010 - 00:09
Release notes
Changes since DRUPAL-6--2-1:
- bug #890404 by Agileware, marvil07: Avoid array_merge_recursive() on hook_votingapi_results_alter() function.
New aggregation functions for votingapi cache table were assuming there
will be only one tag, that's now fixed.In the other side, we are now avoiding use array_merge_recursive() and
instead, add the values directly to the $cache array
fix aggregation functions for positives/negatives so they calculate all tags results instead of only one tag resultThis patch also move the logic again to the
hook_votingapi_results_alter() function. - #815984 follow-up by marvil07, droplet: Make widgets readable by screen readers for all missing widgets.
- #880014 follow-up: use the right votinapi tag name on vud_comment hook_link