Simple Ready Workflow

Component type

module

Maintenance status

Development status

Downloads

733

Component created

Component changed

This module adds a new "ready" publishing option on node bundles and fine-grained permissions on publishing options.
It gives you a simple worflow:

  • Ready not checked (draft)
  • Ready checked (ready to be published)
  • Published checked (and surely ready!)

If you need a more suitable and customised workflow, you better look at Worflow module: http://drupal.org/project/workflow

GCC Variable

Component type

module

Maintenance status

Development status

Component created

Component changed

At the moment, this is more a proof-of-concept (but seems to work well though).

The aim is to be able to change the value of variables (site name, theme settings,...) according to the current group context.

Content Chunks

Component type

module

Maintenance status

Development status

Component created

Component changed

The Chunks module is a framework for structured and reusable content. Using this module, developers can provide structured and reusable content chunks through the chunks API. Then authors and editors can add those chunks to fieldable entities through chunks fields. Those content chunks can then be configured, previewed, rearranged, and removed - all from the entity's edit/add page. This is a simple alternative to messy WYSIWYGs and complicated views/panels implementations.

Locker module

Component type

module

Maintenance status

Development status

Downloads

900

Component created

Component changed

Locker is a site authentication module using session to forbid access and hide website. One is required to login to gain access to the website. Locker is not a replacement for Drupal authentication but it serves as an additional layer to hide your Drupal site from public. Locker is an alternative to HTTP Auth standard and recommended to be used in case your server doesn’t support HTTP Auth or you don’t have permission to set it up or you want additional features that Locker module provides.

WARNING - files will be still accessible via direct links!