| /[drupal]/contributions/modules/advpoll/advpoll.install |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#361593 - Fix issue with votes going over 100% due to incorrect count.
#364450 by rastatt: Fix two string errors brought up during translation.
#308768 by pearcec: Fix index creation for pgsql.
Initial port to Drupal 6, with minimal functionality and plenty of bugs. Woot.
#272476 by maho: Don't need to drop indices in pgsql for update_8().
#272462 by maho: Fix SQL quotes in advpoll_update_7() for pgsql.
Fix typo in install SQL statement introduced by #190607
#190607 by me: Refactor the advpoll_choices db table. Rename vote_offset to weight, change it to not null & remove its extra key, and add an auto_increment id to each choice.
#195512: Missing conversion code for Drupal 4.7 -> 5 upgrade.
#195113: Properly remove (content type) variables on unistall.
#163340: Optional question field.
Followup to #173135: Convert SQL strings in the code cleanup update to be pgsql-friendly.
#173135 by me and Anders: Ye shalt have clean code and update thy database.
#100496 by J.D., me, and Anders: Support write-in choices.
#100098 by me and Chris: Refactor date handling.
Code style fixes
#164887 by me and Chris: Replace global settings page with much more powerfull per-content-type settings.
#142975 by me: give quorum a default value of 0.
#129945 by JamieR: Fix PostgreSQL support in the 4.7 branch.
*** empty log message ***
#110295 by me: change SQL double quotes into single quotes for postgresql compatibility
#112980 by me. Remove ENGINE=MyISAM from the .install file.
String concatenation coding style.
*Really* fix content type deletion on uninstall.
Fix removal of content types on uninstall; rename type defaults to ucfirst($mode) . ' poll'
Remove content types and cache data on uninstall.
Merge DRUPAL-5 branch with HEAD
#93788 - preliminary (untested) postgresql support, patch by jaydub with slight modifications
Convert tabs to spaces
Drupal 5.0 compability! A few UI bugs remain though.
Various minor fixes
Better db definition for advpoll_choices: rename chtext to label and chorder to vote_offset
Add a db field for startdate - no functionality yet
Advanced Poll - a sophisticated polling module for voting, elections, and group decision-making.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |