Enhance the editorial interface and improve the processes and workflows around creating, editing or removing content.

Computed Field Tools

Computed Field Tools (Drupal 7) Batch running

The problem

The Computed Field module only updates its computed values on saves or on load (if no computed value is computed yet). This is not optimal when using computed values in lists etc., or if you should wish to change the logic in the computed field.

The solution

If you wish to avoid re-saving all the entities/nodes using the computing field, you can use this tool to re-compute all the values again.

The computed field tools module offers a way to re-compute the computed fields of existing entities/nodes. It does so through the Batch API.

When the batch is running it does not save the entire entity/node, but it only saves the computed field. This make it a fast way of updating the content.

Features

  • Fast processing of all computed fields.
  • Select specific computed_field to process.
  • Select content types to process for selected computed field.
  • It processes ALL entities/nodes. Also the ones with no value computed yet.
  • Drupal 6 supported content: nodes.
  • Drupal 7 supported entity types: nodes, users, terms.
  • Since we don't do an entity_save() we don't clear the cache on every(!) node processing and no search index updates are triggered, so there is a huge performance advantage here on high traffic sites over the VBO way.

Image Field Url Replacer

After

This module allows you to replace the url in th image src attribute with the url of an image uploaded with the image field.

Nginx Accel Redirect

Nginx Fast Private File Transfer for Drupal using X-Accel-Redirect.

Installation (for the impatient)

  1. Install the module as usual.

Reflect

This module provides integration between the Reflect project (by Travis Kriplean @hotvig) and Drupal.

CCK Black Ops maps

A CCK content field which lets you add a Call of Duty: Black Ops map to your content types; displaying map name, id or image.

Edit Shortcut Name Restriction

Restricts changing the shortcut name to only users who have the 'allow changing shortcut name' permission.

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience