Code generator

Component type

module

Categories

Maintenance status

Development status

Downloads

895

Component created

Component changed

Module that generates code to ease development.

Implementated support:

  1. Generate Menu items
  2. Generate Form elements
  3. Generate Permissions array, including permissions as constants
  4. Generate Schema
  5. Generate hooks - Obsololete. use http://drupal.org/project/module_builder
  6. Generate Info file
  7. Generate Views data handler

js2watchdog

Component type

module

Maintenance status

Development status

Downloads

1771

Component created

Component changed

Simply utility which allows to log JS errors information (script, line, error message), or your custom messages to watchdog.
Will be usefull to running on both devep and production server to debug your scripts.


Tips:

  • it will be usefull to grant 'log js errors' permission to all roles, to collect more information about you errors;
  • you could call js2watchdog.woof(param) function from your script to push message from JS to watchdog (format of param is url-like string - "key=value&key2=value", no need of starting and ending amps);

Case Tracker Commits

Component type

module

Maintenance status

Development status

Downloads

1045

Component created

Component changed

What is this?

Case Tracker Commits integrate Version Control API with Case Tracker
intercepting the commit messages parsed by Version Control and matching some
patterns that identify a relation with a case ID.

The current pattern we use is: ref [case_nid] text_message

Provides some blocks that could be added in the Case Tracker Nodes that list
all the commits of the case. This is handled via Views and could be configured
all the fields that you want to show in that block.

ICA Survey

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is the ICA Survey module, a module that implements an API for building surveys. The hooks that make up this API are documented in the file hooks.html. The ICA Survey module also provides functions for retrieving and saving surveys, questions and survey results. These are documented in the file functions.html.

Site builders that want to use this module to build surveys should enable some of the modules that make use of the ICA Survey API, such as the question type modules in the contrib directory.

Module Boilerplate

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Boilerplate is any text that is or can be reused in new contexts or applications without being changed much from the original. Many computer programmers often use the term boilerplate code. A legal boilerplate is a standard provision in a contract.

MBP is a default module starter kit for 6 and 7. This is based off of my most used hooks.

Hooks included

  • coming soon....

To use the mbp, just rename the .info .module .test cases of mbp_name replace it with your module's name and fill in the readme.txt with the necessary info.

Schemr

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

Schemr is a development tool that makes it easier to document complicated CCK field schemas. It is a natural counterpart to Features. Where Features can be used to transport schemas between Dev and Live sites, Schemr can be used to describe them.

The Ideal Drupal Development Environment

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The purpose of this sandbox project is to illustrate the steps one might take to set up a local development environment that is ideal for purposes of Drupal development. It is based on the steps described at http://sites.google.com/site/theidealdrupalenvironment. In some ways the goals of this project overlap the goals of the Quickstart project (http://drupal.org/project/quickstart).