Log of /contributions/modules/signup/CHANGELOG.txt
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.
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.