Product import module: Amazon AWS

Component type

module

Maintenance status

Development status

Downloads

1518

Component created

Component changed

A better Amazon Import module for D5.

Development release only. Don't try to use this on a production site for any reason.

Amazon Associates Web Services module
=================================

Definitions
---------------
*Amazon Associates Web Services:
Amazon's API that provides access to their catalog and associated content (reviews, prices, etc).

Role Referral

Component type

module

Maintenance status

Development status

Downloads

1133

Component created

Component changed

Role Referral allows the assignment of roles to anonymous users who enter the site at a specific URL ([drupalsite]/referred) from a specified referring URL.

Role Login

Component type

module

Maintenance status

Development status

Downloads

818

Component created

Component changed

Role Login enables login to be restricted by role. The module was developed to enable a user table to be shared between multiple instances, but still maintain control over which users can login, for example, on a dev instance versus a live site.

Dependencies
None

Installation

AHAH helper

Component type

module

Maintenance status

Development status

Downloads

24844

Component created

Component changed

Description

Drupal 6's Forms API is great, but its AHAH support (a technique similar to AJAX) is lacking. You have to write a menu callback for every AHAH-enabled form item of your form. This is time consuming, hard to maintain and hard to write tests for. Not to mention that the code for those menu callbacks is not easy to understand, yet always the same.