125 calls to drupal_set_message() in Drupal 5
- aggregator_form_category_submit in modules/
aggregator/ aggregator.module - Process aggregator_form_category form submissions. @todo Add delete confirmation dialog.
- aggregator_form_feed_submit in modules/
aggregator/ aggregator.module - Process aggregator_form_feed form submissions. @todo Add delete confirmation dialog.
- aggregator_page_list_submit in modules/
aggregator/ aggregator.module - aggregator_parse_feed in modules/
aggregator/ aggregator.module - aggregator_refresh in modules/
aggregator/ aggregator.module - Checks a news feed for new items.
- aggregator_remove in modules/
aggregator/ aggregator.module - block_admin_configure_submit in modules/
block/ block.module - block_admin_display_submit in modules/
block/ block.module - Process main block administration form submission.
- block_box_delete_submit in modules/
block/ block.module - Deletion of custom blocks.
- block_box_form_submit in modules/
block/ block.module - book_admin_edit_submit in modules/
book/ book.module - book_export in modules/
book/ book.module - Menu callback; Generates various representation of a book page with all descendants and prints the requested representation to output.
- book_outline_submit in modules/
book/ book.module - Handles book outline form submissions.
- color_form_alter in modules/
color/ color.module - Implementation of hook_form_alter().
- color_scheme_form_submit in modules/
color/ color.module - Submit handler for color change form.
- comment_admin_overview_submit in modules/
comment/ comment.module - Execute the chosen 'Update option' on the selected comments, such as publishing, unpublishing or deleting.
- comment_confirm_delete_submit in modules/
comment/ comment.module - comment_delete in modules/
comment/ comment.module - Menu callback; delete a comment.
- comment_multiple_delete_confirm in modules/
comment/ comment.module - List the selected comments and verify that the admin really wants to delete them.
- comment_multiple_delete_confirm_submit in modules/
comment/ comment.module - Perform the actual comment deletion.
- comment_reply in modules/
comment/ comment.module - This function is responsible for generating a comment reply form. There are several cases that have to be handled, including:
- comment_save in modules/
comment/ comment.module - Accepts a submission of new or changed comment content.
- contact_admin_delete in modules/
contact/ contact.module - Category delete page.
- contact_admin_delete_submit in modules/
contact/ contact.module - Process category delete form submission.
- contact_admin_edit_submit in modules/
contact/ contact.module - Process the contact category edit page form submission.
- contact_mail_page_submit in modules/
contact/ contact.module - Process the site-wide contact page form submission.
- contact_mail_user_submit in modules/
contact/ contact.module - Process the personal contact page form submission.
- db_check_setup in includes/
database.pgsql.inc - Verify if the database is set up correctly.
- drupal_auth in modules/
drupal/ drupal.module - Implementation of hook_auth().
- drupal_check_module in includes/
install.inc - Check a module's requirements.
- drupal_get_messages in includes/
bootstrap.inc - Return all messages that have been set.
- drupal_rewrite_settings in includes/
install.inc - Read settings.php into a buffer line by line, changing values specified in $settings array, then over-writing the old settings.php file.
- drupal_test_mysql in includes/
install.mysql.inc - Check if we can connect to MySQL.
- drupal_test_mysqli in includes/
install.mysqli.inc - Check if we can connect to MySQL.
- drupal_test_pgsql in includes/
install.pgsql.inc - Check if we can connect to PostgreSQL.
- drupal_verify_profile in includes/
install.inc - Verify a profile for installation.
- error_handler in includes/
common.inc - Log errors as defined by administrator Error levels: 0 = Log errors to database. 1 = Log errors to database and to screen.
- file_check_directory in includes/
file.inc - Check that the directory exists and is writable. Directories need to have execute permissions to be considered a directory by FTP servers, etc.
- file_check_upload in includes/
file.inc - Verify an uploaded file.
- file_copy in includes/
file.inc - Copies a file to a new location. This is a powerful function that in many ways performs like an advanced version of copy().
- file_move in includes/
file.inc - Moves a file to a new location.
- file_save_data in includes/
file.inc - Save a string to the specified destination.
- filter_admin_delete in modules/
filter/ filter.module - Menu callback; confirm deletion of a format.
- filter_admin_delete_submit in modules/
filter/ filter.module - Process filter delete form submission.
- filter_admin_format_form_submit in modules/
filter/ filter.module - Process filter format form submissions.
- filter_admin_order_submit in modules/
filter/ filter.module - Process filter order configuration form submission.
- filter_admin_overview_submit in modules/
filter/ filter.module - form_set_error in includes/
form.inc - File an error against a form element. If the name of the element is edit[foo][bar] then you may pass either foo or foo][bar as $name foo will set an error for all its children.
- forum_confirm_delete_submit in modules/
forum/ forum.module - Implementation of forms api _submit call. Deletes a forum after confirmation.
- forum_form_submit in modules/
forum/ forum.module - Process forum form and container form submissions.
- install_change_settings in ./
install.php - Configure and rewrite settings.php.
- install_check_requirements in ./
install.php - Page to check installation requirements and report any errors.
- install_complete in ./
install.php - Page displayed when the installation is complete. Called from install.php.
- install_main in ./
install.php - The Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database…
- locale_admin_manage_delete_form in modules/
locale/ locale.module - User interface for the language deletion confirmation screen.
- locale_admin_manage_delete_form_submit in modules/
locale/ locale.module - Process language deletion submissions.
- locale_update_1 in modules/
locale/ locale.install - Neutralize unsafe language names in the database.
- menu_confirm_disable_item_submit in modules/
menu/ menu.module - menu_edit_item_save in modules/
menu/ menu.module - Save changes to a menu item into the database.
- menu_item_delete_form_submit in modules/
menu/ menu.module - Process menu delete form submissions.
- menu_reset_item_submit in modules/
menu/ menu.module - Process menu reset item form submissions.
- node_admin_nodes_submit in modules/
node/ node.module - Submit the node administration update form.
- node_configure_rebuild_confirm_submit in modules/
node/ node.module - Handler for wipe confirmation
- node_delete in modules/
node/ node.module - Delete a node.
- node_form_submit in modules/
node/ node.module - node_multiple_delete_confirm_submit in modules/
node/ node.module - node_node_type in modules/
node/ content_types.inc - Implementation of hook_node_type().
- node_revision_delete in modules/
node/ node.module - Delete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a revision is deleted.
- node_revision_delete_confirm_submit in modules/
node/ node.module - node_revision_revert in modules/
node/ node.module - Revert to the revision with the specified revision number. A node and nodeapi "update" event is triggered (via the node_save() call) when a revision is reverted.
- node_revision_revert_confirm_submit in modules/
node/ node.module - node_type_delete_confirm_submit in modules/
node/ content_types.inc - Process content type delete confirm submissions.
- node_type_form_submit in modules/
node/ content_types.inc - Implementation of hook_form_submit().
- page_get_cache in includes/
bootstrap.inc - Retrieve the current page from the cache.
- path_admin_delete in modules/
path/ path.module - Post-confirmation; delete an URL alias.
- path_form_submit in modules/
path/ path.module - Save a new URL alias to the database.
- poll_cancel in modules/
poll/ poll.module - Callback for canceling a vote
- poll_vote in modules/
poll/ poll.module - Callback for processing a vote
- profile_field_delete_submit in modules/
profile/ profile.module - Process a field delete form submission.
- profile_field_form_submit in modules/
profile/ profile.module - Process profile_field_form submissions.
- search_admin_settings_validate in modules/
search/ search.module - Validate callback.
- search_wipe_confirm_submit in modules/
search/ search.module - Handler for wipe confirmation
- system_main_admin_page in modules/
system/ system.module - Provide the administration overview page.
- system_modules_submit in modules/
system/ system.module - Submit callback; handles modules form submission.
- system_modules_uninstall_submit in modules/
system/ system.module - Processes the submitted uninstall form.
- system_modules_uninstall_validate in modules/
system/ system.module - Validates the submitted uninstall form.
- system_run_cron in modules/
system/ system.module - Menu callback: run cron manually.
- system_settings_form in modules/
system/ system.module - Add default buttons to a form and set its prefix
- system_settings_form_submit in modules/
system/ system.module - Execute the system_settings_form.
- system_themes_submit in modules/
system/ system.module - system_theme_settings_submit in modules/
system/ system.module - system_update_169 in modules/
system/ system.install - system_update_173 in modules/
system/ system.install - taxonomy_form_term_submit in modules/
taxonomy/ taxonomy.module - Accept the form submission for a taxonomy term and save the result.
- taxonomy_form_vocabulary_submit in modules/
taxonomy/ taxonomy.module - Accept the form submission for a vocabulary and save the results.
- taxonomy_term_confirm_delete_submit in modules/
taxonomy/ taxonomy.module - taxonomy_vocabulary_confirm_delete_submit in modules/
taxonomy/ taxonomy.module - theme_install_page in includes/
theme.inc - theme_node_preview in modules/
node/ node.module - Display a node preview for display during node creation and editing.
- update_do_update_page in ./
update.php - Perform updates for the JS version and return progress.
- upload_munge_filename in modules/
upload/ upload.module - Munge the filename as needed for security purposes.
- user_admin_access_check_submit in modules/
user/ user.module - user_admin_access_delete_confirm_submit in modules/
user/ user.module - user_admin_access_form_submit in modules/
user/ user.module - Submit callback for user_admin_access_form().
- user_admin_account_submit in modules/
user/ user.module - Submit the user administration update form.
- user_admin_perm_submit in modules/
user/ user.module - user_admin_role_submit in modules/
user/ user.module - user_delete in modules/
user/ user.module - Delete a user.
- user_edit in modules/
user/ user.module - user_edit_submit in modules/
user/ user.module - user_multiple_delete_confirm_submit in modules/
user/ user.module - user_pass_reset in modules/
user/ user.module - Menu callback; process one time login link and redirects to the user page on success.
- user_pass_submit in modules/
user/ user.module - user_register_submit in modules/
user/ user.module - _locale_add_language in includes/
locale.inc - Helper function to add a language
- _locale_admin_import_submit in includes/
locale.inc - Process the locale import form submission.
- _locale_admin_manage_screen_submit in includes/
locale.inc - Process locale admin manager form submissions.
- _locale_import_message in includes/
locale.inc - Sets an error message occurred during locale file parsing.
- _locale_import_parse_plural_forms in includes/
locale.inc - Parses a Plural-Forms entry from a Gettext Portable Object file header
- _locale_import_po in includes/
locale.inc - Parses Gettext Portable Object file information and inserts into database
- _locale_string_delete in includes/
locale.inc - Delete a language string.
- _locale_string_edit in includes/
locale.inc - User interface for string editing.
- _locale_string_edit_submit in includes/
locale.inc - Process string editing form submissions. Saves all translations of one string submitted from a form.
- _menu_site_is_offline in includes/
menu.inc - Returns TRUE if the site is off-line for maintenance.
- _upload_image in modules/
upload/ upload.module - Check an upload, if it is an image, make sure it fits within the maximum dimensions allowed.