Views jQuery Templates

Component type

module

Maintenance status

Development status

Component created

Component changed

Ever wonder why all that extra bandwidth is used up pushing the same identical HTML markup for many items on a page? This module will use the the awesome jQuery TMPL plugin to client-side populate an HTML DOM template generated by views with JSON data also generated by views.

"jQuery templates contain markup with binding expressions ('Template tags'). Templates are applied to data objects or arrays, and rendered into the HTML DOM"

Nginx Fast Config

Component type

module

Maintenance status

Development status

Downloads

1159

Component created

Component changed

Introduction

Nginx Fast Config is a Drupal 6 only module that disables the deslash setting of the globalredirect module. This setting causes a redirect loop with a 0 rewrites Nginx configuration. There's no need for this setting to be enabled — which is the default — since the way Nginx processes the requests removes the trailing slash.

Advanced Batch

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides an advanced batching API. It doesn't extends core capabilities, it creates a new one, complete, more predictable and static, fully object oriented.

This API is based on the fact that batches may be run in different environments (CLI custom script, Drush, Batch API) and abstract all concepts to the higher level possible.

Firewall

Component type

module

Maintenance status

Development status

Component created

Component changed

The Firewall provides basic firewall functionality for site owners who do not have access the their server's firewall setup. Firewall allows the specified IP addresses to be either throttled (slowed down) or completely blocked from accessing the site.

This module can also be used in conjunction with the Honeytrap module.

Windows AppFabric Cache

Component type

module

Maintenance status

Development status

Component created

Component changed

This module offers integration between Drupal and Windows server AppFabric Cache, through the standard Drupal Cache API. It is intended to be used on Windows Drupal setups (IIS or Apache based stacks).

The target is to improve scalability of Drupal on a Windows / IIS environment, with purposes similar to memcache/memcached on Linux.

Prerequisites

Advanced Aggregator

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is for Drupal 7.x.

Overview

The Advanced Aggregator module is designed to make Drupal's core Aggregator module (in version 7 and beyond) more useful, flexible, and scalable. In short, it makes Aggregator feeds "fieldable," adds additional Views integration for Aggregator feeds and items, checks and logs errors (bad HTTP status codes and parse errors) encountered when importing, adds helpful UI components to promote scalability, and provides an "upgrade path" for users who formerly depended on the Feeds module.

FastFetch

Component type

module

Maintenance status

Development status

Downloads

2734

Component created

Component changed

Fetches data faster than using the standard Drupal API by avoiding node_load().

Functions in this release:

ff_title($nid, $type = "", $published = "")

  • Returns the name of the node provided in $nid
  • $nid = Node ID of item to lookup
  • $type = If provided, limit search to passed content type (Machine Readable)
  • $published = Returns title of nid regardless of publication status. If provided, limit search to 1 Published, or 0 Unpublished

ff_term($tid, $vid = "")