MIME Info

Component type

module

Maintenance status

Development status

Downloads

606

Component created

Component changed

Developers know that the Drupal determines MIME-type of file by extension, but this is not quite the right way. If I'll change an extension of *.php file to *.jpg, then MIME-type will be determined as image/jpeg but, in fact, it will be the application/x-httpd-php. The MIME Info module solves this problem.

Persistent Update API

Component type

module

Categories

Maintenance status

Development status

Downloads

11275

Component created

Component changed

The Persistent Update API module adds a hook (HOOK_persistent_update()) for persistent updates, updates that are run every time you access update.php or run 'drush updb'.

The module was created for use with a Features driven deployment model so that features would be reverted without human interaction, but can be used for other solutions.

 

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.

Script Control

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a very granular script optimizer. It will allow administrators and developers to control the location of scripts (scope) to footer/header, etc and also disable scripts on certain paths, nodes and taxonomies. The goal of this project is to provide granular script control for sites which are trying to optimize their client/browser load times.

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):

Block Level Inline Contexts

Component type

module

Maintenance status

Development status

Downloads

1224

Component created

Component changed

Overview:

Block Level Inline Contexts allows you to manage block-placing contexts from the block configuration page. This means that editing a block will allow you to view and manage all the context conditions that place a block in one place. The goal of this module is to broadly make block and context management easier.

Upcoming:

Advanced status report

Component type

module

Maintenance status

Development status

Downloads

1394

Component created

Component changed

The Advanced status module provides a detailed status report of your site. This report may be useful when debugging issues or when asking for technical support from thirdy-parties, such as Drupal.org issue queues, or Drupal expert individuals or companies. The Advanced status report can be viewed on your site, or it can be downloaded to be sent in email attachments or uploaded elsewhere.

jslog

Component type

module

Maintenance status

Development status

Component created

Component changed

JSLog the javascript error logger for Drupal 7

When console.log won't cut it.

A Javascript logging module to allow the client to send logging calls via ajax to watchdog for both errors and general logging. The goal of the module is to fill the gap of logging on the client side to be able to catch and log errors on production environments. Secondarily it could be provide development and debugging tool when client data needs to be recorded for review.

Entity Base Type

Component type

module

Categories

Maintenance status

Development status

Downloads

341

Component created

Component changed

Spawned from Drupal Core issue: #1042822.

I routinely need to handle entities and their fields in a generic manner. For some reason an entity object doesn't have a property to describe what kind of entity it actually (i.e.: node, user, comment).

This module is incredibly simple, it adds a property called base_type to a entity in hook_entity_load.