Contextual modules

Component type

module

Categories

Maintenance status

Development status

Downloads

1916

Component created

Component changed

The Contextual modules module allows for Drupal module to be enabled and disabled via the Context module.

The module was written for the purpose of disabling UI related modules on production servers and enabling developer modules (Devel, Delete all, etc) on development servers.

Contextual modules was written and is maintained by Stuart Clark (deciphered).
- http://stuar.tc/lark
- http://twitter.com/Decipher

 

Another sandbox project. bonus exo from nodeone.se

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Il s'agit de pratiquer un peu plus la conception de module et en particulier d'apprendre à se déplacer et se repérer dans le code Drupal. le but de ce module est de changer tout les label des buttons de formulaires par "Coucou"

DrupalPractice sniffer

Component type

module

Categories

Maintenance status

Development status

Downloads

2406

Component created

Component changed

DrupalPractice has been merged into Coder, please use that instead.

Uses PHP_CodeSniffer to find common errors that new Drupal developers make in their modules. Note that this will likely throw false positives and you should never change your code without verifying the reported problem. Everything that does not really fit into Coder Sniffer and pure coding standards will be included in this project.

Services_Views_Publish

Component type

module

Maintenance status

Development status

Component created

Component changed

Services Views Publish v0.1

---------------------------------------

This module extends the Services_Views module by creating an additional resource to a Services View endpoints. The additional resource appends "_edit" to the services endpoint path.

"<services_endpoint>_edit"

You can then access this endpoint like any other and will return the list of fields associated with given services view, and their respective attributes.

Attributes:

Genealogy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Genealogy Module is in the first stage created for use on the Homepage of a Family association, but will in a later stage be provided for global use.

Doctor

Component type

module

Categories

Maintenance status

Development status

Downloads

2457

Component created

Component changed

What is it?
The module "Doctor" is "listening" to a doctor listen item that create during your module actions.

How does it work?
The doctor create an entity called doctor. When running the drush command drush doctor-listen(AKA dols), the module will wait for a doctor entity entry to create and will present the data on the CLI. If there any items that created when the doctor did not listen, the next time the you initialized the command, they will be displayed for in the CLI.