Cache Backport (D7 to D6)

Component type

module

Maintenance status

Development status

Downloads

11864

Component created

Component changed

This is a full backport of Drupal 7 core cache.inc for Drupal 6. It works as-is a drop-in replacement, without having any patch to do over core.

It allows usage of multiple cache backends on the same site (example: you could use APC backend for critical cache tables, memcache for page caching, and let the others live on database).

The Drupal 7 cache.inc file has been copied as-is as the provided file, with only two patches:

  • The database default backend as been moved to its own file, because it has been severly patched in order to gracefully downgrade to D6 database layer.
  • At the end of file, every declared cache backend file is loaded because we don't have an autoloader function.

Installation is quite simple and fully documented in INSTALL.txt file provided in the module package.

Waiting queue

Component type

module

Categories

Maintenance status

Development status

Downloads

4619

Component created

Component changed

Simple Drupal module intended to make it easy to run a queue with workers that wait indefinitely for jobs.

Such worker processes should be managed by something like Supervisord. Writing daemons should always be avoided, mkay?

Site Info Blocks

Component type

module

Categories

Maintenance status

Development status

Downloads

1422

Component created

Component changed

This module provides the content of the site information variables in blocks, so users are not limited by their theme in their placement, but can display them in any block region.

A css file is included, which can be used to tweak the display.

taxonomy_feed

Component type

module

Maintenance status

Development status

Downloads

767

Component created

Component changed

Short Story

This module allows you to create a RSS feed, based in terms from a vocabulary or vocabularies using Views module.

Long Story

This module create a new custom View Style called Taxonomy Feed, Only enabled for Views: Term type. Also this module create a new row style Taxonomy Term. Allowing you to use all standard features from Views module to generate your custom RSS list.

The RSS output items points to his own term URL feed.

Apply for role - Webform

Component type

module

Categories

Maintenance status

Development status

Downloads

2040

Component created

Component changed

7.x Overview

"Apply for Role - Webform" is an extension of the Apply for Role module. It allows users to apply for roles using a Webform by alterting the webform settings. This allows users to submit additional info during their applications according to whatever fields you add into the web form. You can now create an elaborate application form, and use this module to associate a role application with it.

Encrypt Submissions

Component type

module

Categories

Maintenance status

Development status

Downloads

7890

Component created

Component changed

This module uses the jCryption plugin (http://www.jcryption.org version 1.2 only) to encrypt any form submission in Drupal using 265-bit public/private key encryption. For example, you can use it to encrypt the login and registration form, so a user's passwords are never transmitted in clear text. This is similar to how SSL works to encrypt traffic.

Views Javascript Random

Component type

module

Maintenance status

Development status

Downloads

570

Component created

Component changed

D7 alt: https://www.drupal.org/project/views_random

Adds a new sort type to views. It's under sort criteria -> Global: Javascript Random.

Why
Lets say this view is used to rotate an ad on your site. If that is cached then the same ad shows until the page cache is cleared.

Date Repeat Instance

Component type

module

Maintenance status

Development status

Downloads

6993

Component created

Component changed

Date Repeat Instance provides edit and delete links per instance of a repeating date series. When you delete an instance, it automatically sets the exception in the repeating rule. When you edit an instance, it breaks the new instance into its own node, and sets the exception in the original node.