DevOps Survey

Component type

module

Maintenance status

Development status

Downloads

1365

Component created

Component changed

This is a project to track a set of questions used to identify how Drupal and DevOps behave together. These questions were originally created and used by Kris Buytaert http://www.slideshare.net/KrisBuytaert/drupal-and-devops-the-survey-results. They are being used roughly 2 years later by Kevin Bridges for Drupalcon Austin.

add_timepicker_into_block

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

You probably look for https://drupal.org/project/timefield

This sandbox is to do:

  1. Make a block
  2. Add a Form (a textfield) into the block
  3. Attach the javascript (https://fgelinas.com/code/timepicker/ ) into the Form
  4. There is no UI

This is mostly a simplified copy of https://drupal.org/project/timefield

Pinterest Hover button

Component type

module

Maintenance status

Development status

Downloads

3736

Component created

Component changed

A simple module to allow the Pinterest On Hover Pin It button to be added for images on the site.

The hover button can be enabled per content type (7.x). You can also exclude images with jQuery selectors (7.x, 8.x). 8.x includes special support for hover buttons on responsive images.

Bootstrap Style Carousel

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a rather simple module that provides a feature including all of fields, CSS, and JS to create a bootstrap-style carousel as a field collection.

Since field collections need to be attached to an entity, by default it attaches one to the page content type. You can add field_slide to any other entity via the add existing field, and the remove it from the page content type if you like.

Compound field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Module provides compound field type. Stores several fields in one Database table.
Supported fields are: textfield, tablefield, nodereference.