1.74.2.42 (checked in on 2008/08/01 at 04:32:47 by dww)
| Name | Description |
|---|---|
| signup_admin_page | Prints the admin signup overview page located at admin/content/signup |
| signup_alter_node_form | Alters the node form to inject the appropriate per-node signup settings. |
| signup_alter_node_type_form | Alters the form for administrator settings per node type. (admin/content/types) |
| signup_block | Implementation of hook_block(). |
| signup_build_signup_data | Builds serialized user signup data into user-readable format. |
| signup_cancel_signup | Callback function for canceling signups |
| signup_close_signup | Callback function for closing signups |
| signup_close_signups_form | |
| signup_close_signups_form_submit | |
| signup_close_signup_admin | Callback function for opening signups via a link in the admin tables |
| signup_cron | Implementation of hook_cron(). |
| signup_filter_status_form | |
| signup_filter_status_form_submit | |
| signup_form | Builder function for the signup form |
| signup_forms | Implementation of hook_forms(). |
| signup_form_alter | Implementation of hook_form_alter(). |
| signup_form_cancel | Builder function for the cancel signup form |
| signup_form_cancel_submit | Submits the cancel signup form |
| signup_form_submit | Executes the user signup form |
| signup_form_validate | Validates the user signup form |
| signup_help | Implementation of hook_help(). |
| signup_list_user_signups | Returns an array of node titles with links for all events the specified user has signed up for. |
| signup_menu | Implmentation of hook_menu() |
| signup_nodeapi | hook_nodeapi implementation |
| signup_open_signup | Callback function for reopening signups |
| signup_open_signups_form | |
| signup_open_signups_form_submit | |
| signup_open_signup_admin | Callback function for opening signups via a link in the admin tables |
| signup_perm | Implementation of hook_perm(). |
| signup_settings_page | Form builder for the settings page under admin/setttings/signup |
| signup_settings_page_submit | Submits the signup settings form |
| signup_sign_up_user | Signs up a user to a node. |
| signup_user | Implementation of hook_user(). |
| signup_user_cancel_form | |
| signup_user_schedule | Prints a schedule of the given user's signups. |
| signup_user_signups_form | Prints the signup details for a single node when the signups tab is clicked |
| signup_validate_anon_email | Validates an anonymous signup email. |
| theme_signup_filter_status_form | |
| _signup_admin_form | Returns the form for the per-node signup settings. This is shared by the settings page and the node edit page. |