Drupal Extra

Component type

module

Maintenance status

Development status

Downloads

106

Component created

Component changed

The module enhances the feature of other great contributes modules.
Current enhanced modules are:
- Computed Field, Computed Field Tools
- Field Query
- Views Summarize
- Visitors

The list will be continued.
Mostly are tiny fixes so I can't move it to separate single module.

Once an extra module's fixes is merged to official module, this extra module will be removed out. Please let me know your request if you're one of the author of the module.

Hide file tab

Component type

module

Categories

Maintenance status

Development status

Downloads

161

Component created

Component changed

Hide file tab is used to remove the file tab from view on the /admin/content section.

The motivation for this is due to the confusion between the File tab and Media tab (when enabled). This could be solved with the use of the 'Access the Files overview page' permission however it cannot be removed for the admin role.

Note: this will only hide the tab and does not restrict access to it for users that actually have the 'Access the Files overview page' permission.

Lock Field Values

Component type

module

Maintenance status

Development status

Downloads

58

Component created

Component changed

Allows administrators to lock the values of fields on any entity.

Introduces a new setting for fields that enable the ability for the values to be locked per-entity.

Setup:

  1. Install the module
  2. Edit the field settings for fields you would like to be lockable. Check "Administrator can lock values"
  3. Enable the permission "Lock and unlock fields" for administrator roles as desired.

Log Monitor

Component type

module

Maintenance status

Development status

Component created

Component changed

Log monitor allows you to configure specific conditions and actions for log messages. For example, send an immediate email when 'Module A' logs an error with severity 'Critical'. This module is currently in active development and is not ready to be used in any form.

Config Auto Export

Component type

module

Maintenance status

Development status

Downloads

152

Component created

Component changed

This module detects changes to the configuration system and exports those changes into a configurable directory of your choice. In addition to that it is able to fire a POST request with parameters to a http service that you configure which can then react to those configuration changes.

Use case

Imagine procution servers which are deployed fully automatically and configured securely such that none if the directories are writeable except public and private storage areas.

References Dialog Search Api

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides support for Search API in References Dialog modules.

Use case

The Search dialog should query a Search Index using views, and not directly the database.

Implementation

There is support only for entity reference fields at the moment.