Task management Module

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a module that manage the workflow in a team during a project.
Possibilities:
- Adding projects
- Adding Statuses for task
- Adding Priorities for task
- Adding Task type
- Adding Task(Assigned to, deadline)
- Adding comments to a task(time, text)
- Adding files to a task
- Edit comments
- Delete files of a task
- Edit task(type,priorities,status)

Duplicate Module Files

Component type

module

Maintenance status

Development status

Downloads

1601

Component created

Component changed

This module acknowledge the path of module form where it is executing and warn the developers/administrator about the duplicate module(s).

Why This:
If module(s) are exists more than one locations on the server. It display a warning message to the developers/administrator and also acknowledge the duplicate path(s).

Block Entity

Component type

module

Maintenance status

Development status

Downloads

66

Component created

Component changed

This module creates a simple entity called block_entity, where the modules that provide blocks are the bundles (e.g. block, views, webform). This can be used with entityreference fields and views for a very simple way to place one or more blocks within content or in a view block.

The initial objective was to provide an easy way for content managers to add blocks to different page regions (with views or display suite) on a per-node basis. This helps avoid teaching content managers how to use more complex systems like Panels when that complexity or learning curve isn't useful.

Dream permissions

Component type

module

Categories

Maintenance status

Development status

Downloads

1420

Component created

Component changed

This module facilitates the management of permissions, it allows you to exclude roles and modules from the management screen.

The management page uses ajax to load the relevant permissions, you have to select at least one role and at least one module, otherwise you don't get any results. Both roles and modules can be filtered to make the selection easier.

You can also filter the permissions before and after fetching them.

The code is a bit rough, but is working. It also doubles as a show case on how javascript can be used to improve the user experience.