Database logging clear button

Component type

module

Maintenance status

Development status

Downloads

1411

Component created

Component changed

Backport of Drupal 7's button to clear the database log table, with the addition of a permission to allow this.

Dependencies

  • dblog - core module

Installation

  • Enable the module

Usage

  • View the recent log entries page
  • Clear all log entries

Background

See #49333: A clear all logs button.

Views PHP Array D7 - jamsilver

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a fork of http://drupal.org/project/views_php_array with the following extras:

1. Works in D7 (only)
2. Provides a few more options for customizing the array constructed.

This is not intended to usurp the views_php_array module, but just be bashing out some ideas.

Semantic Blocks

Component type

module

Maintenance status

Development status

Downloads

919

Component created

Component changed

Overview

The Semantic Blocks module enables the easy selection and use of the newer HTML5 elements as wrappers for blocks within the admin interface.

This gives site builders the ability to chose the element that encloses a block rather than rely on the hard coded element in the block template. This is done in the block add / edit form. If no element has been selected in the UI for that block it will default to div.

Entity Dependency API

Component type

module

Maintenance status

Development status

Downloads

41892

Component created

Component changed

This module provides an API to define dependencies between entities, and also a useful iterator class.

Background

This project originated from the Deploy module, where it's used heavily, but were later separated out for better code separation and reusability between modules.

The iterator

You construct the iterator with an array of entity IDs. Then, when iterating over the iterator you will get all entities AND their dependencies out in a sane order (i.e. dependencies first).

Area Print

Component type

module

Maintenance status

Development status

Downloads

6187

Component created

Component changed

Area Print is a simple module that let's you add print button or link that sends any given element(div, table, block.. anything with a css id) to a printer.
All original css from the page(including definitions from parent elements) is applied(though browsers tend to strip some off) and you can append your own on top of that.

In it's current form, the module provides only API-like functionality, no UI at all, though this can be changed in the future if needed.

Drush Entity

Component type

module

Categories

Maintenance status

Development status

Downloads

15281

Component created

Component changed

With drush entity you can query the entity system available for Drupal 8, 7 and (some of) 6.

Getting started

Install by using drush dl drush_entity. Next you can try commands like

drush entity-type-read
drush entity-type-read node
drush entity-read node 12

ModuleField

Component type

module

Categories

Maintenance status

Development status

Downloads

3487

Component created

Component changed

Site builders

This module provides no direct functionality, so only download it if another module lists it as a dependency, or if you want to write your own module that uses its API.