Downloads
Download tar.gz
35.75 KB
MD5: 7211e4a2b8c448faa25f5ae9482f3f6c
SHA-1: af7a5f7fcbce9cbbae93eab20bd59a80104f875e
SHA-256: 310ad0817b0a9985b29b44767a3772778fbba130d91596236b87e3ad4142470d
Download zip
53.96 KB
MD5: 326615cc0bbf26be7c7428340c16be18
SHA-1: 5a393768f8e7ea16e925c5515b39cbe880f25538
SHA-256: 50d626522c5d8f9928276fc0522ca0573947e93e70d77bbdb3bbf64a20460000
Release notes
If there are no significant issues with this version, it will be the basis for a 1.0 release.
Please don't forget to run update.php after upgrading.
New Features
- Add views handling for Amazon images, including linking.
- #437158: Make date-type fields in ASIN module into real date fields instead of strings: Date-related items are now supported in views as dates.
- #511008: Unpublish or Delete Amazon Nodes if Unavailable on Amazon: Track and handle invalid ASINs. We now mark them as invalid_asin in the amazon_item table, and some of the tpl.php files make note of this. The invalid_asin is also available via views.
- #598588: Provide filters for additional Amazon information (detailpageurl, various images): Many new filters are now available through [amazon ASIN detail]. Everything that is preprocessed in amazon_preprocess_amazon_item() is available for use. For example, [amazon 0596515804 detailpageurl]
- #595980: Ship a feature with Amazon that has a view and a cck type: Added a demonstration module (requires features module) that provide a CCK type and a view.
Bug fixes
- #278034: When a node has multiple amazon items, the display of those items runs together. by iva2k - Fix node-view CSS when there is more than one ASIN field
- #543990: Insert of ASIN content type does not populate amazon_item table until 'load' op happens by rfay - Fix bug where save didn't include Amazon database update
- #353285: Remove 'not null' on items for which Amazon might not return attributes - Remove "NOT NULL" from database definition where Amazon might in fact not return information.
- Added delete of amazon_item when related node is deleted.
- #350320: Display of & (and possibly other special chars) isn't handled correctly - Allow HTML in title of Amazon item
- #326963: asin_field returns $items when it shouldn't, which kinda breaks stuff. by bangpound: Correct return values in hook_field()
- #494648: Views filter error: handler doesn't exist: Filtering by the contents of the ASIN field didn't work
- #362884: Change a data type of detailpageurl from varchar to text by tomiyana: Change detailpageurl to TEXT because of long Japanes detailpageurls
- amazon.module function documentation.
- Improve consistency of data insert by always deleting item before insert.
- #288119: Handle Amazon URLs in ASIN and also trim leading/trailing space, etc.: Trim whitespace from ASIN in CCK field.
- #510432: Make amazon_inline_item another type of amazon_item so preprocessing is done: Make amazon_inline_item get preprocessed