| 1 |
|
9 Sept 2005: |
| 2 |
|
------------ |
| 3 |
|
- Added optional attribute for bgcolor (http://drupal.org/node/28228) |
| 4 |
|
- Rewrote voting_flash() function in attempt to solve vote saving problem |
| 5 |
|
(http://drupal.org/node/30274) |
| 6 |
|
- Added option for IP timeout for anonymous users. This controls if and how |
| 7 |
|
often users with the same IP address can vote for the same thing. Set it |
| 8 |
|
to 0 to disable. |
| 9 |
|
- Added option for controlling the location of the voting control on a node. |
| 10 |
|
The options are: display above the node, display below the node, or do not display. |
| 11 |
|
Select "Do not display" if you are calling the voting module function |
| 12 |
|
directly from your theme and/or module code. |
| 13 |
|
- Misc code reformatting/commenting |
| 14 |
|
|
| 15 |
|
|
| 16 |
13 July 2005: |
13 July 2005: |
| 17 |
------------- |
------------- |
| 18 |
- Added a voting filter so that voting controls can be added inline to a post. |
- Added a voting filter so that voting controls can be added inline to a post. |