User: dww Branch: HEAD Date: Thu, 22 Jan 2009 18:59:29 +0000 Added files: /modules/signup/includes signup_edit_form.inc /modules/signup/js signup_edit_form.js /modules/signup/views/handlers signup_handler_field_signup_edit_link.inc Removed files: /modules/signup/includes signup_cancel_form.inc Modified files: /modules/signup INSTALL.txt /modules/signup/includes node_output.inc /modules/signup signup.css signup.module /modules/signup/theme node.inc signup_form.inc /modules/signup/views signup.views.inc Log message: #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. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/signup/includes/si... http://cvs.drupal.org/diff.php?path=contributions/modules/signup/js/signup_e... http://cvs.drupal.org/diff.php?path=contributions/modules/signup/views/handl... http://cvs.drupal.org/diff.php?path=contributions/modules/signup/INSTALL.txt... http://cvs.drupal.org/diff.php?path=contributions/modules/signup/includes/no... http://cvs.drupal.org/diff.php?path=contributions/modules/signup/signup.css&... http://cvs.drupal.org/diff.php?path=contributions/modules/signup/signup.modu... http://cvs.drupal.org/diff.php?path=contributions/modules/signup/theme/node.... http://cvs.drupal.org/diff.php?path=contributions/modules/signup/theme/signu... http://cvs.drupal.org/diff.php?path=contributions/modules/signup/views/signu...