Inline CSS Checker

Component type

module

Maintenance status

Development status

Downloads

1155

Component created

Component changed


Dear developer:

Inline CSS is the bane of our existence. But clients and marketing types love it and use it all the time. Probably because we aren't giving them the flexibility they need.

Inline CSS builds up over time and creates technical debt and visual inconsistencies in our website designs. These become more and more expensive to even identify, much less fix.

Load and save

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module does a very simple task : it loads all nodes from a selected type and saves them, using the batch API.
This is mainly used to run the _save hooks on a specific type of content.

Cache Tools

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is designed for high traffic sites that make heavy use of caching.

Disables the ability to clear the entire Drupal caches through the admin interface and forces the user to use the multistep version of drush cc instead of drush cc all.

Exposes a number of core caches: module-implements, bootstrap, block etc as well as all the entitycache caches to drush cc. This allows users to avoid clearing all caches when a single cache would have been appropriate.

Webform Add Existing

Component type

module

Categories

Maintenance status

Development status

Downloads

4528

Component created

Component changed

Webform add existing module give flexibility to user and developer
to reuse webform existing form component.

It works like CCK add existing field.

This module import all previous setting of existing component.

i.e.
User add Title select component in previous form. and now he
want to add that element in new webform. Then it can add existing
webform existing component. All the previous settings will preserved.

Akamai Edge-control

Component type

module

Maintenance status

Development status

Downloads

3454

Component created

Component changed

Support for Akamai's Edge-control header.

This module provides the following:

  • Integration with Drupal's page caching system.
  • Separate configuration option for the Akamai TTL.
  • Configuration options for caching nodes in Akamai on a per content type basis, even if the user is authenticated.
  • An alter hook for special cases.

Development of this module was funded by BBC Worldwide.

CallFire SDK

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module loads CallFire's PHP SDK into Drupal, and provides a configuration interface and helper functions for creating REST and SOAP clients.

Installation

Releases of this module are available through the GitHub repository as zipballs.

Copy the link to the version of the library you would like to install, and paste this in the appropriate text entry on the module installation page of your Drupal project.

mailredirect7

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

General explanation

This module catches mail and forward them to an pre-configured email-address
At the admin-page the user can configure which modules should forward the mail to
which emailaddress. Also could the user set an prefix which will be added to
the subject.

If the user set the prefix to 123, the subject wil be prefixed with "(123) subject"
This can be handy when there is a development street. You can add for example
the environment.

HTTPRL Spider

Component type

module

Maintenance status

Development status

Downloads

5865

Component created

Component changed

HTTPRL Spider uses the excellent HTTP Parallel Request & Threading Library to perform an internal cache seeding spider via Drush. This is not a module, it's a command line call that can be used to effectively rebuild all Entity Cache and Boost cache files for an entire site. By default it will spider all known, front-facing entities in a site with a single call.