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

Log of /contributions/modules/signup/signup.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.24.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 01:42:58 2009 UTC (2 months, 1 week ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC6
Changes since 1.24.2.3: +23 -1 lines
Diff to previous 1.24.2.3 , to branch point 1.24 , to next main 1.30
#581652 by dww: Added a {signup_log}.count_towards_limit column and
adjusted the limit logic to only operate on the effective total (the
SUM() of {signup_log}.count_towards_limit) not the total # of signups.
Both signup_total and signup_effective_total are loaded into $node.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 01:42:52 2009 UTC (2 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: HEAD
Changes since 1.29: +23 -1 lines
Diff to previous 1.29
#581652 by dww: Added a {signup_log}.count_towards_limit column and
adjusted the limit logic to only operate on the effective total (the
SUM() of {signup_log}.count_towards_limit) not the total # of signups.
Both signup_total and signup_effective_total are loaded into $node.

Revision 1.24.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 27 00:40:30 2008 UTC (11 months ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC4, DRUPAL-6--1-0-RC5
Changes since 1.24.2.2: +1 -14 lines
Diff to previous 1.24.2.2 , to branch point 1.24
#349727 by dww: Removed ancient DB update functions from before D5.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 27 00:40:23 2008 UTC (11 months ago) by dww
Branch: MAIN
Changes since 1.28: +1 -14 lines
Diff to previous 1.28
#349727 by dww: Removed ancient DB update functions from before D5.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 01:00:43 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
#341382, #347601, #55168: Backported recent changes from HEAD into
DRUPAL-6--1.  I decided it was premature to do the feature/API freeze
on the DRUPAL-6--1 branch and start a 6.x-2.* series.  Moreover,
{signup_log}.sid is too fundamentally a good thing to leave out of 6--1.

Revision 1.24.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 01:00:35 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC3
Changes since 1.24.2.1: +46 -1 lines
Diff to previous 1.24.2.1 , to branch point 1.24
#341382, #347601, #55168: Backported recent changes from HEAD into
DRUPAL-6--1.  I decided it was premature to do the feature/API freeze
on the DRUPAL-6--1 branch and start a 6.x-2.* series.  Moreover,
{signup_log}.sid is too fundamentally a good thing to leave out of 6--1.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 00:55:29 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.26: +20 -1 lines
Diff to previous 1.26
#55168 by dww: Added a way to track actual attendance at node/N/signups,
including Views handlers to display, sort, and filter by attendance.

Revision 1.24.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 15 22:26:15 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.24: +8 -8 lines
Diff to previous 1.24
Code style cleanup in signup_schema(): Consistently use TRUE, not 1 or true.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 15 22:26:06 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.25: +15 -12 lines
Diff to previous 1.25
Code style cleanup in signup_schema(): Consistently use TRUE, not 1 or true.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 14 08:04:53 2008 UTC (11 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.24: +24 -1 lines
Diff to previous 1.24
#341382 by Sid_M and dww: Added a serial "Signup ID" (sid) field as
the primary key for the {signup_log} table.

Revision 1.6.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 28 23:49:30 2008 UTC (12 months ago) by dww
Branch: DRUPAL-5
Changes since 1.6.2.7: +3 -2 lines
Diff to previous 1.6.2.7 , to branch point 1.6 , to next main 1.30
#340377 by dww: Fixed bug where the default value in the database
for how many days in advance to send reminder emails did not match
what the rest of the code was written to expect.  Reminders would
not be sent until the admin/settings/signup page was saved.

Revision 1.17.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 28 23:49:10 2008 UTC (12 months ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-7
Changes since 1.17.2.3: +3 -2 lines
Diff to previous 1.17.2.3 , to branch point 1.17 , to next main 1.30
#340377 by dww: Fixed bug where the default value in the database
for how many days in advance to send reminder emails did not match
what the rest of the code was written to expect.  Reminders would
not be sent until the admin/settings/signup page was saved.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 28 23:49:07 2008 UTC (12 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC2
Branch point for: DRUPAL-6--1
Changes since 1.23: +3 -2 lines
Diff to previous 1.23
#340377 by dww: Fixed bug where the default value in the database
for how many days in advance to send reminder emails did not match
what the rest of the code was written to expect.  Reminders would
not be sent until the admin/settings/signup page was saved.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 18:35:11 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
Fixed some more minor code style bugs from coder.module.

Revision 1.17.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 04:01:20 2008 UTC (12 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-6
Changes since 1.17.2.2: +10 -8 lines
Diff to previous 1.17.2.2 , to branch point 1.17
#328840 by dww: Fixed critical bug in signup_update_5204() when
running it under D6.  db_query() now supports '%n' as a numeric
placeholder, and the update query was getting all confused.  To defend
against this, always escape the '%' characters as '%%' in the query.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 04:01:16 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-RC1
Changes since 1.21: +10 -8 lines
Diff to previous 1.21
#328840 by dww: Fixed critical bug in signup_update_5204() when
running it under D6.  db_query() now supports '%n' as a numeric
placeholder, and the update query was getting all confused.  To defend
against this, always escape the '%' characters as '%%' in the query.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 12 01:00:57 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.20: +21 -1 lines
Diff to previous 1.20
#330820 by dww and duellj: Ported all views support to the views2 API.
This changes how the 'View to embed for the signup user list' setting
works, so any sites that are using a custom view for this will have to
revisit the signup settings page and select a new value under the
advanced settings fieldset.  signup_update_6000() removes the
deprecated variables from the database.

Revision 1.17.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 10 16:04:26 2008 UTC (12 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.17.2.1: +74 -1 lines
Diff to previous 1.17.2.1 , to branch point 1.17
#328840 by dww: Renamed the default email tokens to use less ambiguous
names and to not refer to 'event' at all (#328647).

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 10 16:04:10 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.19: +75 -1 lines
Diff to previous 1.19
#328840 by dww: Renamed the default email tokens to use less ambiguous
names and to not refer to 'event' at all (#328647).

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 6 10:20:48 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.18: +132 -96 lines
Diff to previous 1.18
#222217 by dww, deadwood.module and coder.module: Initial port to D6.
Date, Event, Token, Views, and Panel integration are all untested.
There are a few other known bugs, but the bulk of the code now works.

Revision 1.6.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 09:45:27 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.6.2.6: +2 -2 lines
Diff to previous 1.6.2.6 , to branch point 1.6
Code-style: Fixed formatting and spelling of some more PHPDoc comments.

Revision 1.17.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 09:45:25 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
Code-style: Fixed formatting and spelling of some more PHPDoc comments.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 09:45:21 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
Code-style: Fixed formatting and spelling of some more PHPDoc comments.

Revision 1.6.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 23:48:27 2008 UTC (12 months, 4 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.6.2.5: +5 -4 lines
Diff to previous 1.6.2.5 , to branch point 1.6
Fixed some code style problems with the help of the coder_format script.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 23:11:00 2008 UTC (12 months, 4 weeks ago) by dww
Branch: MAIN
Branch point for: DRUPAL-5--2
Changes since 1.16: +7 -5 lines
Diff to previous 1.16
Fixed some code style problems with the help of the coder_format script.

Revision 1.2.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 09:08:00 2007 UTC (23 months, 1 week ago) by dww
Branch: DRUPAL-4-7
Changes since 1.2.2.7: +3 -3 lines
Diff to previous 1.2.2.7 , to branch point 1.2 , to next main 1.30
Fixed signup_install() not to force tables on MySQL to be MyISAM.

Revision 1.6.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 09:07:21 2007 UTC (23 months, 1 week ago) by dww
Branch: DRUPAL-5
Changes since 1.6.2.4: +3 -3 lines
Diff to previous 1.6.2.4 , to branch point 1.6
Fixed signup_install() not to force tables on MySQL to be MyISAM.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 09:07:18 2007 UTC (23 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-4, DRUPAL-5--2-5
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
Fixed signup_install() not to force tables on MySQL to be MyISAM.

Revision 1.2.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 09:57:19 2007 UTC (23 months, 2 weeks ago) by dww
Branch: DRUPAL-4-7
Changes since 1.2.2.6: +9 -9 lines
Diff to previous 1.2.2.6 , to branch point 1.2
Removing stray whitespace.

Revision 1.6.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 09:57:10 2007 UTC (23 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.6.2.3: +9 -9 lines
Diff to previous 1.6.2.3 , to branch point 1.6
Removing stray whitespace.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 09:56:55 2007 UTC (23 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.14: +10 -10 lines
Diff to previous 1.14
Removing stray whitespace.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 03:54:41 2007 UTC (23 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.13: +20 -1 lines
Diff to previous 1.13
#195276 by jrbeeman and dww: Enhanced per-node-type signup settings to
allow admins to completely disable signups on certain node types.
There are now 3 signup options on the content type settings page:
- "Disabled": completely prevents signups, even users with 'administer
  all signups' cannot signup-enable individual nodes of this type.
- "Allowed (off by default)": admins get a "Signup settings" fieldset,
  but signups are disabled by default.
- "Enabled (on by default)": Signups are enabled by default, but
  admins can disable signups on specific nodes of this type.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 6 19:23:34 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-3
Changes since 1.12: +21 -1 lines
Diff to previous 1.12
#178021 by stBorchert: Added a new "cancel own signups" permission.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 21 01:31:37 2007 UTC (2 years, 7 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-1, DRUPAL-5--2-2
Changes since 1.11: +38 -1 lines
Diff to previous 1.11
#32482: Adding support for signup limits per node:
- new field on site-wide signup defaults and per-node edit form
- signups auto-close when limit is reached
- users can now cancel their own signup when signups are closed, and
  if it's not an event-enabled node, or the event hasn't started yet,
  signups automatically re-open
- cleanup of the node/N/signups UI
- even bigger cleanup of admin/content/signups UI
- views support updated to view and filter by signup limit

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 10 22:13:21 2007 UTC (2 years, 7 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-0
Changes since 1.10: +3 -5 lines
Diff to previous 1.10
#134363: simplifying the DB update for this by using a math trick to
properly populate status correctly, instead of a boolean trick. ;)
this also has the benefit of being shared between mysql and pgsql.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 7 18:40:20 2007 UTC (2 years, 7 months ago) by dww
Branch: MAIN
Changes since 1.9: +27 -5 lines
Diff to previous 1.9
#134363: rename "completed" to "status" in the DB and code.  This is
how open vs. closed is stored, but it has nothing to do with "completed".

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 23:04:29 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1
Changes since 1.2.2.5: +17 -13 lines
Diff to previous 1.2.2.5 , to branch point 1.2
#126942: Add "Reset to defaults" on settings page.
[backport to DRUPAL-4-7: technically, this is a new feature, but i've
tested it heavily, and the lack of having this code in here is making
it harder for me to merge some other changes between the 2 branches,
so i'm just going to relax my no-new-features-policy a little bit].

Revision 1.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 07:27:21 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.6.2.2: +14 -1 lines
Diff to previous 1.6.2.2 , to branch point 1.6
#128287: add hook_uninstall()

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 07:27:17 2007 UTC (2 years, 8 months ago) by dww
Branch: MAIN
Changes since 1.8: +14 -1 lines
Diff to previous 1.8
#128287: add hook_uninstall()

Revision 1.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 16 03:28:10 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-5
Changes since 1.6.2.1: +17 -13 lines
Diff to previous 1.6.2.1 , to branch point 1.6
#126942: "Reset to defaults" now works on the admin/settings/signup page.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 16 03:27:47 2007 UTC (2 years, 8 months ago) by dww
Branch: MAIN
Changes since 1.7: +17 -13 lines
Diff to previous 1.7
#126942: "Reset to defaults" now works on the admin/settings/signup page.

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 14 07:29:34 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.2.2.4: +45 -1 lines
Diff to previous 1.2.2.4 , to branch point 1.2
major permissions, UI and usability fixes (includes a DB update):
#69367: Turn the "Users can view signups" setting into a permission.
#69283: rename all other permissions to be more clear, consistent, etc.
[backport to 4.7.x]

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 14 07:29:30 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-5
Changes since 1.6: +45 -1 lines
Diff to previous 1.6
major permissions, UI and usability fixes (includes a DB update):
#69367: Turn the "Users can view signups" setting into a permission.
#69283: rename all other permissions to be more clear, consistent, etc.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 14 07:29:26 2007 UTC (2 years, 8 months ago) by dww
Branch: MAIN
Changes since 1.6: +45 -1 lines
Diff to previous 1.6
major permissions, UI and usability fixes (includes a DB update):
#69367: Turn the "Users can view signups" setting into a permission.
#69283: rename all other permissions to be more clear, consistent, etc.

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 16 17:14:19 2006 UTC (3 years, 5 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.2.2.3: +35 -7 lines
Diff to previous 1.2.2.3 , to branch point 1.2
#68497 - anonymous signup support. non-registered users can now sign up to nodes by entering only an email address. see the README for more details. patch by me.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 16 17:12:22 2006 UTC (3 years, 5 months ago) by thehunmonkgroup
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.5: +35 -7 lines
Diff to previous 1.5
#68497 - anonymous signup support. non-registered users can now sign up to nodes by entering only an email address. see the README for more details. patch by me.

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 6 22:02:22 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.2.2.2: +10 -7 lines
Diff to previous 1.2.2.2 , to branch point 1.2
#64661: "permissions" field in {signup} table is dead code

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 6 21:48:44 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.4: +9 -6 lines
Diff to previous 1.4
#64661: "permissions" field in {signup} table is dead code

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 6 21:35:43 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.2.2.1: +1 -2 lines
Diff to previous 1.2.2.1 , to branch point 1.2
#67639: removing closing php tags

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 6 21:35:37 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3
#67639: removing closing php tags

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 6 21:27:57 2006 UTC (3 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.2: +77 -69 lines
Diff to previous 1.2
#67637: cleanup formatting of signup.install

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 6 21:27:47 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.2: +77 -69 lines
Diff to previous 1.2
#67637: cleanup formatting of signup.install

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 21 07:23:53 2006 UTC (3 years, 9 months ago) by thehunmonkgroup
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.1: +77 -56 lines
Diff to previous 1.1
use switch statement instead of if/else. test for success of all queries. include UTF8 declarations and update.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 21 04:02:31 2006 UTC (3 years, 9 months ago) by thehunmonkgroup
Branch: MAIN
added file for use with install hoook.

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