This is a very simple module that lets you hide the tabs (like Manage fields or Manage display) from the administration screen taxonomy terms for particular roles.
Seen is a small module which tracks which users have viewed a particular node (based on node access records), and provides this information as a tab on each node.
It will migrate all nodes of the webform node type (with the default D6 fields using migrate_d2d backend), all the configuration* of the webform's settings, the form components, email destinations, submissions and associated submission data, in addition to any validation configuration you have (from webform_validation module). It grabs the "last downloaded" data too, in case your users were downloading sequential batches since the last time they were on the site.
Installation notes
See the README.txt file for complete details!
Roles the users enabled will be transferred with the migration by comparing the machine name on the source and destination. It does NOT have the ability to hook into an existing migration class yet.
Default values are migrated BUT, only the "user email" token is converted to the new format, so the rest show a warning with a link to each created node, which is annoying, but "helpful" if you're just dealing with a small site. Patches welcome for improving this.
Body text does not get reviewed for use of tokens. I have code for that which I have used in another migration so it is possible to implement.