Autocomplete Dependent Population

Component type

module

Maintenance status

Development status

Downloads

1673

Component created

Component changed

This module provides ability to populate dependent form elements of an autocomplete form element with proper values.
This module introduces "autocomplete_dependee" type form element which allows to create an autocomplete field.
You can define form elements which will be populated when the value from autocomplete suggestion is selected. This
form elements can be of following type:

Textfield
Textarea
Dropdown
Radio button
Checkboxes

For further information check the README.txt file.

CasperJS

Component type

module

Maintenance status

Development status

Downloads

98830

Component created

Component changed

CasperJS is a navigation scripting & testing utility for PhantomJS and SlimerJS written in JavaScript.

This module provides a Drush wrapper to run CasperJS tests against a Drupal site. It also provides a set of useful methods to perform actions such as:

Country taxonomy importer

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

Imports country/state/region names to a taxonomy from geonames.org

This module uses the "children" (http://www.geonames.org/export/place-hierarchy.html#children) function of geonames.org. This seems to just drill down by administration divisions, which may be different for each country.

Why I made this to work in the front end with javascript rather than with the batch API, I don't know. I must have been drunk that night.