Issues

Component type

module

Categories

Development status

Component created

Component changed

This project is for simulating issues and sharing with fellow developers and maintainers. This is not a featured module and will not be upgraded to a full project.

User Search Location

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a little helper module to filter searches by the user's location, using a variety of methods to determine that location:

  • GeoIP
  • Cookies
  • User profile field

We are using this on a couple sites. Far from polished or usable, and subject to drastic change. Here more to test the git sandbox of Drupal as much as anything...

Dojo Toolkit

Component type

module

Maintenance status

Development status

Downloads

2829

Component created

Component changed

Dojo Toolkit (http://www.dojotoolkit.org) is a Javascript platform that goes beyond JQuery to add full browser-side data objects in addition to a huge variety of other goodness.

This is an API module to support loading Dojo from a CDN or a local build. It is now being targeted at the most recent versions of Dojo, 1.7+, with Asynchronous Module Definitions (AMD).

Todo Formatter

Component type

module

Maintenance status

Development status

Downloads

241

Component created

Component changed

This module provides a formatter to display CCK text fields as a list of checkboxes. This can be used to create todo lists: just add a multiple valued textfield to your content type and select the Todo formatter on the Display fields page of your content type.

This module was inspired by Todo Filter.