Considered feature-complete by its maintainers.

Draggable Captcha

Introduction:

  • Extended the captcha module, offered a mobile friendly, draggable & clickable style.

Locale Cache

Locale Cache module provides more efficient and flexible locale data (translations) caching. Based on code from the core D6 locale module.
You will probably get most benefits of this module only using a fast cache backend like APC, Memcache, Redis, MongoDB, etc.
Requires small patch to core to make it use our function instead of locale().

LaTeX filter

latex.gif

This filter let's you insert LaTeX formulas to site content.

Syntax: $$latex$$. E. g.: $$\Large f(x)=\int_{-\infty}^x e^{-t^2}dt$$

Photogenic

Photogenic 2.x screenshot

A simple theme designed to display photo galleries.

NOTE: This is a Drupal theme and, as such, doesn't provide any photo gallery features - you must build or download a photo gallery yourself.

EasyCron

www.easycron.com

A module which allows user to create/manage cron jobs saved at easycron.com (an online cron Job service provider) to run Drupal site's cron.php. With the module, all cron job settings can be made at your Drupal site's backend (no need to configure at easycron.com).

Akamai ESI

General Information

This module is for D6 and manages any blocks or views specified on the module's admin page to be displayed through Akamai's caching servers. When a block/view is rewritten the output in a page is replaced with an Akamai ESI tag similar to:

<esi:include src="/url/to/frag/goes/here" ttl="0s" onerror="continue" />

Then the Akamai ESI proxy will request the block/view "fragment" from the 'src' parameter in the markup tag above. The retrieved fragment is only the content for that block/view without any surrounding page markup since the Akamai servers will render it as part of the original page.

The blocks/views are rendered by using GET args for module, block delta and view args. A cookie is placed on login and reset on logout which is used by this module to set different TTL's for content for anonymous vs. authenticated users. These TTL's are defined on the admin settings page for this module at admin/settings/akamai_esi.

The Akamai CCAPI is used to manage cache clearing. The Akamai account username and password need to be set at admin/settings/akamai_esi/api.

Requirements

This module requires the 'soap client' module to communication with Akamai's Cache Control API (CCAPI).

Usage & Testing

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only