Features modules
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Export full configuration of your modules.
Allows you to export the current configuration or disabled.
Export full configuration of your modules.
Allows you to export the current configuration or disabled.
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.
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)
TODO Web Development Tools
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).
This module extends Aegir with Git operations. Like the option to do a 'git pull' in a site or platform directory.
For Aegir 6.x-2.x see http://drupal.org/project/hosting_site_git
You shouldn't install this module unless it is a dependency of another module you are using or you are a developer.
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().
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 demonstrates best-practice development techniques for Drupal 7.
Do not install this on a production site.