Considered feature-complete by its maintainers.

Seen

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.

Migrate Webform

There are a lot of forms and submissions in this photo of the import running.

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.

Accessible Errors

Makes form validation error messages more usable, by linking the error message to the relevant field. This probably makes form validation errors suck less for screen readers.

Image Auto Preview

When ever we have a image field, we use upload button to upload the images to the server. But layman or end users will find it hard to see the file name.

PP Demo Beans

Beans for demoing bean_wysiwyg module. Used in PP project profile.

Creates two bean types: Content and Gallery.

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only