install_from_db_form |
install_from_db/install_from_db.profile |
Prompt user to select normal or quick installation method
TODO: Check db to be sure it is mysql, or provide mechanism for using dumps of other database types. |
|
1 |
install_from_db_form_submit |
install_from_db/install_from_db.profile |
Form submission handler for install_from_db_form(). |
|
|
install_from_db_form_validate |
install_from_db/install_from_db.profile |
Form validation handler for install_from_db_form(). |
|
|
install_from_db_install_finished |
install_from_db/install_from_db.profile |
Finishes importing files at end of installation.
COPIED from install.core.inc but no longer calls drupal_run_cron
since we just installed the correct module versions for the distro
that we desire. |
|
1 |
install_from_db_install_profile_modules |
install_from_db/install_from_db.profile |
Overrides install_profile_modules(). For quick install, load database from sql dump otherwise install normally. |
|
1 |
install_from_db_install_tasks_alter |
install_from_db/install_from_db.profile |
CALL THIS from your profile_install_tasks_alter() hook function. |
1 |
|
openatrium_apps_servers_info |
./openatrium.profile |
Implements hook_appstore_stores_info(). |
|
|
openatrium_clean_urls_validate |
./openatrium.profile |
Validate that clean URLs work. |
|
1 |
openatrium_features_post_restore |
./openatrium.profile |
Implements hook_features_post_restore(). |
|
|
openatrium_features_revert_all |
./openatrium.install |
Revert all features. |
|
|
openatrium_form_apps_profile_apps_select_form_alter |
./openatrium.install |
Implements hook_form_FORM_ID_alter() for apps_profile_apps_select. |
|
|
openatrium_form_install_configure_form_alter |
./openatrium.profile |
Implements hook_form_FORM_ID_alter() for install_configure_form. |
|
|
openatrium_form_panopoly_theme_selection_form_alter |
./openatrium.profile |
Implements hook_form_FORM_ID_alter() for panopoly_theme_selection_form. |
|
|
openatrium_install |
./openatrium.install |
Implements hook_install(). |
|
|
openatrium_install_tasks |
./openatrium.install |
Implements hook_install_tasks() |
|
|
openatrium_install_tasks_alter |
./openatrium.install |
Implements hook_install_tasks_alter() |
|
|
openatrium_node_access_rebuild |
./openatrium.install |
Wrapper around node access rebuild, as didn't work till I wrapped it. |
|
|
openatrium_rebuild_search |
./openatrium.install |
Rebuild search index. |
|
|
openatrium_remove_message |
./openatrium.profile |
Remove a message as set by drupal_set_message(). |
3 |
|
openatrium_requirements |
./openatrium.install |
Implements hook_requirements(). |
|
|
openatrium_revert_tours |
./openatrium.install |
Revert oa_tour_default feature. |
|
|
openatrium_set_permissions |
./openatrium.install |
Update permissions. |
|
|
openatrium_update_7002 |
./openatrium.install |
Enable oa_variables module. |
|
|
openatrium_update_7003 |
./openatrium.install |
Enable oa_buttons. |
|
|
openatrium_update_7004 |
./openatrium.install |
Enable trash_flag. |
|
|
openatrium_update_7005 |
./openatrium.install |
Enable command_buttons. |
|
|
openatrium_update_7006 |
./openatrium.install |
Enable date_all_day. |
|
|
openatrium_update_7007 |
./openatrium.install |
Enable panels_customerror. |
|
|
openatrium_update_7008 |
./openatrium.install |
Enable oa_contextual_tabs. |
|
|
openatrium_update_7009 |
./openatrium.install |
Enable oa_export. |
|
|
_install_from_db_cc_all |
install_from_db/install_from_db.profile |
Aggressively clear the cache so new database will take affect. Do this right after importing the new system module as the last step. |
1 |
|
_install_from_db_insert_before_key |
install_from_db/install_from_db.profile |
Helper function to insert a key/value pair before an existing key used to re-order the install tasks array. |
1 |
|
_install_from_db_install_db_import |
install_from_db/install_from_db.profile |
Batch callback for batch database import. |
|
1 |
_install_from_db_install_db_import_finished |
install_from_db/install_from_db.profile |
Finished callback for module installation batch. |
|
1 |
_install_from_db_read_sql_batch |
install_from_db/install_from_db.profile |
Read a batch of sql commands (ending in commit) |
1 |
|
_install_from_db_read_sql_command_from_file |
install_from_db/install_from_db.profile |
Read a multiline sql command from a file. |
1 |
|
_install_from_db_replace_prefix |
install_from_db/install_from_db.profile |
Apply the correct prefix to tables in the SQL statement. |
1 |
|
_openatrium_set_up_theme |
./openatrium.install |
Set the default theme. |
1 |
|