Index: openacs-4/packages/acs-admin/www/apm/version-callbacks.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-callbacks.adp,v diff -u -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/acs-admin/www/apm/version-callbacks.adp 5 Mar 2003 14:43:12 -0000 1.2.2.1 +++ openacs-4/packages/acs-admin/www/apm/version-callbacks.adp 12 Jun 2003 08:21:29 -0000 1.2.2.2 @@ -28,6 +28,111 @@

- Add callback + » Add callback

+ +

Help

+ +

+ Here's the list of available callbacks and the parameters they will be called with. +

+ +

+ For install, uninstall, and upgrade, the before/after part of the + name refers to before or after the database create/upgrade/drop + scripts have been run. For mounting and instantiating, well, that should be fairly obvious. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CallbackParameters
+ before-install + + +
+ after-install + + +
+ before-upgrade + + from_version_name + to_version_name +
+ after-upgrade + + from_version_name + to_version_name +
+ before-uninstall + + +
+ after-instantiate + + package_id +
+ before-uninstantiate + + package_id +
+ after-mount + + package_id + node_id +
+ before-unmount + + package_id + node_id +