Commerce Options Stock

Component type

module

Categories

Maintenance status

Development status

Downloads

1721

Component created

Component changed

This module adds stock integration to Commerce Options, it allows the site builder to define stock for each Commerce Option, and then it modifies the Add to cart form to allow only the options that have stock to be added to cart.

It adds a new widget to the Options set reference field, named Select list with Stock Control, this widget reads the options you have defined in your Option set and dynamically inserts stock fields for each option, when the product is saved this stock data is saved with it so it can be updated and retrieved on checkout.

Vimeo video

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides 'Vimeo video' field type which allows to upload video to content. Video file is then uploaded to vimeo server and optionally leaved at the site. Filed can be displayed as video in embedded vimeo player or as thumbnail image taken from vimeo.

User Field Access

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is a branch of the user_field_privacy module and will possibily be merged into it.

Why a new module?

  1. More options than just private and public through hooks and realms
  2. User Relationships integration
  3. Fancy ui instead of checkbox

When will it be available?

A working module can be checked out.

Craftyclicks

Component type

module

Categories

Maintenance status

Development status

Downloads

263

Component created

Component changed

Allows the ability to use craftyclicks in forms for address lookups currently hooks off the field type using javascript.
This will change to work with the newer API for crafty clicks.

Drush Search & Replace

Component type

module

Categories

Maintenance status

Development status

Downloads

6515

Component created

Component changed

This drush plugin performs a text search & replace on all content and content revisions in all text fields and all custom blocks on a Drupal site.

It does this directly in the database, not by loading, editing and then saving entities, so it is very fast. This also means you should clear the Drupal caches after you run this command.

An example use case is to update all embedded file paths from sites/dev.example.com/files to sites/example.com/files:

drush sar sites/dev.example.com/files sites/example.com/files

Collections

Component type

module

Categories

Maintenance status

Development status

Downloads

19474

Component created

Component changed

The collection module tracks the relationship between revisions of content.

Example collection: Fall 2013.
This collection would contain all of the revisions that are associated to the Fall 2013 collection. Then you can perform operations on these collections in bulk.

There is built in integration to the sps module to allow the site to be previewed with a collection active.

Please note this is still under heavy development and will most likely be very large changes including the API.