Visual Admin

Component type

module

Downloads

1242

Component created

Component changed

This module aims to provide a graphical administration UI.
A way to achieve it will be to offer an API so that modules can install their own buttons.
Of course, this can also be achieved with Views or even manually, the point here is to have a standalone module dedicated to that and opened to other modules.

The project is at an early development state but is already usable.

Included features yet :

  • create buttons
  • create groups of buttons
  • display the buttons

To come :

Automodal

Component type

module

Maintenance status

Development status

Downloads

12591

Component created

Component changed

Automatically convert certain classed links to modal popups and provides an API to add custom modals quickly and easily.

With this tool, you can cause links to automatically open in modal dialogs. The module's code simply examines all links in a document and turns any link with the designated CSS selectors (by default, the class automodal), and turns those links into modal links.

For example, by default it looks for links like this:

Evaluation API

Component type

module

Downloads

1335

Component created

Component changed

The Eval API module provides an API for other modules to utilize that facilitates the adding of arbitrary criteria to content types and nodes that can be evaluated as seen fit by the implementing module. Put simply, nodes can be given a set of arbitrary criteria that can be evaluated for a given purpose. Other modules can use these criteria and the evaluated results however they see fit.

Also included is the Evaluation API Example module, which creates a new a content type for demonstrating how to use the Evaluation API.

Query Monitor

Component type

module

Categories

Component created

Component changed

A query monitor/logger module that utilizes devel module to save the SQL queries used for configuring Drupal. These queries could then be repeated downstream, either directly or in update hooks.

Code is currently hosted over at github:

http://github.com/psynaptic/migration

Queue UI

Component type

module

Categories

Maintenance status

Development status

Downloads

45463

Component created

Component changed

A user interface to viewing and managing Drupal queues created via the Queue API which began in Drupal 7.

Features:

  • View queues and number of items
  • Developers can define meta info about queues they create and process
  • Process queue with Batch API
  • Process queue during cron
  • Remove leases
  • Delete queue

Boxes

Component type

module

Categories

Maintenance status

Development status

Downloads

587263

Component created

Component changed

Boxes module is a reimplementation of the custom blocks (boxes) that the core block module provides. It is a proof of concept for what a re-worked block module could do.

The module assumes that custom blocks are configuration, and not content. This means that it is a reasonable action to ask for all blocks at one time, this is in fact exactly what the core block module does.

Boxes provides an inline interface for editing blocks, allowing you to change the contents of blocks without going to an admin page.

Hierarchical Select Field Selector

Component type

module

Maintenance status

Development status

Downloads

10391

Component created

Component changed

Hierarchical Select implementation allowing to choose content types and their fields in a user-friendly way. Reusable form element.

This is developer module. Install it only when required by other module.

Requirements: Hierarchical Select, CCK

Modules that use Hierarchical Select Field Selector: Imagefield Avatar