Software Projects

Component type

module

Development status

Downloads

1044

Component created

Component changed

Software Projects is a bundle of configuration that adds issue tracking features to an Open Atrium project. Open Atrium comes with an issue tracking system that is based on the Case Tracker module while OG Software Projects is based on the "Project" modules.

2.x branch

The 2.x branch will be a complete rewrite (by hand, for the most part).

My vision for this module is the glue and extra parts required to create a system like Unfuddle. I will be using Open Atrium, primarily, but I would like to build the module in such a way that it will work on any Drupal site.

Webform Validation

Component type

module

Categories

Maintenance status

Development status

Downloads

311101

Component created

Component changed

This module adds an extra tab to each Webform node, allowing you to specify validation rules for your Webform components. You can create one or more of the predefined validation rules, and select which Webform component(s) should be validated against those. By using the hooks provided by this module, you can also define your own validation rules in your own modules.

Curlypage

Component type

module

Maintenance status

Development status

Downloads

41519

Component created

Component changed

Curlypage is a cross browser, html strict code implementation of the pagepeel effect, "magic corner" type banner. With this module you can add those ads to your website.

Features:

  • Show curlypages on any corner of your pages.
  • Include as many curlypages as you want on your website.
  • Include up to four curlypage groups on same page (one on each corner).
  • Group culypages in one corner to show them in slideshow flow. Configure times: delay, timeslot, repeat for each curlypage on group.
  • Use CSS position model absolute or fixed. Absolute is only available for top curlypages.
  • Custom peel sizes.
  • Custom styles (you can choose 3 different styles).
  • Configurable images to show when the ad is closed and opened. Supported formats (static GIF, JPG, PNG, SWF).
  • SWF files support. You can upload an SWF file to use on peel. Only on open ad interactive SWF files are supported. see examples
  • Show a wait icon while curlypage is loading.
  • Mirror images on peel.
  • Transition on load.
  • Open curlypage with mouseover or mouseclick.
  • Configurable peel colors.
  • Peel color style, flat or gradient.
  • Sound effects.
  • Configurable link for ad.
  • Configurable speeds.
  • Automatic open and close features.
  • Close button.
  • Control visibility of each curlypage in a block visibility style: by language, by role, by page and by content type.

Widgets

Component type

module

Maintenance status

Development status

Downloads

117560

Component created

Component changed

Widgets enables you to centrally manage and configure code snippets on your site such as share and follow buttons or Twitter updates and Facebook like boxes. It implements a user interface that allows you to easily organize and configure various widget elements. Using a UI similar to core’s image styles, elements can be assembled into widget sets which can be reused throughout the site via blocks and other render displays.

Theme developer

Component type

module

Maintenance status

Development status

Downloads

409098

Component created

Component changed

Firebug for Drupal themeing. See the screenshot and screencast. Note that this module injects markers into the DOM to do its magic. This may cause some themes to behave erratically and less capable browsers may make it worse (especially IE)/. Enable it when needed, and disable it afterwards.

Beanstalkd Integration

Component type

module

Maintenance status

Development status

Downloads

10577

Component created

Component changed

Beanstalkd is a Drupal module to allow Drupal Queues to take advantage of beanstalkd to process the queues instead of the built in Database queue system that ships with Drupal.

What is Beanstalkd

Beanstalk is a simple, fast workqueue service. Its interface is generic, but was originally designed for reducing the latency of page views in high-volume web applications by running time-consuming tasks asynchronously.

Contact Save

Component type

module

Categories

Maintenance status

Development status

Downloads

12835

Component created

Component changed

Never miss a contact message again! This module stores in the database all messages submitted through the core contact forms.

This solves the problem of e-mails which don't make it to their proper destination (due to a wrong email address, network failure, mail server problem, or spam blocker), which can cause misunderstandings, lost job opportunities, etc.

Additionally, this module provides a way to respond to these messages through the website, which can serve as a basic correspondence tracker, so that no messages go unanswered.

Content type overview

Component type

module

Development status

Downloads

9972

Component created

Component changed

This module adds a tab to the content types page which lets you edit the settings for all content types on one screen. This makes it much easier to ensure consistent settings across content types.

Currently, the module handles form elements supplied by the following core and contributed modules:

Feeds Image Grabber

Component type

module

Maintenance status

Development status

Downloads

32496

Component created

Component changed

Feeds Image Grabber (FIG) is successor of FeedAPI ImageGrabber, an addon for Feeds module, which grabs image for each feed-item from their respective webpages and maps it to an image field in the node created by Feeds (Node Processor).

Form API Validation

Component type

module

Maintenance status

Development status

Downloads

50595

Component created

Component changed

This module extends the form API to include convenient access to common for submission filters and validation checks. The core form API has no built in validators available to you, nor filters, and all have to be manually placed in a validation function. With this module you simply add the basic filers and/or validators you want to have in your form render area.

You can use the existent filters and rules or create your own. This module is fully extensible using hooks, allowing you to easily add your own and reuse them throughout the site. Abstraction at it's finest!