KTimetracker

Component type

module

Maintenance status

Development status

Downloads

270

Component created

Component changed

Description en français disponible dans le corps de l'article.

The goal of the Ktimetracker module is to track, in real time, the hours which users spend on different tasks. When activitated for a content type, it adds a "Punch" button which allows starting or stopping the tracker, plus a comment field for the punch in progress.

The list of sessions can be viewed on a dedicated page which shows the total time spent, and offers several options for grouping and filtering results. The module also provides a block with an autocomplete field for punching into a node by specifying its name or node ID. The module is also integrated with Views.

Warning! This is an alpha release. The API has not been finalized and some functionality has not been completely implemented.

This module is developed by Koumbit.org, which uses it internally for project management.

You can get a newer version of the code at https://redmine.koumbit.net/projects/ktimetracker

Toggl.com API

Component type

module

Maintenance status

Development status

Downloads

1644

Component created

Component changed

About

Toggl.com API module provides a Drupal API to the REST API of Toggl.com, a time tracking service and web-application.

Toggl.module provides a class and several API functions to fetch, save and delete time entries, tasks, projects, clients, workspaces and users.

Toggl.com User Tokens module manages a profile.module field for user's Toggl.com API Tokens, and integrates with REST API Query to use the current user's API Token.

Redmine API

Component type

module

Maintenance status

Development status

Downloads

2921

Component created

Component changed

About

Redmine API module provides a Drupal API to the REST API of Redmine, a project-management and issue-tracking web-application and open source software package.

Redmine.module provides a class and several API functions to index, load, save and delete issues, time entries, projects and users.

Redmine User Access Keys module manages a profile.module field for user's Redmine API Access Keys, and integrates with REST API Query to use the current user's API Access Key.

Pay Wall

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A flexible and extensible module to elegantly manage different Pay Walls.

First code release

I apologise if there is still no code here, I am a bit tied up with other things. Hopefully, around the end of the summer 2011 I should be able to release some code.

UPDATE 03/03/2014: working on D7/D8 version. Will be dropping the original D6 version I am migrating this from.

Context Hide Local Tasks

Component type

module

Maintenance status

Development status

Downloads

14995

Component created

Component changed

Overview

Have you ever needed to hide the local task tabs? Typically, you override theme_menu_local_tasks() and, based on some condition, return an empty string.

This module gives you the flexibility to hide the local tasks with Context by providing a new reaction to hide the tabs. No coding is required.

Dependencies

This module depends on Context 3

Maintainer

Developed and maintained by Erich Beyrent

File Tree

Component type

module

Maintenance status

Development status

Downloads

13545

Component created

Component changed

File Tree is an input filter which renders a list of files into an nice-looking, interactive tree of files. It uses a very small (<2kb) Javascript file to expand and collapse the folders, with pretty icons mapped to different file types.

Real Time Strategy Game

Component type

module

Maintenance status

Development status

Component created

Component changed

This project is a set of modules that provide a base for creating online real time strategy games, at its basic similar in nature to ogame and travian, but as development progresses, able to handle increasingly easy and complex games. Following Drupal's philosophy, everything in the RTSG framework has to and will be pluggable. Moreover, being integrated with Drupal, it will allow administrators to fully utilize other features of Drupal, integrating forums, organic groups, and more with RTSG.

Open Media Playback Servers

Component type

module

Maintenance status

Development status

Downloads

1761

Component created

Component changed

Open Media Playback Servers provides a centralized location for all playback server specific functionality. This module is part of the Open Media Project Suite. Read more here. The current version offers functionalities like add and update show/airing, check meta data status, and check file status for Tightrope Cablecast and Telvue Princeton playback servers. An administration area is also under construction.

GeoIP Role

Component type

module

Maintenance status

Downloads

721

Component created

Component changed

GeoIP Role allows to dynamically grant roles to the current user according to his IP address location.
It depends on the GeoIP API module.

Currently, GeoIP Role allows to attach countries to roles, thus defining geographical zones.
When a user visits your site, he dynamically gain the role(s) attached to the country reported by his IP address.

GeoIP Role may be used with any other module like Nodeaccess that controls access based on user roles.