Node Page Redirect

Component type

module

Maintenance status

Development status

Component created

Component changed

Whenever you define and create a new frontpage either with Views or other related modules, the default old durpal's frontpage is still accessible through ( /node ) to search engines and anonymous users. This module would prevent such behavior, simply by redirecting /node to your new frontpage.

No configuration is needed just install and it's over.

Taxonomy term filter

Component type

module

Maintenance status

Development status

Downloads

1110

Component created

Component changed

The module creates a filter from a vocabulary of terms for sorting nodes.

Administration page to activate the vocabulary which will create a block with a list of terms, if the user JavaScript disabled, but the list will print button too. When choosing a term from the block, at the end of Url is appended to the ID of the term.

Queued Node Access Rebuild

Component type

module

Maintenance status

Development status

Downloads

2227

Component created

Component changed

This module uses Queue to rebuild node access in a non-disruptive
manner. This module depends on drupal_queue.

Node Access Rebuild Process

En-queueing process:

  1. On cron, module checks if node access needs rebuild.
  2. All nodes are queued for rebuild.
  3. Node access needs rebuild variable is reset.

Queue processing:

  1. A node (X) is claimed from the queue.
  2. Node X's node access records are deleted.
  3. Node X's node access records are rebuilt.
  4. Node X's queue entry is deleted.

Configuration Manager

Component type

module

Maintenance status

Development status

Downloads

1732

Component created

Component changed

Configuration Manager enables drush to generate configuration files for you Drupal environment. Using drush commands, configuration manager allows you to generate Nginx virtual hosts, cron.d files, logrotate configuration files and Drupal settings.php files and including the ability to restart services when configuration changes.

Commerce Physical Product

Component type

module

Categories

Maintenance status

Development status

Downloads

29941

Component created

Component changed

Drupal Commerce supports the creation of custom product types that contain the fields you need to describe the products you sell, but the core modules don't define any fields specific to physical products. That sort of functionality is now possible through fields defined by the Physical Fields project, and this module works with that module to provide API support for physical product types within Drupal Commerce.

SimpleNews Dynamic List

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

SimpleNews Dynamic List module provides the capability to use dynamic mailings lists which are created "on the fly" using defined criteria. Normally SimpleNews mails only to fixed lists of subscribers stored in the SimpleNews subscriptions table. SimpleNews Dynamic List provides a module hook (hook_simplenews_dynamic_list) that allows you to define a callback function that returns a list of Drupal user accounts. Any function that returns a list of unique Drupal users will allow that list to be used as the subscription list for the mailer.

OG Classic

Component type

module

Maintenance status

Development status

Downloads

368

Component created

Component changed

A less functional but more functional alternative to og_notifications module. Handles notification of new nodes and comments posted to groups. Also handles sending of group broadcast email.

This module is largely built form the notifications code that was in OG before the big switch to Notifications framework. I now regret that switch, and this module is a small penance.

Default config

Component type

module

Maintenance status

Development status

Downloads

339323

Component created

Component changed

Default config is a way of using the Features exports for permissions and roles to provide default settings for installations profiles. This is necessary since using Features directly forces the user to work only with the specified users and roles. This is a good thing in many cases, when you for instance create sites, but when you create distributions this is not really a viable option, since you don't want to lock in your users to one configuration, but you do want to provide sane defaults that works for most of them.