Mcrypt

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides a generic encryption method and an encryption key type that relies uses the mcrypt method.

BTS UC Product Fields

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds additional fields goods for the module "uc_product".

Added the following fields:

  • SKU (manufacturer)
  • Price (old)

Added ingratsiya fields:

  • With the administrative panel, node types, control fields display.
  • views
  • Editableviews - the output fields in the edit form

Modules Checklist

Component type

module

Maintenance status

Development status

Downloads

582

Component created

Component changed

Modules Checklist

The Modules Checklist module provides control over enabled and disabled modules of the project and helps to maintain consistency across multiple environments (local, dev, prod etc). It can be especially helpful for a project containing 100+ modules or on sites running on multi-site Drupal setup.

The Modules Checklist compares enabled modules with the lists of required and optional modules defined in settings.php.

It warns site administrator on the Status report page in case of any discrepancy between defined lists of modules and their actual status.

It also warns if user is trying to disable required module or enable the module which should be disabled.

It can send email to site administrator if required module has been disabled, uninstalled, enabled or installed by someone.

Modules Checklist log

Modules Checklist log

The Modules Checklist log records in database who has installed / enabled / disabled / uninstalled a module on the site.

The log is a chronological list of recorded events containing

  1. module name,
  2. module status (required, optional or disabled),
  3. action type on module (installed, enabled, disabled, uninstalled),
  4. username and IP address,
  5. date.

Administrator should check the log on a regular basis to ensure his site is working properly.

Rreadable

Component type

module

Maintenance status

Development status

Component created

Component changed

Rrules are complicated and tough to parse.

This module takes just the RRULE property and processes it to a more readable format.

Search Exclude (Node)

Component type

module

Categories

Maintenance status

Development status

Downloads

2767

Component created

Component changed

Exclude content types from node search for Drupal 8.

Installation

Download and enable the search_exclude module.

Configuration

  • Go to /admin/config/search/pages.
  • Find the 'Search pages' config.
  • Create a new 'Content (exclude)' search page.
  • Under 'Exclude content types', select the content types to exclude from the search index.
  • Save.
  • Disable the default Content search and make your new search page the default.

Search API Customized

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is a fork of the Search API module. The only modification is an additional aggregation type called "Now". This aggregation type will aggregate the next upcoming timestamp from a multi-value field.

Minimum Multiple Fields [Field Collection]

Component type

module

Maintenance status

Development status

Downloads

234

Component created

Component changed

The 'Minimum Multiple Fields(MMF): Field Collection' module allows the administrator to specify a minimum number of Field Collection fields to appear in the content add form.
This module specifically works for Field Collection fields which are configured 'Allowed number of values: UNLIMITED'.

Agenda is to initially show a specific(say, 3) number of fields at content add form, against the default behaviour that shows only one field.