Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

Postfix Administration

Postfix Administration

This module administers a Postfix Mail Server with a MySQL Backend through the new/refactored Forms API in Drupal 4.7.

CiviCRM Event Auto Pass

#NOD8CX: I have no plans to have a full D8 release within even a year of when Drupal 8 is released unless someone else volunteers to co-maintain that branch.

Drupadd

Un simple module qui permet de s'exercer aux questions de mathématiques. En particulier les additions.

DrupalPractice sniffer

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.

Development

DrupalPractice is developed on Github, please use pull requests and report issues on Github.

Features

Detects the following bad practices:

  • Unused and undefined PHP variables
  • @author tags in doc blocks
  • form_set_error() being used without t()
  • 'access administration pages' permission is used in hook_menu()
  • Un-namespaced classes and interfaces are not prefixed with the module name
  • $form_state['input'] is used instead of $form_state['values']
  • $field['und'] is used instead of $field[LANGUAGE_NONE]
  • Form API #options values are not translated with t()
  • variable_get() calls where variables are not prefixed with the module name

Installation

Same as Coder Sniffer, except that this sniffer should be linked as DrupalPractice into PHP_CodeSniffer.

Another sandbox project. bonus exo from nodeone.se

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.

Pages

Subscribe with RSS Subscribe to RSS - Unsupported