wunderlistings

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Experimental project to provide an object oriented, lightweight alternative to using views in panels to display content. Effort to generalise a module created for a specific use case. Very early stage.

simple activity stream

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module's aim is to enable developers to be able to create an activity stream that records a sites user actions.

When installed the following table is created with the following columns:

Table name - activity_stream
Column names - activity_stream_id (pk) auto-incremented
- nid (fk)
- tid (fk)
- uid (fk)
- date (unix timestamp)

This module uses the entity api to create a custom stream entity (note: thinking it should maybe be renamed to an action)

Lesser Forms

Component type

module

Maintenance status

Development status

Downloads

2165

Component created

Component changed

The goal of Lesser Forms is to hide configuration options from your content creators / content managers. They probably don't need to modify this.

You wouldn't want to bother them with the pathauto-alias, do you?

Drupal 8

New features such as allowing a user to:

  • Hide options separately per user role.
  • Choose pre-defined fields to hide per user role.
  • Add custom fields to the settings so that these can also be hidden per user role.

The listed items above are available starting from 8.x-2.x release.

CPS Entity Workflow

Component type

module

Categories

Maintenance status

Development status

Downloads

168

Component created

Component changed

The entity workflow module works with the CPS module to create an individual workflow for each entity within a site version. This allows a large site version to allow each piece of content to go through a workflow, which is different from how the CPS simple workflow works.

This module is primarily API, and does not set up a default workflow for you, so using this module will require a bit of work to set up a workflow.

Node Organizer

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is an attempt at creating organized hierarchical groupings of nodes. Features include:

  • Hierarchical organizing of nodes
  • You can create "Folders" as parents where needed
  • Hierarchies can be arbitrary depths
  • You can alter the display of items within the tree view
  • Hierarchy navigation is available in blocks

Upcoming Features:

  • Hierarchies can drive breadcrumbs and paths (with pathauto)