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

User Authentication API

Component type

module

Maintenance status

Development status

Downloads

1564

Component created

Component changed

This is a small module for developers that provides a plugin based API that hooks into the user authentication process (using the form API).

The idea is to make it easier and quicker to provide additional/custom authentication steps during the user authentication process as developers can use this module and just implement one plugin class without having to touch the Form API.

This can be useful for custom validation logic and particularly authentication using external/custom web services.

Sample implmentation:

Forms

Component type

module

Categories

Maintenance status

Development status

Downloads

1135

Component created

Component changed

Forms is a light-weight Forms API helper module.
It creates a registry that can hold lists of files to be included for each custom form.
This module helps developers
- avoid duplicate code,
- organize their code in a more efficient structure (more files is sometimes better)
- include files in a standard fashion
.

In order to register these files, developers must implement hook_forms_registry().

Boxes Panes

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Implements Boxes blocks as ctools content types.

Why would I use this?

You want to use context keyword tokens in Boxes blocks inside of a panel. That's all this module offers over the basic block content type implementation.

Requirements

  • Drupal 6.x or 7.x
  • Boxes module

Pandarus (Drush Extensions for the Pantheon Platform)

Component type

module

Maintenance status

Development status

Downloads

1441

Component created

Component changed

This is a Drush extension for use with the Pantheon Platform (https://www.getpantheon.com/)

You need to have a Pantheon account in order for this to be of any use.

This extension provides the following commands:

pan-sql-sync, pan-sql-cli
Drop in replacements for the corresponding drush sql commands (which are
currently unsupported on Pantheon).

pan-sftp
Executes an sftp command or opens an sftp shell on a remote Pantheon site via
a Pantheon site alias.

UPS Quantum View API

Component type

module

Maintenance status

Development status

Downloads

375

Component created

Component changed

Provides the ability to download UPS Quantum View subscription files. This is an API module, which means it doesn't do much on it's own. It can be used by other modules to access Quantum View data and perform other operations with it.

Optionally downloads unread subscription files via cron and saves Origin packages to the database (currently a very rough implementation in which the package object is converted to a serialized array).