CHANGELOG.txt |
CHANGELOG.txt |
|
The changelog for Module Grants can be found here:
http://drupalcode.org/project/module_grants.git/log/468824d |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
verbatim copies of this license document, but… |
module_grants.admin.inc |
module_grants.admin.inc |
|
Admin configuration settings for Module Grants. |
module_grants.api.php |
module_grants.api.php |
|
Hooks provided by the Module Grants module. |
module_grants.info |
module_grants.info |
|
name = Module Grants
package = Access control
description = Enables access control for unpublished content and allows modules that operate on access grants to work together in the expected way.
core = "6.x"
; Depends on Node Tools for… |
module_grants.install |
module_grants.install |
|
Install and uninstall hooks for Module Grants module |
module_grants.module |
module_grants.module |
|
Module to apply access grants to pre-published content just as they are
to published content and to make multiple content access modules work
together in the expected way. |
module_grants.pages.inc |
module_grants.pages.inc |
|
Rendering of pages used by Module Grants.
Node deletion is overridden here, as node_delete calls node_access(), which
it shouldn't when module_grants_node_access() is at work. |
module_grants_monitor.css |
module_grants_monitor/module_grants_monitor.css |
|
.table-nodes .odd {
} |
module_grants_monitor.info |
module_grants_monitor/module_grants_monitor.info |
|
name = Module Grants Monitor
package = Access control
description = Provides a summary view of all content accessible to the user, as determined by enabled content access modules.
core = "6.x"
dependencies[] = node_tools
dependencies[] =… |
module_grants_monitor.module |
module_grants_monitor/module_grants_monitor.module |
|
|
module_grants_monitor.pages.inc |
module_grants_monitor/module_grants_monitor.pages.inc |
|
Rendering of the accessible content summary page and tabs |
module_grants_views.info |
module_grants_views/module_grants_views.info |
|
name = Module Grants Views
package = Access control
description = Module Grants integration with Views module.
core = "6.x"
dependencies[] = module_grants
dependencies[] = views |
module_grants_views.module |
module_grants_views/module_grants_views.module |
|
Provides Module Grants enhancements for the Views module. |
module_grants_views.views.inc |
module_grants_views/module_grants_views.views.inc |
|
Provides Module Grants enhancements for the Views module. |
module_grants_views_handler_field_node_link_delete.inc |
module_grants_views/module_grants_views_handler_field_node_link_delete.inc |
|
Views field handler for node delete link based on Module Grants access. |
module_grants_views_handler_field_node_link_edit.inc |
module_grants_views/module_grants_views_handler_field_node_link_edit.inc |
|
Views field handler for node edit link based on Module Grants access. |
node_tools.info |
node_tools/node_tools.info |
|
name = Node Tools
package = Access control
description = API with generic reusable functions for node objects.
core = "6.x" |
node_tools.module |
node_tools/node_tools.module |
|
Generic reusable functions involving node objects. |
README.txt |
README.txt |
|
DESCRIPTION
===========
This module gets around two quirks in the 6.x core Node module.
Currently the Node module:
- causes access grants to be ignored for unpublished content;
- ORs together access grants coming from multiple modules; this results
… |
user_tools.info |
user_tools/user_tools.info |
|
name = User Tools
package = Access control
description = API with generic reusable functions for user objects.
core = "6.x" |
user_tools.module |
user_tools/user_tools.module |
|
Generic reusable functions involving user objects. |