admin.inc |
includes/admin.inc |
|
Administrative interface for the Field Permissions module. |
CHANGELOG.txt |
CHANGELOG.txt |
|
6.x-1.x-dev
===========
Bugfixes:
- #782938 i18n API change causes call to undefined function tt() in includes/admin.inc on line 318.
6.x-1.0
=======
Features:
- #627218 Refinement of the troubleshooting report.
- Updated translation… |
field_access.inc |
includes/field_access.inc |
|
Implementation of helper functions related to hook_field_access(). |
field_permissions.admin.css |
css/field_permissions.admin.css |
|
/* Table cells. */
.field-permissions-cell,
.field-permissions-header {
text-align: center;
}
/* Status icons. */
.field-permissions-status-on {
display: inline-block;
width: 16px;
height: 16px;
background:… |
field_permissions.info |
field_permissions.info |
|
name = Field Permissions
description = Set field-level permissions to edit or view CCK fields in any node, edit field during node creation, and edit or view permissions for nodes owned by the current user.
dependencies[] = content
package = CCK
core = 6.x |
field_permissions.install |
field_permissions.install |
|
Installation hooks for Field Permissions module. |
field_permissions.module |
field_permissions.module |
|
This is the main script for the Field Permissions module. It merely contains
the implementation of hooks invoked by Drupal core and CCK.
All common functions are externalized into several scripts that are included
on demand to save memory consumption… |
README.txt |
README.txt |
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Field Permissions module
;;
;; Original author: markus_petrux… |