Organic groups login redirect

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is an add-on for the organic groups (OG) module that will redirect the user to an Open Atrium Grop when user logging in.
It will take the first avialable group the user is a member of.

The module is specifically designed for Open Atrium.

Fetch API

Component type

module

Maintenance status

Development status

Component created

Component changed

Fetch is a digital delivery application that makes selling downloadable products simple.

http://www.fetchapp.com/

This module aims to give other modules a library they can leverage to easily create Fetchapp.com orders via the Fetchapp API. On its own, it does nothing other than provide an admin screen to enter Fetch key and token for authentication with Fetch.

Development sponsored by Oomph. http://oomphinc.com

Prettify

Component type

module

Maintenance status

Development status

Component created

Component changed

This Drupal module is a unobtrusive input filters which enables syntax highlighting of source code snippets. The module uses the very popular google-code-prettify JavaScript library to do the highlighting.

Page manager date context

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds the ability for pages defined with page manager to define date contexts to, for example, take dates as arguments. Any date that can be interpreted by strtotime is a valid date argument.

The date argument then turns into a page manager context which you can send to a view for example. You can also modify the date argument for every context using strtotime syntax.

For example if the date argument is 2011-01-01 and you modify with the string '+1 week' the date value of that context becomes 2011-01-08.