/[drupal]/contributions/modules/advpoll/advpoll.install
ViewVC logotype

Log of /contributions/modules/advpoll/advpoll.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.5.2.20.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 21 18:32:00 2009 UTC (8 months ago) by chriskennedy
Branch: DRUPAL-6--1
Changes since 1.5.2.20.2.2: +8 -1 lines
Diff to previous 1.5.2.20.2.2 , to branch point 1.5.2.20 , to next main 1.5.2.23
#361593 - Fix issue with votes going over 100% due to incorrect count.

Revision 1.5.2.20.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 27 05:12:20 2009 UTC (9 months, 4 weeks ago) by chriskennedy
Branch: DRUPAL-6--1
Changes since 1.5.2.20.2.1: +2 -2 lines
Diff to previous 1.5.2.20.2.1 , to branch point 1.5.2.20
#364450 by rastatt: Fix two string errors brought up during translation.

Revision 1.5.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 05:47:57 2008 UTC (11 months, 2 weeks ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.5.2.22: +2 -2 lines
Diff to previous 1.5.2.22 , to branch point 1.5 , to next main 1.7
#308768 by pearcec: Fix index creation for pgsql.

Revision 1.5.2.20.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 03:17:14 2008 UTC (11 months, 2 weeks ago) by chriskennedy
Branch: DRUPAL-6--1
Changes since 1.5.2.20: +162 -80 lines
Diff to previous 1.5.2.20
Initial port to Drupal 6, with minimal functionality and plenty of bugs. Woot.

Revision 1.5.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 20 23:21:42 2008 UTC (16 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.5.2.21: +1 -3 lines
Diff to previous 1.5.2.21 , to branch point 1.5
#272476 by maho: Don't need to drop indices in pgsql for update_8().

Revision 1.5.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 20 23:17:10 2008 UTC (16 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.5.2.20: +3 -3 lines
Diff to previous 1.5.2.20 , to branch point 1.5
#272462 by maho: Fix SQL quotes in advpoll_update_7() for pgsql.

Revision 1.5.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 3 20:41:24 2007 UTC (23 months, 3 weeks ago) by fajerstarter
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-beta6
Branch point for: DRUPAL-6--1
Changes since 1.5.2.19: +2 -2 lines
Diff to previous 1.5.2.19 , to branch point 1.5
Fix typo in install SQL statement introduced by #190607

Revision 1.5.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 2 18:53:44 2007 UTC (23 months, 3 weeks ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.5.2.18: +43 -7 lines
Diff to previous 1.5.2.18 , to branch point 1.5
#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.

Revision 1.5.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 2 16:57:24 2007 UTC (23 months, 3 weeks ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.5.2.17: +13 -1 lines
Diff to previous 1.5.2.17 , to branch point 1.5
#195512: Missing conversion code for Drupal 4.7 -> 5 upgrade.

Revision 1.5.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 30 14:13:18 2007 UTC (23 months, 3 weeks ago) by fajerstarter
Branch: DRUPAL-5
Changes since 1.5.2.16: +6 -6 lines
Diff to previous 1.5.2.16 , to branch point 1.5
#195113: Properly remove (content type) variables on unistall.

Revision 1.5.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 4 07:02:52 2007 UTC (2 years, 1 month ago) by fajerstarter
Branch: DRUPAL-5
Changes since 1.5.2.15: +20 -1 lines
Diff to previous 1.5.2.15 , to branch point 1.5
#163340: Optional question field.

Revision 1.5.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 8 21:42:17 2007 UTC (2 years, 2 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.5.2.14: +4 -4 lines
Diff to previous 1.5.2.14 , to branch point 1.5
Followup to #173135: Convert SQL strings in the code cleanup update to be pgsql-friendly.

Revision 1.5.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 8 20:50:23 2007 UTC (2 years, 2 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.5.2.13: +68 -26 lines
Diff to previous 1.5.2.13 , to branch point 1.5
#173135 by me and Anders: Ye shalt have clean code and update thy database.

Revision 1.5.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 4 15:36:47 2007 UTC (2 years, 2 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.5.2.12: +28 -1 lines
Diff to previous 1.5.2.12 , to branch point 1.5
#100496 by J.D., me, and Anders: Support write-in choices.

Revision 1.5.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 1 22:11:45 2007 UTC (2 years, 2 months ago) by fajerstarter
Branch: DRUPAL-5
Changes since 1.5.2.11: +40 -5 lines
Diff to previous 1.5.2.11 , to branch point 1.5
#100098 by me and Chris: Refactor date handling.

Revision 1.5.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 12 03:19:21 2007 UTC (2 years, 3 months ago) by fajerstarter
Branch: DRUPAL-5
Changes since 1.5.2.10: +43 -43 lines
Diff to previous 1.5.2.10 , to branch point 1.5
Code style fixes

Revision 1.5.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 11 20:16:56 2007 UTC (2 years, 3 months ago) by fajerstarter
Branch: DRUPAL-5
Changes since 1.5.2.9: +23 -1 lines
Diff to previous 1.5.2.9 , to branch point 1.5
#164887 by me and Chris: Replace global settings page with much more powerfull per-content-type settings.

Revision 1.5.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 23:38:02 2007 UTC (2 years, 6 months ago) by chriskennedy
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-beta3, DRUPAL-5--1-0-beta4, DRUPAL-5--1-0-beta5
Changes since 1.5.2.8: +20 -2 lines
Diff to previous 1.5.2.8 , to branch point 1.5
#142975 by me: give quorum a default value of 0.

Revision 1.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 22 01:25:48 2007 UTC (2 years, 8 months ago) by chriskennedy
Branch: DRUPAL-4-7
Changes since 1.4: +47 -14 lines
Diff to previous 1.4 , to next main 1.7
#129945 by JamieR: Fix PostgreSQL support in the 4.7 branch.

Revision 1.5.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 03:27:33 2007 UTC (2 years, 8 months ago) by chriskennedy
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-beta2
Changes since 1.5.2.7: +2 -2 lines
Diff to previous 1.5.2.7 , to branch point 1.5
*** empty log message ***

Revision 1.5.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 03:07:09 2007 UTC (2 years, 8 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.5.2.6: +3 -3 lines
Diff to previous 1.5.2.6 , to branch point 1.5
#110295 by me: change SQL double quotes into single quotes for postgresql compatibility

Revision 1.5.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 02:58:44 2007 UTC (2 years, 9 months ago) by chriskennedy
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-beta1
Changes since 1.5.2.5: +4 -4 lines
Diff to previous 1.5.2.5 , to branch point 1.5
#112980 by me. Remove ENGINE=MyISAM from the .install file.

Revision 1.5.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 31 18:50:08 2006 UTC (2 years, 10 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.5.2.4: +2 -2 lines
Diff to previous 1.5.2.4 , to branch point 1.5
String concatenation coding style.

Revision 1.5.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 31 17:57:37 2006 UTC (2 years, 10 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.5.2.3: +3 -2 lines
Diff to previous 1.5.2.3 , to branch point 1.5
*Really* fix content type deletion on uninstall.

Revision 1.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 31 17:48:53 2006 UTC (2 years, 10 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.5.2.2: +2 -2 lines
Diff to previous 1.5.2.2 , to branch point 1.5
Fix removal of content types on uninstall; rename type defaults to ucfirst($mode) . ' poll'

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 31 17:39:37 2006 UTC (2 years, 10 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.5.2.1: +18 -1 lines
Diff to previous 1.5.2.1 , to branch point 1.5
Remove content types and cache data on uninstall.

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 29 06:02:48 2006 UTC (2 years, 11 months ago) by chriskennedy
Branch: DRUPAL-5
Changes since 1.5: +47 -18 lines
Diff to previous 1.5
Merge DRUPAL-5 branch with HEAD

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 28 06:36:17 2006 UTC (2 years, 11 months ago) by chriskennedy
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +30 -1 lines
Diff to previous 1.6
#93788 - preliminary (untested) postgresql support, patch by jaydub with slight modifications

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 9 18:16:39 2006 UTC (3 years ago) by chriskennedy
Branch: MAIN
Changes since 1.5: +18 -18 lines
Diff to previous 1.5
Convert tabs to spaces

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 6 00:32:37 2006 UTC (3 years ago) by chriskennedy
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.4: +6 -2 lines
Diff to previous 1.4
Drupal 5.0 compability! A few UI bugs remain though.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 06:05:24 2006 UTC (3 years ago) by chriskennedy
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Various minor fixes

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 21:57:25 2006 UTC (3 years ago) by chriskennedy
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2
Better db definition for advpoll_choices: rename chtext to label and chorder to vote_offset

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 30 21:42:40 2006 UTC (3 years ago) by chriskennedy
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1
Add a db field for startdate - no functionality yet

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 28 19:52:56 2006 UTC (3 years ago) by chriskennedy
Branch: MAIN
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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2