Entity cache flusher

Component type

module

Maintenance status

Development status

Downloads

4181

Component created

Component changed

Add on for the Entity cache module which caches entities in cache tables for faster retrieval. Entity cache implements hooks to flush them when needed, however, not all use cases are supported. This module tries to fill that gap for both core and contrib, keeping the original module as clean as possible.

term_nav

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

DESCRIPTION

Taxonomy Term Navigation creates a block containing a previous and a next navigation links between node pages tagged with same taxonomy term.

The Ideal Drupal Development Environment

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The purpose of this sandbox project is to illustrate the steps one might take to set up a local development environment that is ideal for purposes of Drupal development. It is based on the steps described at http://sites.google.com/site/theidealdrupalenvironment. In some ways the goals of this project overlap the goals of the Quickstart project (http://drupal.org/project/quickstart).

FAQ with asking

Component type

module

Maintenance status

Development status

Component created

Component changed

The FAQ with easy asking functional module allow users with the 'create faq
question' permission add new FAQ node fill only question field. Users with
'create faq answer' permission can add answer on this question and publish node.
Also they can admin questions on page faq/unanswered.

Abstractions

Component type

module

Maintenance status

Development status

Downloads

4763

Component created

Component changed

Provides functional programming style abstractions for common problems.

This module has no effect on a site. It is just a collection of handful functions which helps overcome PHP weaknesses and shortens code by abstracting common problems mostly with the help of closures.

Requirements:

  • PHP 5.3