Releases for Webform

webform 5.x-2.0

quicksketch - May 9, 2008 - 04:33
Official release from CVS tag: DRUPAL-5--2-0
Download: webform-5.x-2.0.tar.gz
Size: 147.32 KB
md5_file hash: 38dec6d7ca52caeba0291f146b7fc4f3
First released: May 9, 2008 - 04:33
Last updated: May 9, 2008 - 04:35

Webform 2.0 final is here. It is much more compatible with other 3rd-party modules such as Diff and CCK. If building a new Drupal site, I highly recommend the 2.x version over 1.x. The Webform 1.x branch is now depreciated, I'd suggest moving over sites to get the latest fixes and updates for this module.

Warning: Carefully upgrade your site from 1.x to 2.x. The changelog details some API changes that have taken place, specifically custom theming of webform e-mails will break between versions. Additional validation and submit code will also likely need to be updated. If you haven't used either of these customizations to Webform, there is no special instruction for upgrading from 1.x.

Complete changelog from 1.x to 2.x:
- Redirect POST option removed.
- Webform components moved to the "Form components" tab when editing.
- Webform node structure changed. All webform additions to the node are placed in $node->webform.
- Clone option added to components.
- Database storage improved to be more consistent and efficient.
- Additional e-mails may be sent by modifying the $node->webform['additional_emails'] variable in the Additional Validation field.
- The values of select and hidden fields may receive e-mails by using the option in Conditional e-mail recipients field.
- E-mail from name, from address, and from subject may be entered in a text field.
- The complete webform may be shown in the teaser view of a node.
- Submit button text may be changed.
- Theme function theme_webform_create_mailmessage() has been renamed to theme_webform_mail_message().
- $cid parameter added to theme_webform_mail_message() to create unique e-mails depending on a particular recipient or component.
- Theme function theme_webform_mail_headers added.
- Component descriptions are textareas rather than textfields.
- _webform_filtervalues() has been renamed to _webform_filter_values.

Changes from 2.0 beta3 to Webform 2.0
- #229003 Component types in the components list not being translated.
- #242170 Localalized strings break theme functions.
- #252788 Remove arg() dependencies from Webform menu loaders.
- #252808 Unable to clear webform submissions.

webform 6.x-2.0-beta6

quicksketch - May 9, 2008 - 04:26
Official release from CVS tag: DRUPAL-6--2-0-beta6
Download: webform-6.x-2.0-beta6.tar.gz
Size: 151.65 KB
md5_file hash: 1889dd81d6310a25b6323b65143b9e6b
First released: May 9, 2008 - 04:26
Last updated: May 9, 2008 - 04:30

Minor update from 2.x beta 5 version of Webform. Corrects the following bugs:

- #229003 Component types in the components list not being translated.
- #242170 Localalized strings break theme functions.
- #252788 Remove arg() dependencies from Webform menu loaders.
- #252808 Unable to clear webform submissions.

The Drupal 6 version of Webform still has the following outstanding issue preventing a 2.0 release. Otherwise this release is identical to the 2.0 release for Drupal 5.
- #243839 Page break component not working.

webform 6.x-2.0-beta5

quicksketch - April 15, 2008 - 01:10
Official release from CVS tag: DRUPAL-6--2-0-beta5
Download: webform-6.x-2.0-beta5.tar.gz
Size: 151.57 KB
md5_file hash: 4a8693658f31c528f6ba679001ec5f93
First released: April 15, 2008 - 01:10
Last updated: April 15, 2008 - 01:15

Another update to correct the permissions issues when combine with Drupal 6.2. Thanks Gribnif for the patch!

webform 6.x-2.0-beta4

quicksketch - April 13, 2008 - 08:32
Official release from CVS tag: DRUPAL-6--2-0-beta4
Download: webform-6.x-2.0-beta4.tar.gz
Size: 151.55 KB
md5_file hash: 3e4229c3edcc3f5b72ee3649645ea034
First released: April 13, 2008 - 08:32
Last updated: April 13, 2008 - 08:35

This beta release of Webform adds compatibility for Drupal 6.2 and higher, after an API change in Drupal core broke the current menu handlers.

webform 5.x-1.10

quicksketch - April 3, 2008 - 04:09
Official release from CVS tag: DRUPAL-5--1-10
Download: webform-5.x-1.10.tar.gz
Size: 139.46 KB
md5_file hash: 16d018427ee66f17c21cef7fb7423cd1
First released: April 3, 2008 - 04:09
Last updated: April 3, 2008 - 04:10

This is a maintenance release of Webform, including bug fixes and security enhancements.

Bug Fixes:
- Last component added is now remembered again - http://drupal.org/node/221436

Security Improvements:
- Titles on Webforms were not filtered before display, allowing users that are allowed to create webforms to insert JavaScript to the page. See Drupal Security Advisory SA-2008-024.

webform 5.x-2.0-beta3

quicksketch - April 3, 2008 - 04:06
Official release from CVS tag: DRUPAL-5--2-0-beta3
Download: webform-5.x-2.0-beta3.tar.gz
Size: 147 KB
md5_file hash: df3f5c31a2a455570eb3f6445127d1e9
First released: April 3, 2008 - 04:06
Last updated: April 3, 2008 - 04:10

Since beta2, Webform has had the following bug fixes, features added, and security improvements:

Bug Fixes:
- Empty results pages (Drupal 6 only) - http://drupal.org/node/240080
- Page breaks a now prevented from saving data in the webform_submissions table - http://drupal.org/node/239336
- pgSQL support fixed for adding new components to a webform - http://drupal.org/node/240549
- Users that were allowed to view submissions were not allowed unless they had edit permissions - http://drupal.org/node/227661

Features:
- SID saved in form values to aid in 3rd party module implementations - http://drupal.org/node/240455
- Component label fields have been extended to support 255 characters instead of 128 - http://drupal.org/node/241319
- Component descriptions are now textareas instead of textfields and have no limit - http://drupal.org/node/241577
- Users are now displayed a convenient list of submissions they have previously submitted to a webform - http://drupal.org/node/219181
- Support for node_clone.module 2.x - http://drupal.org/node/228917

Security Improvements:
- Titles on Webforms were not filtered before display, allowing users that are allowed to create webforms to insert JavaScript to the page. See Drupal Security Advisory SA-2008-024.

webform 6.x-2.0-beta3

quicksketch - April 3, 2008 - 04:05
Official release from CVS tag: DRUPAL-6--2-0-beta3
Download: webform-6.x-2.0-beta3.tar.gz
Size: 151.54 KB
md5_file hash: 127ad8d7e9e5352e9c344b7f3196e3d5
First released: April 3, 2008 - 04:05
Last updated: April 3, 2008 - 04:10

Since beta2, Webform has had the following bug fixes, features added, and security improvements:

Bug Fixes:
- Empty results pages (Drupal 6 only) - http://drupal.org/node/240080
- Page breaks a now prevented from saving data in the webform_submissions table - http://drupal.org/node/239336
- pgSQL support fixed for adding new components to a webform - http://drupal.org/node/240549
- Users that were allowed to view submissions were not allowed unless they had edit permissions - http://drupal.org/node/227661

Features:
- SID saved in form values to aid in 3rd party module implementations - http://drupal.org/node/240455
- Component label fields have been extended to support 255 characters instead of 128 - http://drupal.org/node/241319
- Component descriptions are now textareas instead of textfields and have no limit - http://drupal.org/node/241577
- Users are now displayed a convenient list of submissions they have previously submitted to a webform - http://drupal.org/node/219181
- Support for node_clone.module 2.x - http://drupal.org/node/228917

Security Improvements:
- Titles on Webforms were not filtered before display, allowing users that are allowed to create webforms to insert JavaScript to the page. See Drupal Security Advisory SA-2008-024.

webform 5.x-2.0-beta2

quicksketch - March 22, 2008 - 06:03
Official release from CVS tag: DRUPAL-5--2-0-beta2
Download: webform-5.x-2.0-beta2.tar.gz
Size: 137.88 KB
md5_file hash: cd4a71d6b6e47f8643d5280832deafb1
First released: March 22, 2008 - 06:03
Last updated: March 22, 2008 - 06:05

Beta 2 release fixes many problems in Drupal 6 and a few bugs in Drupal 5:

Both versions:
- Fixed file uploads to work in fieldsets - http://drupal.org/node/218204
- Results and analysis display 0 for grid components - http://drupal.org/node/236791
- CSV exports put into a logical order - http://drupal.org/node/146927
- Submission information not lost when administrators are updating submissions - http://drupal.org/node/224299

