1.12.2.31 (checked in on 2008/07/16 at 00:17:40 by owahab)
| Name | Description |
|---|---|
| rsvp_addedit | |
| rsvp_addedit_form | Displays the rsvp editing form * * |
| rsvp_addedit_form_submit | Handles submitting of the rsvp edit form * * |
| rsvp_attendees | |
| rsvp_attendees_csv | Callback to display an attendee list as CSV file Copied from CiviCRM (which was copied from phpMyAdmin) so it should be robust |
| rsvp_attendees_send_invites | Callback to send invitations to users already in the invitation list. |
| rsvp_attendees_simplenews | Returns a list of newsletter subscribers. |
| rsvp_attendees_users | Returns a list of users in a specific role. |
| rsvp_attendee_confirm_remove | |
| rsvp_attendee_confirm_remove_submit | |
| rsvp_attendee_form | Displays the rsvp attendee editing form * * |
| rsvp_attendee_form_submit | |
| rsvp_attendee_form_validate | |
| rsvp_attendee_status | Displays html formatted attendee reply status for an invite * * |
| rsvp_create | Creates a new rsvp * * |
| rsvp_cron | Implementation of hook_cron * Processing assuring that new users get their invitations associated with their account. |
| rsvp_delete | Deletes an rsvp * * |
| rsvp_delete_form | Displays the rsvp delete are you sure form * * |
| rsvp_delete_form_submit | Handles submitting of the rsvp delete confirmation form * * |
| rsvp_help | Provides a pathetically small amount of help information for the rsvp module. |
| rsvp_list_buddylist | Returns user's buddylist. |
| rsvp_list_roles | Returns a list of system roles. |
| rsvp_list_simplenews | Returns a list of members of newsletters created with Simplenews module. |
| rsvp_load | Retrieves an rsvp from the database. * * |
| rsvp_mail | A wrapper to drupal_mail, just to unify e-mails sent from RSVP module |
| rsvp_manage | Handles the rsvp manage requests. * * |
| rsvp_menu | Implementation of hook_menu(). |
| rsvp_message_form | Displays the rsvp send list message form. * * |
| rsvp_message_form_submit | |
| rsvp_nodeapi | Act on nodes defined by other modules. * * |
| rsvp_perm | Provides the rsvp permission information for the drupal system. |
| rsvp_reply_form | Displays html formatted invite reply status information for a user's invite * * |
| rsvp_reply_form_submit | |
| rsvp_send_invitation | Sends an email. * * |
| rsvp_send_message | Emails a message to the attendees of an rsvp instance. * * |
| rsvp_set_invites | Sets attendees for an event * * |
| rsvp_show_attendees | Displays html formatted attendees of an rsvp instance * * |
| rsvp_update | Updates an rsvp * * |
| rsvp_view | Displays an html formatted rsvp * * |
| rsvp_view_invite | Handles the rsvp single invite requests. * * |
| rsvp_view_invites | Handles the rsvp invites requests. * * |
| _rsvp_attendance_totals | Returns an rsvp's attendee response totals * * |
| _rsvp_attendee_exists | Checks if an email address already exists for an rsvp. * * |
| _rsvp_get_attendees | Returns an rsvp's attendees * * |
| _rsvp_get_invite | Returns an invite by hash value. * * |
| _rsvp_get_invites | Returns the invites that a user has received. * * |
| _rsvp_get_node_invites | Returns the invites that a user has received for a specific event node. * * |
| _rsvp_get_rsvps | Returns the rsvps that a user is the owner of. * * |
| _rsvp_has_rsvps | Checks to see if a user is the owner of an rsvp for an event node. * * |
| _rsvp_html_head | Provides a link to the CSS stylesheet associated with this module. |
| _rsvp_is_blind | Checks to see if an rsvp is blind has been invited to an event. * * |
| _rsvp_is_invited | Checks to see if a user has been invited to an event. * * |
| _rsvp_is_invite_message_enabled | Checks to see if an rsvp has enabled attendee list message sending. * * |
| _rsvp_is_invite_viral | Checks to see if an rsvp has enabled attendee invite sending. * * |
| _rsvp_is_owner | Checks to see if a user is the owner of an rsvp. * * |
| _rsvp_mail_rsvp | Emails the invite to the attendees of an rsvp instance. * * |
| _rsvp_remove_attendee | Removes an rsvp's attendee * * |