/[drupal]/contributions/modules/uc_upsell/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/modules/uc_upsell/CHANGELOG.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3.2.11 - (show annotations) (download)
Fri Sep 4 04:27:54 2009 UTC (2 months, 3 weeks ago) by torgospizza
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-19, DRUPAL-6--1-18, DRUPAL-6--1-20, DRUPAL-6--1-16, DRUPAL-6--1-17
Changes since 1.3.2.10: +1 -1 lines
File MIME type: text/plain
Fixed typo
1 CHANGELOG.txt
2
3 9/3/2009 - v.6.x-1.16
4 -----------------
5 - Changed handler for product images. It's configured now to use either the node-type default,
6 or the Ubercart default of "uc_product" unless something else is configured in the Upsell settings.
7 NOTE: If your images are now showing up, or with the incorrect Imagecache preset, check this first!
8 - Added "one-to-one" and "one-to-many" options in the way reciprocals are associated.
9 - Changed products selected by the node edit form so that they take precedence over related-by-
10 taxonomy products in the event that both exist in the array.
11 - Fixed some issues with product classes.
12
13 6/12/2009
14 ---------
15 - Added $context information and changed formatting to use uc_price.
16 - Credit belongs to sammys and longwave for their patch contributions!
17
18
19 4/26/2009
20 ---------
21 - Fixed the array_merge issues that appeared when a product had no related nodes, or when submitting
22 a node form with an empty Related Products list.
23 - Refactored some of the code involving related nodes by taxonomy.
24 - Added / changed some logic to updating related products - now instead of associating Product A
25 with Product B, it associates all of Product A's related products, along with Product A, to Product B - creating a many-to-many relationship, instead of 1 to many.
26
27 4/25/2009
28 ---------
29 Fixed some issues with logic and products not displaying correctly, cart pane not showing at all,
30 etc.
31 Also broke up the module into additional include files, separating the logic from the admin,
32 cart pane, and block sections. This will allow for better code maintenance going forward.
33
34
35 4/10/2009
36 ---------
37 Added additional CSS classes; removed 'content' div.
38 Fixing issues related to random products showing in block instead of Related products.
39 Removed ending punctuation for Customer Message on product Block
40 Added hook_nodeapi to allow simple insertion of Upsell block into .tpl.php files.
41
42 3/27/2009
43 ---------
44 Removed 'upid' field from schema and changed primary key to 'nid'. Removed the table {uc_upsell_nodetypes}.
45
46
47 3/23/2009
48 ---------
49 Fixed bugs involved in the configuration settings:
50 - Default config taken out of $GLOBALS, since that was causing issues
51 - Moved default settings into hook_init and out of hook_menu
52
53 Imagecache 2.x compatibility:
54 - UC Upsell is now no longer compatible with Imagecache 1.x (since this is no longer recommended for D5).
55
56
57 3/11/2009
58 ---------
59 Fixed a bug where unpublished nodes could still show up if they had been previously selected by the Related Products
60 select list, but had since been unpublished. Filtering happens in the same function as the node->type filter.
61
62 2/26/2009
63 ---------
64 Added configuration settings for selecting certain node types to show in the Related Products form during Node Edit
65 These settings affect the products that are displayed in the cart / product blocks as well.
66 For instance, if you have products of both Foo and Bar selected in the product's form, and then change the config
67 settings to only show products of type Bar, any products of type Foo will no longer be shown in the Edit form OR
68 in the product page or the cart page.
69
70 Added configurable imagecache preset: This allows store admins to choose which preset they would like to use from
71 Imagecache as their thumbnail preset globally. TODO: Make this context-sensitive, perhaps an additional preset for
72 cart page vs. preset for product or other node pages.
73

  ViewVC Help
Powered by ViewVC 1.1.2