Activity Stream Entity

Component type

module

Maintenance status

Development status

Component created

Component changed

Update of the activitystream module to use its own entity instead of nodes.

@see: https://drupal.org/project/activitystream

Important: Do not use this module if you're already using the original activitystream module. As I'm using the same name as the original one it may cause module name collision issues if you try both at the same time.

Known issues:

- Entity add form is broken.
- Edit form is broken for Activity Stream's feed bundle.

Entity touch

Component type

module

Maintenance status

Development status

Downloads

93

Component created

Component changed

Simple module that allows to "touch" an entity, meaning, open and save. The name comes from the unix touch command. This is something that could be done with Views Bulk Operations, but sometimes VBO is just more than you need.

Installation

Download and enable the module as usual. The Entity touch interface is then located as a menu tab on the admin content page (/admin/content)

Block Shortcode

Component type

module

Maintenance status

Development status

Component created

Component changed

Easily embed Drupal blocks in nodes, other blocks, or anywhere text formats are allowed using the Shortcode syntax common in Wordpress.

Why?

We've often come across situtations where we need to place a block on a page somewhere that Drupal's regions wouldn't allow (e.g., within paragraphs of text in a Node). The shortcode syntax provides a straightforward, secure way to do this.

Transitive Formatter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a new field formatter for Entity Reference that let you pick a field from the referenced entities and set its formatter.

This module is useful to avoid the one field only view mode used in the rendered entity field formatter.

CKEditor: Webkit Span Fix

Component type

module

Maintenance status

Development status

Component created

Component changed

This module enables a WYSIWYG plugin for CKEditor 4.x and up that corrects the backspace behavior in Webkit based browsers.

Currently, when typing in text and hitting backspace, Webkit based browsers may add in span tags and/or other random markup that is not intended. This plugin loads in the background automatically and corrects that behavior.