Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This is an update of Flash node 3 to fix some of the errors users were experiencing when uploading files. Flash node was checking the mime type reported by the uploading client and this turned out to be unpredictable. If the client reported unknown/unknown or similar it would cause the upload to be rejected.
You only need to upgrade to this release to resolve this error.
Fixed some problems with the way taxonomy_timer performs hook_form_alter().
We were getting stuck when CCK pages tried to edit the field lists for content types. CCK loads up the node form for its types, and taxonomy_timer was firing off a "store tt_defaults" call. This didn't work because when CCK was loading the form, $form['#node']['nid'] wasn't set yet.
Initial public release of the Webform (Show Own Form Results) module.
The module adds a perm and a MENU_LOCAL_TASK to nodes of type webform that allows the node owner to download results from his/her own form. This is the sort of thing I expect may exist in the webform module itself some day, but for now this module should suffice.