HTML5 Form API Test Module

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is for testing new form API elements added in core. Currently using it to test the new date elements that we're trying to add to core during the DrupalCon Denver HTML5 code sprint.

Panels Awesome Links (PAL)

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides you with a number of really helpful links that show up in the pane edit links for each pane.

You can directly from each pane edit (in a new window) your

* view panes
* blocks
* menus
* site information
* fields

It is very useful for views for example since it is sometimes very hard to know which view that pane contains.

PAL

Conversion Optimization

Component type

module

Maintenance status

Development status

Downloads

672

Component created

Component changed

Conversion aims to provide a suite of conversion optimization improvements for Drupal.

Features:

Node Before Register - Allows anonymous users to create a node, and then register, becoming the author of that node. The idea is to draw users in by allowing them to create content, then requiring registration in order to publish that content.

Disable password confirmation - Disable password confirmation on registration to decrease amount of fields user must fill out

Code

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module creates a new field called Code. This field allows users to enter code in various data format such as PHP code (the field will collect the returned value), INI format, JSON format, XML format, and YAML format.

This module also adds field formatter which enables the Code field to output various code formats, which are the conversion results of original entered code text. This code output can be configured to only output specific data formats.