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().

Drupal Module Boilerplate

Component type

module

Categories

Maintenance status

Development status

Downloads

836

Component created

Component changed

Empty boilerplate for custom Drupal 7 modules. This contains code for developer use only.

name = Custom Module
description = Description of the module.
core = 7.x
...

See or download the source code.

Also available via drush dl drupal_module_boilerplate

Nano Scrollbar

Component type

module

Maintenance status

Development status

Downloads

1431

Component created

Component changed

Overview

Easily apply scrollbars to Drupal content.

The aim of this module is to provide a straightforward method of adding nanoScroller custom scrollbar to sections of content. It has been written with ease-of-use in mind, while at the same time allowing users to change settings.

Robot

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Robot demonstrates best-practice development techniques for Drupal 7.

Do not install this on a production site.