update.authorize.inc

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.

Functions

NameDescription
update_authorize_batch_copy_projectCopy a project to its proper place when authorized with elevated privileges.
update_authorize_install_batch_finishedBatch callback for when the authorized install batch is finished.
update_authorize_run_installCallback invoked by authorize.php to install a new project.
update_authorize_run_updateCallback invoked by authorize.php to update existing projects.
update_authorize_update_batch_finishedBatch callback for when the authorized update batch is finished.
_update_authorize_clear_update_statusPrivate helper function to clear cached available update status data.
_update_batch_create_messageHelper function to create a structure of log messages.
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.