Comment Upload D7 Migration

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module (which should end up as the D7 version of Comment Upload) migrates the D6 comment_upload fields to the Image fields using the Field API in Drupal 7.

To use it:

  1. Install the module on a site already upgraded from Drupal 6 that had comment_upload.
  2. Run update.php
  3. Disable and uninstall the module to remove the remains of D6 tables and variables.

Issues:

Webform Locked Fields

Component type

module

Maintenance status

Development status

Downloads

2693

Component created

Component changed

With this module you can lock fields in a webform so that those fields cannot be deleted or modified except by administrators with appropriate permissions. It was written to work in tandem with the Webform Default Fields module but is not dependent upon it. The idea is that if you create default fields for a webform, you may want to ensure consistency by preventing webform creators from modifying some or all of the default fields.

Git Commit Logs

Component type

module

Maintenance status

Development status

Component created

Component changed

Git Commit Logs is a simple module which pull git logs (date, author, email, message, hash fields) from the provided git project URL in a node and store them in database against node nid.

This can be used if one want to see his/her module/project logs automatically pulled and stored into database. This module has views integration so one can show logs in any format and place.

Dependencies : Git should be installed on machine and accessible from command line.

Node Accessibility

Component type

module

Maintenance status

Development status

Downloads

4735

Component created

Component changed

Validation can be enabled and disabled on a content-type specific basis, allowing administrators to pick and choose what does and does not need to be validated.

Integration with the rules module provides automated workflow accessibility validation. Integration with the views module allows administrators to make their own custom data displays.

Bazaarvoice Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides two blocks that display Bazaarvoice stories and story submission page. I needed to integration Bazaarvoice curated stories for a category of products on a recent project and currently my code has very project-specific code in place.

I'm looking to generalize this solution and eventually graduate this work to be a full module in the future.

TODO: