Social Links API

Component type

module

Maintenance status

Development status

Downloads

1662

Component created

Component changed

Light-weight social share links to attach to your entity pages (D7: node and profile2 entities are supported for now).

Clicking the link opens a popup to share your content's page, or a custom callback can used to e.g.
format the link to open in your mail application with a title and subject preset.

Provides default support for:

  • twitter
  • facebook
  • googleplus
  • mail

Drupal 8!

We're currently working on a stable D8 version of social share. Development release up for Drupal 8 now!

Nodejs checker

Component type

module

Categories

Maintenance status

Development status

Downloads

1845

Component created

Component changed

Overview

==============
Nodejs checker provides a simple block that monitor Nodejs server status and user's connection to the Nodejs server realtime. It also provide a tinny yet usefull API so that modules could handle Nodejs server state changes.

WATCH OUT : Parts of this module or its integrity could be moved into the main Nodejs integration project soon.

Features

==============
Offer a block that :
- Monitor Nodejs server.
- Monitor user's connection to Nodejs.
- Display connection status (websocket, xhr-polling...).

Security Check

Component type

module

Maintenance status

Development status

Downloads

2108

Component created

Component changed

This is a drush plugin for running security checks against Drupal sites.

These are basic sanity checks, they aren't intended to replace more thorough reviews of a site build. The tests are designed to stop a badly misconfigured site going live.

To run this against a site, simply run "drush secchk" from the docroot or using a site alias.

The Security Check module is developed and maintained by Dave Hall Consulting.

Local Tasks as Menu

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows an admin to shift certain 'local task' tabs into proper menu structure.

This allows for more control of positioning and theming, as well as order
and label management.

Initially, this can be used to promote 'tabs 'on user account pages
(under /user/* ) into the 'user-menu'.

Additional parts of the admin interface that use MENU_LOCAL_TASK can also
be promoted, though some custom paths may need additional work to support.

Usage

-------------

Amazon AWS

Component type

module

Maintenance status

Development status

Downloads

3375

Component created

Component changed

The module provides the following capabilities
1. Automated backup and clean up of Amazon Volumes:
You can configure the system to automatically backup (snapshot) the required volumes automatically on Drupal cron runs. A dedicated link is also available that can be used to configure external cron at desired frequency. Each time this is run, the backup and clean up activity for each volume is performed.

Select2 Field Widget

Component type

module

Maintenance status

Development status

Downloads

18572

Component created

Component changed

Select2 - The jQuery replacement for select boxes now available for Drupal fields.

This module provides a new Field widget for Entityreference and Term reference fields that allows users to use Select2 jQuery plugin.

Public files URL

Component type

module

Maintenance status

Development status

Downloads

199

Component created

Component changed

Public files URL is an extremely light weight module that allows you to override domain your public files system uses by extending the public file system wrapper in Drupal Core.

This allows you to serve your public files assets from an alternate, cookie-less domain which will improve upstream reverse proxy cache capability and improve concurrent browser HTTP request rate.

This module doesn't not alter the file system in any way. The alternate domain you point to should ultimately able to serve the same files from the same location as the normal site domain.