Orchid : Vanilla forums integration

Component type

module

Maintenance status

Development status

Downloads

6774

Component created

Component changed

This module allows Drupal integration with a Vanilla forum instance.
Vanilla forum is a modern and lightweight forum. See the Vanilla website for details.

This new version of the module use the new JSConnect plugin for sso.

Features list:

Nginx Accel Redirect

Component type

module

Maintenance status

Development status

Downloads

5885

Component created

Component changed

Nginx Fast Private File Transfer for Drupal using X-Accel-Redirect.

Installation (for the impatient)

  1. Install the module as usual.

  2. drupal 6: Go to admin/settings/file system and enable private files.

    drupal 7: Go to admin/config/media/file system and set the private files path.

Taxonomy Edge

Component type

module

Maintenance status

Development status

Downloads

25715

Component created

Component changed

Taxonomy Edge optimizes tree functions for taxonomies. It provides a transitive closure table data model for easily managing hierarchical terms. It was created to avoid recursive functions when fetching all children, and to avoid the not-quite-so-scalable memory footprint of taxonomy_get_tree().

The provided patch contains overrides for the core module Taxonomy in regards to taxonomy_get_tree() and taxonomy_select_nodes().

Honeytrap

Component type

module

Maintenance status

Development status

Downloads

413

Component created

Component changed

Summary

The Honeytrap module allows site owners and system administrators to monitor web crawlers that do not follow the rules set out in the robot.txt file or via the RobotsText module or similar method and as a result put an unnecessarily high load on servers.

This is especially important for large, very high traffic and/or high profile sites where the activity of these non-compliant crawlers can bring servers to their knees. If these crawlers are not blocked or slowed down quickly enough then these crawlers can result in servers being knocked completely offline.

ESI API

Component type

module

Maintenance status

Development status

Downloads

828

Component created

Component changed

This module is a low level ESI handling API for module developers and a besic block integration for site admins.

It handles ESI tag build and different levels of caching policy. It is able to cache blocks itself using complex cache identifiers computed using series of variables.

It provides a downgrade mode that is able to load all ESI elements using a simple and efficient piece of JavaScript if the site is not behind an ESI gate.

You can use this module safely without any ESI gate if you need to provide comprenhensible and fine tunable block AJAX loading/caching mecanism.