/[drupal]/contributions/modules/signup/CHANGELOG.txt
ViewVC logotype

Log of /contributions/modules/signup/CHANGELOG.txt

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


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

Revision 1.115.2.69 - (view) (download) (annotate) - [select for diffs]
Mon Nov 16 21:34:50 2009 UTC (8 days, 19 hours ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.68: +2 -1 lines
Diff to previous 1.115.2.68 , to branch point 1.115 , to next main 1.123
#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.115.2.68 - (view) (download) (annotate) - [select for diffs]
Thu Oct 8 00:01:29 2009 UTC (6 weeks, 6 days ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.67: +6 -2 lines
Diff to previous 1.115.2.67 , to branch point 1.115
#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.115.2.67 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 02:27:43 2009 UTC (7 weeks, 4 days ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.66: +2 -1 lines
Diff to previous 1.115.2.66 , to branch point 1.115
#592202 by dww: Added a pager and increased items per page on default views.

Revision 1.115.2.66 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 01:22:24 2009 UTC (7 weeks, 4 days ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.65: +2 -1 lines
Diff to previous 1.115.2.65 , to branch point 1.115
#594686 by dww: Split all default views into their own separate files.

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

Revision 1.115.2.64 - (view) (download) (annotate) - [select for diffs]
Thu Sep 24 06:45:26 2009 UTC (2 months ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC6
Changes since 1.115.2.63: +19 -19 lines
Diff to previous 1.115.2.63 , to branch point 1.115
by dww: Final CHANGELOG entry for 6.x-1.0-rc6 (and added dates to others).

Revision 1.115.2.63 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 06:56:40 2009 UTC (2 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.62: +3 -1 lines
Diff to previous 1.115.2.62 , to branch point 1.115
#578278 by neil.brown, dww: Fixed bug where the signup_confirm_email
field was shown to administrators editing another user's signup.

Revision 1.115.2.62 - (view) (download) (annotate) - [select for diffs]
Mon Sep 21 05:23:09 2009 UTC (2 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.61: +4 -1 lines
Diff to previous 1.115.2.61 , to branch point 1.115
#578592 by dww: Cleaned up and fixed the "Signup summary" at the top
of the node/N/signups/admin. The UI also makes sense now for signups
that don't count towards the signup limit (#581652).

Revision 1.115.2.61 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 23:10:09 2009 UTC (2 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.60: +6 -1 lines
Diff to previous 1.115.2.60 , to branch point 1.115
#582626 by dww: Fixed bug in the visibility logic for the "Signup:
Node: Signup link" views field handler which used to think that if
signups were closed on a node that the node wasn't signup-enabled.
This would cause the Signup link fields to only appear on nodes where
signups were open.

Revision 1.115.2.60 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 22:25:53 2009 UTC (2 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.59: +4 -1 lines
Diff to previous 1.115.2.59 , to branch point 1.115
#539052 by dww: Fixed jQuery bug when users edited their signups that
was causing most of the form elements to be enabled before pressing
the 'Edit' button (all form elements should be disabled at first).

Revision 1.115.2.59 - (view) (download) (annotate) - [select for diffs]
Sat Sep 19 09:18:32 2009 UTC (2 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.58: +3 -1 lines
Diff to previous 1.115.2.58 , to branch point 1.115
#578344 by dww: Added a "Signup" group on the module administration
page (admin/build/modules) for all the signup-related modules.

Revision 1.115.2.58 - (view) (download) (annotate) - [select for diffs]
Sat Sep 19 01:42:58 2009 UTC (2 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.57: +6 -2 lines
Diff to previous 1.115.2.57 , to branch point 1.115
#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.115.2.57 - (view) (download) (annotate) - [select for diffs]
Sat Sep 19 00:33:42 2009 UTC (2 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.56: +7 -1 lines
Diff to previous 1.115.2.56 , to branch point 1.115
#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.115.2.56 - (view) (download) (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.115.2.55: +5 -1 lines
Diff to previous 1.115.2.55 , to branch point 1.115
#578502 by dww: Moved signup-related settings from node/N/edit to a
new "Settings" subtab at node/N/signups/settings.

Revision 1.79.2.32 - (view) (download) (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.79.2.31: +4 -1 lines
Diff to previous 1.79.2.31 , to branch point 1.79 , to next main 1.123
#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.115.2.55 - (view) (download) (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.115.2.54: +10 -1 lines
Diff to previous 1.115.2.54 , to branch point 1.115
#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.115.2.54 - (view) (download) (annotate) - [select for diffs]
Sun Aug 23 15:52:33 2009 UTC (3 months ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC5
Changes since 1.115.2.53: +5 -1 lines
Diff to previous 1.115.2.53 , to branch point 1.115
Added missing CHANGELOG entry for 6.x-1.0-rc5

Revision 1.115.2.53 - (view) (download) (annotate) - [select for diffs]
Sun Aug 23 15:48:20 2009 UTC (3 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.52: +2 -2 lines
Diff to previous 1.115.2.52 , to branch point 1.115
Final CHANGELOG entry for 6.x-1.0-rc5

Revision 1.115.2.52 - (view) (download) (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.115.2.51: +4 -1 lines
Diff to previous 1.115.2.51 , to branch point 1.115
#549646 by dww: Exposed signup-related node and signup data to token.module.

Revision 1.115.2.51 - (view) (download) (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.115.2.50: +3 -1 lines
Diff to previous 1.115.2.50 , to branch point 1.115
#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.115.2.50 - (view) (download) (annotate) - [select for diffs]
Mon Aug 3 21:00:55 2009 UTC (3 months, 3 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.49: +6 -1 lines
Diff to previous 1.115.2.49 , to branch point 1.115
#534948 by dww: Fixed bugs where signup_confirm_email.module breaks
signup_status.module due to the unorthodox way it was trying to
hijack the signup form for the confirmation.  Now, confirmation is
handled via a checkbox (which is only shown if needed via JavaScript)
instead of trying to redirect to a separate confirmation form.

Revision 1.115.2.49 - (view) (download) (annotate) - [select for diffs]
Thu Jul 30 22:20:34 2009 UTC (3 months, 3 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.48: +10 -1 lines
Diff to previous 1.115.2.48 , to branch point 1.115
#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.115.2.48 - (view) (download) (annotate) - [select for diffs]
Mon Jul 27 21:03:38 2009 UTC (3 months, 4 weeks ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC4
Changes since 1.115.2.47: +5 -1 lines
Diff to previous 1.115.2.47 , to branch point 1.115
#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.115.2.47 - (view) (download) (annotate) - [select for diffs]
Sat Jul 25 21:28:40 2009 UTC (4 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.46: +2 -1 lines
Diff to previous 1.115.2.46 , to branch point 1.115
#529478 by dww: Added a hook to alter access to the signup node tabs.

Revision 1.115.2.46 - (view) (download) (annotate) - [select for diffs]
Fri Jul 24 17:52:08 2009 UTC (4 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.45: +6 -1 lines
Diff to previous 1.115.2.45 , to branch point 1.115
#529250 by dww: Added a separate module that injects an e-mail address
field on the signup form for authenticated users to verify the address
stored in their profile. If the user changes this field while signing up
(or editing an existing signup), they are presented with a confirmation
form. If they approve, the e-mail address in their profile is updated.

Revision 1.115.2.45 - (view) (download) (annotate) - [select for diffs]
Thu Jul 23 00:56:11 2009 UTC (4 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.44: +2 -1 lines
Diff to previous 1.115.2.44 , to branch point 1.115
#439784 by seals: Added Swedish (sv) translation (just updating CHANGELOG).

Revision 1.115.2.44 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 22:56:49 2009 UTC (4 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.43: +4 -1 lines
Diff to previous 1.115.2.43 , to branch point 1.115
#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.115.2.43 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 22:44:02 2009 UTC (4 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.42: +3 -1 lines
Diff to previous 1.115.2.42 , to branch point 1.115
#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.115.2.42 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 22:24:52 2009 UTC (4 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.41: +3 -1 lines
Diff to previous 1.115.2.41 , to branch point 1.115
#480278 by ezra-g: Removed a superfluous user_access() check inside
signup_sign_up_user() that can prevent proper programmatic signups.

Revision 1.115.2.41 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 22:00:04 2009 UTC (4 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.40: +4 -1 lines
Diff to previous 1.115.2.40 , to branch point 1.115
#471562 by dww: Fixed broken link to the signup broadcast tab on the
signup administration page at admin/content/signup (this bug was
introduced in version 6.x-1.0-rc3 via #349292).

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

Revision 1.115.2.39 - (view) (download) (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.115.2.38: +5 -1 lines
Diff to previous 1.115.2.38 , to branch point 1.115
#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.115.2.38 - (view) (download) (annotate) - [select for diffs]
Wed Mar 18 06:32:27 2009 UTC (8 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.37: +2 -1 lines
Diff to previous 1.115.2.37 , to branch point 1.115
#376330 by joostvdl: Added a Dutch (nl) translation.

Revision 1.115.2.37 - (view) (download) (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.115.2.36: +4 -1 lines
Diff to previous 1.115.2.36 , to branch point 1.115
#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.115.2.36 - (view) (download) (annotate) - [select for diffs]
Wed Mar 4 19:19:34 2009 UTC (8 months, 3 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.35: +3 -1 lines
Diff to previous 1.115.2.35 , to branch point 1.115
#390000 by KarenS, dww: Ported signup to the Date 6.x-2.0 API for date
format strings that was introduced at #318008.

Revision 1.115.2.35 - (view) (download) (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.115.2.34: +2 -1 lines
Diff to previous 1.115.2.34 , to branch point 1.115
#389952 by dww: Fixed a bunch of bugs in the "signup node link" views field.

Revision 1.115.2.34 - (view) (download) (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.115.2.33: +3 -1 lines
Diff to previous 1.115.2.33 , to branch point 1.115
#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.115.2.33 - (view) (download) (annotate) - [select for diffs]
Mon Mar 2 17:30:32 2009 UTC (8 months, 3 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.32: +3 -1 lines
Diff to previous 1.115.2.32 , to branch point 1.115
#367937 by dww: Fixed bug where any user who can edit their own signup
could record their own attendance at signup/edit/[sid].

Revision 1.115.2.32 - (view) (download) (annotate) - [select for diffs]
Sun Jan 25 05:46:22 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.31: +2 -2 lines
Diff to previous 1.115.2.31 , to branch point 1.115
Final CHANGELOG entry for 6.x-1.0-rc4

Revision 1.115.2.31 - (view) (download) (annotate) - [select for diffs]
Sun Jan 25 05:09:12 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.30: +2 -1 lines
Diff to previous 1.115.2.30 , to branch point 1.115
#359408 by dww: Documented all hooks invoked by Signup in signup.api.php.

Revision 1.115.2.30 - (view) (download) (annotate) - [select for diffs]
Sun Jan 25 03:06:18 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.29: +3 -1 lines
Diff to previous 1.115.2.29 , to branch point 1.115
#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.115.2.29 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 08:54:24 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.28: +7 -1 lines
Diff to previous 1.115.2.28 , to branch point 1.115
#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.115.2.28 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 08:41:15 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.27: +4 -1 lines
Diff to previous 1.115.2.27 , to branch point 1.115
#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.79.2.31 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 04:31:09 2009 UTC (10 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.30: +3 -1 lines
Diff to previous 1.79.2.30 , to branch point 1.79
#360009 by dww: Added a checkbox setting to disable printing the
signup information on user profile pages when Views is not enabled.

Revision 1.115.2.27 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 04:24:35 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.26: +3 -1 lines
Diff to previous 1.115.2.26 , to branch point 1.115
#360009 by dww: Added a checkbox setting to disable printing the
signup information on user profile pages when Views is not enabled.

Revision 1.79.2.30 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 04:01:16 2009 UTC (10 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.29: +3 -1 lines
Diff to previous 1.79.2.29 , to branch point 1.79
#341835 by dww: Exposed the filter for the "Signup status" in the
default view of a user's current signups ("signup_current_signups").

Revision 1.115.2.26 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 04:01:11 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.25: +3 -1 lines
Diff to previous 1.115.2.25 , to branch point 1.115
#341835 by dww: Added an exposed filter for the "Signup status" to the
default view of a user's current signups ("signup_current_signups").

Revision 1.115.2.25 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 02:15:08 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.24: +5 -1 lines
Diff to previous 1.115.2.24 , to branch point 1.115
#361073 by dww: Improved the UI for canceling your own signup:
- The cancel operation is now triggered by a text link, not a button.
- The link goes to the confirm form used for the cancel URL (#325237).
- The "Keep signup" link honors any destination set via the URL.

Revision 1.115.2.24 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 00:30:38 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.23: +3 -1 lines
Diff to previous 1.115.2.23 , to branch point 1.115
#356390 by dww: Converted the "signup_user_list" default view into a
"signup view" instead of a "node view", since it's a view of signups.

Revision 1.79.2.29 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 00:23:58 2009 UTC (10 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.28: +5 -1 lines
Diff to previous 1.79.2.28 , to branch point 1.79
#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.115.2.23 - (view) (download) (annotate) - [select for diffs]
Sat Jan 24 00:23:53 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.22: +3 -1 lines
Diff to previous 1.115.2.22 , to branch point 1.115
#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.115.2.22 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 19:56:54 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.21: +3 -2 lines
Diff to previous 1.115.2.21 , to branch point 1.115
#51226 by dww: Added "Edit signup" links to default signup admin views.

Revision 1.115.2.21 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 19:00:54 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.20: +18 -3 lines
Diff to previous 1.115.2.20 , to branch point 1.115
#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.115.2.20 - (view) (download) (annotate) - [select for diffs]
Mon Jan 19 16:45:24 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.19: +6 -1 lines
Diff to previous 1.115.2.19 , to branch point 1.115
#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.115.2.19 - (view) (download) (annotate) - [select for diffs]
Wed Jan 14 18:11:21 2009 UTC (10 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.18: +2 -1 lines
Diff to previous 1.115.2.18 , to branch point 1.115
#358787 by dww: Fixed bug with exposed filters in signup's embedded views.

Revision 1.115.2.18 - (view) (download) (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.115.2.17: +7 -1 lines
Diff to previous 1.115.2.17 , to branch point 1.115
#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.79.2.28 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 03:49:59 2009 UTC (10 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.27: +3 -1 lines
Diff to previous 1.79.2.27 , to branch point 1.79
#350548 by dww: Fixed logic bug in the support for Event module which
would close signups prematurely if you edited event nodes in the future.

Revision 1.115.2.17 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 03:49:54 2009 UTC (10 months, 2 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.16: +3 -1 lines
Diff to previous 1.115.2.16 , to branch point 1.115
#350548 by dww: Fixed logic bug in the support for Event module which
would close signups prematurely if you edited event nodes in the future.

Revision 1.115.2.16 - (view) (download) (annotate) - [select for diffs]
Thu Jan 8 19:36:27 2009 UTC (10 months, 2 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.15: +3 -1 lines
Diff to previous 1.115.2.15 , to branch point 1.115
#354944 by stBorchert: Fixed bug where changes to signup settings were
lost during node previews (in Drupal 6.x only).

Revision 1.115.2.15 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 01:04:35 2009 UTC (10 months, 2 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.14: +5 -1 lines
Diff to previous 1.115.2.14 , to branch point 1.115
#355152 by dww: Added the ability to create "user views" that include
signup data by exposing more JOIN and relationship info to views.

Revision 1.79.2.27 - (view) (download) (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.79.2.26: +4 -1 lines
Diff to previous 1.79.2.26 , to branch point 1.79
#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.115.2.14 - (view) (download) (annotate) - [select for diffs]
Wed Jan 7 00:55:04 2009 UTC (10 months, 2 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.13: +4 -1 lines
Diff to previous 1.115.2.13 , to branch point 1.115
#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.79.2.26 - (view) (download) (annotate) - [select for diffs]
Tue Jan 6 21:24:25 2009 UTC (10 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.25: +5 -1 lines
Diff to previous 1.79.2.25 , to branch point 1.79
#350872 by gargoyle and dww: Fixed bug where node type names were used
unquoted as table aliases in the SQL for the admin/content/signup page.
If you had a node type named after an SQL reserved word (e.g. 'match'),
you'd get SQL errors.  Now, node type names are properly quoted.

Revision 1.115.2.13 - (view) (download) (annotate) - [select for diffs]
Tue Jan 6 21:22:11 2009 UTC (10 months, 2 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.12: +8 -2 lines
Diff to previous 1.115.2.12 , to branch point 1.115
#350872 by gargoyle and dww: Fixed bug where node type names were used
unquoted as table aliases in the SQL for the admin/content/signup page.
If you had a node type named after an SQL reserved word (e.g. 'match'),
you'd get SQL errors.  Now, node type names are properly quoted.

Revision 1.115.2.12 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 00:40:30 2008 UTC (10 months, 4 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.11: +8 -1 lines
Diff to previous 1.115.2.11 , to branch point 1.115
#349727 by dww: Removed ancient DB update functions from before D5.

Revision 1.115.2.11 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 20:31:01 2008 UTC (11 months ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC3
Changes since 1.115.2.10: +2 -2 lines
Diff to previous 1.115.2.10 , to branch point 1.115
Final CHANGELOG for 6.x-1.0-rc3

Revision 1.115.2.10 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 08:44:01 2008 UTC (11 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.9: +4 -2 lines
Diff to previous 1.115.2.9 , to branch point 1.115
#348277 by dww, scottrigby and stBorchert: Added a view field handler
to provide links to any of the tabs under node/N/signups (#349292).

Revision 1.115.2.9 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 06:31:27 2008 UTC (11 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.8: +11 -1 lines
Diff to previous 1.115.2.8 , to branch point 1.115
#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.115.2.8 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 04:28:56 2008 UTC (11 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.7: +5 -1 lines
Diff to previous 1.115.2.7 , to branch point 1.115
#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.115.2.7 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 00:53:06 2008 UTC (11 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.6: +8 -1 lines
Diff to previous 1.115.2.6 , to branch point 1.115
#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.115.2.6 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 18:06:26 2008 UTC (11 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.5: +5 -1 lines
Diff to previous 1.115.2.5 , to branch point 1.115
#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.115.2.5 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 01:01:37 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.4: +43 -1 lines
Diff to previous 1.115.2.4 , to branch point 1.115
Synced CHANGELOG entry for 5.x-2.7 from DRUPAL-5--2 into DRUPAL-6--1.

Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 01:01:32 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: HEAD
Changes since 1.122: +43 -1 lines
Diff to previous 1.122
Synced CHANGELOG entry for 5.x-2.7 from DRUPAL-5--2 into HEAD.

Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 01:00:43 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.121: +3 -26 lines
Diff to previous 1.121
#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.115.2.4 - (view) (download) (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.115.2.3: +12 -1 lines
Diff to previous 1.115.2.3 , to branch point 1.115
#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.115.2.3 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 18:43:06 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115.2.2: +5 -1 lines
Diff to previous 1.115.2.2 , to branch point 1.115
#337614 by dww: Removed the signup_handler_filter_boolean views
handler class since Views 6.x-2.2 is out. That contains the same
code and UI in the views_handler_filter_boolean_operator class.

Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 18:43:00 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.120: +5 -1 lines
Diff to previous 1.120
#337614 by dww: Removed the signup_handler_filter_boolean views
handler class since Views 6.x-2.2 is out. That contains the same
code and UI in the views_handler_filter_boolean_operator class.

Revision 1.79.2.25 - (view) (download) (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.79.2.24: +3 -1 lines
Diff to previous 1.79.2.24 , to branch point 1.79
#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.115.2.2 - (view) (download) (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.115.2.1: +3 -1 lines
Diff to previous 1.115.2.1 , to branch point 1.115
#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.120 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 01:00:35 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.119: +3 -1 lines
Diff to previous 1.119
#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.119 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 00:55:29 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.118: +6 -2 lines
Diff to previous 1.118
#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.118 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 18:48:07 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.117: +4 -1 lines
Diff to previous 1.117
#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.79.2.24 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 17:03:31 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.23: +3 -1 lines
Diff to previous 1.79.2.23 , to branch point 1.79
#347234 by dww: Fixed fatal SQL error at admin/content/signup when
there are multiple node types using the same CCK date field.

Revision 1.115.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 17:03:27 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.115: +3 -1 lines
Diff to previous 1.115
#347234 by dww: Fixed fatal SQL error at admin/content/signup when
there are multiple node types using the same CCK date field.

Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 17:03:23 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.116: +4 -2 lines
Diff to previous 1.116
#347234 by dww: Fixed fatal SQL error at admin/content/signup when
there are multiple node types using the same CCK date field.

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

Revision 1.79.2.23 - (view) (download) (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.79.2.22: +8 -1 lines
Diff to previous 1.79.2.22 , to branch point 1.79
#343789 by KarenS: Fixed undefined value when adding nodes with feeds.

Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Sun Dec 14 07:36:43 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.114: +8 -1 lines
Diff to previous 1.114
#343789 by KarenS: Fixed undefined value when adding nodes with feeds.

Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 03:35:10 2008 UTC (11 months, 3 weeks ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC2
Changes since 1.113: +2 -2 lines
Diff to previous 1.113
Minor edit to 6.x-1.0-rc2 CHANGELOG entry

Revision 1.79.2.22 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 03:21:27 2008 UTC (11 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-7
Changes since 1.79.2.21: +4 -4 lines
Diff to previous 1.79.2.21 , to branch point 1.79
Added the official 5.x-2.7 CHANGELOG entry.

Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 03:21:25 2008 UTC (11 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.112: +2 -2 lines
Diff to previous 1.112
Added the official 6.x-1.0-rc2 CHANGELOG entry.

Revision 1.79.2.21 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 02:53:30 2008 UTC (11 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.20: +4 -1 lines
Diff to previous 1.79.2.20 , to branch point 1.79
#341331 by dww: Improved database performance during cron runs by
using INNER JOIN instead of LEFT JOIN for finding nodes of a given
type that need to be auto-closed and/or have reminder emails sent.

Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 02:53:25 2008 UTC (11 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.111: +4 -1 lines
Diff to previous 1.111
#341331 by dww: Improved database performance during cron runs by
using INNER JOIN instead of LEFT JOIN for finding nodes of a given
type that need to be auto-closed and/or have reminder emails sent.

Revision 1.79.2.20 - (view) (download) (annotate) - [select for diffs]
Mon Dec 1 20:52:23 2008 UTC (11 months, 3 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.19: +11 -1 lines
Diff to previous 1.79.2.19 , to branch point 1.79
#336255 by KarenS and dww: Fixed numerous bugs in usage of DateAPI
that were breaking all time-based signup functionality for datestamp
fields and causing problems for certain configurations of date or
datetime fields depending on the timezone handling.

Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Mon Dec 1 20:48:24 2008 UTC (11 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.110: +11 -1 lines
Diff to previous 1.110
#336255 by KarenS and dww: Fixed numerous bugs in usage of DateAPI
that were breaking all time-based signup functionality for datestamp
fields and causing problems for certain configurations of date or
datetime fields depending on the timezone handling.

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

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

Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Fri Nov 28 23:49:07 2008 UTC (11 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.109: +5 -1 lines
Diff to previous 1.109
#340377 by dww: Fixed bug where the default value in the database
for how many days in advance to send reminder emails did not match
what the rest of the code was written to expect.  Reminders would
not be sent until the admin/settings/signup page was saved.

Revision 1.79.2.18 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 17:54:07 2008 UTC (11 months, 4 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.17: +4 -1 lines
Diff to previous 1.79.2.17 , to branch point 1.79
#338850 by dww: Fixed critical SQL bug ("Not unique table/alias: 'e'")
on the signup administration page (admin/content/signup) for sites
that have more than one event.module node type that is signup-enabled.

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 17:54:04 2008 UTC (11 months, 4 weeks ago) by dww
Branch: MAIN
Changes since 1.108: +4 -1 lines
Diff to previous 1.108
#338850 by dww: Fixed critical SQL bug ("Not unique table/alias: 'e'")
on the signup administration page (admin/content/signup) for sites
that have more than one event.module node type that is signup-enabled.

Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Sat Nov 22 00:47:24 2008 UTC (12 months ago) by dww
Branch: MAIN
Changes since 1.107: +3 -2 lines
Diff to previous 1.107
#336450 by dww: Fixed the UI for signup's Views filters.

Revision 1.79.2.17 - (view) (download) (annotate) - [select for diffs]
Wed Nov 19 23:48:01 2008 UTC (12 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.16: +6 -1 lines
Diff to previous 1.79.2.16 , to branch point 1.79
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.107 - (view) (download) (annotate) - [select for diffs]
Wed Nov 19 23:47:57 2008 UTC (12 months ago) by dww
Branch: MAIN
Changes since 1.106: +6 -1 lines
Diff to previous 1.106
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.106 - (view) (download) (annotate) - [select for diffs]
Wed Nov 19 20:49:45 2008 UTC (12 months ago) by dww
Branch: MAIN
Changes since 1.105: +3 -1 lines
Diff to previous 1.105
#336461 by dww: The "Signup: Reminder: Enabled/Disabled" views
filter was broken since it was using the wrong filter handler.

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Wed Nov 19 18:27:47 2008 UTC (12 months ago) by dww
Branch: MAIN
Changes since 1.104: +3 -1 lines
Diff to previous 1.104
#336442 by dww: Fixed bugs with the views filters "Signup:
Enabled/Disabled" and "Signup: Confirmation: Enabled/Disabled".

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

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

Revision 1.79.2.15 - (view) (download) (annotate) - [select for diffs]
Wed Nov 19 00:47:58 2008 UTC (12 months ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.14: +7 -1 lines
Diff to previous 1.79.2.14 , to branch point 1.79
#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.103 - (view) (download) (annotate) - [select for diffs]
Wed Nov 19 00:47:26 2008 UTC (12 months ago) by dww
Branch: MAIN
Changes since 1.102: +11 -1 lines
Diff to previous 1.102
#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.79.2.14 - (view) (download) (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.79.2.13: +10 -1 lines
Diff to previous 1.79.2.13 , to branch point 1.79
#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.102 - (view) (download) (annotate) - [select for diffs]
Tue Nov 18 03:37:03 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.101: +10 -1 lines
Diff to previous 1.101
#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.101 - (view) (download) (annotate) - [select for diffs]
Sat Nov 15 02:08:29 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC1
Changes since 1.100: +3 -2 lines
Diff to previous 1.100
Final updates for 6.x-1.0-rc1

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Sat Nov 15 02:03:49 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.99: +7 -1 lines
Diff to previous 1.99
#330828 by dww: Split module code out into separate include files.

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Sat Nov 15 02:02:19 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.98: +3 -1 lines
Diff to previous 1.98
Fixed CHANGELOG for 6.x-1.0-beta1

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Sat Nov 15 02:00:02 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.97: +4 -4 lines
Diff to previous 1.97
CHANGELOG for 6.x-1.0-beta1

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sat Nov 15 01:48:12 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.96: +13 -5 lines
Diff to previous 1.96
Merged final CHANGELOG changes from 5.x-2.6 release into HEAD.

Revision 1.79.2.13 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 23:39:20 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-6
Changes since 1.79.2.12: +10 -2 lines
Diff to previous 1.79.2.12 , to branch point 1.79
Added a few missing CHANGELOG entries I found while creating the
5.x-2.6 release notes.

Revision 1.79.2.12 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 23:13:17 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.11: +4 -4 lines
Diff to previous 1.79.2.11 , to branch point 1.79
Final updates for the 5.x-2.6 release.

Revision 1.79.2.11 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 19:17:27 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.10: +5 -1 lines
Diff to previous 1.79.2.10 , to branch point 1.79
#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.96 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 19:17:20 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.95: +5 -1 lines
Diff to previous 1.95
#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.95 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 18:52:58 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.94: +3 -1 lines
Diff to previous 1.94
Updated CHANGELOG for a few issues I missed for 6.x-1.x-dev

Revision 1.2.2.27 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 07:51:22 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.2.2.26: +4 -4 lines
Diff to previous 1.2.2.26 , to branch point 1.2
Official 5.x-1.1 CHANGELOG entry

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 05:40:28 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.93: +2 -1 lines
Diff to previous 1.93
#330824 by dww: Ported the Panels integration to the D6 Panels API.

Revision 1.79.2.10 - (view) (download) (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.79.2.9: +4 -1 lines
Diff to previous 1.79.2.9 , to branch point 1.79
#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.93 - (view) (download) (annotate) - [select for diffs]
Thu Nov 13 19:48:16 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.92: +4 -1 lines
Diff to previous 1.92
#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.79.2.9 - (view) (download) (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.79.2.8: +3 -1 lines
Diff to previous 1.79.2.8 , to branch point 1.79
#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.92 - (view) (download) (annotate) - [select for diffs]
Thu Nov 13 19:32:57 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.91: +3 -1 lines
Diff to previous 1.91
#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.91 - (view) (download) (annotate) - [select for diffs]
Thu Nov 13 17:52:08 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.90: +6 -1 lines
Diff to previous 1.90
#333259: Updated the CHANGELOG to mention the possible change in theme
function name, especially now that this is backported to DRUPAL-5--2.

Revision 1.79.2.8 - (view) (download) (annotate) - [select for diffs]
Thu Nov 13 17:52:06 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.7: +6 -1 lines
Diff to previous 1.79.2.7 , to branch point 1.79
#333259: Renamed 'signup_admin_node_form' to 'signup_node_admin_summary_form'.

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

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Wed Nov 12 01:40:45 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.88: +3 -1 lines
Diff to previous 1.88
#333185 by dww: Removed deprecated signup_build_signup_data() function.

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Wed Nov 12 01:00:57 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.87: +7 -2 lines
Diff to previous 1.87
#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.79.2.7 - (view) (download) (annotate) - [select for diffs]
Wed Nov 12 00:29:51 2008 UTC (12 months, 1 week ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.6: +5 -1 lines
Diff to previous 1.79.2.6 , to branch point 1.79
#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.87 - (view) (download) (annotate) - [select for diffs]
Wed Nov 12 00:29:46 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.86: +5 -1 lines
Diff to previous 1.86
#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.79.2.6 - (view) (download) (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.79.2.5: +3 -1 lines
Diff to previous 1.79.2.5 , to branch point 1.79
#328840 by dww: Renamed the default email tokens to use less ambiguous
names and to not refer to 'event' at all (#328647).

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

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Thu Nov 6 10:20:48 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.84: +7 -1 lines
Diff to previous 1.84
#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.79.2.5 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 09:17:38 2008 UTC (12 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.4: +3 -1 lines
Diff to previous 1.79.2.4 , to branch point 1.79
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.84 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 09:17:34 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.83: +3 -1 lines
Diff to previous 1.83
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.2.2.26 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 08:45:42 2008 UTC (12 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.2.2.25: +3 -1 lines
Diff to previous 1.2.2.25 , to branch point 1.2
#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.79.2.4 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 08:45:37 2008 UTC (12 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.3: +3 -1 lines
Diff to previous 1.79.2.3 , to branch point 1.79
#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.83 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 08:45:33 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.82: +3 -1 lines
Diff to previous 1.82
#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.79.2.3 - (view) (download) (annotate) - [select for diffs]
Tue Nov 4 23:58:46 2008 UTC (12 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.2: +4 -3 lines
Diff to previous 1.79.2.2 , to branch point 1.79
#328756 by dww, sun: Fixed UI bug introduced with #328181. Now, the
'Date field to use with signup' setting is only visible on node types
that are not event-enabled.

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Tue Nov 4 23:58:43 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.81: +4 -3 lines
Diff to previous 1.81
#328756 by dww, sun: Fixed UI bug introduced with #328181. Now, the
'Date field to use with signup' setting is only visible on node types
that are not event-enabled.

Revision 1.79.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Nov 4 19:59:53 2008 UTC (12 months, 2 weeks ago) by dww
Branch: DRUPAL-5--2
Changes since 1.79.2.1: +6 -1 lines
Diff to previous 1.79.2.1 , to branch point 1.79
#329708 by dww: Fixed bug where reminder emails could be sent for
time-based content that already started.  This would be particularly
prominent if a site has content types that use CCK date fields which
are signup enabled, then upgraded to the latest version.  But, the bug
could have potentially hit sites using Event module, too.

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Tue Nov 4 19:59:49 2008 UTC (12 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.80: +6 -1 lines
Diff to previous 1.80
#329708 by dww: Fixed bug where reminder emails could be sent for
time-based content that already started.  This would be particularly
prominent if a site has content types that use CCK date fields which
are signup enabled, then upgraded to the latest version.  But, the bug
could have potentially hit sites using Event module, too.

Revision 1.79.2.1 - (view) (download) (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.79: +4 -1 lines
Diff to previous 1.79
#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.80 - (view) (download) (annotate) - [select for diffs]
Sun Nov 2 01:23:32 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.79: +4 -1 lines
Diff to previous 1.79
#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.79 - (view) (download) (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.78: +4 -1 lines
Diff to previous 1.78
#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.78 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 22:53:52 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.77: +4 -1 lines
Diff to previous 1.77
#327417 by dww: Fixed bugs regarding timezones and other date logic
for auto-close and reminder emails with event 5.x-2.*.  Also cleaned
up the same date logic for the event 5.x-1.* support.

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 22:18:03 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.76: +4 -1 lines
Diff to previous 1.76
#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.76 - (view) (download) (annotate) - [select for diffs]
Fri Oct 31 17:52:22 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.75: +2 -3 lines
Diff to previous 1.75
#328181: Fixed CHANGELOG to remove text about not being able to use
both event and CCK date at the same time, since it's no longer true.

Revision 1.2.2.25 - (view) (download) (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.2.2.24: +3 -1 lines
Diff to previous 1.2.2.24 , to branch point 1.2
#328637 by dww: Fixed bug where error messages generated while
validating an anonymous user's email address weren't translatable.

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

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Thu Oct 30 15:52:58 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.73: +5 -1 lines
Diff to previous 1.73
#327417 by dww: Fixed bug where reminder emails always used
'[Untimed]' for the %time token with event 5.x-2.*.

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Thu Oct 30 15:39:54 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.72: +9 -2 lines
Diff to previous 1.72
#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.72 - (view) (download) (annotate) - [select for diffs]
Thu Oct 30 08:15:13 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71
#327726 by dww: Split the default views out into views/views_default.inc

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

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Wed Oct 29 21:03:26 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.69: +2 -1 lines
Diff to previous 1.69
#327726: Reorganized the directory layout of the code.

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Wed Oct 29 18:38:33 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.68: +7 -1 lines
Diff to previous 1.68
Starting a new CHANGELOG section (to be 5.x-2.6 eventually)

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 19:56:54 2008 UTC (13 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-5
Changes since 1.67: +30 -25 lines
Diff to previous 1.67
Final edits and reordering of CHANGELOG before the 5.x-2.5 release

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 22:46:27 2008 UTC (13 months ago) by dww
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66
#293005: Final changes before the 5.x-2.5 release (CHANGELOG entry and
updated translation template).

Revision 1.2.2.24 - (view) (download) (annotate) - [select for diffs]
Tue Oct 21 22:40:37 2008 UTC (13 months ago) by dww
Branch: DRUPAL-5
Changes since 1.2.2.23: +3 -1 lines
Diff to previous 1.2.2.23 , to branch point 1.2
#322924 by dww: Fixed potential PHP error when generating the signup
form resulting from an uninitialized variable.

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Fri Oct 17 23:53:22 2008 UTC (13 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.65: +17 -1 lines
Diff to previous 1.65
#321980: Added a section to the CHANGELOG for all the new theme
functions introduced since version 5.x-2.4.

Revision 1.2.2.23 - (view) (download) (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.2.2.22: +4 -1 lines
Diff to previous 1.2.2.22 , to branch point 1.2
#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.65 - (view) (download) (annotate) - [select for diffs]
Fri Oct 17 07:43:25 2008 UTC (13 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.64: +4 -1 lines
Diff to previous 1.64
#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.64 - (view) (download) (annotate) - [select for diffs]
Thu Oct 16 08:17:31 2008 UTC (13 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.63: +4 -1 lines
Diff to previous 1.63
#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.2.2.22 - (view) (download) (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.2.2.21: +5 -1 lines
Diff to previous 1.2.2.21 , to branch point 1.2
#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.63 - (view) (download) (annotate) - [select for diffs]
Thu Oct 16 07:33:47 2008 UTC (13 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.62: +5 -1 lines
Diff to previous 1.62
#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.62 - (view) (download) (annotate) - [select for diffs]
Sat Oct 11 15:33:47 2008 UTC (13 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.61: +7 -1 lines
Diff to previous 1.61
#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.61 - (view) (download) (annotate) - [select for diffs]
Fri Oct 10 22:01:27 2008 UTC (13 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.60: +3 -1 lines
Diff to previous 1.60
#278739 by dww: Fixed incorrect start date on signup administration
page (admin/content/signup) when using event 5.x-2.*.

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Fri Oct 10 20:17:11 2008 UTC (13 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.59: +4 -1 lines
Diff to previous 1.59
#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.2.2.21 - (view) (download) (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.2.2.20: +6 -1 lines
Diff to previous 1.2.2.20 , to branch point 1.2
#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.59 - (view) (download) (annotate) - [select for diffs]
Fri Oct 10 17:16:45 2008 UTC (13 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.58: +6 -1 lines
Diff to previous 1.58
#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.58 - (view) (download) (annotate) - [select for diffs]
Wed Oct 8 06:45:23 2008 UTC (13 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.57: +4 -1 lines
Diff to previous 1.57
#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.57 - (view) (download) (annotate) - [select for diffs]
Wed Oct 8 01:05:31 2008 UTC (13 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.56: +3 -1 lines
Diff to previous 1.56
#310677 by stBorchert and dww: Added the ability for the sender of a
broadcast message to send themselves a copy.

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

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

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Tue Sep 30 21:10:43 2008 UTC (13 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.53: +5 -1 lines
Diff to previous 1.53
#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.53 - (view) (download) (annotate) - [select for diffs]
Thu Sep 18 17:47:45 2008 UTC (14 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.52: +3 -1 lines
Diff to previous 1.52
#310307 by dww: Added a filter for published nodes to the default
views for the 'Signups' tab on user profile pages.

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Wed Sep 17 18:01:44 2008 UTC (14 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.51: +2 -1 lines
Diff to previous 1.51
#309668: Added note about fr.po to the CHANGELOG.txt.

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sun Aug 10 05:56:38 2008 UTC (15 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.50: +3 -1 lines
Diff to previous 1.50
#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.2.2.20 - (view) (download) (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.2.2.19: +5 -1 lines
Diff to previous 1.2.2.19 , to branch point 1.2
#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.50 - (view) (download) (annotate) - [select for diffs]
Sat Aug 9 10:57:28 2008 UTC (15 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.49: +5 -1 lines
Diff to previous 1.49
#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.49 - (view) (download) (annotate) - [select for diffs]
Sat Aug 9 10:48:59 2008 UTC (15 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.48: +4 -1 lines
Diff to previous 1.48
#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.2.2.19 - (view) (download) (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.2.2.18: +3 -3 lines
Diff to previous 1.2.2.18 , to branch point 1.2
#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.48 - (view) (download) (annotate) - [select for diffs]
Thu Aug 7 19:41:18 2008 UTC (15 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.47: +3 -3 lines
Diff to previous 1.47
#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.47 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 08:12:13 2008 UTC (15 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.46: +3 -1 lines
Diff to previous 1.46
#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.2.2.18 - (view) (download) (annotate) - [select for diffs]
Wed Aug 6 08:05:09 2008 UTC (15 months, 2 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.2.2.17: +3 -1 lines
Diff to previous 1.2.2.17 , to branch point 1.2
#290740 by deviantintegral: If 'site_mail' is undefined, fixed
fallback From: address to use 'example.com' instead of 'noadmin.com'.

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

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sat Aug 2 09:14:24 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.44: +3 -1 lines
Diff to previous 1.44
#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.44 - (view) (download) (annotate) - [select for diffs]
Sat Aug 2 08:58:57 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.43: +5 -1 lines
Diff to previous 1.43
#285626 by deviantintegral and dww: Added optional support for using
token.module tokens in the various email message templates.

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 21:24:06 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.42: +3 -1 lines
Diff to previous 1.42
#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.42 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 07:51:02 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.41: +7 -3 lines
Diff to previous 1.41
#289326 by starbow and dww: Added two new functions to the event
backend API for knowing if a node type or a node has a start time.

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 07:27:58 2008 UTC (15 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.40: +3 -1 lines
Diff to previous 1.40
#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.2.2.17 - (view) (download) (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.2.2.16: +3 -1 lines
Diff to previous 1.2.2.16 , to branch point 1.2
#247618 by selmanj and dww: Fixed bug where '... or register ...' was
printed even on sites that have user registration disabled.

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

Revision 1.2.2.16 - (view) (download) (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.2.2.15: +5 -3 lines
Diff to previous 1.2.2.15 , to branch point 1.2
#233512 by dww and tcocca: Added code to cancel all signups of users
that are deleted from the site.

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

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

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sat Jun 7 01:26:39 2008 UTC (17 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.36: +3 -1 lines
Diff to previous 1.36
Removed the deprecated (4.7.x) signup_ecommerce code since it now
lives in a new project: http://drupal.org/project/signup_ecommerce

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

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

Revision 1.2.2.14 - (view) (download) (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.2.2.13: +4 -1 lines
Diff to previous 1.2.2.13 , to branch point 1.2
#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.35 - (view) (download) (annotate) - [select for diffs]
Fri May 16 19:20:58 2008 UTC (18 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.34: +10 -1 lines
Diff to previous 1.34
#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.34 - (view) (download) (annotate) - [select for diffs]
Fri Feb 8 21:52:20 2008 UTC (21 months, 2 weeks ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-4
Changes since 1.33: +2 -2 lines
Diff to previous 1.33
Updating CHANGELOG and translation templates for 5.x-2.4 official release.

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Feb 7 02:35:21 2008 UTC (21 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.32: +3 -1 lines
Diff to previous 1.32
#212790 by dww: Fixed an SQL 'GROUP BY' bug on the admin/content/signup
page when PgSQL and the 5.x-1.* series of event.module are used.

Revision 1.2.2.13 - (view) (download) (annotate) - [select for diffs]
Sat Feb 2 19:25:57 2008 UTC (21 months, 3 weeks ago) by dww
Branch: DRUPAL-5
Changes since 1.2.2.12: +2 -1 lines
Diff to previous 1.2.2.12 , to branch point 1.2
#145749 by schittli: Added German (de) translation.

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Feb 2 19:25:02 2008 UTC (21 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31
#145749 by schittli: Added German (de) translation.

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

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Dec 26 17:34:04 2007 UTC (23 months ago) by dww
Branch: MAIN
Changes since 1.29: +4 -2 lines
Diff to previous 1.29
#193068 by bkat and dww: Fixed fatal bug during cron.php with event
5.x-2.* installed (event_include_files() was missing from a few places).

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

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

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat Dec 22 09:07:18 2007 UTC (23 months ago) by dww
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28
Fixed signup_install() not to force tables on MySQL to be MyISAM.

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

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

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

Revision 1.1.2.9 - (view) (download) (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.1.2.8: +3 -1 lines
Diff to previous 1.1.2.8 , to branch point 1.1
#107136: Added $uid parameter to _signup_cancel hook (so it can be
useful for something) and converted to use module_invoke_all().

Revision 1.2.2.10 - (view) (download) (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.2.2.9: +3 -1 lines
Diff to previous 1.2.2.9 , to branch point 1.2
#107136: Added $uid parameter to _signup_cancel hook (so it can be
useful for something) and converted to use module_invoke_all().

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

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

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 03:54:41 2007 UTC (23 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.25: +10 -1 lines
Diff to previous 1.25
#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.1.2.8 - (view) (download) (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.1.2.7: +3 -3 lines
Diff to previous 1.1.2.7 , to branch point 1.1
#79331: Fixed inconsistent UI: More capitalization fixes ('Cancel signup').

Revision 1.2.2.8 - (view) (download) (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.2.2.7: +3 -3 lines
Diff to previous 1.2.2.7 , to branch point 1.2
#79331: Fixed inconsistent UI: More capitalization fixes ('Cancel signup').

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

Revision 1.1.2.7 - (view) (download) (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.1.2.6: +3 -1 lines
Diff to previous 1.1.2.6 , to branch point 1.1
#79331: Fixed inconsistent UI: Use 'Current signups' instead of
'Current Signups' since we don't capitalize individual words.

Revision 1.2.2.7 - (view) (download) (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.2.2.6: +3 -1 lines
Diff to previous 1.2.2.6 , to branch point 1.2
#79331: Fixed inconsistent UI: Use 'Current signups' instead of
'Current Signups' since we don't capitalize individual words.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 02:15:39 2007 UTC (23 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.23: +3 -1 lines
Diff to previous 1.23
#79331: Fixed inconsistent UI: Use 'Current signups' instead of
'Current Signups' since we don't capitalize individual words.

Revision 1.1.2.6 - (view) (download) (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.1.2.5: +3 -1 lines
Diff to previous 1.1.2.5 , to branch point 1.1
#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.2.2.6 - (view) (download) (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.2.2.5: +3 -1 lines
Diff to previous 1.2.2.5 , to branch point 1.2
#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.23 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 01:36:16 2007 UTC (23 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.22: +5 -1 lines
Diff to previous 1.22
Updated CHANGELOG for #199383.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Dec 3 21:38:17 2007 UTC (23 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.21: +10 -1 lines
Diff to previous 1.21
#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.21 - (view) (download) (annotate) - [select for diffs]
Sat Nov 17 20:01:40 2007 UTC (2 years ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-3
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
Moved CHANGELOG entry from 5.x-2.x-dev to official 5.x-2.3 release.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Oct 16 19:39:30 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.19: +5 -1 lines
Diff to previous 1.19
#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.19 - (view) (download) (annotate) - [select for diffs]
Sat Oct 13 23:44:38 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.18: +10 -5 lines
Diff to previous 1.18
#48267 by dww: Added a default view of available signups (events
without a reply) which is a subtab at user/%uid/signups/available and
also provided as a block.

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Oct 13 23:36:09 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.17: +4 -1 lines
Diff to previous 1.17
#181627 by stBorchert and dww: Removed an inappropriate WHERE clause
in the signup UID views argument handler that restricted the query to
nodes where signups where open. That should be handled via a filter.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Oct 13 23:24:36 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.16: +5 -1 lines
Diff to previous 1.16
#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.16 - (view) (download) (annotate) - [select for diffs]
Sun Oct 7 16:46:50 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.15: +3 -1 lines
Diff to previous 1.15
#179540 by dragonwize and dww: Restored the login/register links for
anonymous users when viewing a signup-enabled node.

Revision 1.2.2.5 - (view) (download) (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.2.2.4: +3 -1 lines
Diff to previous 1.2.2.4 , to branch point 1.2
#179540 by dragonwize and dww: Restored the login/register links for
anonymous users when viewing a signup-enabled node.

Revision 1.1.2.5 - (view) (download) (annotate) - [select for diffs]
Sun Oct 7 16:39:23 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7
Changes since 1.1.2.4: +3 -1 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Updating CHANGELOG.txt for #179540

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Oct 6 19:23:34 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.14: +9 -2 lines
Diff to previous 1.14
#178021 by stBorchert: Added a new "cancel own signups" permission.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Oct 5 23:20:41 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.13: +3 -1 lines
Diff to previous 1.13
#180154 by KarenS and dww: Added a views filter for if the current
 user is signed up.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Oct 2 19:46:18 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
#180233 by stenjo: Added a Norwegian Bokmal translation.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Oct 2 19:42:39 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.11: +8 -1 lines
Diff to previous 1.11
Adding new section for changes since 5.x-2.2.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Aug 18 23:49:08 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--2-2
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
Changing version string for CHANGELOG for 5.x-2.2 official release.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Aug 18 00:32:33 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9
#154580 by killes: Added support for event 5.x-2.*.

Revision 1.1.2.4 - (view) (download) (annotate) - [select for diffs]
Wed Aug 8 15:12:34 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.1.2.3: +3 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Added #160862 to the CHANGELOG.

Revision 1.2.2.4 - (view) (download) (annotate) - [select for diffs]
Wed Aug 8 15:12:31 2007 UTC (2 years, 3 months ago) by dww
Branch: DRUPAL-5
Changes since 1.2.2.3: +3 -1 lines
Diff to previous 1.2.2.3 , to branch point 1.2
Added #160862 to the CHANGELOG.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Aug 8 15:12:28 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8
Added #160862 to the CHANGELOG.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Aug 1 02:08:54 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.7: +11 -6 lines
Diff to previous 1.7
#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.7 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 00:08:30 2007 UTC (2 years, 3 months ago) by dww
Branch: MAIN
Changes since 1.6: +4 -1 lines
Diff to previous 1.6
#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.2.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Jul 13 07:55:00 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-5
Changes since 1.2.2.2: +2 -1 lines
Diff to previous 1.2.2.2 , to branch point 1.2
#158688 by m3avrck: fix JS to work with aggregator.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Jul 13 07:54:58 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5
#158688 by m3avrck: fix JS to work with aggregator.

Revision 1.1.2.3 - (view) (download) (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.1.2.2: +8 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#142402 by cpisto: Fixed SQL bug on PgSQL when event.module is enabled.

Revision 1.2.2.2 - (view) (download) (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.2.2.1: +8 -1 lines
Diff to previous 1.2.2.1 , to branch point 1.2
#142402 by cpisto: Fixed SQL bug on PgSQL when event.module is enabled.

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

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Jul 9 17:47:50 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.3: +10 -1 lines
Diff to previous 1.3
Documenting changes in HEAD since 5.x-2.1 as the 5.x-2.x-dev entry

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Jul 9 17:24:47 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Changes since 1.2: +47 -6 lines
Diff to previous 1.2
Adding 5.x-2.* entries for HEAD

Revision 1.1.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Jul 9 17:24:14 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.1.2.1: +3 -3 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Fixing word-wrap problem (sorry for the flood of commits)

Revision 1.2.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jul 9 17:23:34 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-5
Changes since 1.2: +6 -6 lines
Diff to previous 1.2
Minor formatting change for clarity

Revision 1.1.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jul 9 17:22:19 2007 UTC (2 years, 4 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.1: +6 -6 lines
Diff to previous 1.1
Minor formatting change for clarity

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Jul 9 17:18:13 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.1: +28 -1 lines
Diff to previous 1.1
Adding 5.x-1.0 entry (for DRUPAL-5 branch)

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Jul 9 17:14:53 2007 UTC (2 years, 4 months ago) by dww
Branch: MAIN
Branch point for: DRUPAL-4-7
Initial CHANGELOG.txt check-in, with 4.7.x-* info.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2