Allocated Seating

Component type

module

Categories

Maintenance status

Development status

Downloads

2200

Component created

Component changed

This module is seeking new co-maintainers, please chime in if you have time to help push it forwards.

Overview

Allocated seating provides two field types - an allocated seating designer and a seating plan.
These fields can be used for various purposes - eg the designer can be used on a node edit form to allow users to create a seating plan for an event whilst the plan can be used as part of a checkout workflow to allow customers to nominate which seat they wish to book.

Project notes

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a simple feature for Open Atrium that implements the greasemonkey script from Nodeone that adds notes from an external site right onto the projects here at Drupal.org.

You can read about the original version of Nodeone's work here:
http://nodeone.se/blogg/sharing-knowledge-of-what-works-and-what-doesnt-...

Markup Demo

Component type

module

Maintenance status

Development status

Component created

Component changed

Markup Demo renders core Drupal UI elements, theme functions, form fields and basic HTML to encourage thorough theming attention to many elements of the Drupal CMS. Specifically it provides additional tabbed pages within the theme admin area, that allows a themer or designer a way to quickly review of all the most common output of a Drupal website. This is very helpful in cases where a website must be themed before it's built. It also relieves the themer of having to know where to look to find these elements or how to generate dummy content.

Joget Workflow module

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Joget Workflow (www.joget.org) is an open source application builder that helps you build any process-driven web application either by making it codeless or helping you code less. The Joget Workflow module is a Drupal module written to connect to any Joget install. The widget displays a list of pending tasks for a logged in user and/or the list of available applications created from Joget accessible to the user. Please

Quickpaylite

Component type

module

Maintenance status

Development status

Downloads

409

Component created

Component changed

Helps integrating payments for the quickpay payment provider into your Drupal site.

This module is intended to be used as a developer tool, and will require a custom module for it to work. It does a lot of the heavy lifting, simplifying the creation of a quickpay payment on your site.

The quickpaylite module, is an alternative to the fine quickpay module, which is a better choice if you want integration with a shopping system.

Features

Taxonomy Edge

Component type

module

Maintenance status

Development status

Downloads

25715

Component created

Component changed

Taxonomy Edge optimizes tree functions for taxonomies. It provides a transitive closure table data model for easily managing hierarchical terms. It was created to avoid recursive functions when fetching all children, and to avoid the not-quite-so-scalable memory footprint of taxonomy_get_tree().

The provided patch contains overrides for the core module Taxonomy in regards to taxonomy_get_tree() and taxonomy_select_nodes().

Progress

Component type

module

Categories

Maintenance status

Development status

Downloads

93440

Component created

Component changed

This is an attempt to implement a generic framework for keeping track of any progress.

Note on Drupal 8: progress is now being packaged with background_process, and the 8.x-1.x branch will no longer be updated.

Modules that utilize Background Process

ESI API

Component type

module

Maintenance status

Development status

Downloads

828

Component created

Component changed

This module is a low level ESI handling API for module developers and a besic block integration for site admins.

It handles ESI tag build and different levels of caching policy. It is able to cache blocks itself using complex cache identifiers computed using series of variables.

It provides a downgrade mode that is able to load all ESI elements using a simple and efficient piece of JavaScript if the site is not behind an ESI gate.

You can use this module safely without any ESI gate if you need to provide comprenhensible and fine tunable block AJAX loading/caching mecanism.

OM Subthemer

Component type

module

Maintenance status

Development status

Downloads

11557

Component created

Component changed

A power tool that creates subthemes for all base themes. By default, it is using OM Base Theme (version 2) and it has also an option to make standalone themes.

This module demonstrates the power of PHP recursion when applied to custom layouting and automates processing of important classes, such as:

X-GitSHA HTTP Header

Component type

module

Categories

Maintenance status

Development status

Downloads

570

Component created

Component changed

Small, simple module that adds an "X-GitSHA" header to HTTP responses.

The header is enabled by default. To disable sending the header, you need to manually set the xgitsha_add_header site variable to "0" or something else that evaluates to FALSE.