1.50.2.14 (checked in on 2008/04/30 at 01:21:30 by seanfuller)
| Name | Description |
|---|---|
| eventrepeat_admin_settings | Implementation of hook_settings |
| eventrepeat_cron | Implementation of hook_menu() |
| eventrepeat_debug | Callback page to view repeating event statistics |
| eventrepeat_elements | Implementation of form API hook_elements() |
| eventrepeat_event_edit_upcoming | hook_event_edit_upcoming implementation |
| eventrepeat_event_load | hook_event_load implementation |
| eventrepeat_form_alter | Implementation of hook_form_alter() |
| eventrepeat_help | Implementation of hook_help() |
| eventrepeat_menu | Implementation of hook_menu() |
| eventrepeat_nodeapi | hook_nodeapi implementation |
| eventrepeat_perm | Implementation of hook_perm(). |
| eventrepeat_refresh_calendar_map_submit | Execute function for resetting the calendar map table |
| eventrepeat_switch_user | Switch from original user to other user and back. |
| eventrepeat_user_help_page | Prints the user help page for repeat events |
| theme_eventrepeat_date | Themes the time select boxes. |
| theme_eventrepeat_form | Generates the repeat setting form under the repeat tab, and saves repeat data to the repeat tables. |
| _eventrepeat_day_correction | Helper function that corrects for date GMT date changes based on timezone |
| _eventrepeat_day_in_month_incrementer | Helper function that gives information on the number of each of the days in the month for each of the seven days |
| _eventrepeat_delete_nodes | Helper function that handles mass deletion of nodes in a repeat sequence |
| _eventrepeat_form_date | Constructs the time select boxes. |
| _eventrepeat_form_validate | Validates the repeat form |
| _eventrepeat_get_next_date | Returns the next date that will be rendered in the repeat sequence. |
| _eventrepeat_parse_ical | Parses the RRULE data into an array |
| _eventrepeat_render_nodes | Support function which renders new nodes in a repeat sequence |
| _eventrepeat_save_repeat | |
| _eventrepeat_start_time | Support function which generates a start timestamp for new nodes in a repeat sequence |
| _eventrepeat_stringifier | helper function to turn an array of strings into a comma seperated, single quoted list. |
| _eventrepeat_system_module_validate | Validates module dependencies for the module. |
| _eventrepeat_update_nodes | Helper function that handles mass editing of nodes in a repeat sequence |
| _eventrepeat_user_help_content | Creates help based on current configuration. |
| _eventrepeat_validate_form_date | Validates the start and end times in a node form submission. |