CVS messages
CVS (Concurrent Versions System) is a code management system used by developers to collaborate and track modifications of code.
October 3, 2006
-
- Fixed bug where if ($node->voting) was always returning true when making decisions based on content type due to content type being a non-empty string. - Setting a content type to "always" display Voting should work as expected
September 25, 2006
-
Fixed voting location bug. May also fix some problems with voting controls not showing up in teasers.
July 11, 2006
-
Voting: /modules/voting/CHANGELOG.txt 1.6
Voting: /modules/voting/INSTALL.txt 1.5
Voting: /modules/voting/README.txt 1.3
Voting: /modules/voting/source/voting.fla 1.3
Voting: /modules/voting/update-voting.php 1.1
Voting: /modules/voting/voting.install 1.1
Voting: /modules/voting/voting.module 1.6
Voting: /modules/voting/voting.swf 1.3Updated to support Drupal 4.7. The voting module now relies on the voting API module. An upgrade script is included for migrating from the 4.6 version. The voting filter and drupalvoting TinyMCE plugin have been removed since the last version because as far as I know no one is using them.
September 9, 2005
-
- Added optional attribute for bgcolor (http://drupal.org/node/28228) - Rewrote voting_flash() function in attempt to solve vote saving problem (http://drupal.org/node/30274) - Added option for IP timeout for anonymous users. This controls if and how often users with the same IP address can vote for the same thing. Set it to 0 to disable. - Added option for controlling the location of the voting control on a node. The options are: display above the node, display below the node, or do not display. Select "Do not display" if you are calling the voting module function directly from your theme and/or module code. - Misc code reformatting/commenting
July 13, 2005
-
Quiz: /modules/quiz/multichoice.module 1.5
Voting: /modules/voting/CHANGELOG.txt 1.4
Voting: /modules/voting/drupalvoting/drupalvoting.css 1.1
Voting: /modules/voting/drupalvoting/drupalvoting.htm 1.1
Voting: /modules/voting/drupalvoting/editor_plugin.js 1.1
Voting: /modules/voting/drupalvoting/readme.txt 1.1
Voting: /modules/voting/INSTALL.txt 1.3
Voting: /modules/voting/README.txt 1.2
Voting: /modules/voting/voting.module 1.4Small update to documentation comments
July 5, 2005
-
Voting: /modules/voting/CHANGELOG.txt 1.3
Voting: /modules/voting/source/Stars-WhiteBG.psd NONE
Voting: /modules/voting/source/star_full.png NONE
Voting: /modules/voting/source/star_grayed.png NONE
Voting: /modules/voting/source/star_half.png NONE
Voting: /modules/voting/source/voting-rasterstars.swf NONE
Voting: /modules/voting/source/voting_rasterstars.fla NONE
Voting: /modules/voting/voting.module 1.3- Fixed table name bug - Changed link to use drupal_get_path() - Removed outdated source files
July 2, 2005
-
Voting: /modules/voting/CHANGELOG.txt 1.2
Voting: /modules/voting/INSTALL.txt 1.2
Voting: /modules/voting/README.txt 1.1
Voting: /modules/voting/source/voting-rasterstars.swf 1.1
Voting: /modules/voting/source/voting.fla 1.2
Voting: /modules/voting/source/voting_rasterstars.fla 1.1
Voting: /modules/voting/voting.module 1.2
Voting: /modules/voting/voting.swf 1.2- Converted Flash voting stars from image (raster) based to vector based. - Added Drupal administrative options for changing Flash colors and text strings. - Added a permission to 'show average without voting'. For example, anonymous users could be allowed to see what others have voted, but not vote themselves unless they login.
June 23, 2005
-
Voting: /modules/voting/CHANGELOG.txt 1.1
Voting: /modules/voting/INSTALL.txt 1.1
Voting: /modules/voting/source/Stars-WhiteBG.psd 1.1
Voting: /modules/voting/source/star_full.png 1.1
Voting: /modules/voting/source/star_grayed.png 1.1
Voting: /modules/voting/source/star_half.png 1.1
Voting: /modules/voting/source/voting.fla 1.1
Voting: /modules/voting/voting.module 1.1
Voting: /modules/voting/voting.mysql 1.1
Voting: /modules/voting/voting.swf 1.1Adding a new voting module. The voting module is a simple five star voting/rating system. It uses an embedded Flash movie so that the page does not need to reload when a user votes. Source files (.fla & .psd) are included. This system is completely separate from the Drupal moderation system. It works with nodes, comments, or any other type of content. Voting systems like these are often used for photo galleries, news articles, etc. Other features could be added (in this module or another) to take advantage of a user's ratings to provide personalized recommendations or a popular content block. Please add your ideas using the feature requests feature.
