* Shove preg into a separate function. (backport).
* Add sanitisation support. Add new basename field.
* Add help text.
* array_map argument is a string.
This is the initial satble release of the MLS module! In order to incorporate RETS MLS feeds, you will need to have the latest version of vieleRETS (1.1.6) installed, and you will need to tell the module the location of vieleRETS. For IDX feeds, you will need to create a script in the mls/idx folder that can make use of the IDX API located in idx.php
Here's what it does:
* Integrates with the latest version of VieleRETS (1.1.6) to fetch RETS-based MLS feeds and turn individual listings and images into CCK nodes in your Drupal system
* Provides an API for IDX-based feeds with all (I think) of the functions you might need to turn IDX listings into CCK nodes, although you would have to write scripts to interact with your IDX system yourself (since there's not much of an IDX standard and every feed has to rely on one-off scripts, this seemed the best approach)
* Provides a search mechanism to search through available listings
* Includes a cron function to update individual feeds. Note that this cron function is independent of Drupal's cron mechanism (I had to do it this way to avoid weird memory issues I was encountering with Drupal's cron() function). In order to make use of this, you will need to create an additional script mimicking cron.php that calls the module's cron function rather than Drupal's cron call.
Current working version of UC Gift Certificate. Recent changes from including treating Gift Certificates as line items, allowing for discounts OR payment in full using certificate credit.