Maintainers strive to actively monitor issues and respond in a timely manner.

dx_cache

A simple database key/value store that can be used in place of variable_set and variable_get for persisting simple data, and even handles expiry times (in seconds) and asserting that data exists before using it.

  • Persist data quickly without having to use session or cookies.
  • Set an expiry time in seconds, or have the data persist until it's replaced / set again.
  • Quickly check if a value exists using the dx_cache_has() method.

Please note

This module, as with any other database-based utility, will not sanitise data for you, as a result of this, you should ensure that any inputted data is properly sanitised into a safe state before inserting new data, or printing stored data.

Usage

Simply set a value with dx_cache_set($key, $value, $time_to_live),
for example you can set an item that will expire in 30 seconds like this:

dx_cache_set("my.key", array('my' => 'value'), 30);

Then you can check if it exists (and is valid) using:

dx_cache_has('my.key'); // Return true or false

You can retrieve the value using:

$myvalue = dx_cache_get('my.key'); // Returns the value if valid, false if expired, and false if it does not exist.

You can also set a default value to return if the key is not set:

Commerce Amount Coupon

Generate your fixed amount coupons for drupal commerce

This is a simple module to get coupon codes for Drupal Commerce shops, without the use of any rule.

Infini

Infini is a professionally designed Fusion-based theme.

Fusion must be added to your themes folder and enabled before using Infini. CSS customizations and overrides should be added to local.css to ensure a smooth upgrade path. You can rename local.css found in the css folder to activate this file. It is also highly recommended that you install the Skinr module, as well. This will provide for simple block and region customizations.

Basic Features:

  • XHTML 1.0 Strict and CSS 2.1 validated
  • Web 2.0 styling - easy on the eyes
  • Cross-browser compatible
  • 1 or 2 column layout
  • Fixed width layout
  • Primary and secondary links

Installation and Configuration

  • Download the Infini and Fusion themes
  • Extract them in your themes directory.
  • Enable Infini and Fusion Core on your themes page and set Infini as your default theme
  • Download and enable the Skinr module (optional, but very strongly recommended)
  • Set any necessary permissions for the Skinr module (/admin/user/permissions)
  • Go to the Infini theme configuration page (admin/build/themes/settings/infini) to set your main theme colors and other aspects of layout, typography, etc.

Watchdog Log Analyzer

The aim of this module is to provide a set of tools to the administrator

Badbot

Badbot is a spam-prevention tool (compatible with all forms on the site). It works by requiring the client to have JavaScript support, throwing an error when JS support is not present.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained