[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/webform/ -> webform.install (summary)

(no description)

File Size: 1535 lines (55 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 44 functions

  webform_schema()
  webform_install()
  webform_uninstall()
  webform_requirements()
  webform_update_last_removed()
  webform_update_6001()
  webform_update_6200()
  webform_update_6201()
  webform_update_6202()
  webform_update_6203()
  webform_update_6204()
  webform_update_6205()
  webform_update_6301()
  webform_update_6302()
  webform_update_6303()
  webform_update_6304()
  webform_update_6305()
  webform_update_6306()
  webform_update_6307()
  webform_update_6308()
  webform_update_6309()
  webform_update_6310()
  webform_update_6311()
  webform_update_6312()
  webform_update_6313()
  webform_update_6314()
  webform_update_6315()
  webform_update_6316()
  webform_update_6317()
  webform_update_6318()
  webform_update_6319()
  webform_update_6320()
  webform_update_6321()
  webform_update_6322()
  webform_update_6323()
  webform_update_6324()
  webform_update_6325()
  webform_update_6326()
  webform_update_6327()
  webform_update_6328()
  webform_update_6329()
  webform_update_6330()
  webform_update_6331()
  _webform_recursive_delete()

Functions
Functions that are not part of a class:

webform_schema()   X-Ref
Implements hook_schema().


webform_install()   X-Ref
Implements hook_install().


webform_uninstall()   X-Ref
Implements hook_uninstall().


webform_requirements($phase)   X-Ref
Implements hook_requirements().


webform_update_last_removed()   X-Ref
Set the minimum upgrade version.

This should allow updates from any 2.x version of Webform (for D5 or D6),
but prevent updates from any version prior to Webform 1.10.

webform_update_6001()   X-Ref
Upgrade to Drupal 6. Convert submissions sid column to auto-increment.


webform_update_6200()   X-Ref
Increase the size of the component instance name.


webform_update_6201()   X-Ref
Add a column for email to the webform_component table.


webform_update_6202()   X-Ref
Per-webform submission access control based on roles.


webform_update_6203()   X-Ref
Cleanup filtering values used by the file component.

Previously, file extensions were saved by category, exactly as the FormAPI
returned to the submit handler. All extensions are now stored in a single
array, including only valid extensions.

webform_update_6204()   X-Ref
Set all files to permanent status uploaded by Webform.


webform_update_6205()   X-Ref
Schema fixes to make Drupal 5 upgrades identical to clean Drupal 6 installs.


webform_update_6301()   X-Ref
Add a separate column for confirmation message input format.


webform_update_6302()   X-Ref
Convert node-level e-mail settings to new webform_emails table.


webform_update_6303()   X-Ref
Add the submit_notice field and update all existing webforms to the 2.x previous submissions notice default.


webform_update_6304()   X-Ref
Convert the webform content type to be owned by Node module.


webform_update_6305()   X-Ref
Migrate the renamed permissions. Add separate permissions for delete.


webform_update_6306()   X-Ref
Add the ability to save as draft.


webform_update_6307()   X-Ref
Convert the file component to use only FIDs instead of serialized arrays.


webform_update_6308()   X-Ref
Convert "Include in e-mail" from the component-level to a per e-mail setting.


webform_update_6309()   X-Ref
Fix permissions for all roles by adding an additional space after comma.


webform_update_6310()   X-Ref
Add the redirect_url field and update existing webforms to use it.


webform_update_6311()   X-Ref
Convert the "no" column to be a varchar column instead of an integer.


webform_update_6312()   X-Ref
Convert select options to use numeric keys if none are manually specified.


webform_update_6313()   X-Ref
Create keys for all questions (which don't currently have keys at all),
create keys for all options that don't yet have any, and then convert the
existing data to use these keys.


webform_update_6314()   X-Ref
Convert Dates and Times into using ISO 8601 strings instead of 3 rows.


webform_update_6315()   X-Ref
Remove "daylight_savings" and the GMT option in "timezone".


webform_update_6316()   X-Ref
Remove the Webform Debug variable.


webform_update_6317()   X-Ref
Remove orphaned e-mail settings of nodes that have been deleted.


webform_update_6318()   X-Ref
Ensure that the confirmation format column is correctly using size = 'tiny'.


webform_update_6319()   X-Ref
Add columns for e-mail HTML and attachment settings.


webform_update_6320()   X-Ref
Set the default for the "submit_notice" column to 1.


webform_update_6321()   X-Ref
Add field for block feature and redirection setting.


webform_update_6322()   X-Ref
Set additional_validate and additional_submit columns to allow NULL.


webform_update_6323()   X-Ref
Add column for webform status (open or closed).


webform_update_6324()   X-Ref
Add the ability to auto-save as draft between pages.


webform_update_6325()   X-Ref
Remove orphaned and unnecessary rows in the webform table.


webform_update_6326()   X-Ref
Add an index for nid_uid_sid to webform_submissions.


webform_update_6327()   X-Ref
Remove unused Webform variables.


webform_update_6328()   X-Ref
Convert the Date component start and end year options to start and end date.


webform_update_6329()   X-Ref
Add webform_last_download table to store last downloaded sid per user.


webform_update_6330()   X-Ref
Add additional columns for total submission limit.


webform_update_6331()   X-Ref
Add an index for nid_sid to webform_submissions.


_webform_recursive_delete($path)   X-Ref
Recursively delete all files and folders in the specified filepath, then
delete the containing folder.

Note that this only deletes visible files with write permission

param: string $path



Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7