Drupal 6:
- Component level validation was not working for email, time, or date components - http://drupal.org/node/235218
- Blank pages on form submit, caused by undefined dsm() function - http://drupal.org/node/237078
- Unable to delete a submission due to "fatal error" - http://drupal.org/node/237071
- Call-time pass-by-reference warning - http://drupal.org/node/236999
- Cannot remove components - http://drupal.org/node/231609

webform 6.x-2.0-beta2

quicksketch - March 22, 2008 - 06:02
Official release from CVS tag: DRUPAL-6--2-0-beta2
Download: webform-6.x-2.0-beta2.tar.gz
Size: 141.16 KB
md5_file hash: 4bce334b79fd4c32627bb0efe6936072
First released: March 22, 2008 - 06:02
Last updated: March 22, 2008 - 06:05

Beta 2 release fixes many problems in Drupal 6 and a few bugs in Drupal 5:

Both versions:
- Fixed file uploads to work in fieldsets - http://drupal.org/node/218204
- Results and analysis display 0 for grid components - http://drupal.org/node/236791
- CSV exports put into a logical order - http://drupal.org/node/146927
- Submission information not lost when administrators are updating submissions - http://drupal.org/node/224299

Drupal 6:
- Component level validation was not working for email, time, or date components - http://drupal.org/node/235218
- Blank pages on form submit, caused by undefined dsm() function - http://drupal.org/node/237078
- Unable to delete a submission due to "fatal error" - http://drupal.org/node/237071
- Call-time pass-by-reference warning - http://drupal.org/node/236999
- Cannot remove components - http://drupal.org/node/231609

webform 6.x-2.0-beta1

quicksketch - March 16, 2008 - 19:31
Official release from CVS tag: DRUPAL-6--2-0-beta1
Download: webform-6.x-2.0-beta1.tar.gz
Size: 140.59 KB
md5_file hash: 9dead3fa91ce0bfc4fd92f21229d3ec8
First released: March 16, 2008 - 19:31
Last updated: March 16, 2008 - 19:35

Initial release of Webform for Drupal 6. A large goal of the 2.x branch was to provided Drupal 6 compatibility. The 1.x branch of Webform is not compatible with Drupal 6.

If upgrading your site from Drupal 5 to Drupal 6, it is recommended to upgrade your Drupal 5 site to Webform 2.x first, then upgrade to Drupal 6 and the Drupal 6 version of Webform.

webform 5.x-2.0-beta1

quicksketch - March 16, 2008 - 19:27
Official release from CVS tag: DRUPAL-5--2-0-beta1
Download: webform-5.x-2.0-beta1.tar.gz
Size: 137.59 KB
md5_file hash: 8d75577a6c65c512ffe88f08cfa21aae
First released: March 16, 2008 - 19:27
Last updated: March 16, 2008 - 19:30

This is the beta release of the next major version of Webform. It is much more compatible with other 3rd-party modules such as Diff and CCK. If building a new Drupal site, I highly recommend the 2.x version over 1.x.

Complete changelog from 1.x to 2.x:
- Redirect POST option removed.
- Webform components moved to the "Form components" tab when editing.
- Webform node structure changed. All webform additions to the node are placed in $node->webform.
- Clone option added to components.
- Database storage improved to be more consistent and efficient.
- Additional e-mails may be sent by modifying the $node->webform['additional_emails'] variable in the Additional Validation field.
- The values of select and hidden fields may receive e-mails by using the option in Conditional e-mail recipients field.
- E-mail from name, from address, and from subject may be entered in a text field.
- The complete webform may be shown in the teaser view of a node.
- Submit button text may be changed.
- Theme function theme_webform_create_mailmessage() has been renamed to theme_webform_mail_message().
- $cid parameter added to theme_webform_mail_message() to create unique e-mails depending on a particular recipient or component.
- Theme function theme_webform_mail_headers added.

webform 6.x-2.x-dev

quicksketch - March 16, 2008 - 19:16
Nightly development snapshot from CVS branch: DRUPAL-6--2
Download: webform-6.x-2.x-dev.tar.gz
Size: 152.03 KB
md5_file hash: b540ad7461f3ac544029230f9f58edc1
First released: March 16, 2008 - 19:16
Last updated: May 11, 2008 - 12:10

Drupal 6 development version of Webform, contains the latest features and bug fixes. Please use this release before requesting new features or reporting bugs for Drupal 6 Webform.

webform 5.x-1.9

