Related roles

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows a user with appropriate permissions to relate a role to a taxonomy term by editing the taxonomy term.

This could be extended to entities of any type in the future.

At the moment the only way you would need this is if another module requires it.

the function related_roles($tid) returns an array of role ids that are related to the term.

dbase_dpm

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The module stores debug values in the database and saves this values for later inspectation.

This is extremly useful in cron, batch or the simpletest enviroments, where standard debug function - dpm()-function of the devel module - not works

The devel module offers a function called dpm().

Demonstration, how the dpm()-function of the devel module works.

$value = 'Some test text.';
dpm($value);

Demonstration, how the ddpm()-function of this module works.

Sitewide Alert Message

Component type

module

Maintenance status

Development status

Downloads

1768

Component created

Component changed

This module provides functionality to display urgent message to all users. Originally was created for the project with a lot of Ajax when user can stay on the same page for significant period.

This is a simple tool which uses periodic polling from client side within small dedicated

PostgreSQL User Signature

Component type

module

Maintenance status

Development status

Downloads

1069

Component created

Component changed

Overview

The Postgres Signature module making all database connections and queries "personalized". If you have not only default database user but also SQL users with the names as Drupal users, all requests would be performed with corresponding SQL-user name.

Queries from user #1 and from anonymous users authored by default connection string.

Adding and removing Drupal users also leads to do the same on database level.

On administration pages there is a functional to create (or delete) in bulk SQL users to reflect existing Drupal users.

Generic Services

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Generic Services - Webservice Generator

Generic Services lets you easily generate bunches of webservices and expose the full power of drupal to your clients without creating a module

With Generic Services you can:

  • create webservices on fhe fly without creating a module
  • the webservice can execute SQL Statements, Drupal Functions or PHP Code on your server

And there is more:

Context Evolutive Cache Control

Component type

module

Maintenance status

Development status

Component created

Component changed

"The longer a piece of content goes without being modified, the longer its cache should be."
Here is the basic idea for this module.

This module provides a new reaction for context, which allows you to set (in http headers) :
- One "cache-control" & "expires" time
OR
- Different "cache-control" & "expires" time depending on how long it has been since a piece of content was last modified

Modules weight

Component type

module

Maintenance status

Development status

Downloads

11655

Component created

Component changed

Sometimes we need to modify modules execution order, and some people could write a code that execute the query to modify the weight of a module in the system table, some one might go straight to his favorite SQL client and modify the record directly. This module provides an interface to reorder the modules weight.

Uses

Configuring the module

You can manage the module settings from the Modules Weight Settings page (admin/config/system/modules-weight/configuration). For this you need the Administer Modules Weight permission.

ERPAL GIT

Component type

module

Maintenance status

Development status

Downloads

1327

Component created

Component changed

This module provides GIT integration for ERPAL Projects using GIT Lab. GIT commits with an ID placed in the commit message are directly added to the task with the given ID.

This module requires the ERPAL project module. How to get the maximum benefit using ERPAL with this module see read in our blogpost describing a "GIT workflow using ERPAL for your project management"