Priority

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Turns your selected content type into a fancy ajaxified priority list.

Alpha release.
Requires modules:
Views2,
jQuery Update

Other requirements:
Javascript enabled

Tested succesfully in themes:
Garland,
Minnelli,
Pushbutton

Partially success(buggy) in:
Marvin,
Bluemarine

Failed:
Chameleon

Credits to my employer:
Örestad Linux AB
Sweden
www.orestad-linux.se

Tasks and Billings

Component type

module

Maintenance status

Development status

Component created

Component changed

Tasks and Billings will enable organizations to integrate time-tracking and project management tools like Toggl (for example, via the Toggl API) and billing tools like FreshBooks (for example, via the FreshBooks API) into robust, Drupal-based customer billing portal sites.

Some use cases that are envisioned:

Case Tracker Commits

Component type

module

Maintenance status

Development status

Downloads

1045

Component created

Component changed

What is this?

Case Tracker Commits integrate Version Control API with Case Tracker
intercepting the commit messages parsed by Version Control and matching some
patterns that identify a relation with a case ID.

The current pattern we use is: ref [case_nid] text_message

Provides some blocks that could be added in the Case Tracker Nodes that list
all the commits of the case. This is handled via Views and could be configured
all the fields that you want to show in that block.

GitViewer

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

This module provides an additional Node, named Repository.
Adding a path to a git repository, it will allow users with appropriate permissions
to clone repositories via http, download archives, view diffs and commits and browse the repository tree.

After spent hours to get a git viewer working with available drupal modules like versioncontrol_api, we write a new git repository browser.