Devel PHP Ace Editor

Component type

module

Categories

Maintenance status

Development status

Downloads

309

Component created

Component changed

This is dev module and won't be released as a stable version. Author doesn't recommend using Execute PHP field. Use at your own risk.

Module improves standard Execute PHP form by adding Ace Editor with syntax highlight.

Drush

The easiest way to download Ace Editor library (required by module) is drush dl-ace. Library should be downloaded to sites/all/libraries/ace directory.

Dependencies

  • Devel
  • Libraries

Requirements

  • Ace Editor library.

Webform Report Views Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

Could be considered a part of the Webform Report module. This module exposes the webform_report table to Views so that you can associate Webform Reports with the Webform referenced in the Webform field. The description field from the Webform Report is also exposed as a field.

Cluster Varnish for Drupal

Component type

module

Maintenance status

Development status

Component created

Component changed

A plugin to combine Joomla! and Varnish on the Byte clustered platform

In cooperation with Mediagrip Byte developed its own extension for Drupal. With this extension Drupal sites can run on the superfast Byte Varnish Cluster. The extension allows Drupal to automatically empty the cache for specific pages after changing an article in Drupal and cache the entire site should be emptied after clicking a special button.

Pdfcrowd

Component type

module

Maintenance status

Development status

Downloads

468

Component created

Component changed

This is an API module. Only install it if another module tells you to or if you are a developer and want to use its functions.

Create PDF from your application using HTML to PDF Pdfcrowd service (SaaS).

How to use it?

This module creates also two delivery callbacks (for menu items or custom use):

Collapse Comments

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Features

  • Provides a themeable +/- link to comments
  • Collapses and shows full comment threads

Dependencies

  • There are no longer any dependencies

Collapse Comments applies a themeable button to hide/show comments and comment threads using Javascript. It is recommended that you modify your comment.tpl.php template file to render the object 'collapse' inside the 'attribution' div, as any other divs will be hidden when the object is clicked.

Error Reporting Level

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module can be used to compel Drupal 6 with PHP 5.4 and higher to match PHP ini's error_reporting value, or to emulate PHP 5.3 default error reporting behavior, or, if you are game, any other error reporting level you choose!

This module is most useful when running Drupal 6 under PHP 5.4+ to avoid Views E_STRICT warnings.

(To be able to arbitrarily filter any error type the Bad Judgement module must be enabled).

Geocoder Google Advanced

Component type

module

Maintenance status

Development status

Component created

Component changed

Purpose

Free access to Google's Geocoding API imposes a 2,500 query per 24hr limitation. By using cached the results of redundant queries to Google, we can avoid exceeding the usage limit as well as reduce the number of interactions.

This module provides a "geocoder_handler" CTools plugin which provides caching functionality for queries to Google's geocoding service. This geocoder utilizes the exsiting Google geocoder to make calls to the geocoding service and may be used just as any other geocoder--field geocoding, views, etc.