Context Block Class

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows HTML classes to be added to Blocks directly within Context UI.
This could be useful for adding responsive classes for example.

It keeps the placement of the block, and management of extra classes together at the controller layer.

Please note, the context must be saved before the Classes box appears beside any newly added blocks.

Multipage jumplist

Component type

module

Maintenance status

Development status

Downloads

1789

Component created

Component changed

A block with direct links to Field Group's Multipage pages.

This module extends the functionality of Field Group's Multipage format type for entities by providing a block that allows you to access all multipages directly from a list.

By default you only have Previous page and Next page buttons to navigate with, but for large and complex forms this may be too restrictive, say when you need to edit a minor detail on page 8 in a 12 page application form.

Route Elevation

Component type

module

Categories

Maintenance status

Development status

Downloads

792

Component created

Component changed

The intent of this module is to render an elevation profile in form of a chart, retrieved by the GPX data of a file belonging to the node through Google Elevation API. And the map corresponding to the route, if desired.

Entity touch

Component type

module

Maintenance status

Development status

Downloads

93

Component created

Component changed

Simple module that allows to "touch" an entity, meaning, open and save. The name comes from the unix touch command. This is something that could be done with Views Bulk Operations, but sometimes VBO is just more than you need.

Installation

Download and enable the module as usual. The Entity touch interface is then located as a menu tab on the admin content page (/admin/content)

Scheduled maintenance

Component type

module

Maintenance status

Development status

Downloads

1709

Component created

Component changed

Features

Scheduled maintenance allows users to schedule an upcoming maintenance and show site visitors a warning message in advance.

You can set the date and time when the site should go into maintenance mode. You can also enter a message text and choose how much in advance the message should appear (1 day, 3 hours, 15 minutes etc).

This module is useful when you need to take down the site in order to do maintenance (code / database / server updates).

Aegir Hosting Git

Component type

module

Categories

Maintenance status

Development status

Downloads

9780

Component created

Component changed

This module extends Aegir with Git operations. Like the option to do a 'git pull' in a site or platform directory.

Behaviour

  • Create site directly from Git repo
  • Pull from Git
  • React to Git webhooks
  • Checkout a different branch

For Aegir 6.x-2.x see http://drupal.org/project/hosting_site_git

Entity Property Extra Fields

Component type

module

Maintenance status

Development status

Component created

Component changed

You shouldn't install this module unless it is a dependency of another module you are using or you are a developer.

Usage

To expose your own entity properties perform the following steps.

Add the extra fields controller class (EntityPropertyExtraFieldsController)
to the entity info that contains the properties that you want to expose.
You can do this just adding a new key in your hook_entity_info(), or you
can implement hook_entity_info_alter().