latest_nodes

Component type

module

Categories

Maintenance status

Development status

Downloads

398

Component created

Component changed

Latest node pane for panels. Restrict by content_types, set limit and offset and choose whether to display as list of nodes, teaser or full node view.
The module caches the node lists for performance reasons.

Quail API

Component type

module

Maintenance status

Development status

Downloads

4368

Component created

Component changed

Provides an API for the 3rd-party Quail Library to drupal modules. Quail API is a complete rewrite of parts of the Drupal 6 project called "Accessible Content".

Webform Matrix

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds the capability of forming textfield matrices inside a fieldset component.

Adds five fields to the fieldset component config page: Matrix (yes/no), Matrix class (add a class to the resulting table), Matrix table summary (table summary for accessibility), Matrix columns, and Matrix rows. Takes the column and row data and creates corresponding textfields for every cell, and then displays the textfields in a table (matrix) on the webform and in the submission.

Path Restrict

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Users can wreak havoc on a site by accidentally (or intentionally) creating a URL aliases which correspond to administrative or otherwise important URLs. (For example 'admin', 'sites', etc).

Project Dependency

Component type

module

Maintenance status

Development status

Downloads

6558

Component created

Component changed

This project provides dependencies for releases. This allows the testbots to download the dependencies for automated testing. The dependencies are specified in the *.info (Drupal 7 and earlier) or *.info.yml (Drupal 8) files. The module required is specified but since module names are not unique this can lead to problems. Therefore it is now recommended that the project also be specified in the dependency. In Drupal 7:

dependencies[] = project:module (>=version)

In Drupal 8:

Views Atomic

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides consistent (atomic) views throughout a page.
Useful when not using e.g. InnoDB with a proper isolation level.
Currently works best with limited nodequeues.
To enable: Set caching to "Atomic" in the view.

node_reply

Component type

module

Categories

Maintenance status

Development status

Downloads

1099

Component created

Component changed

Module Description

The node_reply module allows site administrators to add a contact form to any node type. The form can be used by site visitors to send a message to the content author in response to the posting.

This module uses the 'messaging framework', thus the messages can be sent to authors using any messaging method that you have configured on your site using the messaging framework.