prometheus

Component type

module

Maintenance status

Development status

Downloads

2944

Component created

Component changed

Overview

Prometheus project brings a new and simplistic approach to developing code in Drupal CMS. It works with existing Drupal CMS mechanisms and allows for a rapid MVC style of development under Drupal CMS. This brings the power of OOP and encourages better readability and simpler code, while providing faster Drupal CMS bootstrap.

Features

Mindmeister

Component type

module

Maintenance status

Development status

Component created

Component changed

Summary

This module provides integration with MindMeister, an online mind mapping software.

Enabling the module, users can create mindmap node type nodes. A node of this type will display the mindmap associated to the node inside a modal frame.

Requirements

This module uses and depends on jQuery Tools' Overlay component for modal frame implementation.

GSoC Activity Fork

Component type

module

Maintenance status

Development status

Component created

Component changed

Fork of the Activity project for my Google Summer of Code 2011 project: Development Activity logging, Activity Streams and Development Statistics.

See Activity for the original project.

Work on this module will mainly be:

  • General optimalizations and bug fixing
  • User-specific Activity feed
  • Activity feeds as blocks and/or dashboard support
  • Statistics

Advanced Batch

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides an advanced batching API. It doesn't extends core capabilities, it creates a new one, complete, more predictable and static, fully object oriented.

This API is based on the fact that batches may be run in different environments (CLI custom script, Drush, Batch API) and abstract all concepts to the higher level possible.

Field display weights (per node)

Component type

module

Maintenance status

Development status

Downloads

5883

Component created

Component changed

Customise the weight/order in which fields on nodes can be displayed on a per node basis and not just globally per type. Individual fields can also be hidden from display.

For any node types that are enabled, a 'Field display weights' tab will appear on nodes (for users with adequate permissions). From this page administrators can customise the order in which fields are displayed on each node by using a draggable table (or manually select weights).

Webform Vertical Tabs

Component type

module

Maintenance status

Development status

Component created

Component changed

This module displays webform fieldsets as vertical tabs.

GUI issues

If a field on the form is too long and breaks tabs layout, you must limit its width in webform field properties (for textfields width=30 works for me).

Known limitations

Nested fieldsets (e.g. fieldset in a fieldset) are not supported.

Usergroups API

Component type

module

Categories

Maintenance status

Development status

Downloads

1408

Component created

Component changed

This module is purely an API for other modules to use. If you are looking for a way to create groups for users, see the Organic Groups module.

This project is currently being developed. It allows actions/requirements to be applied to a group of users rather than to a single role group or a specific user as these are typically the options used by modules.