OG Invite Restrict

Component type

module

Maintenance status

Development status

Downloads

1095

Component created

Component changed

The OG Invite Restrict module is a simple module that limits the OG invitation page to only accept current usernames - not email addresses. This has the effect of only being able to invite current users of the site into the group.

Furthermore, the module adds autocomplete to the username field (be sure to give anyone with access to this page the "access user profile" permission).

Tumblr API

Component type

module

Maintenance status

Development status

Downloads

744

Component created

Component changed

We're working on it

We finally found the time to work on the module. We will be releasing a 7.x-dev version soon.

About this module

Provides functions to post to and read from the Tumblr.com microblogging service using its web service APIs. Tumblr.module also provides caching features to store Tumblr posts locally; Views, Actions, and theming support coming soon.

Search and Replace Scanner

Component type

module

Maintenance status

Development status

Downloads

81387

Component created

Component changed

Search and Replace Scanner can do plain text search-and-replace, or regular expression search-and-replace, against the title, body and text content fields on all nodes in your system. This is useful for finding html strings that Drupal's normal search will ignore. The module is very handy if you are fixing typos in a lot of content, changing the name of your company, or are changing the URL of a link included multiple times in multiple nodes, among other things.

Transliteration

Component type

module

Maintenance status

Development status

Downloads

1707820

Component created

Component changed

Provides one-way string transliteration (romanization) and cleans file names during upload by replacing unwanted characters.

Generally spoken, it takes Unicode text and tries to represent it in US-ASCII characters (universally displayable, unaccented characters) by attempting to transliterate the pronunciation expressed by the text in some other writing system to Roman letters.

Popups API (Ajax Dialogs)

Component type

module

Maintenance status

Development status

Downloads

58866

Component created

Component changed

This module has recently gotten some new maintainers. Yay.

API for building modal ajax dialogs. Its focus is on putting forms inside of ajax popup dialogs.
Current example can present pages as popups (of the lightbox type). This is amazingly useful for things like confirmation pages. And the best part is it can be applied retroactively to a page without needing to modify the generating module, and (of course) it degrades gracefully.

Basic webmail

Component type

module

Maintenance status

Development status

Downloads

11052

Component created

Component changed

About Basic webmail

The Basic webmail module allows one to read and write e-mail through an IMAP mail server. There are not a lot of fancy features (thus the name), just a usable webmail client.

#D7CX: Drupal 7 stable release status

Here's what the current plan is:

CSS Injector

Component type

module

Categories

Maintenance status

Development status

Downloads

226792

Component created

Component changed

IMPORTANT: There is currently a bug in Pantheon's backup process that will skip any file or directory starting with 'css' including the CSS Injector files that are saved in a css_injector directory. If you are using CSS Injector 1.x on Pantheon, you will lose the actual CSS from each configuration if you restore from a backup until this issue is resolved.

Allows administrators to inject CSS into the page output based on configurable rules. It's useful for adding simple CSS tweaks without modifying a site's official theme. The CSS is added using Drupal's standard drupal_add_css() function and respects page caching, etc. The 2.x brach leverages CTools so CSS can be included with Feature changes (ie. CSS that improves the look of a View can be packaged with the View).