test sandbox project
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Hi
Hi
we be testing... rfay is at fault!
3 cheers for Drupalcon Chicago
I've gotten quite a bit over the last several years from Drupal and want to give a little back. Contributing to an open source project is one of my life goals. Here is a link to my previous application.
This module is required by the Milan Module. The idea is for the module to provide a basic module to support a variety of other modules. The Milan module uses the person module to Track author's of books. A baseball card module could use the Person module as the basis to track baseball players.
I was not able to convince the gatekeepers to make this a full project. I will redesign Milan to be a monolithic project and call it a day.
If you want to use this module, your options are:
This is an add-on module to the brilliant Search API set of modules.
Note that this module only supports old school facets that came with search api and are now deprecated. If your site uses facetapi based facets use FacetAPI Pretty Paths (http://drupal.org/project/facetapi_pretty_paths).
This module is for use with Simplenews 1.x.
Abandoned.
For a much better implementation try Views Data Export
Essentially a checkbox form populated by all fields attached to the user entity type. Each field selected on the form is added into the final csv and a link is output to download it.
Provides Library API access to the Underscore.js JavaScript library.
underscore-download) to download and install the latest version of the libraryAfter enabling this module, install the Underscore.js JavaScript file:
drush underscore-downloadIn your module code, add the library with libraries_load() and drupal_add_library(). If unsure where, add it in an implementation of hook_init(). Use 'underscore' for both the module and library name arguments, like this:
libraries_load('underscore');
drupal_add_library('underscore', 'underscore');
You can update your version of Underscore.js to the latest version by calling the drush command (drush underscore-download).
The 7.x-2.x branch is a rewrite of the existing module. Upgrading to the 7.x-2.x branch will require changes to your code. Notable changes to the module include:
hook_library() from core).