Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

Engagement

This module has been deprecated by the WEM module.

Git Demo1

A git demo for Drupalcamp. No code of value here

Update Exceptions

FOR DEVELOPER USE! HANDLE WITH CARE! KEEP OUT OF REACH OF CHILDREN!

Drupal 7 has a nice and comfortable feature of looking for upgrades for all installed modules, warning about new releases. However, in some special cases (notably, for custom modules developed in-house) there is no place Drupal could visit to learn about upgrades and new versions, consequently, the upgrade report page will be cluttered with not available warnings.

The system has partly catered for this by introducing the project status url entry in the module .info file (see http://drupal.org/node/542202). However, unless you have something at the URL specified that can report the module status, you will continue to see error messages in the report page.

This very simple module offers a solution to this. By introducing a common URL for all similar modules on a site (http://www.example.com/projects/[module]/[core]), it is able to provide a kind of a fake report to Drupal for all these modules, always reporting back that they are completely up-to-date. Simply use this link in your .info file, eg:

project status url = http://www.example.com/projects

and the module will always report as up-to-date.

Brazilian Address

Brazilian addres form with city autocomplete.

This module implements a format plugin to Address Field module, commonly used with Drupal Commerce. This plugin enable a specific form for brazilian addresses, according to recomendations of the brazilian postal service company, Correios. The address consists of the following fields:

  • Thoroughfare (Logradouro): type and name of the thoroughfare and the number
  • Complement (Complemento): apartment number and other info
  • Neighborhood (Bairro)
  • City (Cidade)
  • State (Estado)
  • Postal code (CEP)

Additional features

  • Autocomplete for city names based on a list of all brazilian cities
  • Atomatic address filling by CEP querying to Correios site (http://m.correios.com.br)

Known issues

  • When installed, the module creates a database table and inserts the names of all brazilian cities (more than 5000), what may takes a long time. It doesn't use the Batch API yet, so you may have problems with the execution time.

Usage

L̶i̶n̶k̶ E̶S̶I̶ (obsolete)

Link ESI is a quick way to add ESI (Edge Side Includes) tags to a node. It provides a field-formatter so that a link field will be rendered as an ESI tag instead.

Pages

Subscribe with RSS Subscribe to RSS - Unsupported