Version 1.3 (checked in on 2009/11/01 at 23:02:13 by webchick)
Callbacks and related functions invoked by authorize.php to update projects on the Drupal site. We use the Batch API to actually update each individual project on the site. All of the code in this file is run at a low bootstrap level (modules are not loaded), so these functions cannot assume access to the rest of the update module code.
| Name | Description |
|---|---|
| update_authorize_batch_copy_project | Copy a project to its proper place when authorized with elevated privileges. |
| update_authorize_install_batch_finished | Batch callback for when the authorized install batch is finished. |
| update_authorize_run_install | Callback invoked by authorize.php to install a new project. |
| update_authorize_run_update | Callback invoked by authorize.php to update existing projects. |
| update_authorize_update_batch_finished | Batch callback for when the authorized update batch is finished. |
| _update_authorize_clear_update_status | Private helper function to clear cached available update status data. |
| _update_batch_create_message | Helper function to create a structure of log messages. |