protected_node.admin.inc |
protected_node.admin.inc |
|
Protected Node overview page. |
protected_node.api.php |
protected_node.api.php |
|
Hooks provided by the Protected Node module. |
protected_node.bulk.test |
tests/protected_node.bulk.test |
|
Test protected node bulk actions functionality. |
protected_node.field_collection.test |
tests/protected_node.field_collection.test |
|
Test protected node behavior with field collection private files. |
protected_node.fork.inc |
protected_node.fork.inc |
|
Redirected page callback file for the protected_node module. |
protected_node.fork.test |
tests/protected_node.fork.test |
|
Test protected node fork functionality. |
protected_node.global.test |
tests/protected_node.global.test |
|
Test protected node global password functionality. |
protected_node.info |
protected_node.info |
|
name = Protected Node
description = Allows protection of nodes with a password. Works even better with the Token module.
package = Access
core = 7.x
configure = admin/config/content/protected_node
test_dependencies[] =… |
protected_node.install |
protected_node.install |
|
Install, update and uninstall functions for the protected_node module. |
protected_node.mail.inc |
protected_node.mail.inc |
|
Protected Node mail handling. |
protected_node.mail_test.test |
tests/protected_node.mail_test.test |
|
Test protected node email functionality. |
protected_node.module |
protected_node.module |
|
Protected Node module. |
protected_node.page_text.test |
tests/protected_node.page_text.test |
|
Test protected node password page display options. |
protected_node.paragraphs.test |
tests/protected_node.paragraphs.test |
|
Test protected node behavior with paragraphs private files. |
protected_node.per_node.test |
tests/protected_node.per_node.test |
|
Test protected node per node functionality. |
protected_node.per_type.test |
tests/protected_node.per_type.test |
|
Test protected node per type functionality. |
protected_node.private_file.test |
tests/protected_node.private_file.test |
|
Test protected node behavior with private files. |
protected_node.redirect.inc |
protected_node.redirect.inc |
|
Redirected page callback file for the protected_node module. |
protected_node.settings.inc |
protected_node.settings.inc |
|
Configuration file for the protected_node module. |
protected_node.statistics.test |
tests/protected_node.statistics.test |
|
Test protected node statistics overview. |
protected_node.test |
tests/protected_node.test |
|
Base test class. |
protected_node.variable.inc |
protected_node.variable.inc |
|
Variable information. |
protected_node.view_mode.test |
tests/protected_node.view_mode.test |
|
Test protected node view mode functionality. |
protected_node_rules.info |
protected_node_rules/protected_node_rules.info |
|
name = Protected Node Rules Extension
description = Add rules support to the protected nodes.
package = Access
core = 7.x
dependencies[] = protected_node
dependencies[] = rules
files[] = tests/protected_node_rules.test |
protected_node_rules.module |
protected_node_rules/protected_node_rules.module |
|
Placeholder to allow for Protected Node Rules. |
protected_node_rules.rules.inc |
protected_node_rules/protected_node_rules.rules.inc |
|
Rules integration for the protected_node module. |
protected_node_rules.test |
protected_node_rules/tests/protected_node_rules.test |
|
Test protected node rules functionality. |
protected_node_views.info |
protected_node_views/protected_node_views.info |
|
name = Protected Node Views Extension
description = Add views support to the protected nodes.
package = Access
core = 7.x
dependencies[] = protected_node
dependencies[] = views |
protected_node_views.module |
protected_node_views/protected_node_views.module |
|
Declare the view API in use. |
protected_node_views.views.inc |
protected_node_views/protected_node_views.views.inc |
|
Protected Node Views declarations. |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Similar modules
* Installation
* Configuration
* Documentation
* Maintainers
INTRODUCTION
------------
With the Protected Node module, users can restrict access to… |