quicksketch - February 11, 2008 - 02:47
Official release from CVS tag: DRUPAL-5--1-9
Download: webform-5.x-1.9.tar.gz
Size: 130.46 KB
md5_file hash: 70570e76149c040ef7ff9bfac3d39d85
First released: February 11, 2008 - 02:47
Last updated: February 11, 2008 - 02:50

This is a bug-fix release and includes no new features since the 1.8 version. Highly recommended for all users of the 1.8 version of webform.

Bug Fixes:
- Select component troubles with certain characters (most notably ampersands) - http://drupal.org/node/150306
- Empty value for radio buttons in sent e-mails - http://drupal.org/node/218511
- New components do not have their weight saved when changing from the main node form - http://drupal.org/node/208233
- Analysis does not take into account the grid questions - http://drupal.org/node/220144
- Minor typographic fixes - http://drupal.org/node/220127
- Invalid foreach() PHP warning - http://drupal.org/node/215117

webform 5.x-2.x-dev

quicksketch - January 27, 2008 - 23:52
Nightly development snapshot from CVS branch: DRUPAL-5--2
Download: webform-5.x-2.x-dev.tar.gz
Size: 147.33 KB
md5_file hash: e5b7b6ee851481d25dd6d02b1a3e21da
First released: January 27, 2008 - 23:52
Last updated: May 11, 2008 - 12:10

Webform 2.x is largely preparation for a Drupal 6 port of webform, but fixes several long standing issues with Webform 1.x. This version of Webform does not contain the hacks of Webform 1.x, which have existed since Webform was ported to the FormsAPI for Drupal 4.7. It should significantly increase compatibility with other modules, such as Taxonomy, Upload, and Diff by moving the components fieldset to a separate tab.

Using Webform 2.x over 1.x is highly recommended, though this software contains a lot of new or changed code from the 1.x version. Please test your site before deploying to a development server.

webform 5.x-1.8

quicksketch - January 22, 2008 - 08:16
Official release from CVS tag: DRUPAL-5--1-8
Download: webform-5.x-1.8.tar.gz
Size: 130.56 KB
md5_file hash: 5b84590e169e3fa904c99825c188097a
First released: January 22, 2008 - 08:16
Last updated: January 22, 2008 - 08:20

Major release with many, many bug fixes and features. This release makes no database changes but fixes many bugs since the 1.7 release.

Bug fixes:
- Date component now themed better with no wrap-around fieldset - http://drupal.org/node/211293
- Date component now displayed in the same format as the site date and time settings - http://drupal.org/node/75555
- Correct pgSQL syntax in install file - http://drupal.org/node/167699
- Zero shows up as blank in CSV downloads - http://drupal.org/node/192121
- Only last page is submitted in mails on multipage forms - http://drupal.org/node/197331
- IP Address added to CSV download - http://drupal.org/node/203099
- URL to results in email now works consistently - http://drupal.org/node/203972
- Better sorting according to fieldsets and page breaks - http://drupal.org/node/208852
- Email names now properly encoded - http://drupal.org/node/210374
- "Component not Found" error - http://drupal.org/node/195753
- Email select items now use dashes rather than bullets - http://drupal.org/node/186122
- Date field now throws error properly when validation fails - http://drupal.org/node/188620
- Select elements properly displayed in the CSV downloads - http://drupal.org/node/190193
- Component values are now always escaped in the component overview table - http://drupal.org/node/160833

Features:
- Component weight and mandatory value can now be set from the node form - http://drupal.org/node/208233
- New component "Matrix" or "Grid" item! (by Nall, THANKS!)- http://drupal.org/node/122097
- Form submissions can now be editted (by gvdvenis and aj_drupal, THANKS!) - http://drupal.org/node/148238
- $_SESSION, $_COOKIE, and $_REQUEST can all now be used as default values for components - http://drupal.org/node/152226

webform 5.x-1.7

quicksketch - October 21, 2007 - 06:50
Official release from CVS tag: DRUPAL-5--1-7
Download: webform-5.x-1.7.tar.gz
Size: 106.08 KB
md5_file hash: 2c3fddc58120c55f043f42b759dce121
First released: October 21, 2007 - 06:50
Last updated: October 21, 2007 - 06:55

More bug fixes in this release. My apologies for anyone the just updated with yesterday's 1.6 release.

