update.fetch.inc
Version 1.25 (checked in on 2009/10/13 at 08:02:49 by webchick)
Code required only when fetching information about available updates.
Functions
| Name | Description |
|---|---|
| update_fetch_data_batch | Process a step in the batch for fetching available update data. |
| update_fetch_data_finished | Batch API callback when all fetch tasks have been completed. |
| update_manual_status | Callback to manually check the update status without cron. |
| update_parse_xml | Parse the XML of the Drupal release history info files. |
| _update_build_fetch_url | Generates the URL to fetch information about project updates. |
| _update_create_fetch_task | Add a task to the queue for fetching release history data for a project. |
| _update_cron_notify | Perform any notifications that should be done once cron fetches new data. |
| _update_fetch_data | Attempt to drain the queue of tasks for release history data to fetch. |
| _update_get_fetch_url_base | Return the base of the URL to fetch available update data for a project. |
| _update_process_fetch_task | Process a task to fetch available update data for a single project. |
| _update_refresh | Clear out all the cached available update data and initiate re-fetching. |
