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

Log of /contributions/modules/decisions/decisions.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.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 26 20:41:27 2009 UTC (4 weeks, 2 days ago) by anarcat
Branch: MAIN
CVS Tags: HEAD
Changes since 1.28: +12 -1 lines
Diff to previous 1.28
#574178 by wonder95 - add option to display options in random order

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 5 03:48:02 2008 UTC (11 months, 3 weeks ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-1-BETA3, DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3
Changes since 1.27: +13 -12 lines
Diff to previous 1.27
massive code cleanup to conform to the current coder module standards

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 26 17:22:26 2008 UTC (11 months, 4 weeks ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-6--0-1-ALPHA1, DRUPAL-6--0-1-BETA1, DRUPAL-6--0-1-BETA2
Changes since 1.26: +38 -38 lines
Diff to previous 1.26
first stab at a Drupal 6 / VotingAPI 2 port, lots of changes, lots of things broken, still in progress

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 19:44:01 2006 UTC (3 years ago) by anarcat
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1
Branch point for: DRUPAL-5
Changes since 1.25: +3 -2 lines
Diff to previous 1.25
add original table descriptions for quorum fields missing from
original patch

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 19:42:14 2006 UTC (3 years ago) by anarcat
Branch: MAIN
Changes since 1.24: +13 -1 lines
Diff to previous 1.24
forgot to commit quorum table changes

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 9 23:10:14 2006 UTC (3 years ago) by anarcat
Branch: MAIN
Changes since 1.23: +5 -2 lines
Diff to previous 1.23
delete decisions on deinstall using node_delete

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 3 22:35:23 2006 UTC (3 years ago) by anarcat
Branch: MAIN
Changes since 1.22: +2 -4 lines
Diff to previous 1.22
.module functions are not available from the .install file, so for
now, just use a wildcard

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 3 22:23:03 2006 UTC (3 years ago) by anarcat
Branch: MAIN
Changes since 1.21: +4 -1 lines
Diff to previous 1.21
on uninstall, remove decisions from the node table

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 3 19:06:55 2006 UTC (3 years ago) by anarcat
Branch: DRUPAL-4-7
Changes since 1.1.2.3: +2 -5 lines
Diff to previous 1.1.2.3 , to branch point 1.1 , to next main 1.29
merge from head, #44379

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 3 19:01:57 2006 UTC (3 years ago) by anarcat
Branch: MAIN
Changes since 1.20: +2 -5 lines
Diff to previous 1.20
partly merge #44129: delete votes from voting_api properly, thanks Chris

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 18:42:21 2006 UTC (3 years ago) by anarcat
Branch: DRUPAL-4-7
Changes since 1.1.2.2: +32 -4 lines
Diff to previous 1.1.2.2 , to branch point 1.1
merge from head, #44194: extra update hooks

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 18:37:52 2006 UTC (3 years ago) by anarcat
Branch: MAIN
Changes since 1.19: +31 -3 lines
Diff to previous 1.19
push the update_2() hook to update_3() and restore the old update_2()
hook chris destroyed.

add an update hook for the uselist column

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 18:16:48 2006 UTC (3 years ago) by anarcat
Branch: DRUPAL-4-7
Changes since 1.1.2.1: +5 -3 lines
Diff to previous 1.1.2.1 , to branch point 1.1
sync branch up to patch #44182:

Include #44124, #44126 hook_update fixes to decisions.install.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 17:33:03 2006 UTC (3 years ago) by anarcat
Branch: DRUPAL-4-7
Changes since 1.1: +65 -12 lines
Diff to previous 1.1
Bring the 4.7 branch in sync with the latest changes in CVS, apart
from the 5.0 work that has been started.

This patch incorporates changes between 2006-02-08 00:00 and
2006-10-30 22:00, which changes are detailed in CHANGELOG.txt.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 04:36:37 2006 UTC (3 years ago) by anarcat
Branch: MAIN
Changes since 1.18: +4 -3 lines
Diff to previous 1.18
for the last time, fix update hooks:
 * return results in the first hook
 * correct the proper table in the second

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 04:00:29 2006 UTC (3 years ago) by anarcat
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17
forgot: return queries ran in update

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 02:14:30 2006 UTC (3 years ago) by anarcat
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
fix keys for label and vote_offset, noticed by David Lesieur

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 01:37:17 2006 UTC (3 years ago) by anarcat
Branch: MAIN
Changes since 1.15: +6 -2 lines
Diff to previous 1.15
try to fix issue #83040: remove votes from the votingapi tables when deinstalling

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 01:23:46 2006 UTC (3 years ago) by anarcat
Branch: MAIN
Changes since 1.14: +6 -4 lines
Diff to previous 1.14
44089: "Better db definition for advpoll_choices: rename chtext to
   label and chorder to vote_offset" - with update to the current
   update hook

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 01:06:39 2006 UTC (3 years ago) by anarcat
Branch: MAIN
Changes since 1.13: +12 -2 lines
Diff to previous 1.13
merge from advpoll #44086: "Add a db field for startdate - no functionality yet" - with an _update hook

add a SYNC.txt file that keeps a tab of imported fixes from the fork

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 31 00:56:03 2006 UTC (3 years ago) by anarcat
Branch: MAIN
Changes since 1.12: +31 -25 lines
Diff to previous 1.12
follow drupal coding standards and indent to 2 spaces, using spaces,
more cleanup is probably necessary

add @file section

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 19 07:20:45 2006 UTC (3 years, 1 month ago) by chriskennedy
Branch: MAIN
Changes since 1.11: +11 -1 lines
Diff to previous 1.11
#89741, add a votes tab and setting (thank you poll.module)

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 14 06:56:39 2006 UTC (3 years, 1 month ago) by chriskennedy
Branch: MAIN
Changes since 1.10: +1 -30 lines
Diff to previous 1.10
Remove unnecessary _update_X() junk since it's still alpha

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 14 05:28:41 2006 UTC (3 years, 1 month ago) by chriskennedy
Branch: MAIN
Changes since 1.9: +10 -7 lines
Diff to previous 1.9
#88281, rename option to choice for db and code consistency

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 9 06:41:46 2006 UTC (3 years, 1 month ago) by chriskennedy
Branch: MAIN
Changes since 1.8: +4 -3 lines
Diff to previous 1.8
Add algorithm to decisions table, tweak update_2 code.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 8 23:33:33 2006 UTC (3 years, 1 month ago) by chriskennedy
Branch: MAIN
Changes since 1.7: +4 -1 lines
Diff to previous 1.7
#85841, #85399, #86988 - Separate decision creation by mode, add an algorithm column to the db, change runoff to ranking, fix previews, improve usability (bugs by fajerstarter)

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 24 15:05:54 2006 UTC (3 years, 2 months ago) by chriskennedy
Branch: MAIN
Changes since 1.6: +20 -4 lines
Diff to previous 1.6
#83040, Add _uninstall() hook for Drupal 5.0.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 21 04:53:30 2006 UTC (3 years, 2 months ago) by chriskennedy
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
#85206, fixed tinyint typo with db upgrade in decisions.install

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 19 02:07:43 2006 UTC (3 years, 2 months ago) by chriskennedy
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Fix typo in decisions.install

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 9 21:01:22 2006 UTC (3 years, 2 months ago) by chriskennedy
Branch: MAIN
Changes since 1.3: +4 -1 lines
Diff to previous 1.3
Maximum choices option (approval voting, etc.)

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 7 17:09:33 2006 UTC (3 years, 2 months ago) by chriskennedy
Branch: MAIN
Changes since 1.2: +16 -4 lines
Diff to previous 1.2
Add active/closed status; db info for runtime

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 21 09:37:07 2006 UTC (3 years, 3 months ago) by chriskennedy
Branch: MAIN
Changes since 1.1: +14 -2 lines
Diff to previous 1.1
Add support for optional electoral lists

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 11 14:58:02 2006 UTC (3 years, 3 months ago) by mathieu
Branch: MAIN
Branch point for: DRUPAL-4-7
http://drupal.org/node/49711 - .install, finally.  Thanks ChrisKennedy.

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