- Select fields can now be used as 'from name', 'from email', and 'subject' fields - http://drupal.org/node/156968
- Redirect URL is trimmed, preventing problems with tinyMCE (by yhager) - http://drupal.org/node/170645
- Loss of recently changed webform fields when a validation error is thrown on the field form - http://drupal.org/node/167583

webform 5.x-1.6

quicksketch - October 19, 2007 - 06:53
Official release from CVS tag: DRUPAL-5--1-6
Download: webform-5.x-1.6.tar.gz
Size: 106.87 KB
md5_file hash: f4d0f589f1411633f3eac4f901c734bf
First released: October 19, 2007 - 06:53
Last updated: October 19, 2007 - 06:55

Single bug fix in this release from the 1.5 version.

- foreach() error on loading all components. Broken admin/webform/settings page - http://drupal.org/node/184619

webform 5.x-1.5

quicksketch - October 18, 2007 - 07:29
Official release from CVS tag: DRUPAL-5--1-5
Download: webform-5.x-1.5.tar.gz
Size: 106.81 KB
md5_file hash: 292747f59bb0aa86a1e3f7e218eb8fb7
First released: October 18, 2007 - 07:29
Last updated: October 18, 2007 - 07:30

Huge bug fixing release. Check the project issue queue to see recently fixed items. This release is recommended for all webform users.

Bugs Fixed:
- Email contains no submitted values (by yched) - http://drupal.org/node/155743
- Display select values rather than keys in emails (by tatien) - http://drupal.org/node/152165
- Fixes with CSV headers (by Rowanw) - http://drupal.org/node/181967 and http://drupal.org/node/181973
- Added correct postgres database support (by smk-ka and sun) - http://drupal.org/node/133699
- Default return address, return address name, and subject are not used in email submission (by scafmac) - http://drupal.org/node/152165
- List of available components is not honored (by scafmac) - List of available components is not honored
- File component leaves out closing div when viewing submission (by CrackWilding) - http://drupal.org/node/175797
- internal: redirect not working with Redirect POST Values (by asciikewl) - http://drupal.org/node/174971

This was a release entirely by contributed (and verified) patches. Thanks so much to everyone that contributed!

webform 5.x-1.4

quicksketch - June 14, 2007 - 01:14
Official release from CVS tag: DRUPAL-5--1-4
Download: webform-5.x-1.4.tar.gz
Size: 98.13 KB
md5_file hash: 1f03f8ee4f97eb894f22cd799c7bf7df
First released: June 14, 2007 - 01:14
Last updated: June 14, 2007 - 01:15

This release is primarily bug fixes. No extensive features have been added and it corrects several critical issues introduced in webform 1.3.

