Maintainers monitor issues, but fast responses are not guaranteed.

ACL Access

This module adds additional acl entry for content. Other than the built-in view, update, delete ACLs comes with acl module, sometimes we want to have extra ones , ex. to allow download file node, etc.

The module currently allow acls to be set for any content node. For each node, either grant and block permission can be set to any user, or any user role type. Since this is a library similar as acl module, you can call functions to return permission status of any content node by permission type, and then implement the permission behavior in your custom module.

By default,

  • grant user and deny user take precedence over grant user role and deny user role
  • grant and deny are exclusive; i.e., a user or user role cannot be both granted and denied permission to access.
  • grant user takes precedence over grant user role, deny user, and deny user role. For example, if a user is granted permission to access a file, this user may access the file even though s/he is denied due to his/her memberhip in a user role that is denied access
  • deny user role takes precedence over grant user role; i.e., If a user is granted access by membership in role A, and is denied access by membership in role B, then the user is denied access.

Further improvement includes,

Field Timepicker

Simple Time field type with a jQuery UI Timepicker widget, based on examples/field_example and <

Content Admin Tree

A module to recreate the back-end content administration pages where it changes admin/content and adds a menu trail experience for managing content and comments of content types and taxonomy terms. This module uses of views and VBO for a dynamic table of content based on the position in the menu tree.

This module effectively brings more of a visual experience that means content authors and administrators can go through a hierarchical menu of data and still know where they are due to the menu's trail. This is focused on mostly more complicated sites with multiple types under a content type.

FooTable

This module provides integration for the jQuery FooTable plugin for creating responsive tables. The FooTable plugin allows wide tables to appear as usual on large displays but on smaller screens it can hide certain columns within expanding and collapsing rows.

Image Focus Crop

This module uses a few techniques, like face detection or entropy-based measure, to calculate the focal point of an image in order to provide a better "scale and c

Vextab Filter

Drupal filter which uses Vextab for rendering guitar tablatures and music notation.
See Vexflow (http://www.vexflow.com/)

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained