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

Log of /contributions/modules/signup/signup.module

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.205.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 8 00:01:29 2009 UTC (7 weeks, 1 day ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.35: +3 -1 lines
Diff to previous 1.205.2.35 , to branch point 1.205 , to next main 1.242
#597808 by dww: Fixed bug that was causing signup limits to be ignored
unless the signup_status module is enabled (broken in rc6 by #581652).

Revision 1.242 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 8 00:01:24 2009 UTC (7 weeks, 1 day ago) by dww
Branch: MAIN
CVS Tags: HEAD
Changes since 1.241: +3 -1 lines
Diff to previous 1.241
#597808 by dww: Fixed bug that was causing signup limits to be ignored
unless the signup_status module is enabled (broken in rc6 by #581652).

Revision 1.205.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 3 00:48:46 2009 UTC (7 weeks, 6 days ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.34: +3 -2 lines
Diff to previous 1.205.2.34 , to branch point 1.205
#226204 by dww: Exposed the numeric signup ID (unique site-wide) as a token.

Revision 1.241 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 3 00:48:24 2009 UTC (7 weeks, 6 days ago) by dww
Branch: MAIN
Changes since 1.240: +3 -2 lines
Diff to previous 1.240
#226204 by dww: Exposed the numeric signup ID (unique site-wide) as a token.

Revision 1.205.2.34 - (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.205.2.33: +20 -7 lines
Diff to previous 1.205.2.33 , to branch point 1.205
#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.240 - (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
Changes since 1.239: +20 -7 lines
Diff to previous 1.239
#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.205.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 00:33:42 2009 UTC (2 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.32: +54 -20 lines
Diff to previous 1.205.2.32 , to branch point 1.205
#581734 by dww: Improved the Signup API by adding some much needed hooks:
- hook_signup_data_alter() to modify a $signup object before it's saved
- hook_signup_insert() invoked when a signup is inserted into the DB
- hook_signup_update() invoked when a signup is updated in the DB

Revision 1.239 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 00:31:56 2009 UTC (2 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.238: +54 -20 lines
Diff to previous 1.238
#581734 by dww: Improved the Signup API by adding some much needed hooks:
- hook_signup_data_alter() to modify a $signup object before it's saved
- hook_signup_insert() invoked when a signup is inserted into the DB
- hook_signup_update() invoked when a signup is updated in the DB

Revision 1.205.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 16 00:42:57 2009 UTC (2 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.31: +12 -1 lines
Diff to previous 1.205.2.31 , to branch point 1.205
#578502 by dww: Moved signup-related settings from node/N/edit to a
new "Settings" subtab at node/N/signups/settings.

Revision 1.238 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 16 00:42:50 2009 UTC (2 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.237: +12 -1 lines
Diff to previous 1.237
#578502 by dww: Moved signup-related settings from node/N/edit to a
new "Settings" subtab at node/N/signups/settings.

Revision 1.168.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 15 19:55:55 2009 UTC (2 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.31: +5 -1 lines
Diff to previous 1.168.2.31 , to branch point 1.168 , to next main 1.242
#439294 by dww: Fixed bug where %user_signup_info was not being
replaced with an empty string on sites that do not define any extra
fields on the signup form.

Revision 1.205.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 15 19:54:21 2009 UTC (2 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.30: +4 -1 lines
Diff to previous 1.205.2.30 , to branch point 1.205
#439294 by dww: Fixed bug where %user_signup_info was not being
replaced with an empty string on sites that do not define any extra
fields on the signup form.

Revision 1.237 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 15 19:54:17 2009 UTC (2 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.236: +4 -1 lines
Diff to previous 1.236
#439294 by dww: Fixed bug where %user_signup_info was not being
replaced with an empty string on sites that do not define any extra
fields on the signup form.

Revision 1.205.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 23 15:44:54 2009 UTC (3 months ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC5
Changes since 1.205.2.29: +11 -3 lines
Diff to previous 1.205.2.29 , to branch point 1.205
#549646 by dww: Followup on token support: there were cases when "mail"
wasn't being loaded into the $signup object, causing PHP notices.  We're
now more careful about testing for that, and also about trying to populate
$signup with the 'mail' field whenever possible.

Revision 1.236 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 23 15:44:40 2009 UTC (3 months ago) by dww
Branch: MAIN
Changes since 1.235: +11 -3 lines
Diff to previous 1.235
#549646 by dww: Followup on token support: there were cases when "mail"
wasn't being loaded into the $signup object, causing PHP notices.  We're
now more careful about testing for that, and also about trying to populate
$signup with the 'mail' field whenever possible.

Revision 1.205.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 22:14:08 2009 UTC (3 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.28: +28 -28 lines
Diff to previous 1.205.2.28 , to branch point 1.205
#549646 by dww: Followup on token support: use '-' not '_' in token names.

Revision 1.235 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 22:14:02 2009 UTC (3 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.234: +28 -28 lines
Diff to previous 1.234
#549646 by dww: Followup on token support: use '-' not '_' in token names.

Revision 1.205.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 14 23:26:10 2009 UTC (3 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.27: +76 -12 lines
Diff to previous 1.205.2.27 , to branch point 1.205
#549646 by dww: Exposed signup-related node and signup data to token.module.

Revision 1.234 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 14 23:26:00 2009 UTC (3 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.233: +76 -12 lines
Diff to previous 1.233
#549646 by dww: Exposed signup-related node and signup data to token.module.

Revision 1.205.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 10 17:45:53 2009 UTC (3 months, 2 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.26: +2 -2 lines
Diff to previous 1.205.2.26 , to branch point 1.205
#544882 by dereine: Fixed a few places that called node_load() so that
they can now make use of the node caching feature.

Revision 1.233 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 10 17:45:47 2009 UTC (3 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.232: +2 -2 lines
Diff to previous 1.232
#544882 by dereine: Fixed a few places that called node_load() so that
they can now make use of the node caching feature.

Revision 1.205.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 30 22:20:34 2009 UTC (3 months, 4 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.25: +2 -2 lines
Diff to previous 1.205.2.25 , to branch point 1.205
#533970 by dww: Fixed bug that caused the "signups" tab on nodes to
generate an "Access denied" message unless the signup attendee list
was configured to appear as a tab (introduced in RC4 via #529478).

Revision 1.232 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 30 22:20:28 2009 UTC (3 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.231: +2 -2 lines
Diff to previous 1.231
#533970 by dww: Fixed bug that caused the "signups" tab on nodes to
generate an "Access denied" message unless the signup attendee list
was configured to appear as a tab (introduced in RC4 via #529478).

Revision 1.205.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 27 21:03:38 2009 UTC (4 months ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC4
Changes since 1.205.2.24: +121 -57 lines
Diff to previous 1.205.2.24 , to branch point 1.205
#481134 by ezra-g, dww: Made signup confirmation and cancellation
messages optional for programmatic signups, and added helper functions
to generate and send those messages: signup_send_confirmation_mail()
and signup_send_forwarding_mail().

Revision 1.231 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 27 21:03:35 2009 UTC (4 months ago) by dww
Branch: MAIN
Changes since 1.230: +121 -57 lines
Diff to previous 1.230
#481134 by ezra-g, dww: Made signup confirmation and cancellation
messages optional for programmatic signups, and added helper functions
to generate and send those messages: signup_send_confirmation_mail()
and signup_send_forwarding_mail().

Revision 1.205.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 25 21:28:40 2009 UTC (4 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.23: +27 -7 lines
Diff to previous 1.205.2.23 , to branch point 1.205
#529478 by dww: Added a hook to alter access to the signup node tabs.

Revision 1.230 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 25 21:28:31 2009 UTC (4 months ago) by dww
Branch: MAIN
Changes since 1.229: +27 -7 lines
Diff to previous 1.229
#529478 by dww: Added a hook to alter access to the signup node tabs.

Revision 1.229 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 22 22:56:52 2009 UTC (4 months ago) by dww
Branch: MAIN
Changes since 1.228: +3 -3 lines
Diff to previous 1.228
#506324 by mlsamuelson: Made messages printed to the screen after a
successful signup more user-generic to work better for programmatic
signups and cases where administrators sign up other users.

Revision 1.205.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 22 22:56:49 2009 UTC (4 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.22: +3 -3 lines
Diff to previous 1.205.2.22 , to branch point 1.205
#506324 by mlsamuelson: Made messages printed to the screen after a
successful signup more user-generic to work better for programmatic
signups and cases where administrators sign up other users.

Revision 1.205.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 22 22:44:02 2009 UTC (4 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.21: +6 -1 lines
Diff to previous 1.205.2.21 , to branch point 1.205
#424338 by rjl, ezra-g, dww: Changed the API in signup_sign_up_user()
to return the new signup ID (SID) for any successful signup.

Revision 1.228 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 22 22:43:58 2009 UTC (4 months ago) by dww
Branch: MAIN
Changes since 1.227: +6 -1 lines
Diff to previous 1.227
#424338 by rjl, ezra-g, dww: Changed the API in signup_sign_up_user()
to return the new signup ID (SID) for any successful signup.

Revision 1.227 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 22 22:24:56 2009 UTC (4 months ago) by dww
Branch: MAIN
Changes since 1.226: +4 -2 lines
Diff to previous 1.226
#480278 by ezra-g: Removed a superfluous user_access() check inside
signup_sign_up_user() that can prevent proper programmatic signups.

Revision 1.205.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 22 22:24:52 2009 UTC (4 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.20: +4 -2 lines
Diff to previous 1.205.2.20 , to branch point 1.205
#480278 by ezra-g: Removed a superfluous user_access() check inside
signup_sign_up_user() that can prevent proper programmatic signups.

Revision 1.205.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 22 21:47:47 2009 UTC (4 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.19: +31 -1 lines
Diff to previous 1.205.2.19 , to branch point 1.205
#367297 by dww: Changed the default signup views so that only the user
(and signup administrators) can view their own signups.

Revision 1.226 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 22 21:47:01 2009 UTC (4 months ago) by dww
Branch: MAIN
Changes since 1.225: +31 -1 lines
Diff to previous 1.225
#367297 by dww: Changed the default signup views so that only the user
(and signup administrators) can view their own signups.

Revision 1.205.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 3 01:07:10 2009 UTC (5 months, 3 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.18: +2 -2 lines
Diff to previous 1.205.2.18 , to branch point 1.205
#370397 by ezra-g: Fixed critical data-loss bug where all anonymous
signups would be destroyed if any authenticated user was deleted.
This bug was introduced during the port to Drupal 6 core, due to an
undocumented API change between Drupal core versions 5 and 6.

Revision 1.225 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 3 01:06:55 2009 UTC (5 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.224: +2 -2 lines
Diff to previous 1.224
#370397 by ezra-g: Fixed critical data-loss bug where all anonymous
signups would be destroyed if any authenticated user was deleted.
This bug was introduced during the port to Drupal 6 core, due to an
undocumented API change between Drupal core versions 5 and 6.

Revision 1.205.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 4 20:20:37 2009 UTC (8 months, 3 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.17: +3 -3 lines
Diff to previous 1.205.2.17 , to branch point 1.205
#375573 by dww: Fixed bug where the %user_signup_info token was not
being used in the signup_forwarding_email message (the "Send signups
to" field for notifications on new signups).

Revision 1.224 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 4 20:20:34 2009 UTC (8 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.223: +3 -3 lines
Diff to previous 1.223
#375573 by dww: Fixed bug where the %user_signup_info token was not
being used in the signup_forwarding_email message (the "Send signups
to" field for notifications on new signups).

Revision 1.205.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 4 18:58:31 2009 UTC (8 months, 3 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.16: +11 -11 lines
Diff to previous 1.205.2.16 , to branch point 1.205
#389952 by dww: Fixed a bunch of bugs in the "signup node link" views field.

Revision 1.223 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 4 18:58:26 2009 UTC (8 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.222: +11 -11 lines
Diff to previous 1.222
#389952 by dww: Fixed a bunch of bugs in the "signup node link" views field.

Revision 1.205.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 3 21:20:26 2009 UTC (8 months, 3 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.15: +4 -2 lines
Diff to previous 1.205.2.15 , to branch point 1.205
#373260 by dww: Changed access logic so that users that can administer
signups on a given node can always view the signup attendees on that node.

Revision 1.222 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 3 21:19:46 2009 UTC (8 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.221: +4 -2 lines
Diff to previous 1.221
#373260 by dww: Changed access logic so that users that can administer
signups on a given node can always view the signup attendees on that node.

Revision 1.205.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 03:10:58 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.14: +26 -8 lines
Diff to previous 1.205.2.14 , to branch point 1.205
#51226 by dww: Cleaned up the menu access callbacks for editing and
canceling signups, both to share more code, and to enforce that users
must still have access to view the node they signed up for before they
can edit or cancel the signup.

Revision 1.221 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 03:10:55 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.220: +26 -8 lines
Diff to previous 1.220
#51226 by dww: Cleaned up the menu access callbacks for editing and
canceling signups, both to share more code, and to enforce that users
must still have access to view the node they signed up for before they
can edit or cancel the signup.

Revision 1.205.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 03:06:18 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.13: +16 -3 lines
Diff to previous 1.205.2.13 , to branch point 1.205
#363760 by dww: Ported to the new hook_views_bulk_operations_object_info()
API (#362534), but still supporting the old hook_object_info() API for now.

Revision 1.220 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 03:06:12 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.219: +16 -3 lines
Diff to previous 1.219
#363760 by dww: Ported to the new hook_views_bulk_operations_object_info()
API (#362534), but still supporting the old hook_object_info() API for now.

Revision 1.205.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 08:52:45 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.12: +68 -25 lines
Diff to previous 1.205.2.12 , to branch point 1.205
#361446 by dww: Restored the ability to have the signup user list
embedded directly on each node, instead of forcing it into a subtab at
node/N/signups/list (#349292).  There are now extra options for the
"How to display the list of signed-up users" advanced setting, and the
list is now a separate entry in each node's content[] array so it can
be ordered independently of the signup form.  This commit includes a
work-around for a bug in CCK's content_extra_field_weight() (#363456).

Revision 1.219 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 08:52:39 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.218: +68 -25 lines
Diff to previous 1.218
#361446 by dww: Restored the ability to have the signup user list
embedded directly on each node, instead of forcing it into a subtab at
node/N/signups/list (#349292).  There are now extra options for the
"How to display the list of signed-up users" advanced setting, and the
list is now a separate entry in each node's content[] array so it can
be ordered independently of the signup form.  This commit includes a
work-around for a bug in CCK's content_extra_field_weight() (#363456).

Revision 1.205.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 08:41:15 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.11: +2 -2 lines
Diff to previous 1.205.2.11 , to branch point 1.205
#356968 by dww and elonen: Fixed bug where line endings were stripped
from signup-generated emails since drupal_html_to_text() was being
called even though the signup email templates only support plain text.

Revision 1.218 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 08:41:09 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.217: +2 -2 lines
Diff to previous 1.217
#356968 by dww and elonen: Fixed bug where line endings were stripped
from signup-generated emails since drupal_html_to_text() was being
called even though the signup email templates only support plain text.

Revision 1.168.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 04:31:09 2009 UTC (10 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.30: +9 -1 lines
Diff to previous 1.168.2.30 , to branch point 1.168
#360009 by dww: Added a checkbox setting to disable printing the
signup information on user profile pages when Views is not enabled.

Revision 1.168.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 00:23:58 2009 UTC (10 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.29: +7 -3 lines
Diff to previous 1.168.2.29 , to branch point 1.168
#363337 by dww: Improved the UI for the advanced settings by trimming
the description of views to embed if they get too long.

Revision 1.205.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 19:00:54 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.10: +82 -33 lines
Diff to previous 1.205.2.10 , to branch point 1.205
#51226 by dww: Added the ability to edit existing signups.
- Added an "edit own signups" permission.
- The current signup information is now displayed via a form, not a table.
  The form is disabled at first, but if the user has permission to
  edit their signup, there's an "Edit" button that they can click
  which enables all the form elements and renames itself "Save".
- Canceling your own signup is now handled via the "signup_edit_form"
  instead of a separate "signup_cancel_form".
- Added an "User: Edit signup link" views field handler.
- Removed a bunch of deprecated theme functions since the signup is
  now displayed via a form, not a table: theme_signup_current_signup(),
  theme_signup_custom_data_table(), and theme_signup_custom_data_rows().
- Renamed theme_signup_email_token_anonymous_username() to be
  theme_signup_anonymous_username() since it's now used for other things.

Revision 1.217 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 18:59:28 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.216: +82 -33 lines
Diff to previous 1.216
#51226 by dww: Added the ability to edit existing signups.
- Added an "edit own signups" permission.
- The current signup information is now displayed via a form, not a table.
  The form is disabled at first, but if the user has permission to
  edit their signup, there's an "Edit" button that they can click
  which enables all the form elements and renames itself "Save".
- Added an "User: Edit signup link" views field handler.
API changes resulting from this feature:
- Canceling your own signup is now handled via the "signup_edit_form"
  instead of a separate "signup_cancel_form".
- Removed a bunch of deprecated theme functions since the signup is
  now displayed via a form, not a table: theme_signup_current_signup(),
  theme_signup_custom_data_table(), and theme_signup_custom_data_rows().
- Renamed theme_signup_email_token_anonymous_username() to be
  theme_signup_anonymous_username() since it's now used for other things.

Revision 1.205.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 16:45:24 2009 UTC (10 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.9: +20 -1 lines
Diff to previous 1.205.2.9 , to branch point 1.205
#357655 by dww: [API change]: Added a signup_send_broadcast() function
that can be shared, and renamed signup_get_email_addresses() to
signup_get_signups() to be more accurate and more easily reused.

Revision 1.216 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 16:44:35 2009 UTC (10 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.215: +20 -1 lines
Diff to previous 1.215
#357655 by dww: [API change]: Added a signup_send_broadcast() function
that can be shared, and renamed signup_get_email_addresses() to
signup_get_signups() to be more accurate and more easily reused.

Revision 1.205.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 17:36:17 2009 UTC (10 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.8: +129 -1 lines
Diff to previous 1.205.2.8 , to branch point 1.205
#352328 by dww: Added support for Views Bulk Operations (VBO).
- Exposed {signup_log} as a valid base table for views.
- Exposed some actions on signup objects (cancel, mark attendance, etc).
- Added a setting to embed a view for admin/N/signups/admin.
- Added a new default VBO view to embed when VBO is enabled.

Revision 1.215 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 17:36:11 2009 UTC (10 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.214: +129 -1 lines
Diff to previous 1.214
#352328 by dww: Added support for Views Bulk Operations (VBO).
- Exposed {signup_log} as a valid base table for views.
- Exposed some actions on signup objects (cancel, mark attendance, etc).
- Added a setting to embed a view for admin/N/signups/admin.
- Added a new default VBO view to embed when VBO is enabled.

Revision 1.205.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 01:08:54 2009 UTC (10 months, 2 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.7: +1 -7 lines
Diff to previous 1.205.2.7 , to branch point 1.205
#330820 by dww: Removed dead code from signup_init() to conditionally
load views support code which is now handled by hook_views_api().

Revision 1.214 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 01:08:53 2009 UTC (10 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.213: +1 -7 lines
Diff to previous 1.213
#330820 by dww: Removed dead code from signup_init() to conditionally
load views support code which is now handled by hook_views_api().

Revision 1.168.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 00:55:07 2009 UTC (10 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.28: +22 -4 lines
Diff to previous 1.168.2.28 , to branch point 1.168
#181272 by dww: Fixed bug where the labels on the custom signup form
fields were not properly translatable when this data was displayed in
other places (when viewing your own signup info, etc).

Revision 1.205.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 00:55:05 2009 UTC (10 months, 2 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.6: +9 -1 lines
Diff to previous 1.205.2.6 , to branch point 1.205
#181272 by dww: Fixed bug where the labels on the custom signup form
fields were not properly translatable when this data was displayed in
other places (when viewing your own signup info, etc).

Revision 1.213 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 7 00:54:59 2009 UTC (10 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.212: +9 -1 lines
Diff to previous 1.212
#181272 by dww: Fixed bug where the labels on the custom signup form
fields were not properly translatable when this data was displayed in
other places (when viewing your own signup info, etc).

Revision 1.205.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 06:31:27 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC3
Changes since 1.205.2.5: +119 -25 lines
Diff to previous 1.205.2.5 , to branch point 1.205
#349292 by dww: Completely reorganized the signup node tabs.  All tabs
added by this module now appear as sub-tabs under the "Signups" tab at
node/N/signups.  If the signup form is configured as a tab, it is the
default task under 'Signups'.  The list of current signups (for those
with 'view all signups') is now at node/N/signups/list, and is the
default task if the signup form is still on the node itself.  The
"signup-broadcast" tab has been moved to node/N/signups/broadcast.
Finally, the admin form to add another user has been split off from
the administrative tab (what was node/N/signups) and is now a separate
tab at node/N/signups/add.

Revision 1.212 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 06:31:22 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.211: +119 -25 lines
Diff to previous 1.211
#349292 by dww: Completely reorganized the signup node tabs.  All tabs
added by this module now appear as sub-tabs under the "Signups" tab at
node/N/signups.  If the signup form is configured as a tab, it is the
default task under 'Signups'.  The list of current signups (for those
with 'view all signups') is now at node/N/signups/list, and is the
default task if the signup form is still on the node itself.  The
"signup-broadcast" tab has been moved to node/N/signups/broadcast.
Finally, the admin form to add another user has been split off from
the administrative tab (what was node/N/signups) and is now a separate
tab at node/N/signups/add.

Revision 1.205.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 04:28:56 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.4: +38 -1 lines
Diff to previous 1.205.2.4 , to branch point 1.205
#325237 by dww: Added support for a %cancel_signup_url email
placeholder which points to a new signup/cancel/%/% page so that any
users (even anonymous) with the 'cancel own signups' permission can
now securely cancel their own signups.

Revision 1.211 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 04:28:05 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.210: +38 -1 lines
Diff to previous 1.210
#325237 by dww: Added support for a %cancel_signup_url email
placeholder which points to a new signup/cancel/%/% page so that any
users (even anonymous) with the 'cancel own signups' permission can
now securely cancel their own signups.

Revision 1.210 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 00:56:45 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.209: +2 -1 lines
Diff to previous 1.209
#348559 by dww: Added a new "cancel signups" permission so that a role
could be configured to view signups and record attendance, but not be
able to destroy signup data by canceling other people's signups.

Revision 1.205.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 00:53:06 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.3: +2 -1 lines
Diff to previous 1.205.2.3 , to branch point 1.205
#348559 by dww: Added a new "cancel signups" permission so that a role
could be configured to view signups and record attendance, but not be
able to destroy signup data by canceling other people's signups.

Revision 1.205.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 18:06:26 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205.2.2: +2 -2 lines
Diff to previous 1.205.2.2 , to branch point 1.205
#347601 by dww: Changed the API for hook_signup_cancel() so that it
is now invoked with a $signup object with the full information about
the signup being canceled, and a fully loaded $node object.  See the
new signup.api.php file for full documentation on the hook.

Revision 1.209 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 18:05:12 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.208: +2 -2 lines
Diff to previous 1.208
#347601 by dww: Changed the API for hook_signup_cancel() so that it
is now invoked with a $signup object with the full information about
the signup being canceled, and a fully loaded $node object.  See the
new signup.api.php file for full documentation on the hook.

Revision 1.205.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
Changes since 1.205.2.1: +28 -16 lines
Diff to previous 1.205.2.1 , to branch point 1.205
#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.168.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 01:01:00 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.27: +11 -5 lines
Diff to previous 1.168.2.27 , to branch point 1.168
#346810 by dww: Fixed invocation of hook_signup_cancel() so that the
record in the {signup_log} table still exists when the hook runs.

Revision 1.205.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 01:00:38 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.205: +11 -5 lines
Diff to previous 1.205
#346810 by dww: Fixed invocation of hook_signup_cancel() so that the
record in the {signup_log} table still exists when the hook runs.

Revision 1.208 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 01:00:35 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.207: +10 -2 lines
Diff to previous 1.207
#346810 by dww: Fixed invocation of hook_signup_cancel() so that the
record in the {signup_log} table still exists when the hook runs.

Revision 1.207 - (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.206: +8 -1 lines
Diff to previous 1.206
#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.206 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 18:48:07 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.205: +19 -16 lines
Diff to previous 1.205
#347601 by dww: Used the new {signup_log}.sid (from #341382) to
simplify a lot of code and fix the signup_cancel_signup() API.

Revision 1.168.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 14 07:36:59 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.26: +2 -2 lines
Diff to previous 1.168.2.26 , to branch point 1.168
#343789 by KarenS: Fixed undefined value when adding nodes with feeds.

Revision 1.168.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 23:48:01 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-7
Changes since 1.168.2.25: +4 -2 lines
Diff to previous 1.168.2.25 , to branch point 1.168
336610 by dww: Fixed bug introduced in #329668 where node types that
have an underscore in their name had broken links in the warning
messages about CCK date fields being misconfigured.  Those warnings
also didn't appear at all in some cases.  The bug was caused by
core's bizarre handling of node_type vs. node-type in URLs.

Revision 1.205 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 23:47:56 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC2
Branch point for: DRUPAL-6--1
Changes since 1.204: +4 -2 lines
Diff to previous 1.204
336610 by dww: Fixed bug introduced in #329668 where node types that
have an underscore in their name had broken links in the warning
messages about CCK date fields being misconfigured.  Those warnings
also didn't appear at all in some cases.  The bug was caused by
core's bizarre handling of node_type vs. node-type in URLs.

Revision 1.168.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 18:56:13 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.24: +14 -3 lines
Diff to previous 1.168.2.24 , to branch point 1.168
Fixed some code style problems discovered by coder.module

Revision 1.204 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 18:55:50 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.203: +12 -1 lines
Diff to previous 1.203
Added a @file PHPDoc comment at the request of coder.module

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

Revision 1.168.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 01:26:47 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.23: +8 -2 lines
Diff to previous 1.168.2.23 , to branch point 1.168
#336129 by dww: Moved the signup node type settings out of the
"Workflow" fieldset into a separate "Signup settings" fieldset.

Revision 1.202 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 01:26:43 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.201: +8 -2 lines
Diff to previous 1.201
#336129 by dww: Moved the signup node type settings out of the
"Workflow" fieldset into a separate "Signup settings" fieldset.

Revision 1.168.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 00:47:58 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.22: +2 -2 lines
Diff to previous 1.168.2.22 , to branch point 1.168
#335563 by dww: Added a variable to specify the weight (to control
the relative ordering) of signup information embedded on nodes.  The
variable is called "signup_info_node_weight_[node_type]" and can be
defined in the $conf array in settings.php.

Revision 1.201 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 00:47:27 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.200: +23 -2 lines
Diff to previous 1.200
#335563 by dww: Added support to control the relative ordering of the
signup information embedded on nodes.  If the content.module (CCK) is
enabled, "Signup information" is now exposed to the field management
page (where there is a drag-and-drop interface to reorder everything)
at admin/content/node-type/[node-type-name]/fields.  If CCK is
disabled, there is a variable to manually control the weight.  The
variable is called "signup_info_node_weight_[node_type]" and can be
defined in the $conf array in settings.php.

Revision 1.168.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 18 03:37:08 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.21: +2 -4 lines
Diff to previous 1.168.2.21 , to branch point 1.168
#335190 by bkat and dww: Fixed bug where if you had a node enabled
for signups and edited it to disable signups, the node would remain
signup enabled.  The bug was introduced in 5.x-2.6 by #328822.

Revision 1.200 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 15 02:03:49 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC1
Changes since 1.199: +24 -1671 lines
Diff to previous 1.199
#330828 by dww: Split module code out into separate include files.

Revision 1.168.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 19:17:27 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-6
Changes since 1.168.2.20: +3 -1 lines
Diff to previous 1.168.2.20 , to branch point 1.168
#334405 by dww: Fixed minor UI bug where the "Sign up another user"
fieldset on the node/N/signups administrative tab was expanded or
collapsed based on the setting to control the signup fieldset when
viewing nodes.  Now, the fieldset is always open on the admin tab.

Revision 1.199 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 19:17:20 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.198: +3 -1 lines
Diff to previous 1.198
#334405 by dww: Fixed minor UI bug where the "Sign up another user"
fieldset on the node/N/signups administrative tab was expanded or
collapsed based on the setting to control the signup fieldset when
viewing nodes.  Now, the fieldset is always open on the admin tab.

Revision 1.198 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 18:31:00 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.197: +8 -4 lines
Diff to previous 1.197
#333264 by dww: Fixed another case where signup_nodeapi() was broken
by the new D6 hook_nodeapi() API behavior.

Revision 1.197 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 04:14:04 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.196: +3 -3 lines
Diff to previous 1.196
#330828 by dww: Renamed includes/views.none.inc to includes/no_views.inc.

Revision 1.168.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 19:48:26 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.19: +2 -2 lines
Diff to previous 1.168.2.19 , to branch point 1.168
#332443 by TheOnlyHarry and dww: theme_signup_user_form() is now
invoked with the $node object as context, so you can conditionally
add custom signup fields depending on the node or node type.

Revision 1.196 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 19:48:16 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.195: +5 -3 lines
Diff to previous 1.195
#332443 by TheOnlyHarry and dww: theme_signup_user_form() is now
invoked with the $node object as context, so you can conditionally
add custom signup fields depending on the node or node type.

Revision 1.168.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 19:33:03 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.18: +172 -39 lines
Diff to previous 1.168.2.18 , to branch point 1.168
#333257 by dww: Improved the UI at the node/N/signups administration
page to use a column of checkboxes to cancel multiple signups at once.

Revision 1.195 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 19:32:57 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.194: +142 -20 lines
Diff to previous 1.194
#333257 by dww: Improved the UI at the node/N/signups administration
page to use a column of checkboxes to cancel multiple signups at once.

Revision 1.168.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 17:52:06 2008 UTC (12 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.17: +10 -7 lines
Diff to previous 1.168.2.17 , to branch point 1.168
#333259: Renamed 'signup_admin_node_form' to 'signup_node_admin_summary_form'.

Revision 1.194 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 07:52:42 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.193: +7 -6 lines
Diff to previous 1.193
#333259: Renamed 'signup_admin_node_form' to 'signup_node_admin_summary_form'.

Revision 1.193 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 12 23:49:28 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.192: +2 -2 lines
Diff to previous 1.192
#330820 by dww: Fixed bug in embedding block views by using
view->preview() instead of view->execute_display().

Revision 1.192 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 12 23:22:19 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.191: +86 -446 lines
Diff to previous 1.191
#330829 by dww: Split theme functions out into separate include files.

Revision 1.191 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 12 21:32:38 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.190: +5 -2 lines
Diff to previous 1.190
#333264 by dww: Fixed bugs when editing a node since the 'update' op
in hook_nodeapi() no longer has a fully-loaded $node object in D6
(see http://drupal.org/node/114774#comment-1087468 for more details).

Revision 1.190 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 12 01:40:45 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.189: +1 -22 lines
Diff to previous 1.189
#333185 by dww: Removed deprecated signup_build_signup_data() function.

Revision 1.189 - (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.188: +29 -72 lines
Diff to previous 1.188
#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.168.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 12 00:29:51 2008 UTC (12 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.16: +17 -13 lines
Diff to previous 1.168.2.16 , to branch point 1.168
#332968 by dww: Renamed _signup_admin_form to signup_node_settings_form
to be less confusing, and fixed PHP warnings from not knowing the node
type on the global signup settings configuration page. Also, all help
text now consistently uses the human-readable node type name.

Revision 1.188 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 12 00:29:46 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.187: +17 -13 lines
Diff to previous 1.187
#332968 by dww: Renamed _signup_admin_form to signup_node_settings_form
to be less confusing, and fixed PHP warnings from not knowing the node
type on the global signup settings configuration page. Also, all help
text now consistently uses the human-readable node type name.

Revision 1.168.2.16 - (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.168.2.15: +28 -28 lines
Diff to previous 1.168.2.15 , to branch point 1.168
#328840 by dww: Renamed the default email tokens to use less ambiguous
names and to not refer to 'event' at all (#328647).

Revision 1.187 - (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.186: +26 -26 lines
Diff to previous 1.186
#328840 by dww: Renamed the default email tokens to use less ambiguous
names and to not refer to 'event' at all (#328647).

Revision 1.186 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 8 20:09:31 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.185: +18 -9 lines
Diff to previous 1.185
#330840 by dww: Fixed bugs when sending a copy of a signup broadcast
to yourself that were caused by the new hook_mail() API in D6.

Revision 1.168.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 8 20:06:19 2008 UTC (12 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.14: +4 -2 lines
Diff to previous 1.168.2.14 , to branch point 1.168
#330821 by dww: Backported some fixes for PHP warnings in CCK date support.

Revision 1.185 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 8 20:06:14 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.184: +11 -8 lines
Diff to previous 1.184
#330821 by dww: Fixed some bugs in the D6 CCK date field support.

Revision 1.168.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 22:12:55 2008 UTC (12 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.13: +9 -8 lines
Diff to previous 1.168.2.13 , to branch point 1.168
#330840 by dww: Fixed a PHP warning when sending a copy of a signup
broadcast to yourself from _signup_get_email_tokens() inspecting an
element in the $signup object that doesn't always exist.

Revision 1.184 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 22:12:36 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.183: +9 -8 lines
Diff to previous 1.183
#330840 by dww: Fixed a PHP warning when sending a copy of a signup
broadcast to yourself from _signup_get_email_tokens() inspecting an
element in the $signup object that doesn't always exist.

Revision 1.183 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 20:09:34 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.182: +16 -12 lines
Diff to previous 1.182
#330838 by dww: Fixed custom validation of the signup form, both to
validate the email address for anonymous signups, and to validate the
username when a signup administrator signs up other users.

Revision 1.168.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 20:01:57 2008 UTC (12 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.12: +21 -20 lines
Diff to previous 1.168.2.12 , to branch point 1.168
#328822 by dww: Fixed bug introduced by the previous patch where
signup settings would be reset to the defaults if someone that didn't
have permission to administer signups edited a signup-enabled node.

Revision 1.182 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 20:01:52 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.181: +21 -20 lines
Diff to previous 1.181
#328822 by dww: Fixed bug introduced by the previous patch where
signup settings would be reset to the defaults if someone that didn't
have permission to administer signups edited a signup-enabled node.

Revision 1.181 - (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.180: +478 -265 lines
Diff to previous 1.180
#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.168.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 11:44:08 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.11: +2 -2 lines
Diff to previous 1.168.2.11 , to branch point 1.168
#328181 by dww: Fixed a bug introduced in the previous patch where the
signup status filter at admin/content/signup threw PHP and SQL errors.

Revision 1.180 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 11:44:06 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.179: +2 -2 lines
Diff to previous 1.179
#328181 by dww: Fixed a bug introduced in the previous patch where the
signup status filter at admin/content/signup threw PHP and SQL errors.

Revision 1.74.2.57 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 09:53:35 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.74.2.56: +3 -3 lines
Diff to previous 1.74.2.56 , to branch point 1.74 , to next main 1.242
Converted to use drupal_strtolower() instead of strtolower().

Revision 1.168.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 09:53:33 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.10: +3 -3 lines
Diff to previous 1.168.2.10 , to branch point 1.168
Converted to use drupal_strtolower() instead of strtolower().

Revision 1.179 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 09:53:29 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.178: +3 -3 lines
Diff to previous 1.178
Converted to use drupal_strtolower() instead of strtolower().

Revision 1.168.2.10 - (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.168.2.9: +2 -2 lines
Diff to previous 1.168.2.9 , to branch point 1.168
Code-style: Fixed formatting and spelling of some more PHPDoc comments.

Revision 1.178 - (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.177: +2 -2 lines
Diff to previous 1.177
Code-style: Fixed formatting and spelling of some more PHPDoc comments.

Revision 1.74.2.56 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 09:32:53 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.55: +6 -2 lines
Diff to previous 1.74.2.55 , to branch point 1.74
Code-style: Fixed formatting and spelling of some PHPDoc comments.

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

Revision 1.168.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 09:32:23 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.8: +13 -6 lines
Diff to previous 1.168.2.8 , to branch point 1.168
Code-style: Fixed formatting and spelling of some PHPDoc comments.

Revision 1.74.2.55 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 09:24:09 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.54: +6 -6 lines
Diff to previous 1.74.2.54 , to branch point 1.74
Code-style: Replaced 'elseif' with 'elseif'.

Revision 1.168.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 09:24:06 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.7: +12 -12 lines
Diff to previous 1.168.2.7 , to branch point 1.168
Code-style: Replaced 'else if' with 'elseif'.

Revision 1.176 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 09:24:00 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.175: +12 -12 lines
Diff to previous 1.175
Code-style: Replaced 'else if' with 'elseif'.

Revision 1.168.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 09:17:38 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.6: +2 -2 lines
Diff to previous 1.168.2.6 , to branch point 1.168
Fixed the help text on the signup broadcast page to use the
human-readable name of the content type, not the internal name.

Revision 1.175 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 09:17:34 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.174: +2 -2 lines
Diff to previous 1.174
Fixed the help text on the signup broadcast page to use the
human-readable name of the content type, not the internal name.

Revision 1.74.2.54 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 08:45:42 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.53: +2 -2 lines
Diff to previous 1.74.2.53 , to branch point 1.74
#330281 by dww: Fixed broken link to the 'Signups' tab in the help
text for the signup settings on the node form when creating new nodes.

Revision 1.168.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 08:45:37 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.5: +2 -2 lines
Diff to previous 1.168.2.5 , to branch point 1.168
#330281 by dww: Fixed broken link to the 'Signups' tab in the help
text for the signup settings on the node form when creating new nodes.

Revision 1.174 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 08:45:33 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.173: +2 -2 lines
Diff to previous 1.173
#330281 by dww: Fixed broken link to the 'Signups' tab in the help
text for the signup settings on the node form when creating new nodes.

Revision 1.168.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 04:48:40 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.4: +2 -1 lines
Diff to previous 1.168.2.4 , to branch point 1.168
#222217: Fixed undefined variable PHP warning in signup_get_email_addresses().

Revision 1.173 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 04:48:38 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.172: +2 -1 lines
Diff to previous 1.172
#222217: Fixed undefined variable PHP warning in signup_get_email_addresses().

Revision 1.168.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 4 20:08:21 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.3: +116 -99 lines
Diff to previous 1.168.2.3 , to branch point 1.168
#328822 by dww: Removed global $form_values from signup_nodeapi() and
otherwise cleaned up the logic and code.

Revision 1.172 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 4 20:08:12 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.171: +116 -99 lines
Diff to previous 1.171
#328822 by dww: Removed global $form_values from signup_nodeapi() and
otherwise cleaned up the logic and code.

Revision 1.168.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 2 01:23:34 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.2: +2 -2 lines
Diff to previous 1.168.2.2 , to branch point 1.168
#290734 by dww: Fixed a bug from the previous patch where the
%username token for anonymous users wasn't actually being replaced
inside theme_signup_email_token_anonymous_username() due to using an
uninitialzed variable for the custom signup form data.

Revision 1.171 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 2 01:23:32 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.170: +2 -2 lines
Diff to previous 1.170
#290734 by dww: Fixed a bug from the previous patch where the
%username token for anonymous users wasn't actually being replaced
inside theme_signup_email_token_anonymous_username() due to using an
uninitialzed variable for the custom signup form data.

Revision 1.74.2.53 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 1 08:54:36 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.52: +3 -3 lines
Diff to previous 1.74.2.52 , to branch point 1.74
Fixed minor bug where an undefined variable was used on the settings page.

Revision 1.168.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 1 08:54:33 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168.2.1: +2 -2 lines
Diff to previous 1.168.2.1 , to branch point 1.168
Fixed minor bug where an undefined variable was used on the settings page.

Revision 1.170 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 1 08:54:29 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.169: +2 -2 lines
Diff to previous 1.169
Fixed minor bug where an undefined variable was used on the settings page.

Revision 1.74.2.52 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 1 05:29:50 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.51: +2 -2 lines
Diff to previous 1.74.2.51 , to branch point 1.74
Fixed more code style inconsistencies: always use TRUE instead of true.

Revision 1.168.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 1 05:29:45 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.168: +9 -9 lines
Diff to previous 1.168
Fixed more code style inconsistencies: always use TRUE instead of true.

Revision 1.169 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 1 05:29:39 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.168: +9 -9 lines
Diff to previous 1.168
Fixed more code style inconsistencies: always use TRUE instead of true.

Revision 1.168 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 1 01:16:02 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Branch point for: DRUPAL-5--2
Changes since 1.167: +17 -2 lines
Diff to previous 1.167
#78707 by dww: Added a theme_signup_node_output_header() function to
customize HTML at the top of the signup-related output on nodes.
The default implementation adds a 'signup' anchor.

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

Revision 1.167 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 23:33:53 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.166: +2 -2 lines
Diff to previous 1.166
Fixed some code style problems with the help of the coder_format script.

Revision 1.166 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 23:29:54 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.165: +92 -74 lines
Diff to previous 1.165
Fixed some code style problems with the help of the coder_format script.

Revision 1.165 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 22:18:03 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.164: +57 -53 lines
Diff to previous 1.164
#328647 by dww: Removed all mention of 'event' in the UI and code
unless it refers specifically to the event.module.  User-facing text
now uses the human-readable node type name, instead.

Revision 1.74.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 17:50:41 2008 UTC (12 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.49: +4 -4 lines
Diff to previous 1.74.2.49 , to branch point 1.74
#328637 by dww: Fixed bug where error messages generated while
validating an anonymous user's email address weren't translatable.

Revision 1.164 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 17:50:36 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.163: +4 -4 lines
Diff to previous 1.163
#328637 by dww: Fixed bug where error messages generated while
validating an anonymous user's email address weren't translatable.

Revision 1.163 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 16:45:59 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.162: +130 -173 lines
Diff to previous 1.162
#328181 by dww: Reorganized the whole date/event backend code so that
sites can have both event.module and date.module enabled simultaneously.

Revision 1.162 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 15:39:54 2008 UTC (12 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.161: +97 -26 lines
Diff to previous 1.161
#86462 by KarenS, dww, duellj, shane_jordan, and stBorchert: Added
support to use CCK date fields to control time-based functionality
(auto-closing signups and reminder emails). Currently works with
date.module versions 5.x-1.* and 5.x-2.*, though you can not use the
CCK date functionality if event.module is still enabled.

Revision 1.161 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 08:15:14 2008 UTC (12 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.160: +2 -2 lines
Diff to previous 1.160
#327726 by dww: Split the default views out into views/views_default.inc

Revision 1.160 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 08:05:17 2008 UTC (12 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.159: +17 -1 lines
Diff to previous 1.159
#321531 by stBorchert and dww: Exposed the signup form as a panel pane.

Revision 1.159 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 21:01:38 2008 UTC (12 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.158: +15 -15 lines
Diff to previous 1.158
#327726: Reorgnaized the directory layout: fixed paths to .js and .inc files.

Revision 1.74.2.49 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 21 22:38:26 2008 UTC (13 months ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.48: +4 -3 lines
Diff to previous 1.74.2.48 , to branch point 1.74
#322924 by dww: Fixed potential PHP error when generating the signup
form resulting from an uninitialized variable.

Revision 1.158 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 18 05:20:15 2008 UTC (13 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-5
Changes since 1.157: +35 -6 lines
Diff to previous 1.157
#320845 by dww: Improved the UI for selecting the view display type
(Page vs. Block) to embed for the signup user list (#243035).

Revision 1.74.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 17 07:45:26 2008 UTC (13 months, 1 week ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.47: +12 -7 lines
Diff to previous 1.74.2.47 , to branch point 1.74
#321463 by dww: Fixed UI bug where the 'Please login or register to signup'
help text was printed even if regular authenticated users couldn't signup.

Revision 1.157 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 17 07:43:25 2008 UTC (13 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.156: +19 -12 lines
Diff to previous 1.156
#321463 by dww: Fixed UI bug where the 'Please login or register to signup'
help text was printed even if regular authenticated users couldn't signup.

Revision 1.156 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 08:17:31 2008 UTC (13 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.155: +135 -38 lines
Diff to previous 1.155
#47913 by dww and stBorchert: Added significantly more themeability
for what appears on signup-enabled nodes and for the the signup
administration overview page.

Revision 1.74.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 07:33:50 2008 UTC (13 months, 1 week ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.46: +2 -2 lines
Diff to previous 1.74.2.46 , to branch point 1.74
#321653 by shane_jordan: Fixed bug where if a signup administrator
canceled an anonymous signup on a given node, all of that anonymous
user's signups were also canceled.  This bug was from the original
implementation of anonymous signup support (#68497).

Revision 1.155 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 07:33:47 2008 UTC (13 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.154: +2 -2 lines
Diff to previous 1.154
#321653 by shane_jordan: Fixed bug where if a signup administrator
canceled an anonymous signup on a given node, all of that anonymous
user's signups were also canceled.  This bug was from the original
implementation of anonymous signup support (#68497).

Revision 1.154 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 15:33:47 2008 UTC (13 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.153: +138 -15 lines
Diff to previous 1.153
#243035 by dww, deviantintegral and stBorchert: Added a default view
for the users signed up for a node ('signup_user_list'), a theme
function for the hard-coded listing (theme_signup_user_list()), a
setting to control what user listing appears under the signup form
(the old hard-coded listing, an embedded view, or nothing at all),
and some jQuery to hide/reveal these advanced settings as needed.

Revision 1.153 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 10 20:17:11 2008 UTC (13 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.152: +13 -5 lines
Diff to previous 1.152
#132142 by dww: Fixed bug where the site-wide date format settings
were not being respected.  There is now a setting to control which
site-wide date format string to use for rendering dates in the
administrative UI and in the email messages.

Revision 1.74.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 10 17:16:51 2008 UTC (13 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.45: +165 -63 lines
Diff to previous 1.74.2.45 , to branch point 1.74
#137609 by dww and stBorchert: Added a lot more themeability for how
the site-specific custom signup data is displayed for the signed up
user, the signup administrator, and in the email messages.  This also
fixes a bug (#178441) where the labels for the custom fields were not
included in the email messages.

Revision 1.152 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 10 17:16:45 2008 UTC (13 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.151: +163 -63 lines
Diff to previous 1.151
#137609 by dww and stBorchert: Added a lot more themeability for how
the site-specific custom signup data is displayed for the signed up
user, the signup administrator, and in the email messages.  This also
fixes a bug (#178441) where the labels for the custom fields were not
included in the email messages.

Revision 1.151 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 07:15:40 2008 UTC (13 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.150: +2 -2 lines
Diff to previous 1.150
#290734 by dww: Fixed a minor bug introduced in the previous patch for
this issue that prevented the '!time' token from being properly
replaced in the notification email sent to event admins when a user
signs up.  This bug was never publicly released, only -dev was effected.

Revision 1.150 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 06:45:23 2008 UTC (13 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.149: +46 -13 lines
Diff to previous 1.149
#273072 by dww: Added a theme function for the node/N/signups signup
administration tab (theme_signup_node_admin_page()), and changed the
default appearance of that page to be more visually consistent.

Revision 1.149 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 01:05:31 2008 UTC (13 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.148: +44 -2 lines
Diff to previous 1.148
#310677 by stBorchert and dww: Added the ability for the sender of a
broadcast message to send themselves a copy.

Revision 1.148 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 7 08:20:08 2008 UTC (13 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.147: +2 -1 lines
Diff to previous 1.147
#275298: Followup change to initialize an array before we use it.

Revision 1.147 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 7 08:11:49 2008 UTC (13 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.146: +12 -9 lines
Diff to previous 1.146
#275298 by dww: Made the table of signup details at node/N/signups
sortable by username or signup time.

Revision 1.146 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 2 16:17:51 2008 UTC (13 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.145: +2 -1 lines
Diff to previous 1.145
#316276 by deviantintegral: Added an option to hide the signup form.

Revision 1.145 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 30 21:10:43 2008 UTC (13 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.144: +96 -65 lines
Diff to previous 1.144
#290734 by dww: Cleaned up, unified, and fixed handling of the
hard-coded signup email tokens.  In particular, %username is now
properly handled for anonymous signups by means of a new theme
function: theme_signup_email_token_anonymous_username().

Revision 1.144 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 10 05:56:38 2008 UTC (15 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.143: +5 -3 lines
Diff to previous 1.143
#247573 by dww: Fixed UI bug where the form for administrators to signup
other users (#174715) was shown even if signups were closed on that node.

Revision 1.74.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 9 10:57:31 2008 UTC (15 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.44: +11 -3 lines
Diff to previous 1.74.2.44 , to branch point 1.74
#219680 by dww: Fixed bug where the email address of users who signup
was being sent in the notification emails to event owners, which is an
inadvertent disclosure of personal information.  Now, only a link to
the user's profile is included.

Revision 1.143 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 9 10:57:28 2008 UTC (15 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.142: +11 -4 lines
Diff to previous 1.142
#219680 by dww: Fixed bug where the email address of users who signup
was being sent in the notification emails to event owners, which is an
inadvertent disclosure of personal information.  Now, only a link to
the user's profile is included.

Revision 1.142 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 9 10:48:59 2008 UTC (15 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.141: +2 -2 lines
Diff to previous 1.141
#293157 by dww: Fixed bug where the '!login' placeholder was not
expanded in the help text for the e-mail field when anonymous users
can signup. This bug was introduced in version 5.x-2.4 via #174715.

Revision 1.74.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 7 19:41:26 2008 UTC (15 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.43: +3 -3 lines
Diff to previous 1.74.2.43 , to branch point 1.74
#290740 by dww: If 'site_mail' is undefined, use the 'sendmail_from'
PHP ini setting as the fall-back value (Be Like Core(tm)).

Revision 1.141 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 7 19:41:18 2008 UTC (15 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.140: +3 -3 lines
Diff to previous 1.140
#290740 by dww: If 'site_mail' is undefined, use the 'sendmail_from'
PHP ini setting as the fall-back value (Be Like Core(tm)).

Revision 1.140 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 08:12:13 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.139: +65 -44 lines
Diff to previous 1.139
#213239 by dww: Fixed UI bug where event-specific features (e.g.
reminder email) were shown on nodes that don't have a start time.

Revision 1.74.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 08:05:09 2008 UTC (15 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.42: +3 -3 lines
Diff to previous 1.74.2.42 , to branch point 1.74
#290740 by deviantintegral: If 'site_mail' is undefined, fixed
fallback From: address to use 'example.com' instead of 'noadmin.com'.

Revision 1.139 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 08:04:57 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.138: +3 -3 lines
Diff to previous 1.138
#290740 by deviantintegral: If 'site_mail' is undefined, fixed
fallback From: address to use 'example.com' instead of 'noadmin.com'.

Revision 1.138 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 2 09:14:24 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.137: +7 -4 lines
Diff to previous 1.137
#265222 by dww: Added support for an '%eventurl' token for all e-mail
messages which contains the full URL to the node in question.

Revision 1.137 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 2 08:58:57 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.136: +96 -6 lines
Diff to previous 1.136
#285626 by deviantintegral and dww: Added optional support for using
token.module tokens in the various email message templates.

Revision 1.136 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 21:24:06 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.135: +6 -3 lines
Diff to previous 1.135
#219678 by dww: Changed email notification to event owner to omit
'Date/Time: [Untimed]' if the event has no time (see also #289326).

Revision 1.135 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 07:27:58 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.134: +13 -6 lines
Diff to previous 1.134
#243051 by dww: Fixed bugs and simplified logic for deciding if the
'Signup settings' fieldset should be added to node forms or not.

Revision 1.74.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 04:32:47 2008 UTC (15 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.41: +8 -2 lines
Diff to previous 1.74.2.41 , to branch point 1.74
#247618 by selmanj and dww: Fixed bug where '... or register ...' was
printed even on sites that have user registration disabled.

Revision 1.134 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 04:32:45 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.133: +8 -2 lines
Diff to previous 1.133
#247618 by selmanj and dww: Fixed bug where '... or register ...' was
printed even on sites that have user registration disabled.

Revision 1.74.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 04:16:10 2008 UTC (15 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.40: +29 -1 lines
Diff to previous 1.74.2.40 , to branch point 1.74
#233512 by dww and tcocca: Added code to cancel all signups of users
that are deleted from the site.

Revision 1.133 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 04:16:06 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.132: +42 -1 lines
Diff to previous 1.132
#233512 by dww and tcocca: Added code to cancel all signups of users
that are deleted from the site.

Revision 1.132 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 28 05:59:31 2008 UTC (16 months ago) by dww
Branch: MAIN
Changes since 1.131: +8 -2 lines
Diff to previous 1.131
#224162 by dww: Fixed bug where all broadcasts were sent as the site owner.

Revision 1.74.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 23 10:18:37 2008 UTC (18 months ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.39: +2 -2 lines
Diff to previous 1.74.2.39 , to branch point 1.74
#249155 by joshk: Added the $user object as another argument when
invoking hook_signup_sign_up().

Revision 1.131 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 23 10:18:32 2008 UTC (18 months ago) by dww
Branch: MAIN
Changes since 1.130: +2 -2 lines
Diff to previous 1.130
#249155 by joshk: Added the $user object as another argument when
invoking hook_signup_sign_up().

Revision 1.74.2.39 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 16 19:21:13 2008 UTC (18 months, 1 week ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.38: +9 -2 lines
Diff to previous 1.74.2.38 , to branch point 1.74
#259301 by dww: Fixed bug where the code assumes you want additional
fields in your signup form. Signup now handles an empty return value
from theme_signup_user_form().

Revision 1.130 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 16 19:20:58 2008 UTC (18 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.129: +9 -2 lines
Diff to previous 1.129
#259301 by dww: Fixed bug where the code assumes you want additional
fields in your signup form. Signup now handles an empty return value
from theme_signup_user_form().

Revision 1.74.2.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 03:05:00 2008 UTC (22 months ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.37: +2 -2 lines
Diff to previous 1.74.2.37 , to branch point 1.74
Modified a query to use ASI standard <> instead of != (coder.module).

Revision 1.129 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 03:02:39 2008 UTC (22 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-4
Changes since 1.128: +6 -6 lines
Diff to previous 1.128
Code style cleanup from coder.module.

Revision 1.128 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 02:56:37 2008 UTC (22 months ago) by dww
Branch: MAIN
Changes since 1.127: +93 -28 lines
Diff to previous 1.127
#174715 by dww: Signup administrators can now signup other users.

Revision 1.45.2.57 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 08:46:12 2007 UTC (23 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.45.2.56: +2 -2 lines
Diff to previous 1.45.2.56 , to branch point 1.45 , to next main 1.242
#202913 by westwesterson: Fixed ambiguous SQL query on the
admin/content/signup page when using certain node access modules.

Revision 1.74.2.37 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 08:46:03 2007 UTC (23 months ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.36: +2 -2 lines
Diff to previous 1.74.2.36 , to branch point 1.74
#202913 by westwesterson: Fixed ambiguous SQL query on the
admin/content/signup page when using certain node access modules.

Revision 1.127 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 08:45:59 2007 UTC (23 months ago) by dww
Branch: MAIN
Changes since 1.126: +2 -2 lines
Diff to previous 1.126
#202913 by westwesterson: Fixed ambiguous SQL query on the
admin/content/signup page when using certain node access modules.

Revision 1.45.2.56 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 12 07:37:53 2007 UTC (23 months, 2 weeks ago) by dww
Branch: DRUPAL-4-7
Changes since 1.45.2.55: +2 -5 lines
Diff to previous 1.45.2.55 , to branch point 1.45
#107136: Added $uid parameter to _signup_cancel hook (so it can be
useful for something) and converted to use module_invoke_all().

Revision 1.74.2.36 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 12 07:37:49 2007 UTC (23 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.35: +2 -5 lines
Diff to previous 1.74.2.35 , to branch point 1.74
#107136: Added $uid parameter to _signup_cancel hook (so it can be
useful for something) and converted to use module_invoke_all().

Revision 1.126 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 12 07:37:42 2007 UTC (23 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.125: +2 -5 lines
Diff to previous 1.125
#107136: Added $uid parameter to _signup_cancel hook (so it can be
useful for something) and converted to use module_invoke_all().

Revision 1.45.2.55 - (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.45.2.54: +7 -7 lines
Diff to previous 1.45.2.54 , to branch point 1.45
Removing stray whitespace.

Revision 1.125 - (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.124: +13 -13 lines
Diff to previous 1.124
Removing stray whitespace.

Revision 1.124 - (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.123: +24 -19 lines
Diff to previous 1.123
#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.45.2.54 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 02:35:14 2007 UTC (23 months, 2 weeks ago) by dww
Branch: DRUPAL-4-7
Changes since 1.45.2.53: +3 -3 lines
Diff to previous 1.45.2.53 , to branch point 1.45
#79331: Fixed inconsistent UI: More capitalization fixes ('Cancel signup').

Revision 1.74.2.35 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 02:35:06 2007 UTC (23 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.34: +3 -3 lines
Diff to previous 1.74.2.34 , to branch point 1.74
#79331: Fixed inconsistent UI: More capitalization fixes ('Cancel signup').

Revision 1.123 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 02:35:01 2007 UTC (23 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.122: +3 -3 lines
Diff to previous 1.122
#79331: Fixed inconsistent UI: More capitalization fixes ('Cancel signup').

Revision 1.45.2.53 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 02:15:54 2007 UTC (23 months, 2 weeks ago) by dww
Branch: DRUPAL-4-7
Changes since 1.45.2.52: +3 -3 lines
Diff to previous 1.45.2.52 , to branch point 1.45
#79331: Fixed inconsistent UI: Use 'Current signups' instead of
'Current Signups' since we don't capitalize individual words.

Revision 1.74.2.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 02:15:45 2007 UTC (23 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.33: +3 -3 lines
Diff to previous 1.74.2.33 , to branch point 1.74
#79331: Fixed inconsistent UI: Use 'Current signups' instead of
'Current Signups' since we don't capitalize individual words.

Revision 1.45.2.52 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 01:37:12 2007 UTC (23 months, 2 weeks ago) by dww
Branch: DRUPAL-4-7
Changes since 1.45.2.51: +2 -2 lines
Diff to previous 1.45.2.51 , to branch point 1.45
#199383 by deviantintegral and dww: Fixed bug that could cause signup
to invoke node_load() with invalid parameters on the node add form.

Revision 1.74.2.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 01:36:56 2007 UTC (23 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.32: +2 -2 lines
Diff to previous 1.74.2.32 , to branch point 1.74
#199383 by deviantintegral and dww: Fixed bug that could cause signup
to invoke node_load() with invalid parameters on the node add form.

Revision 1.122 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 01:34:51 2007 UTC (23 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.121: +2 -2 lines
Diff to previous 1.121
#199383 by deviantintegral and dww: Fixed bug that could cause signup
to invoke node_load() with invalid parameters on the node add form.

Revision 1.121 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 3 21:38:17 2007 UTC (23 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.120: +210 -118 lines
Diff to previous 1.120
#190553 by dww: Added a global setting to move the signup form from a
fieldset on the node to a separate "Sign up" tab.  This feature was
sponsored by esquaredworkshops.com.

Revision 1.120 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 16 19:39:30 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-3
Changes since 1.119: +39 -9 lines
Diff to previous 1.119
#183417 by dww: Switched to a better method for conditionally
including views support code. This no longer uses signup_init(), which
wasn't necessary and made this module listed as incompatible with
aggressive caching for no good reason.

Revision 1.119 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 13 23:24:36 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.118: +11 -84 lines
Diff to previous 1.118
#137911 by dww: Added signup_no_views.inc and moved all hard-coded UI
functionality there. This allows more flexibility for sites using
views, since the default views for the same things can be customized
without conflicting with the non-views UI.

Revision 1.118 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 7 16:46:50 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.117: +4 -7 lines
Diff to previous 1.117
#179540 by dragonwize and dww: Restored the login/register links for
anonymous users when viewing a signup-enabled node.

Revision 1.74.2.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 7 16:40:33 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.31: +4 -7 lines
Diff to previous 1.74.2.31 , to branch point 1.74
#179540 by dragonwize and dww: Restored the login/register links for
anonymous users when viewing a signup-enabled node.

Revision 1.45.2.51 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 7 16:38:11 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7
Changes since 1.45.2.50: +4 -7 lines
Diff to previous 1.45.2.50 , to branch point 1.45
#179540 by dragonwize and dww: Restored the login/register links for
anonymous users when viewing a signup-enabled node.

Revision 1.117 - (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
Changes since 1.116: +5 -2 lines
Diff to previous 1.116
#178021 by stBorchert: Added a new "cancel own signups" permission.

Revision 1.116 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 3 19:29:38 2007 UTC (2 years, 2 months ago) by dww
Branch: MAIN
Changes since 1.115: +8 -8 lines
Diff to previous 1.115
#169372 and #171363: Fixed bugs with redeclaring functions caused by using
include() instead of include_once().

Revision 1.115 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 14 07:17:54 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-2
Changes since 1.114: +175 -108 lines
Diff to previous 1.114
#165791 by dww: Fixed critical bug from #154580 -- when event.module
is not enabled, we used to auto-close all events on each cron run
since we did the query anyway, but without any WHERE restrictions.
Fixing this required changing the API for the event-based back-end
.inc files, but it should be more simple now (single functions that
return arrays of SQL elements for each feature, instead of separate
functions for each SQL element for each feature).

Revision 1.114 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 1 02:08:54 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.113: +9 -7 lines
Diff to previous 1.113
#163257 by dww: Anonymous users could cancel all anonymous signups
once the signup limit is reached or signups are otherwise closed.
The bug was introduced in version 5.x-2.1, so no backport needed.

Revision 1.113 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 31 00:08:30 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.112: +193 -151 lines
Diff to previous 1.112
#154580 by killes and dww: Refactored code to support different event
and date backend modules. Currently, only event 5.x-1.x is supported
(as before) but event 5.x-2.x and date.module will now be easy to add.

Revision 1.112 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 27 22:40:31 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.111: +3 -3 lines
Diff to previous 1.111
Fixed bug in signup_broadcast_form_submit() where we were referring to
$form_values[nid] instead of $form_values['nid'].

Revision 1.45.2.50 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 27 21:52:28 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.45.2.49: +9 -3 lines
Diff to previous 1.45.2.49 , to branch point 1.45
#160862 by adrinux and dww: Fixed paging on signup admin form
(admin/content/signup) due to missing count query.

Revision 1.74.2.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 27 21:52:21 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.30: +9 -3 lines
Diff to previous 1.74.2.30 , to branch point 1.74
#160862 by adrinux and dww: Fixed paging on signup admin form
(admin/content/signup) due to missing count query.

Revision 1.111 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 27 21:52:12 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.110: +9 -3 lines
Diff to previous 1.110
#160862 by adrinux and dww: Fixed paging on signup admin form
(admin/content/signup) due to missing count query.

Revision 1.45.2.49 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 01:58:38 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.45.2.48: +3 -2 lines
Diff to previous 1.45.2.48 , to branch point 1.45
#142402 by cpisto: Fixed SQL bug on PgSQL when event.module is enabled.

Revision 1.74.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 01:58:36 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.29: +3 -2 lines
Diff to previous 1.74.2.29 , to branch point 1.74
#142402 by cpisto: Fixed SQL bug on PgSQL when event.module is enabled.

Revision 1.110 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 01:58:30 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.109: +3 -2 lines
Diff to previous 1.109
#142402 by cpisto: Fixed SQL bug on PgSQL when event.module is enabled.

Revision 1.45.2.48 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 21 15:19:44 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.45.2.47: +25 -25 lines
Diff to previous 1.45.2.47 , to branch point 1.45
Fixing code style issues (thanks, coder.module!)

Revision 1.74.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 21 15:18:57 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.28: +23 -23 lines
Diff to previous 1.74.2.28 , to branch point 1.74
Fixing code style issues (thanks, coder.module!)

Revision 1.109 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 21 15:18:29 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.108: +26 -26 lines
Diff to previous 1.108
Fixing code style issues (thanks, coder.module!)

Revision 1.108 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 6 22:32:43 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.107: +15 -3 lines
Diff to previous 1.107
#147546 by stBorchert: Removed call to undefined _event_date() when
using signup broadcast if event.module is not installed.

Revision 1.45.2.47 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 07:30:36 2007 UTC (2 years, 6 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.45.2.46: +3 -3 lines
Diff to previous 1.45.2.46 , to branch point 1.45
#138401: drupal_get_path() not defined for anonymous users when
caching is enabled.  signup.theme is now included properly from
hook_menu(), instead of global code outside any function.

Revision 1.74.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 07:30:34 2007 UTC (2 years, 6 months ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.27: +3 -3 lines
Diff to previous 1.74.2.27 , to branch point 1.74
#138401: drupal_get_path() not defined for anonymous users when
caching is enabled.  signup.theme is now included properly from
hook_menu(), instead of global code outside any function.

Revision 1.107 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 07:30:30 2007 UTC (2 years, 6 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-1
Changes since 1.106: +4 -4 lines
Diff to previous 1.106
#138401: drupal_get_path() not defined for anonymous users when
caching is enabled.  signup.theme is now included properly from
hook_menu(), instead of global code outside any function.

Revision 1.106 - (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
Changes since 1.105: +354 -134 lines
Diff to previous 1.105
#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.105 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 18:08:39 2007 UTC (2 years, 7 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-0
Changes since 1.104: +2 -2 lines
Diff to previous 1.104
#135659: %username isn't substituted when broadcasting to anonymous signups

Revision 1.74.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 18:00:00 2007 UTC (2 years, 7 months ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.26: +34 -28 lines
Diff to previous 1.74.2.26 , to branch point 1.74
#79332: admin/content/signup overview page was misusing tabs: now
there's a status filter (much like the watchdog filter in core).

Revision 1.104 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 17:59:54 2007 UTC (2 years, 7 months ago) by dww
Branch: MAIN
Changes since 1.103: +34 -28 lines
Diff to previous 1.103
#79332: admin/content/signup overview page was misusing tabs: now
there's a status filter (much like the watchdog filter in core).

Revision 1.103 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 11 17:38:42 2007 UTC (2 years, 7 months ago) by dww
Branch: MAIN
Changes since 1.102: +16 -2 lines
Diff to previous 1.102
#134609: add an advanced setting to control if the signup form is
collapsed or expanded by default.

Revision 1.102 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 11 17:25:52 2007 UTC (2 years, 7 months ago) by dww
Branch: MAIN
Changes since 1.101: +131 -2 lines
Diff to previous 1.101
#106891 by dww and the greenman: adding support for "Signup broadcast":
the ability to send an email to all users who signed up for a given
node.  This adds a few new permissions, another link in the operations
column for the admin signup overview page, and a new tab on
signup-enabled nodes for sufficiently privileged users.

Revision 1.45.2.46 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 8 03:30:11 2007 UTC (2 years, 7 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.45.2.45: +11 -28 lines
Diff to previous 1.45.2.45 , to branch point 1.45
#134557: remove stale code and extra DB query from signup_sign_up_user()

Revision 1.74.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 8 03:30:08 2007 UTC (2 years, 7 months ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.25: +11 -28 lines
Diff to previous 1.74.2.25 , to branch point 1.74
#134557: remove stale code and extra DB query from signup_sign_up_user()

Revision 1.101 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 8 03:30:00 2007 UTC (2 years, 7 months ago) by dww
Branch: MAIN
Changes since 1.100: +11 -28 lines
Diff to previous 1.100
#134557: remove stale code and extra DB query from signup_sign_up_user()

Revision 1.100 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 7 18:57:28 2007 UTC (2 years, 7 months ago) by dww
Branch: MAIN
Changes since 1.99: +7 -1 lines
Diff to previous 1.99
#106808 by dww and 'the greenman': Initial views support.  At this
time, all the fields from both tables are exported, and there are a
handful of filters, sorts, and arguments.  No default views yet.

Revision 1.99 - (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.98: +13 -13 lines
Diff to previous 1.98
#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.45.2.45 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 31 07:15:11 2007 UTC (2 years, 7 months ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1
Changes since 1.45.2.44: +12 -4 lines
Diff to previous 1.45.2.44 , to branch point 1.45
#102949: For consistency, allow the %info token in reminder emails, too.

Revision 1.74.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 31 07:15:07 2007 UTC (2 years, 7 months ago) by dww
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.74.2.24: +12 -4 lines
Diff to previous 1.74.2.24 , to branch point 1.74
#102949: For consistency, allow the %info token in reminder emails, too.

Revision 1.98 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 31 07:15:05 2007 UTC (2 years, 7 months ago) by dww
Branch: MAIN
Changes since 1.97: +12 -4 lines
Diff to previous 1.97
#102949: For consistency, allow the %info token in reminder emails, too.

Revision 1.45.2.44 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 30 23:46:56 2007 UTC (2 years, 7 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.45.2.43: +119 -65 lines
Diff to previous 1.45.2.43 , to branch point 1.45
#49007: Fix all the UI bugs and weird behavior about enabling and
disabling signups per-node-type and per-node.

Revision 1.74.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 30 23:45:53 2007 UTC (2 years, 7 months ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.23: +134 -65 lines
Diff to previous 1.74.2.23 , to branch point 1.74
#49007: Fix all the UI bugs and weird behavior about enabling and
disabling signups per-node-type and per-node. Includes jQuery code to
further cleanup the UI (by hiding irrelevent settings).

Revision 1.97 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 30 23:44:31 2007 UTC (2 years, 7 months ago) by dww
Branch: MAIN
Changes since 1.96: +134 -65 lines
Diff to previous 1.96
#49007: Fix all the UI bugs and weird behavior about enabling and
disabling signups per-node-type and per-node. Includes jQuery code to
further cleanup the UI (by hiding irrelevent settings).

Revision 1.1.2.63 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 29 09:49:31 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6--1-1
Changes since 1.1.2.62: +2 -2 lines
Diff to previous 1.1.2.62 , to branch point 1.1 , to next main 1.242
removed double-escaped output on signup form_group() title.

Revision 1.45.2.43 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 28 20:14:16 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.45.2.42: +59 -44 lines
Diff to previous 1.45.2.42 , to branch point 1.45
code reorganization: split up hook_form_alter() to use separate helper
methods for each kind of form we alter -- easier to read and extend.

Revision 1.74.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 28 20:14:15 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.22: +57 -44 lines
Diff to previous 1.74.2.22 , to branch point 1.74
code reorganization: split up hook_form_alter() to use separate helper
methods for each kind of form we alter -- easier to read and extend.

Revision 1.96 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 28 20:14:09 2007 UTC (2 years, 8 months ago) by dww
Branch: MAIN
Changes since 1.95: +57 -44 lines
Diff to previous 1.95
code reorganization: split up hook_form_alter() to use separate helper
methods for each kind of form we alter -- easier to read and extend.

Revision 1.45.2.42 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 28 15:38:06 2007 UTC (2 years, 8 months ago) by thehunmonkgroup
Branch: DRUPAL-4-7
Changes since 1.45.2.41: +60 -12 lines
Diff to previous 1.45.2.41 , to branch point 1.45
#104804 - Fieldsets in contact form don't work. patch by hunmonk/dww. the code should now handle nested values regardless of depth.

Revision 1.95 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 28 15:35:43 2007 UTC (2 years, 8 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.94: +60 -12 lines
Diff to previous 1.94
#104804 - Fieldsets in contact form don't work. patch by hunmonk/dww. the code should now handle nested values regardless of depth.

Revision 1.74.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 28 15:33:17 2007 UTC (2 years, 8 months ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.74.2.21: +68 -20 lines
Diff to previous 1.74.2.21 , to branch point 1.74
#104804 - Fieldsets in contact form don't work. patch by hunmonk/dww. the code should now handle nested values regardless of depth.

Revision 1.45.2.41 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 26 16:01:39 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.45.2.40: +3 -3 lines
Diff to previous 1.45.2.40 , to branch point 1.45
#131115 by Uccio: module_exists() accidentally added to the 4.7.x
version during the backport of the code cleanup (rev 1.45.2.40).

Revision 1.45.2.40 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 23:47:10 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.45.2.39: +435 -284 lines
Diff to previous 1.45.2.39 , to branch point 1.45
cleaning to comply with Drupal coding standards and improve readability:
- big arrays (especially menus and forms) split onto separate lines
- menu callbacks should return their output, not "print theme('page', ...)"
- better use of FAPI constructs like '#prefix' instead of '#markup'.
- using menu callback arguments instead of arg() in the callback itself.
- no "} else {" and other basic syntax formatting
- whitepsace issues
- better comments

Revision 1.74.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 23:46:17 2007 UTC (2 years, 8 months ago) by dww
Branch: DRUPAL-5
Changes since 1.74.2.20: +394 -284 lines
Diff to previous 1.74.2.20 , to branch point 1.74
cleaning to comply with Drupal coding standards and improve readability:
- big arrays (especially menus and forms) split onto separate lines
- menu callbacks should return their output, not "print theme('page', ...)"
- better use of FAPI constructs like '#prefix' instead of '#markup'.
- using menu callback arguments instead of arg() in the callback itself.
- no "} else {" and other basic syntax formatting
- whitepsace issues
- better comments

Revision 1.94 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 23:44:24 2007 UTC (2 years, 8 months ago) by dww
Branch: MAIN
Changes since 1.93: +394 -284 lines
Diff to previous 1.93
cleaning to comply with Drupal coding standards and improve readability:
- big arrays (especially menus and forms) split onto separate lines
- menu callbacks should return their output, not "print theme('page', ...)"
- better use of FAPI constructs like '#prefix' instead of '#markup'.
- using menu callback arguments instead of arg() in the callback itself.
- no "} else {" and other basic syntax formatting
- whitepsace issues
- better comments

Revision 1.45.2.39 - (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
Changes since 1.45.2.38: +25 -17 lines
Diff to previous 1.45.2.38 , to branch point 1.45
#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.74.2.20 - (view) (download) (as text) (annotate)