Public files URL

Component type

module

Maintenance status

Development status

Downloads

199

Component created

Component changed

Public files URL is an extremely light weight module that allows you to override domain your public files system uses by extending the public file system wrapper in Drupal Core.

This allows you to serve your public files assets from an alternate, cookie-less domain which will improve upstream reverse proxy cache capability and improve concurrent browser HTTP request rate.

This module doesn't not alter the file system in any way. The alternate domain you point to should ultimately able to serve the same files from the same location as the normal site domain.

Rotten Tomatoes

Component type

module

Maintenance status

Development status

Downloads

592

Component created

Component changed

This module provides tools for connecting to and importing data from the Rotten Tomatoes service.

Dependencies

This module uses Features to provide two content types, Movie and Review. Those are the content types that will be populated by import operations.

Enhanced login security

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds new configuration options for the user login form:

  • Ability to tighten the floodcontrol that Drupal Core uses for that form
  • Ability to set the autocomplete="off" attribute
  • Ability to turn on whitelisting of IP addresses, with octet wildcards

The settings page appears at
Configuration -> People -> Enhanced login security

Simple inplace editor drupal integration

Component type

module

Maintenance status

Development status

Component created

Component changed

Simple inplace editor integration
=================================

A very simple module to make variables editable by end user.

It can be very useful if user (or client) want to have some custom text editable.

INSTALATION

1. install and enable
1. download the library http://code.google.com/p/jquery-in-place-editor (used version 2.2.1)
2. place the library in to location sites/all/libraries/jquery-editinplace/lib/jquery.editinplace.js
3. Enjoy!

USAGE