Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#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.
#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.
#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).
#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).
Fixed some more minor code style bugs from coder.module.
#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.
#330829 by dww: Split theme functions 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.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |