| /[drupal]/contributions/modules/webform/webform.install |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#470440: Allow previous-submission-notifications to be disabled per form.
#277581: Adding new e-mail tab for configuring e-mails and customizing templates.
#492806: Separate Webform Configuration from node/edit/x form.
#386252 by hass: Remove t() from hook_schema().
#386252 by hass: Remove t() from hook_schema().
Updating HEAD with 2.x branch for new 3.x version.
#357476 by james.cartledge and quicksketch: Schema mismatches between defined and actual values.
#337578 by eMPee584: Code style fixes.
#337578 by eMPee584: Code style fixes.
#329331 by bj.drupal. NOT NULL typo, needs to be set to TRUE implicitly in hook_schema.
#318424 by cdale. Whitespace fixes.
#287270 by mcgyver5. Update 5201 fails under PostGres.
#277537. Better upgrade code with checking to prevent the same update from being run twice, and making sure that each update is run at least once.
#297340. Allow webform to be installed from an install profile.
#295774. Remove mySQL specific syntax from uninstall.
#277589. Uploaded files deleted on cronjob.
#276729. Schema defines mandatory field twice instead of an e-mail field.
#276729. Schema defines mandatory field twice instead of an e-mail field.
#260655. Upgrade fails when submission data is available for removed components.
#98308 by gvdenis. Configurable delimiter in CSV exports. Thanks!
#98308 by gvdenis. Configurable delimiter in CSV exports. Thanks!
#247131. Incorrect file extensions are displayed by file upload. Reorganizes the storage for file component extension checking.
#247131. Incorrect file extensions are displayed by file upload. Reorganizes the storage for file component extension checking.
#239343 by Morbus Iff and quicksketch. Add webform permissions handling for submission of webforms.
#239343 by Morbus Iff and quicksketch. Add webform permissions handling for submission of webforms.
#233627. Choose items to e-mail. Update.php required.
#233627. Choose items to e-mail. Update.php required.
#251840. Updating captcha component has mismatched quotes.
#251840. Updating captcha component has mismatched quotes.
#248009. Changing && to AND in mySQL query.
#241577. Increase size of component descriptions to textareas and remove character limit.
#241577. Increase size of component descriptions to textareas and remove character limit.
Working pgSQL updgrade_20
Working pgSQL updgrade_20
Swapping single and double quotes for compatibility with postGreSQL
Swapping single and double quotes for compatibility with postGreSQL
#223694. Removing UNIQUE restriction from webform_submitted_data sid column in postGres SQL.
More efficient keys and preparation for Drupal 6 database conversion. Keeps database consisten across Drupal 5 and 6 versions.
More efficient keys and preparation for Drupal 6 database conversion. Keeps database consisten across Drupal 5 and 6 versions.
Code re-arrangement to match Drupal 6 version.
Update to remove errors from hook_schema.
Initial working port of Drupal 6 version. The only known problem is that the table columns have not yet been converted to auto_increment, meaning new submissions cannot be saved properly. Admin interface and webform configuration all seems to be working properly.
Code style corrections.
Code style corrections.
Whitespace fixes (replacing tabs with spaces).
Whitespace fixes (replacing tabs with spaces).
Updating HEAD with webform 2.x branch to begin Drupal 6 port.
Adding upgrade path for users of captcha component to Captcha 3.x version.
Adding upgrade path for 1.x to 2.x email from, address, and subject fields.
#217458. Mysql error on upgrade to 5.x-2.x-dev in webform_submitted_data table.
Minor spacing fixes.
#220014. SQL error in update_17.
Many fix update from a plane ride home:
Removing the redirect post option. Adding submit_text and teaser columns. Now users can change the submit button name and display the full webform on the teaser view.
E-mail system overhaul. Users may now specify custom subject, from name and address. Easy to setup email address values using a select, email, or hidden field. Headers and email addresses may be modified via the Additional Processing code. Emails may now be themed individually depending on the component ID.
Major overhaul of webform, preparing for Drupal 6, removal of all nasty #DANGEROUS_SKIP_CHECKs and $_POST checking. Changes/fixes: #212951. Fields moved to a separate tab. #211971. Taxonomy terms lost when editing components. #173680. Clone components feature request. Other fixes such as translation string improvements, major code cleanup, and better function documentation.
More code style cleanups. Fixing spacing between variable assignements.
#146927. Multifix commit. Corrects ordering of form elements and displays results in correct component order. New feature displays details about the user that submitted a post. Code cleanup dealing with hook_forms() implementation.
#167699. Adding UNIQUE syntax to columns when using pgSQL.
Correcting minor spacing issues as given by coder.module.
Correcting all warnings given by coder.module concerning code style.
Major code style cleanup, correcting comments to use standard Drupal core format. Removing excess whitespace. Wraps in attempt to fix #167583, improper validation of component form.
#133699 by sun. Fixing Postgres support when adding keys to webform tables. Thanks!
Rolling back redirect_post changes after further testing of code.
Removing redirect_post option. All forms now forward their POST regardless after normal webform processing.
Converting 'user' column to 'uid' in database storage of submissions. #140623 and #145586.
Converting 'user' column to 'uid' in database storage of submissions. #140623 and #145586.
Adding key to submissions tables to increase join performance. #136166 by slantview. Thanks!
Removing AFTER syntax from pgsql upgrades. #133699 by sun. Thanks!
Removing AFTER syntax from pgsql upgrades. #133699 by sun. Thanks!
Adding user-customizable form keys for webform. Making redirected $_POST forms much easier to decipher.
Adding missing braces on update 9. Issue #128071 by CogRusty. Thanks!
Adding missing braces on update 9. Issue #128071 by CogRusty. Thanks!
Added support for customizable default FROM and Subject fields. Issue #124951 (thanks miguel!) Added support for From name as well as email. update.php required.
Added support for customizable default FROM and Subject fields. Issue #124951 (thanks miguel!) Added support for From name as well as email. update.php required.
Adding _uninstall hook. Issue #127047. Thanks nancyw!
Merged with HEAD adding additional processing and validation support.
Added additional PHP validation and processing options (update.php run required)
Sync with HEAD
Changed component 'value' field to text to allow adequate space for textarea and markup defaults.
Fixed bug while updating sequences table, causing updated webforms to loose track of how many submissions were made.
New webform update adds 'pid' column to create parent-child relationships between fields
Closes: #73749 Patch to support postgresql. Thanks to smk-ka
Closes: #73749 Patch to support postgresql. Thanks to smk-ka
Tabs replaced with spaces, if-else statements cleaned up
Closer conformity to Drupal formatting standards
Sync with HEAD
New database schema for submission checking, subdivided webform permissions
Updated tables to UTF8
Merge with HEAD
* Set webform_version to 4.7.1 to distinguish from development version
webform_version variable now properly set using variable_set() function. Now reports version 4.7.1 to distinguish from development version
Indenting fix.
Fixed addition of redirect_post column in new installs
Added redirect post option to initial install
* Seperation of webform components from core code * Minor bugs with display of components * Added ability to redirect form data to a custom processing script
Improved legacy update code. Prevents update.php from reporting an error when email_from and email_subject columns already exist in the webform table from the lazy update.
Initial commit. 4.7 automatic/update.php install method.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |