Boolean Field

Component type

module

Maintenance status

Development status

Downloads

14644

Component created

Component changed

Provides a "boolean" field type with an additional state of "not set" in addition to the usual "true/false" or "on/off." A separate display string can be defined for each state. For example, if the field represents the status of a cron job, the three display strings might be:
- Cron job completed without errors
- Cron job completed with errors
- Cron job has not been run.

The corresponding default storage values are 1, 0, and -1.

The field type is integrated with the Rules module.

Safeword

Component type

module

Maintenance status

Development status

Downloads

25186

Component created

Component changed

It's often useful to provide two versions of a given string: one that's intended for human viewing and another that's intended for use in database queries, URLs, and so on.

In Drupal, this is generally known as a 'Name' and 'Machine name' pair. Drupal 7 even provides a prefab FormAPI element to simplify the process of entering these matched pairs.

Safeword exposes a custom FieldAPI field type that stores two strings using the name/machine name approach. It can be useful when generating PathAuto aliases, exposing Views arguments, and so on.

Flippy

Component type

module

Maintenance status

Development status

Downloads

49242

Component created

Component changed

Flippy is an ultra-simple module that generates previous/next pagers for content types. On the Node type administration screen, you can turn Flippy on or off
for each content type. It'll generate a unique pager for each content type, so you can page through Articles or page through Blog posts, but you can't page
through all nodes on the site.

To change the position of the pager, visit the content type's Manage Display page, where fields and other fieldish things can be dragged about. Flippy's there, too.

Easy authcache

Component type

module

Maintenance status

Development status

Downloads

2110

Component created

Component changed

Easy Authcache is module that makes authcache implementation easy,faster and makes it comportable with drupal community modules.

Created & developped by ADYAX

Advantages of module differs it from Authcache:

404 Navigation

Component type

module

Maintenance status

Development status

Downloads

54437

Component created

Component changed

On 404 Not Found error pages, Drupal will skip rendering of all the navigation links of your website for performance reasons*. Some of these include:

  1. The "Primary links" block and any other menu links block.
  2. The Primary links and Secondary links of your theme.

* Unless you have configured a "Default 404 (not found) page" on admin/config/system/site-information.

But many websites find navigation invaluable. Especially on 404 pages, when they want to show lost users how to get to real pages.

So this module simply revives those features on 404 pages. Simply install and enable the module. No configuration needed.

Multi-term Views

Component type

module

Maintenance status

Development status

Downloads

6366

Component created

Component changed

This module modifies the default "taxonomy_term" view provided by the Views module to provide multi-term node display functionality. The default "taxonomy_term" view returns all nodes tagged with ANY of the term ids in the URL.

With Drupal 7, this module restores the multi-term node display functionality removed from Drupal 7.

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