-
Formatting/cleanup
-
Formatting and cleanup.
-
Wishlist reval purchase status form was not showing up under D7 version. Fixing bug.
-
Wishlist Module: December 13, 2011 4:18
Commit add1bd5 on master, 7.x-2.x, committed by scott.mclewinapplied patch to fix the more... link on items that exceeded the display length.
-
Expanded the user name token replacement to cover the main wishlist listing page and the wishlist block.
-
Wishlist Module: December 4, 2011 15:14
Commit 1cdbc28 on master, 7.x-2.x, committed by scott.mclewinPatch for http://drupal.org/user/795122 Allowing user's profile name to be used in naming wishlists rather than just the username.
-
removing debug statements
-
Adjusting the module settings URL and the admin report of purchased items URL to be D7 compliant. http://drupal.org/node/1354566
-
http://drupal.org/node/1354534 This patches a few bugs in wishlist.admin.inc Function wishlist_admin_settings - maxlength for wishlist_item_list_max_description should be 3 to allow lengths above 99 characters Function wishlist_admin_page - fix the condition for hiding purchases for admin's own items Function _wishlist_admin_delete_item - fix 2 bugs in db_select
-
Cleaned up legacy code, addressed a few minor TODO items from the D6 conversion.