SSH

Component type

module

Maintenance status

Development status

Downloads

303

Component created

Component changed

This module adds SSH client functionality to Drupal and Drupal Rules. Once configured, you may execute arbitrary calls to pre-defined remote hosts directly from within Drupal, either by your own supplementary module or e. g. by defining rules.

Block Lazyloader

Component type

module

Maintenance status

Development status

Downloads

2066

Component created

Component changed

This is a small helper module which will automatically lazyload all blocks for sites with multiple blocks, which will make the site load faster.

All blocks will only load when it's visible to the browser window.
Similar to Lazyloader but this time it's the block content.

Whole Backup

Component type

module

Maintenance status

Development status

Component created

Component changed

Module will help make the full site backup in one click.

Will do backup for MySQL database (except data from "cache" tables) and for all files that in the Drupal root folder.

Result will be stored in drupal_root/whole_backup_backups folder.

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

Behat Drupal Extension

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Drupal Extension is an integration layer between Behat, Mink Extension, and Drupal. It provides step definitions for common testing scenarios specific to Drupal sites.

Build Status

Original Author

Component type

module

Categories

Maintenance status

Development status

Downloads

3107

Component created

Component changed

This module keeps track of who created a node, regardless of author attribution. This can be helpful if you want to show users a list of content that they created OR that has been attributed to them.

Responsive Web Design Images

Component type

module

Maintenance status

Development status

Downloads

712

Component created

Component changed

An easy to use simple helper module for making your images responsive.

Features:

  1. Loads the correct image size depending on the set image breakpoints, this means that you have to set image styles for these breakpoints.
  2. Only loads when it shows on the browser window
  3. Responsive images do not directly depend on the window's width but on the image container which can have % width of the window.

Available Settings:

JUpload

Component type

module

Maintenance status

Development status

Downloads

58763

Component created

Component changed

JUpload integrates the GPL license, Java based JUpload allowing Drupal users to upload very large files (> 2GB). Unlike uploaders written in Flash, Silverlight, or HTML5, Java does not have client side issues files larger than 2GB. Using FTP eliminates issues with PHP's file upload limits receiving files as an HTTP post.