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

Log of /contributions/modules/signup/includes/signup_edit_form.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.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 00:33:42 2009 UTC (2 months, 1 week ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC6
Changes since 1.1.2.5: +19 -15 lines
Diff to previous 1.1.2.5 , to branch point 1.1 , to next main 1.7
#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.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 00:31:56 2009 UTC (2 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +19 -15 lines
Diff to previous 1.6
#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.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 17:25:51 2009 UTC (8 months, 3 weeks ago) by dww
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC4, DRUPAL-6--1-0-RC5
Changes since 1.1.2.4: +2 -2 lines
Diff to previous 1.1.2.4 , to branch point 1.1
#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.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 17:25:47 2009 UTC (8 months, 3 weeks ago) by dww
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
#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.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 04:21:26 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1.2.3: +1 -2 lines
Diff to previous 1.1.2.3 , to branch point 1.1
#361073 by dww: Fixed a bug where the destination wasn't properly set
when an administrator submitted the form to edit another user's signup.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 04:21:22 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.4: +1 -2 lines
Diff to previous 1.4
#361073 by dww: Fixed a bug where the destination wasn't properly set
when an administrator submitted the form to edit another user's signup.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 02:15:08 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +12 -18 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#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.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 24 02:15:03 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.3: +12 -18 lines
Diff to previous 1.3
#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.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 20:13:22 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1.2.1: +3 -3 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#51226 by dww and greggles: Reordered options when editing attendance so
"Attended" comes before "Did not attend", and to use "- Not recorded -"
as a visual cue since that option is different from the "real" ones.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 20:13:19 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
#51226 by dww and greggles: Reordered options when editing attendance so
"Attended" comes before "Did not attend", and to use "- Not recorded -"
as a visual cue since that option is different from the "real" ones.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 20:02:27 2009 UTC (10 months ago) by dww
Branch: DRUPAL-6--1
Changes since 1.1: +27 -1 lines
Diff to previous 1.1
#51226 by dww: Admins can now record attendance when editing a signup.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 20:02:24 2009 UTC (10 months ago) by dww
Branch: MAIN
Changes since 1.1: +27 -1 lines
Diff to previous 1.1
#51226 by dww: Admins can now record attendance when editing a signup.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 18:59:28 2009 UTC (10 months ago) by dww
Branch: MAIN
Branch point for: DRUPAL-6--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".
- 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.

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