Commentsblock

Component type

module

Maintenance status

Development status

Downloads

14069

Component created

Component changed

Puts comments in a block. COMMENTSBLOCK-DEMO

Why

Often people want to put something between the comments an the body or they want to put a block between the comment form and the comments. Or they just want to be able to sort by date ...Thats why this module was created.

What it does

Put comments and comment from in a block
OR
Put only comment form in a block and use a views block to display comments.

SocialiteJS

Component type

module

Maintenance status

Development status

Component created

Component changed

Drupal integration with the Socialite JavaScript library.

What is Socialite?

From http://socialitejs.com/

Socialite provides a very easy way to implement and activate a plethora of social sharing buttons — any time you wish. On document load, on article hover, on any event!

If you're selling your soul, you may as well do it asynchronously. Socialite won't cause document rendering to hang while waiting for 50kb of social media.

Redirect export

Component type

module

Maintenance status

Development status

Downloads

667

Component created

Component changed

This is a simple module to export redirects to Apache rules.

Apache rules will be faster than Drupal can be, and if put in version control perhaps more maintainable over the long term.

This functionality was requested at #791754: Export redirects to webserver rules but there doesn't seem to be anyone doing any work on anything like it.

Requests, thoughts, and help welcome.

Replica Status

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides information blocks, regarding replication status between MySQL masters and slaves.

The user can set a block with a MySQL replication scenario; at one side master connection info and at the other side slave connection info. Then on block render the visitors can see a simple report, with the status of the replication and other useful information.

Couchbase

Component type

module

Maintenance status

Development status

Downloads

828

Component created

Component changed

The Couchbase module provides integration with Couchbase 2.0 and above. This module
consists of helper functions to instantiate couchbase connections from the $conf['couchbase']
variable in settings.php.

The module also provides a REST interface to Management REST API provided by Couchbase.
The Management REST API is described here

JQuery Loadinganimation

Component type

module

Maintenance status

Development status

Downloads

5446

Component created

Component changed

Problem solved:

Typically there is a disturbing effect if you have to wait longer time for a page to be loaded. A loading animation helps to make the loading process appearing shorter psychologically.
This module provides a loading layer over the whole page, preventing people from re-submitting / clicking again after submission and "enjoy" waiting time. ;)

Description:

JQuery loadinganimation module shows a loading layer on page loading events.
These may be triggered by form submission, clicking a hyperlink or executing an AJAX call.