Collation Fixer

Component type

module

Maintenance status

Development status

Downloads

2297

Component created

Component changed

A 'runtime' requirements checker (admin/reports/status) for checking all database tables have the right database collation (probably very MySQL centric).

Offers the ability to fix tables with wrong database collation.

Orbital Cache Nuke

Component type

module

Maintenance status

Development status

Component created

Component changed

orbital_cache_nuke
Dependencies

Autoslave

Version / Author
1.0 Justin Slattery Justin.Slattery@mlssoccer.com

Description
This module allows asynchronous remote cache invalidation between replicated Drupal environments. Available for Drupal 7.

See this blog post for details on how it works and integration.

FranklyMe Widget

Component type

module

Maintenance status

Development status

Component created

Component changed

The Frankly.me plugin for Drupal adds Frankly.me social plugins to your Drupal site and optimizes the experience of your audience through easy ask buttons and social widgets. Associate your Drupal site with side pane widgets and embed shortcodes for frankly.me ask button and social widgets. All features are deeply integrated with Drupal APIs to make building your webpages and administrative features as easy as possible with the extensibility you expect from Drupal.

Video Comment FranklyMe

Component type

module

Maintenance status

Development status

Component created

Component changed

Use this plugin to spice up your posts with video comments instead of boring text comments. Simply start by creating a new post, the video comment feature is added automatically at the end of the post.

This plugin places two-set widget. First, a sleek 'record video' button, and a video carousel at the end of all of your posts. Official plugin from FranklyMe.

It'll be shown to your audience once your post goes live, where they can take a video selfie (velfie) that'll be viewable by everybody on your site.

DB Index

Component type

module

Maintenance status

Development status

Downloads

853

Component created

Component changed

This module provide the user interface to add or drop the database Table indexes for the Mysql databases. Using this module you can have the information about what all are the Indexes with associated columns and its Tables.

By navigating to the 'ADD NEW INDEX' tab , you will get the option to add new index for the selected tables.

Be very careful about the functionality for dropping the indexes. Make sure that before you trying to do that you have working database backup. Don't try to drop the default indexes, It may cause the feature problems.

dbquery

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module aims at providing a class wrapping all the DB queries in standard structural format that are most commonly used while making a drupal site.
This will help developers concentrate on the system logic and not to bother about the Query syntax which this module will handle all they have to do is call the functions as any other function to do the database stuff for them.

These queries are well tested and tried upon hence reduces the chances of error.

Refer Readme.txt for usage examples.