Downloads
Download tar.gz
36.06 KB
MD5: 77e31ac3a8bd9188181de32ad3ed2d28
SHA-1: 5ea337d6eb12209c7f090327bbbe34d1ef6b81a6
SHA-256: 3abcb169aec6927fb2809eee8bc992fc9db1f674ae82a21c691c379aac984861
Download zip
43.61 KB
MD5: 08ae4b9a866fce68e47182703631246c
SHA-1: 083c18fb47b54abf43b928ee7eb9b19ff5689968
SHA-256: 146c2c44fc1b111aab485ff64c28b309a40066838fa9136f1f27b6867421701d
Release notes
Important note: There are a lot of changes on the theming of the rate widgets (including custom widgets). The most important change is that the rate buttons are now inside <ul> tags to comply with the WCAG guidelines. This affects all custom theming for rate widgets!
Changes since 6.x-1.1:
- Issue #1042216: Rewrite CSS
- Issue #1004000 by mmilo: Add Javascript eventBeforeRate and eventAfterRate hooks
- Issue #1042068 by attiks: Add just_rated variable to template
- by mauritsl: Changes for better fivestar widget:
- Add theme preprocess to better separation between theming and code.
- Add support for template specific javascript.
- Rewrite fivestar HTML output to a list to conform to the WCAG guidelines
- by mauritsl: Move PHP code from templates to preprocess functions in module file
- by mauritsl: Add rate-widget-templatename class to rate-widget div
- by mauritsl: Add rate-fivestar-N class to fivestar rate buttons
- by patrickkraaij: Update theming for default templates including fivestar interaction.
- Issue #1049496 by mauritsl: Add display options for better interaction.
- Issue #1059924 by mauritsl: Make content_type and content_id available in template.
- Issue #947516 by dreamdust: Add links as display option.
- Issue #1042756 by mauritsl: Make views integration compatible with comments
- by mauritsl: Add display mode setting (full, compact etc.) for full node views, teasers and comments.
- Issue #1086266 by dencho, mauritsl: Change menu path for voting results from node/%node/results to node/%node/rating to prevent overlap with the path from poll module.
- Issue #1003250 by pgrond, maruitsl: Check for valid input in rate_generate_widget().
- Issue #1049496 by mauritsl: Add visible feedback for thumbs up / down widget.
- by patrickkraaij: Updated widget templates:
- Move template files to subdirectories
- Replaced old images by sprites
- Fix widths in fivestar widget
- by mauritsl: Alter rate_get_results() to always select anonymous user vote directly after voting, even if anonymous window is set to 0.
- by mauritsl: Add documentation in default widget template.
- by mauritsl: Fix thumbs up / down widget for IE6 / IE7.