Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.4 (checked in on 2008/01/15 at 04:02:28 by weitzman)
Allows administrators to record form sumissions and play back the recordings.
| Name | Description |
|---|---|
| drupal_execute_macro | Attempts to programmatically submit all the forms that have been specified in the $macros collection. |
| macro_admin_settings | Menu callback for the macro settings form. |
| macro_export_macro | A form callback that displays the macro exported. |
| macro_form_alter | Implementation of hook_form_alter(). Optionally record all form submissions, for later use in building distributions |
| macro_get_macro | The output of this callback should be saved to the profiles/$profile/macros.inc file, to be automatically played back upon completed install. |
| macro_help | Implementation of hook_help(). |
| macro_import_macro | A form callback that displays the macro import form. |
| macro_import_macro_submit | Implementation of macro_import_macro hook_submit function. |
| macro_menu | Implementation of hook_menu(). |
| macro_perm | Implementation of hook_perm(). |
| macro_record_macro | A form submission handler, that stores the form submissions into the variables table |