[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

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

(no description)

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

Defines 31 functions

  webform_schema()
  webform_install()
  webform_uninstall()
  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_recursive_delete()

Functions
Functions that are not part of a class:

webform_schema()   X-Ref
Implementation of hook_schema().


webform_install()   X-Ref
Implementation of hook_install().


webform_uninstall()   X-Ref
Implementation of hook_uninstall().


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_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: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7