Views Gantt

Component type

module

Maintenance status

Development status

Downloads

8776

Component created

Component changed

This module provides a views display plugin to show tasks in a GANTT Chart
using the dhtmlx GANTT javascript library. Views Gantt
uses the libraries API. Please upload the dhtmlx GANTT library
and put it in you libraries folder if you want to use this module.

Flag Application

Component type

module

Maintenance status

Development status

Component created

Component changed

This module integrates with the Flag Module to create the custom Flag "application".

Note: the 3.x version of this module required Flag 7.x-3.x. If you are still using Flag 7.x-2.x, you can use the 2.x version of this module. The functionality is the same between versions of this module, the code just reflects changes in the Flag module.

Redmine Issues

Component type

module

Maintenance status

Development status

Downloads

531

Component created

Component changed

This module provides tight coupling between a single Drupal website and a single project in Redmine. The scope of this module is for managing a simple support project with a single Tracker type available. In our case, our support projects use a tracker called Support which is then made available in Drupal, but that is configurable in the admin section for this module, as are several other options.

The module supports:

Drupal Project Manager

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

THE project manager for Drupal projects containing

  • project management tools
  • time tracking
  • bug/issue system
  • helpdesk
  • billing system
  • source control
  • deployment tools
  • site surveillance tools

The module should be released along with Drupal 8.

Fix Absolute Links

Component type

module

Maintenance status

Development status

Component created

Component changed

When working on different environments, such as development and production, absolute links are often accidentally entered in a page's content. This can happen through either copying and pasting an internal URL or simply typing it in, and it poses a problem when the website is moved to a different environment - especially production.

Having an absolute link pointing to a development environment when a website is live is certainly an unwanted situation, and that's what this module aims to prevent by:

Drush Editor - A fashion way to manage your WYSIWYG libraries

Component type

module

Maintenance status

Development status

Downloads

1435

Component created

Component changed

This module looks like the PM functions of Drush, allows us to download most of popular WYSIWYG editors.

Integration

Feel free to integrate your editor using my API. There are only 2 functions
you should know
- hook_drush_editor(): Register your editors.
- hook_drush_editor_alter(): Change the list of registered editors.

You can see the file drush_editor.api.php and my plugin for more information.