Commerce Product Reference View Widget

Component type

module

Categories

Maintenance status

Development status

Downloads

2603

Component created

Component changed

Coming from the issue:
@link http://drupal.org/node/1033922

Update product reference field widget to allow a Views based product options list.

Integrates with View Field http://drupal.org/project/viewfield
Display formatter using commerce vanilla formatter.

Devel Debug Log

Component type

module

Categories

Maintenance status

Development status

Downloads

35309

Component created

Component changed

Devel Debug Log is a developer module that provides a way for developers to save and display debug messages on a separate page in the web browser. It serves as an alternative to using drupal_set_message() or watchdog() for debugging, and a complementary module to Devel for those who find viewing messages in the browser easier than looking for them, say, in a file.

Webform Reply To

Component type

module

Categories

Maintenance status

Development status

Downloads

17298

Component created

Component changed

A key part of the Webform module is sending e-mails. Webform lets you customize the name and e-mail address that is used for outgoing e-mails, but often this is not enough. You cannot use Webform to set a custom "Reply-To" e-mail header, for instance. That's where this module comes in!

Media Update

Component type

module

Maintenance status

Development status

Downloads

6672

Component created

Component changed

This module allows you to perform an in-place replacement of a single media file without changing the content of any associated fields.

This allows you to quickly and easily replace a used media item with a more up-to-date version of the file. Think of a yearly catalog in use on a site, and the ability to change all of the references simply by updating a single media item.

Requirements

This module only works with the 1.x branch of the Media module.

Views Isotope (Deprecated)

Component type

module

Maintenance status

Development status

Downloads

45181

Component created

Component changed

This module has been moved over to https://www.drupal.org/project/isotope.

Removing the "views_" prefix from the module namespace makes a lot of sense with the current version, and makes the code much more readable. Also, reducing module fragmentation is good for everyone. Long live open source.

All feature requests against this module will be moved over to the new one.

flush_cache

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds a "Flush cache & rebuild menu" link to the Navigation menu and checks the permission "flush cache" to decide whether to display the link.

This is useful when your content editors are modifying the menu, and they need to be able to trigger cache flushing in order to see their changes. With this module they can do that without needing broad site configuration permissions.

Equi Join

Component type

module

Categories

Maintenance status

Development status

Downloads

980

Component created

Component changed

The Equi Join module allows you to create relationships between different entities based on an arbitrary field. This allows the use of relationships in Views without having to add Node References to a content type, which may not be an option when displaying data stored on a third-party database or data provided through custom Views handlers. That said, it works with nodes as well.