/[drupal]/contributions/modules/signup/includes/node_output.inc
ViewVC logotype

Log of /contributions/modules/signup/includes/node_output.inc

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


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

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

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

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 3 19:58:11 2009 UTC (3 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.10: +5 -2 lines
Diff to previous 1.10
#536094 by dww: Fixed a UI bug when editing existing signups. If there
was a form validation error (e.g. a required field was left blank),
the form now reloads already in "edit" mode with all the fields
enabled and the submit button already converted to "Save."

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 3 19:57:41 2009 UTC (3 months, 3 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1.2.9: +5 -2 lines
Diff to previous 1.1.2.9 , to branch point 1.1
#536094 by dww: Fixed a UI bug when editing existing signups. If there
was a form validation error (e.g. a required field was left blank),
the form now reloads already in "edit" mode with all the fields
enabled and the submit button already converted to "Save."

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 25 21:28:40 2009 UTC (4 months ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC4
Changes since 1.1.2.8: +3 -5 lines
Diff to previous 1.1.2.8 , to branch point 1.1
#529478 by dww: Added a hook to alter access to the signup node tabs.

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

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 3 21:20:26 2009 UTC (8 months, 3 weeks ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1.2.7: +5 -4 lines
Diff to previous 1.1.2.7 , to branch point 1.1
#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.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 3 21:19:46 2009 UTC (8 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.8: +5 -4 lines
Diff to previous 1.8
#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.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 08:52:46 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1.2.6: +10 -5 lines
Diff to previous 1.1.2.6 , to branch point 1.1
#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.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 08:52:39 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.7: +10 -5 lines
Diff to previous 1.7
#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.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 23 23:56:24 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1.2.5: +2 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1
#51226 by dww: Fixed minor UI bug for nodes with closed signups where
the current signup was printed directly instead of going through
theme_signup_signups_closed(), which caused "Signups are closed..." to be
printed below the signup edit form regardless of the order in the theme.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 23 23:56:14 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
#51226 by dww: Fixed minor UI bug for nodes with closed signups where
the current signup was printed directly instead of going through
theme_signup_signups_closed(), which caused "Signups are closed..." to be
printed below the signup edit form regardless of the order in the theme.

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

Revision 1.1.2.4 - (view) (download) (as text) (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.1.2.3: +2 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
#358787 by dww: Fixed bug with exposed filters in signup's embedded views.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 18:11:18 2009 UTC (10 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4
#358787 by dww: Fixed bug with exposed filters in signup's embedded views.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 17:36:17 2009 UTC (10 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +2 -2 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#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.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 17:36:11 2009 UTC (10 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
#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.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 06:31:27 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC3
Changes since 1.1.2.1: +19 -2 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#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.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 06:31:22 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.2: +19 -2 lines
Diff to previous 1.2
#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.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 01:00:35 2008 UTC (11 months, 1 week ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1: +4 -5 lines
Diff to previous 1.1
#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.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 18:48:08 2008 UTC (11 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.1: +4 -5 lines
Diff to previous 1.1
#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.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 15 02:03:50 2008 UTC (12 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC1, DRUPAL-6--1-0-RC2
Branch point for: DRUPAL-6--1
#330828 by dww: Split module code out into separate include files.

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