Cache Dispatcher

Component type

module

Maintenance status

Development status

Downloads

503

Component created

Component changed

UPDATE: Looking at Cache Backport, this module seems somewhat ridiculous ... I have now abandoned it.

Provides multiple caching backends framework. Use any drupal 6 cache.inc file for a given cache table.

This module works by generating php source-code in order to separate cache_get(), and so on, into different "namespaces" by prefixing the function names.

As this module auto-generates code, it might not be considered production-grade. Use with caution.

The following example uses the memcache backend for all cache tables except cache_form:

Module Creator

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Module Creator will help you create new modules. The actual creation of a module, whether it is for a simple or complex task, can be quite annoying and thought interrupting; instead of worrying about the cool new block or page you're creating, you end up caring about not doing any typos while creating the hooks, or maybe even spending more time trying to find a tasteless typo/mistake in your code.

Credit Card Expiration Notify

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a cron job for notifying users when credit cards used on recurring orders are about to expire.

Requirements

  • Ubercart
  • UC Recurring (2.x)
  • A means, like CIM, of making recurring orders for which customers can update their payment details, or cancel a subscription

This is now deprecated in favor of UC Recurring Credit Card Notify, which was based in part on the code provided here.

Ubercart Profile Multi-Category (uc_profile v2)

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a sandbox release of the code from #606366: Make it possible for uc_profile to include fields from different profile categories in the uc_profile.module issue queue. Apparently sandboxes can't be deleted, but now that this code has been committed, this sandbox is superseded by the 6.x-2.x branch of uc_profile.module.

GeoIP Taxonomy Redirect

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Uses the MaxMind GeoIP library to redirect users to a particular page on a site (currently via Taxonomy Term).

Code initially based on the Zipcode Redirect module.

This code is currently site-specific both in its dependence on a certain taxonomy structure, and on tables that are not included with the code. It also doesn't yet use the GeoIP API module for its GeoIP integration.

Envolve Chat

Component type

module

Maintenance status

Development status

Downloads

6479

Component created

Component changed

Envolve is a chat toolbar, that looks like Facebook's chat, for your Drupal site.

Shadow - SQL queries / views optimization

Component type

module

Maintenance status

Development status

Downloads

5121

Component created

Component changed

Optimize SQL queries or views by using index tables which (partially) shadows the original query output. This differs from materialized views since the shadow table does only contain columns which are relevant for filtering / sorting. This module is capable of automatically rewriting SQL queries to speed them up using the shadow tables.

Related modules:

Commerce Product Key

Component type

module

Categories

Maintenance status

Development status

Downloads

4281

Component created

Component changed

This module lets sites implementing the Commerce module, attach product keys to orders. Product keys / Vouchers are strings of text that are used to unlock or activate a piece of software.

Right now we have an entity that can be attached to a product and then assigned via a rule to a product once it has been bought. The required actions and rules events are fleshed out and simply require the wiring up of the rules to meet you scenario.