Cron All

Component type

module

Maintenance status

Development status

Component created

Component changed

NO FURTHER DEV

Considering that Aegir can do this and is probably the best route, I'm discontinuing development on this project.

Simple module that kicks off cron calls to the sites within a multi-site Drupal installation. Simply point your cron job wget (or whatever you use) at your main site's cron.php and cronall will call cron.php on all your sub-sites.

CCK Word/Character Count

Component type

module

Maintenance status

Development status

Downloads

2575

Component created

Component changed

The CCK Word/Character Count module allows an administrator to define a word or character count for a CCK field. When the content creator is adding content in that field, it will display a current count of the number or words/characters and how many are left. Once it reaches the limit, the color changes and the user is no longer able to submit the form until the number or words/characters are reduced to the limit.

Advanced Form

Component type

module

Maintenance status

Development status

Downloads

8603

Component created

Component changed

A UI tweak to hide certain features or the form interface from normal use, but still have them available on the page for validation and quick access.

This slims down the UI to make things seem simpler, without overloading the maintenance tasks with layers of permissions, or removing any control from the user.

USAGE

When enabled, any configured form can have elements hidden (by css) for normal use, and a small client-side button [Advanced] can be pressed to reveal the rest of the form as needed.

Contact CC

Component type

module

Maintenance status

Development status

Downloads

6118

Component created

Component changed

#D8CX: I pledge that Contact CC will have a full Drupal 8 release on the day that Drupal 8 is released.

Contact_cc provides CC and BCC recipient fields to the site-wide contact form.
These fields are configurable per category.

CSS Browser Selector

Component type

module

Categories

Maintenance status

Development status

Downloads

9151

Component created

Component changed

CSS Browser Selector automatically includes browser/OS-specific CSS selectors in your HTML.

Known Issues:
If everything is enabled and you're still not seeing the browser/OS classnames in your body HTML tag, this is most likely because you are using the Garland or similar theme where it does not output this variable.

The simple solution: modify your page.tpl.php file so that the tag now outputs this variable, like so:
<html class="<?php print $body_classes; ?>">

Variable Check

Component type

module

Maintenance status

Development status

Downloads

26508

Component created

Component changed

Drupal 7 has a new and efficient way of loading module and theme settings from the database. The new loader requires all settings to be stored in the current (serialized) format.

An unfortunate side effect is that any left-over settings from modules that did not clean up when they were uninstalled, and are not stored in the correct format, cause PHP notices on your site.

This may happen if you've for instance upgraded a site from Drupal 5, through Drupal 6 to Drupal 7.

Bot Jira

Component type

module

Maintenance status

Development status

Downloads

544

Component created

Component changed

Bot Jira is a Bot submodule which listens for Jira keys then then posts the URLs to the chat room.

This module changed owners on 30 March 2014. Development is active and feedback is most welcomed.

Example usage:

[12:54pm] Me: Jira CHD-1201
[12:54pm] My_Bot: http://url/jira/browse/CHD-1201