publishcontent.admin.inc |
publishcontent.admin.inc |
|
Contains page callbacks for publishcontent |
publishcontent.info |
publishcontent.info |
|
name = Publish Content
description = "Adds a 'Publish' or 'Unpublish' link on the node edit/view pages and a 'Publish Link' field if the Views module is enabled."
core = 6.x |
publishcontent.install |
publishcontent.install |
|
|
publishcontent.module |
publishcontent.module |
|
Add button to publish or unpublish a node,
with access control based on the node type |
publishcontent.test |
tests/publishcontent.test |
|
Unit tests for Publish Content module.
prerequesite: make sure that 'authenticated user' does not have any access like
'publish [content type] content' or 'unpublish [content type] content' |
publishcontent_views_handler_field_node_link.inc |
publishcontent_views_handler_field_node_link.inc |
|
|
README.txt |
README.txt |
|
PUBLISH CONTENT MODULE
The Publish Content module allows users to publish and unpublish nodes,
on a per "node type" basis or for all "node types", without granting users
the very broad "administer nodes" permission.
It… |