Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 6

macro.module

Version

1.4 (checked in on 2008/01/15 at 04:02:28 by weitzman)

Description

Allows administrators to record form sumissions and play back the recordings.

Functions

Namesort iconDescription
drupal_execute_macroAttempts to programmatically submit all the forms that have been specified in the $macros collection.
macro_admin_settingsMenu callback for the macro settings form.
macro_export_macroA form callback that displays the macro exported.
macro_form_alterImplementation of hook_form_alter(). Optionally record all form submissions, for later use in building distributions
macro_get_macroThe output of this callback should be saved to the profiles/$profile/macros.inc file, to be automatically played back upon completed install.
macro_helpImplementation of hook_help().
macro_import_macroA form callback that displays the macro import form.
macro_import_macro_submitImplementation of macro_import_macro hook_submit function.
macro_menuImplementation of hook_menu().
macro_permImplementation of hook_perm().
macro_record_macroA form submission handler, that stores the form submissions into the variables table