Bean features
Component type
Maintenance status
Development status
Component created
Component changed
Features integration for Bean.
Features integration for Bean.
Module that generates code to ease development.
Implementated support:
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:
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.
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.
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
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 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 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).
This is an add-on module for Aegir that allows you to import a site exported from Drupal Gardens into Aegir.
Note, this module needs to be installed differently from other modules, please see the install instructions.
Live.js allows you to instantly see changes as you edit CSS and JS code. This module enables that ability for only CSS code by installing. It's mostly a themer tool, but speeds up any CSS work.