publishcontent.admin.inc |
publishcontent.admin.inc |
|
Contains page callbacks for publishcontent |
publishcontent.api.php |
publishcontent.api.php |
|
Describe hooks provided by the publishcontent module. |
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 = 7.x
configure =… |
publishcontent.install |
publishcontent.install |
|
Install file for the publish content module. |
publishcontent.module |
publishcontent.module |
|
Add link 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. |
publishcontent_test.info |
tests/publishcontent_test.info |
|
name = Publish Content Test Module
description = "Provides a callback which lists all nodes with publish unpublish links for testing callbacks"
core = 7.x
package = Testing
version = VERSION
hidden = TRUE |
publishcontent_test.module |
tests/publishcontent_test.module |
|
A dummy module for listing all nodes with their publish, unpublish
callback links to test permissions with. |
publishcontent_views_handler_field_node_link.inc |
publishcontent_views_handler_field_node_link.inc |
|
Views field handler providing a publish, unpublish link. |
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… |