rules_list_extra

Component type

module

Categories

RDF

Maintenance status

Development status

Component created

Component changed

This module adds new actions to Rules, under 'Data' group:

  • Merge: Given a list-tyle variable, it will be merged with a second list (options to merge unique items)
  • Intersect (not implemented yet)

Scald Image Upload

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a module created to use with Scald Media.
It's designed to create image atoms from only image fields. For example, if you want to let your users to upload images to the site from their desktop but have no access to the scald library, however it's still added as an atom in the library.

7.x-1.0

This code could be altered to create other atoms, such as files.

*The node type and field name can be changed in the code.

Path revision support

Component type

module

Categories

Maintenance status

Development status

Downloads

826

Component created

Component changed

With this module only published revisions will have visible aliases. On entity edit, the alias for the actual revision will show. On programmatic saves, the alias of will be copied over to a new revision. For programmatic deleting of aliases on non-published revisions, populate $entity->path['source'] to avoid triggering the inheritance behavior.

Currently tested: node form + path, programmatic publish, revert. Coming very soon: pathauto tests (it should already work).

XPath Content Importer

Component type

module

Categories

Maintenance status

Development status

Downloads

275

Component created

Component changed

XPath Content Importer is in development stage. The module focuses on importing or extraction of data from external URL based on XPath query. Basically all the fields of content type is firstly mapped to the corresponding XPath's followed by verification of the xpaths on external URL. If correct extraction takes place, user will have to provide all the url's to extract data and create node for each url provided.

IMPORTANT : Currently XPath Module supports only textfields.

Desktop notifications

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

HTML5 desktop notifications from your drupal site?

Let your users be notified LIVE from events (configurable per user role).
In the configuration section you can configure a socket server.
It will connect al your clients to this socket server.
You can also configure which roles should subscribe to which socket messages.

Configurable settings:

- socket server to connect to
- html5 notification options (sticky/image/url/close timeout/...)
- which channels a given role connects to

Field CSS

Component type

module

Categories

Maintenance status

Development status

Downloads

681

Component created

Component changed

The Field CSS module provides a field (which can then be added to any entity type) that accepts css, does minimal processing and then adds the css to the entity display.

It provides options to namespace any of the css declarations.

It provides two widgets, one that allows for structured entering of the CSS with the selector and the style in different fields, and a free form widget where all of the css can be entered in one large text area.