Comment limit

Component type

module

Categories

Maintenance status

Development status

Downloads

3639

Component created

Component changed

Limits how many comments a user may post on a node.
Adjustable on a per node type basis.

This module can be handy for instance when comments are used as "Reviews" and "Ratings" for products and a user may only review and rate a product once.

If you have any other use cases, let us know so they can be posted here.

Module Order

Component type

module

Categories

Development status

Downloads

627

Component created

Component changed

Module order provides a way for a module to specify whether it should be loaded before or after another module.

To use the module you simply add a "before" or "after" key to your .info file like so:

name = "My Awesome Module"
core = 6.x
before = less_awesome
after = pretty_awesome

The original idea for this module was described to me by David Strauss at DrupalCamp Austin.

Context HTTP Headers

Component type

module

Maintenance status

Development status

Downloads

11817

Component created

Component changed

Context HTTP Headers provides a set of Context reactions that allow you to set HTTP Response Headers for each context on your site. It is a generalized framework for response header handling that allows the sending of any arbitrary header value(s).

Through the use of two provided hooks you can expand on the header capabilities and provide specific fields for configuring header returns.

Akamai

Component type

module

Maintenance status

Development status

Downloads

30435

Component created

Component changed

The Akamai modules provides integration with the Akamai Content Control Utility (CCU) Web Service. This enables the purging of cached URLs in the Akamai Global Network in response to different site events. It purges not only the canonical URL for your page/node (node/123) but also any associated URL aliases.

The various mechanisms to clear Akamai cache are:

Plist Server

Component type

module

Categories

Maintenance status

Development status

Downloads

3732

Component created

Component changed

A dedicated services server for returning Property List formats Accepts and returns BINARY property lists only.
Depends on CFPropertyList which can be found at http://code.google.com/p/cfpropertylist/
This module will not be ported to 3.x(and subsequently 7.x) as there is a REST Plist response format which can be found here http://drupal.org/project/rest_server_plist

Devel Queries Ajax

Component type

module

Maintenance status

Development status

Downloads

2144

Component created

Component changed

This module allows to browse comfortably and to be able to display slow queries for the current page using Devel module at the same time .
The slow query log is not displayed on initial page load but is stored in cache for a short period instead, so it then can be fetched in a separate AJAX request. Note that query summary is displayed same as before so user can make a comfortable decision whether he does need to read the log.

Raphaël

Component type

module

Maintenance status

Development status

Downloads

9216

Component created

Component changed

This is an API module, exposing some of the functionality of the Raphaël JavaScript vector graphics library.

Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library.