AutoSuggest Search

Component type

module

Categories

Development status

Downloads

2840

Component created

Component changed

AutoSuggest Search is a lightweight module aimed at extending autocomplete / type-ahead support to the native Drupal search. Using stock Drupal jQuery functionality, each keystroke within the search input triggers an AJAX request which quickly searches through your sites node titles (filtered by configurable content-types). The response to this AJAX request is a JSON encoded object that jQuery turns into AutoSuggested items. It's a fast and effective way to get AutoAuggest support for your site's search block.

Update Status Proxy

Component type

module

Development status

Downloads

5541

Component created

Component changed

Update Status Proxy is a module which provides a work-around for Drupal's inability to handle proxy servers, which makes getting the update status of modules impossible when your site is behind a restrictive firewall.

It works by providing a local endpoint which proxies the request through to the original source of the update status information, via a proxy server of the user's choice.

Color changer

Component type

module

Categories

Development status

Downloads

2600

Component created

Component changed

This module provide change theme colors via javascript. The script looking for id areas and create a flying form with input fields for this areas.

Modernizr

Component type

module

Maintenance status

Development status

Downloads

80052

Component created

Component changed

Modernizr tests which native CSS3 and HTML5 features are available in each browser and makes the results available to you in two ways: as properties on a global Modernizr object, and as classes on the <html> element. This information allows you to progressively enhance your pages with a granular level of control over the experience.

This Drupal module provides deep integration with the Modernizr JS library, allowing other modules or themes to register tests, load additional assets as needed, and even create new copies of the Modernizr library when a website's requirements change. Read more below.

Organic Groups Privacy

Component type

module

Maintenance status

Development status

Downloads

1327

Component created

Component changed

This module allows you to easily define the rules by which organic groups posts will be visible to non-group members. It is an API module which allows developers to create access policies which override the default behavior of OG Access and Spaces OG.

Case Tracker Comment Driven

Component type

module

Categories

Development status

Downloads

1519

Component created

Component changed

casetracker_comment_driven (CTCD for short) allows for CCK fields to be added to Case Tracker and tracked in the comments in a manner identical to how standard cases are tracked. This is achieved by using the Comment Driven module to track changes made with each comment and merging the Case Tracker table with the Comment Driven table to make them appear as one.

This method should work for anything that can be tracked with comment_driven. Hypothetically, this includes the title, taxonomy terms (tags) and almost any other field. This functionality has not been tested yet.

ShURLy

Component type

module

Categories

Maintenance status

Development status

Downloads

27274

Component created

Component changed

ShURLy is a URL shortening service implemented as a module for Drupal. This module was written by Jeff Robbins for Lullabot’s URL shortener: http://lb.cm and maintained by Jean-Baptiste Lardoux for Nemorius: https://lc.cx

D7 version is ready for use. D8 version is still in development and should not be used in production environment.

It is intended to be fast, clean, simple, self-contained, user-friendly, flexible, and easy to set up.

New URLs are created by going to /shurly and entering the long URL and an optional custom short URL. Short URLs have ownership and each user can track click statistics for his/her URLs.

To maximize the use of characters, URLs are case sensitive. With the correct permissions, short URLs can either be entered custom or autogenerated. Autogenerated URLs use the character set of A-Z, a-z, 0-9. However the characters “01lIO” are not used since these characters are often ambiguous, particularly in print (thanks to Tantek Çelik for this suggestion). Custom URLs may contain any non-reserved characters including UTF8 characters, glyphs, and icons. How fun is that!?