JS Debug
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Dump PHP variables and other debug info to the JavaScript console.
<?php
js_debug_log($the_var);
?>Dump PHP variables and other debug info to the JavaScript console.
<?php
js_debug_log($the_var);
?>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.
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.
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 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.
Support for Akamai's Edge-control header.
This module provides the following:
Development of this module was funded by BBC Worldwide.
This module loads CallFire's PHP SDK into Drupal, and provides a configuration interface and helper functions for creating REST and SOAP clients.
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.
A simple module for quick code testing.
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 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.