wishlist 7.x-2.6
| Download | Size | md5 hash |
|---|---|---|
| wishlist-7.x-2.6.tar.gz | 32.89 KB | 9db61c77546c4bd40f4b37a752bf8fda |
| wishlist-7.x-2.6.zip | 39.33 KB | a8be71c732531ccb12e5f9f700900714 |
Release notes
Addresses an XSS vulnerability. For more information see SA-CONTRIB-2012-042 - Wishlist Cross Site Scripting (XSS).
wishlist 6.x-2.6
| Download | Size | md5 hash |
|---|---|---|
| wishlist-6.x-2.6.tar.gz | 26.06 KB | 0e4a0f7466a6846bc8a46d37abecdee3 |
| wishlist-6.x-2.6.zip | 30.05 KB | 2b5cc0f719b2003269579f567142cb7f |
Release notes
Addresses an XSS vulnerability. For more information see SA-CONTRIB-2012-042 - Wishlist Cross Site Scripting (XSS).
wishlist 7.x-2.5
| Download | Size | md5 hash |
|---|---|---|
| wishlist-7.x-2.5.tar.gz | 32.89 KB | 321448f4776f1276b55499d6d219bdb2 |
| wishlist-7.x-2.5.zip | 39.33 KB | 460845400068e13a4f6824e1c1b5b7ba |
Release notes
D7 compatible release that is mostly the same as the D6 2.4 release. Minor new features introduced include the ability to apply tokens to change the user's name as shown on the wishlist (so that profile fields can be used, as an example) and the wishlist node type can be managed as other CCK types.
wishlist 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| wishlist-7.x-2.x-dev.tar.gz | 32.9 KB | 2041e20adf089b1b2c9683ff54fa81bb |
| wishlist-7.x-2.x-dev.zip | 39.34 KB | 66097955cbf689c622a244d47f1d50e9 |
Release notes
First pass completion of D7 port. Light testing has only been applied - please submit issues and patches if problems are found.
The emphasis of testing has been with new installations, not upgrade installations. The data structure between the 6.x-2.4 version of the module and this version was not changed and I expect migration to work well because of that.
Upgrade to 6.x-2.4 and then upgrade to 7.x-2.x-dev. Perform the upgrade on a test site. Verify your data. Validate the wishlists display correctly.
wishlist 6.x-2.4
| Download | Size | md5 hash |
|---|---|---|
| wishlist-6.x-2.4.tar.gz | 42.83 KB | 00119ee784e8f64a25628180ddcf1814 |
| wishlist-6.x-2.4.zip | 57.8 KB | c2b81206e1afb748406e714e9e40f633 |
Release notes
Fixes most open issues from the issue queue and is expected to be the final Drupal 6.x compatible wishlist module.
* CSS not setting as many colors, allowing for better use in dark themes
* Views2 support from cvdenzen incorporated.
* German translation added
* Dutch translation added
* Node body filter now appears
wishlist 6.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| wishlist-6.x-2.2.tar.gz | 30.35 KB | 3ec41b8c99a836f68526629f14889fb9 |
| wishlist-6.x-2.2.zip | 37.58 KB | c39bb93266a90f9d4daaef4d6241fd0a |
Release notes
Formal release of the 6.x compatible wishlist module with a few minor bug fixes. No major new features, pretty much the same as the 5.x v2 of the wishlist module.
wishlist 6.x-2.1-beta
| Download | Size | md5 hash |
|---|---|---|
| wishlist-6.x-2.1-beta.tar.gz | 29.9 KB | 2a6c30c3aa78d4cd368bf4821a93d026 |
| wishlist-6.x-2.1-beta.zip | 37.12 KB | 46091e87cd758a116b830f6a62a83564 |
Release notes
This is a general update of the Wishlist module for Drupal 6 compatibility. It adds no new features, but does include a few patches that were incorporated into the Drupal 5 branch of this module which were never given a formal release.
This is a beta. I've given it cursory testing after completing the Drupal 6 conversion steps and all appears to be well, but I am not presently using it production myself. Please report problems to the module's issue queue.
wishlist 5.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| wishlist-5.x-2.0.tar.gz | 29.52 KB | 960f1e88ce3de3a67ce4f19f536563cb |
| wishlist-5.x-2.0.zip | 34.25 KB | 50081cda1d95db3393161b19fb057787 |
Release notes
Version 2.0 of the wishlist module contains several new visibility protection features, including configuration options that can make it very difficult for your users to see the purchased status of their wishlist items.
Display configuration options have been added that allow you to control which columns appear in the wishlist table view and to control the number of rows that the table will have. A theme function has also been added to allow developers to change the display name shown for users in the wishlist module. You are also able to hide the currency field if your site does not require multiple currency support for wishlist nodes.
Several bugs have been fixed, including some important CSS layout errors and an access control error that allowed anonymous users to view the list even when they were not authorized to do so.
A new feature has been added to automatically remove items from the wishlist a certain number of days after the item has been fully purchased. This feature requires a database change, so be sure to run update.php (note: postgres support is incomplete as I only run with and test mysql).
There are now 'new' indicators on wishlist items in the same way forums and comments are flagged as new throughout the Drupal platform.
Read morewishlist 4.7.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| wishlist-4.7.x-2.0.tar.gz | 28.69 KB | 95e4dafc3e9dfef7ca684c32d9869eee |
| wishlist-4.7.x-2.0.zip | 33.17 KB | ad27ea657d3275cb2ba10dd35234d900 |
Release notes
Version 2.0 of the wishlist module contains several new visibility protection features, including configuration options that can make it very difficult for your users to see the purchased status of their wishlist items.
Display configuration options have been added that allow you to control which columns appear in the wishlist table view and to control the number of rows that the table will have. A theme function has also been added to allow developers to change the display name shown for users in the wishlist module. You are also able to hide the currency field if your site does not require multiple currency support for wishlist nodes.
Several bugs have been fixed, including some important CSS layout errors and an access control error that allowed anonymous users to view the list even when they were not authorized to do so.
A new feature has been added to automatically remove items from the wishlist a certain number of days after the item has been fully purchased. This feature requires a database change, so be sure to run update.php (note: postgres support is incomplete as I only run with and test mysql).
There are now 'new' indicators on wishlist items in the same way forums and comments are flagged as new throughout the Drupal platform.
This will be the final 4.7 compatible release - no new features will be added on this line.
wishlist HEAD
| Download | Size | md5 hash |
|---|---|---|
| wishlist-HEAD.tar.gz | 43.59 KB | 0da555274696c939504d7e14967f960e |
| wishlist-master.tar.gz | 32.89 KB | 3b3071b785a919fbb731441d4dcd248d |
| wishlist-HEAD.zip | 59.12 KB | 0d44bb0a7beec3e46be4a7e36f999bef |
| wishlist-master.zip | 39.33 KB | a9345ed2f3bb61c4599d975c8107b7d1 |
wishlist 4.7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| wishlist-4.7.x-1.x-dev.tar.gz | 22.83 KB | a76dcd04140d788c60e61e8760e52db3 |
| wishlist-4.7.x-1.x-dev.zip | 24.26 KB | ac10e36484e4c5f15c9a3ec6d3f5fe8f |
wishlist 4.6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| wishlist-4.6.x-1.x-dev.tar.gz | 15.45 KB | c9d0c316198022705a82fff7a52cdc23 |
| wishlist-4.6.x-1.x-dev.zip | 16.74 KB | fba22061c725288d576c300bc4e25c0e |