Bug Fixes:
- Remove drupal_goto() from submit and insert functions, this fixes webform interfering with other modules such as taxonomy, CCK, menu, and others. (#149044)
- Missing arguments for _webform_validate_file() (#150979)
- Email format reverted to 1.2 layout. Improved indentation when using fieldsets. (#148090)
- Email addresses without sender names are not enclosed in '<' and '>' characters. (#150688)

Features:
- New translations for Greek, Russian, and Swedish
- Email fields now may be disabled for user entry
- Allow profile dates for date component (#151122)

Big thanks to the contributors of new translations for this release. German and Spanish have languished for a long time. If anyone is willing to create a new translation, please submit at in the webform issue queue.

webform 5.x-1.3

quicksketch - May 29, 2007 - 03:32
Official release from CVS tag: DRUPAL-5--1-3
Download: webform-5.x-1.3.tar.gz
Size: 64.83 KB
md5_file hash: ca04be59b31c944ff95689ac81aebb6e
First released: May 29, 2007 - 03:32
Last updated: May 29, 2007 - 03:35

Webform 1.3 contains many bug fixes and feature enhancements. Upgrading all installations of webform to 1.3 is recommended. Note that this upgrade requires running update.php. Backing up your database is recommended.

Bug Fixes:
- Use UID instead of name for recording submissions (#145586)
- Validation now works properly for radio buttons and select lists (#92403)
- Validation now works properly for each field in a date field (#145607)
- Indexes added to submissions table for faster retreival (#136166)
- Permissions for creating a new webform are now checked correctly for users with "administer nodes" permission (#143545)
- Multiple webforms can be displayed on the same page and submit properly (#142002)
- Major code cleanup. Strict coherence to the Drupal coding standards.
- Various PHP Warnings

Features:
- Title is now separated from name and may be user-defined (Drupal 5 only, #88751)
- Webforms can contain multiple pages via the new "pagebreak" component (Drupal 5 only, #136123), huge thanks to Gribnif for this contribution.
- Select components may now be used for email and subject fields (#146518)
- Results tables and submissions may now be themed and sorted by various columns.

Thanks to everyone that contributed to this release. Gribnif especially for his excellent round of patches.

webform 5.x-1.2

quicksketch - March 5, 2007 - 19:34
Official release from CVS tag: DRUPAL-5--1-2
Download: webform-5.x-1.2.tar.gz
Size: 61.97 KB
md5_file hash: d5ca8e9de51e2f7e972e6ab01d52fd20
First released: March 5, 2007 - 19:34
Last updated: March 5, 2007 - 19:35

First official release of webform for Drupal 5.

- Upgraded code to Drupal 5, thanks to everyone that helped out and hammered out those last problems!

Sync with 4.7 version changes, including:
- Correcting several warnings issues when using PHP5
- German translation added
- Minor punctuation and spelling fixes
- Submission limit fixed in pgSQL
- Better formatting of submitted emails

webform 4.7.x-1.2

quicksketch - March 5, 2007 - 19:32
Official release from CVS tag: DRUPAL-4-7--1-2
Download: webform-4.7.x-1.2.tar.gz
Size: 63.65 KB
md5_file hash: b26e041bb5acf2addae3a8280f9e017e
First released: March 5, 2007 - 19:32
Last updated: March 5, 2007 - 19:35

- Correcting several warnings issues when using PHP5
- German translation added
- Minor punctuation and spelling fixes
- Submission limit fixed in pgSQL
- Better formatting of submitted emails

webform 5.x-1.x-dev

quicksketch - January 11, 2007 - 02:43
Nightly development snapshot from CVS branch: DRUPAL-5
Download: webform-5.x-1.x-dev.tar.gz
Size: 139.54 KB
md5_file hash: 1857c1c3f01f7b483707250fdd947041
First released: January 11, 2007 - 02:43
Last updated: May 9, 2008 - 12:09

Please use this branch before filling bug reports or issues. Often times problems have been corrected in the development branches that have not yet been rolled into an official release.

webform 4.7.x-1.1

quicksketch - January 4, 2007 - 04:49
Official release from CVS tag: DRUPAL-4-7--1-1
Download: webform-4.7.x-1.1.tar.gz
Size: 59 KB
md5_file hash: e3494cd89b8abaa4dc1fcff98e90b660
First released: January 4, 2007 - 04:49
Last updated: January 4, 2007 - 00:50

This release adds additional processing and validation options to webforms, allowing administrators to add custom processing to webforms without creating additional Drupal modules.

webform 4.7.x-1.0

quicksketch - January 4, 2007 - 04:48
Official release from CVS tag: DRUPAL-4-7--1-0
Download: webform-4.7.x-1.0.tar.gz
Size: 58.46 KB
md5_file hash: ad5ed340df8fc7b76e4a6af5cc639868
First released: January 4, 2007 - 04:48
Last updated: January 4, 2007 - 00:50

Initial webform release under new release system.

webform 4.7.x-1.x-dev

ullgren - April 5, 2006 - 14:09
Nightly development snapshot from CVS branch: DRUPAL-4-7
Download: webform-4.7.x-1.x-dev.tar.gz
Size: 64.84 KB
md5_file hash: ff864e3f8996321dc0ce68750e6785fe
First released: April 5, 2006 - 14:09
Last updated: October 18, 2007 - 12:12

webform 4.6.x-1.x-dev

ullgren - April 3, 2005 - 19:15
Nightly development snapshot from CVS branch: DRUPAL-4-6
Download: webform-4.6.x-1.x-dev.tar.gz
Size: 44.15 KB
md5_file hash: b55a056fe1afd99e48a6c31bbbc5f2f5
First released: April 3, 2005 - 19:15
Last updated: November 13, 2006 - 12:05

webform HEAD

ullgren - March 6, 2005 - 20:15
Nightly development snapshot from CVS branch: HEAD
Download: webform-HEAD.tar.gz
Size: 140.58 KB
md5_file hash: db54bfeca13be6bf050ee915ad70b8fa
First released: March 6, 2005 - 20:15
Last updated: March 15, 2008 - 12:10
 
 

Drupal is a registered trademark of Dries Buytaert.