Recipe

Component type

module

Maintenance status

Development status

Downloads

31388

Component created

Component changed

Recipe is a module for sharing cooking recipes. It includes support for views and bulk import/export using common formats such as MasterCook and RecipeML.

Redirect

Component type

module

Categories

Maintenance status

Development status

Downloads

1517328

Component created

Component changed

Work in progress for a Drupal 7 integration and collaboration between redirection-type modules:

Current features:

  • Common API for loading, saving, and deleting redirects.
  • Case-insensitive redirect matching with a hook to allow other modules to narrow-down the candidate redirects.
  • Redirect counter and last used timestamp, with automatic cleanup of inactive redirects.
  • Integration with Drupal's page cache to optimize redirects and performance.
  • Complete individual redirect access API.
  • Views API integration.

SimpleAds

Component type

module

Maintenance status

Development status

Downloads

57341

Component created

Component changed

Drupal 8 version of this module is in progress. You could help me with that by making a donation

This module provides a way to feature advertisements on a Drupal website.
It displays graphical, text and flash ads in configurable blocks.
It records and reports useful statistics.
It is easy to configure and does not depend on other contrib modules.

Sitemap

Component type

module

Maintenance status

Development status

Downloads

74893

Component created

Component changed

This is the Drupal 8 version of Site map.

This module provides a site map that gives visitors an overview of your site. It can also display the RSS feeds for all blogs and categories.

Drupal generates the RSS feeds automatically but few seems to be aware that they exist.

The site map can display the following items:

Variable

Component type

module

Maintenance status

Development status

Downloads

1319286

Component created

Component changed

Variable module provides a registry for meta-data about Drupal variables and some extended Variable API and administration interface.

This is an API module so it must be installed only when other modules require it.

Module Developers: Please declare your variables.

Add-ons for module developers here: Variable Extra

This is a nice introduction to the module by Lullabot, Module Monday: Variable.

¿Drupal 8? #2146779: Port Variable to Drupal 8

Why?

  • So other modules can know about your module's variables and they can be translated, exported, used in views, etc.
  • You'll get automatic variable edit forms, tokens, access control and uninstall for free
  • Your module's variables will be allowed for Variable Realms being able to get values for each language (Internationalization) or Domain (Variable Domain)

Workflow

Component type

module

Maintenance status

Development status

Downloads

254038

Component created

Component changed

This module allows you to create arbitrary Workflows, and assign them to Entities.

Workflows are made up of workflow states. Transitions between states can be allowed per role. For example, a workflow with the states Draft, Review, and Published could be assigned to the Story node type. Only users with role 'chief editor' can set Stories to the published state.
You can set up the Workflow to alter states from form, page, comment, a special block, and a special workflow tab.
Additionally, the submodule Workflow Access allows you to manage view/edit/delete permissions for content types per User role and Workflow state.