| Project: | Wish list/gift registry module |
| Component: | Code |
| Category: | |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | patch (needs review) |
Description
Project:
wishlist This is a great module -- thanks for your work on it!
I'm using it in ubercart alpha8 and found a few bugs. This patch fixes the following:
- The module inadvertently implements hook_search() which was messing up the drupal's search form. So, I implemented the hook functionality so that people can search for wish lists from drupal's search form as well as from the custom form that was already part of the module.
- Added a message to anonymous user's advising them to create an account so their wish list is saved.
- Fixed the code for displaying the item picture.
- Added code to delete a user's wishlist when the user is deleted.
- Wrapped the Add to wish list string with t() so it can be localized



