ime

Component type

module

Maintenance status

Development status

Downloads

1225

Component created

Component changed

jQuery.IME is a jQuery based input method editor library supporting more than 135 input methods across more than 62 languages.

These input methods are well tested. Initially the input methods were contributed by the Wikimedia community. By now many input methods have also been contributed by Red Hat.

jQuery IME project URL :- https://github.com/wikimedia/jquery.ime
See an example page where jquery.ime in action.

Features Disable Modules

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

Features Disable Modules extends Features to ensure automated disabling of unnecessary or conflicting modules.
This module aims to help you if you want to find an automated way of disabling a list of modules.

Usage

You will be able to export a new set of components called 'Disable Modules' on the Features' Create/Recreate module page.

Community Media MNNShow

Component type

module

Maintenance status

Development status

Downloads

286

Component created

Component changed

this module only works with a very specific setup and should only be used as an example.

It resides on MNN's reporting site, which is a custom reporting site that uses D6 and a way out of date version of Views that is heavily overridden. It creates json from cache tables of schedule data. This json is fetched from mnn's public facing www site so that it can display the programming schedule that comes from MNN's internal tool, Access Center, which relies on Community Media's Difficult Starter Kit.

Search API Strip Strings

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds a new data alteration to the Drupal Search API. The new data alteration allows strings to be stripped from fulltext or string fields, and stored as a new field.

This is useful for stripping preceding characters from product codes. And other things.

Example usage:

  • PHC12345 -> could also be stored as 13245.
  • 1021A -> could also be stored as 1021.
  • £1,000 -> could also be stored as 1000.

CKEditor Insert

Component type

module

Maintenance status

Development status

Downloads

7517

Component created

Component changed

This is an UX improvement to the Insert module when used with the CKEditor module (should also work with the WYSIWYG module when using CKEditor library).
It adds two CKEditor buttons available in the toolbar, allowing to insert files or images using an Insert file field.