Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This project is an exported feature (Features module).
It contains workflow that is build with Rules and Rules Links modules as an example for session on DrupalForum 2012 in Zaporozhye.

Here is some features:

  • Article content type has new field Status, which can has one of the following values: Draft, Approved, Rejected, Published, Unpublished.
  • On the article list page will be diplayed only nodes which have Published status.
  • User with role Editor can post new article. It will be unpublished and status will be Draft.
  • Administrator can Approve on Reject this article.
  • After administrator's approval, editor can Publish or Unpublish his article.
  • Editor will be notified about any status changes via email.

Project information