Project

General

Profile

Changes in Virtuemart 107 » History » Version 2

Roland Dalmulder, 02/14/2010 05:39 AM
Add return link

1 1 Roland Dalmulder
h1. Changes in Virtuemart 1.0.7
2
3
---- VirtueMart 1.0.7 released ----
4
5
13-09-2006 soeren
6
7
# vendor info page not displaying information (RG_EMULATION issue, shop.infopage.php)
8
9
12-09-2006 soeren
10
11
# Fatal Error on admin user form (admin.user_form.php)
12
# Smaller fixes for RG_EMULATION, 0 (ps_checkout.php, ps_reportbasic.php, reportbasic.index.php)
13
^ CSV: If a field is NOT included in the CSV file (like product description) an existing value won't be overwritten
14
^ CSV: removed the requirement to have all fields in the CSV file (you can now leave all optional fields away!)
15
^ CSV: Changed the default CSV Field Ordering (only affects new installations)
16
	The first fields are now: product_sku,product_name,category_path,product_price,product_s_desc,product_desc,....
17
18
+ added a login form at the download page, so returning customers can easily login now.
19
^ improved the check for the session save path. If the session save path is not writable due to open_basedir
20
	restrictions, no error is generated, because PHP can use such a directory when it is set in the php.ini
21
22
08-09-2006 soeren
23
+ introduced a new cookie check function that checks if the user accepts cookies - and if not - displays
24
	a nice information about this issue. (ps_session.php)
25
26
07-09-2006 soeren
27
- removed the call to session_write_close() completely (was introduced for Mambo compatibility, but now it seems just to break it) (ps_session.php)
28
# PNGs not displaying in Internet Explorer: updated the Sleight.js for PNG/IE Fix (sleight.js)
29
30
03-09-2006 soeren
31
32
# Problem downloading larger files, e.g. >16MB (ps_main.php) (http://virtuemart.net/index.php?option=com_smf&Itemid=71&topic=20481.msg53015#msg53015)
33
34
35
02-09-2006 gregdev
36
# Task #938 - Product list select statement causes MySql out of memory error
37
# Task #734 - transmenu.php wrong itemid in a first menu level
38
# Task #933 - Reports fail with RG_EMULATION=0
39
# Task #870 - Wrong template used for Order Status Change link (ps_order.php)
40
# Task #868 - missing pathway's style class in Account Maintenance (account.billing.php, account.order_details.php, account.shipto.php, account.shipping.php)
41
# Task #867 - errors in german language-file
42
# Task #861 - Control panel when press any button on frontend administration are not displayed. (reportbasic.index.php)
43
44
31-08-2006 soeren
45
46
^ updated Error/Messages CSS styles
47
^ Link behaviour changed for "I agree to the terms of service".
48
	Now a click on the link doesn't toggle the checkbox. (checkout_register_form.php)
49
50
29-08-2006 soeren
51
52
# Task #887 - Minimum Amount for Free Shipping (ps_main.php)
53
^ EU tax mode implementation by Sam Morris <sam@robots.org.uk>
54
	(http://virtuemart.net/index.php?option=com_smf&Itemid=71&topic=21124.msg52587#msg52587)
55
	affected files: ps_checkout.php, ps_product.php, basket.php, admin.show_cfg.php, all language files
56
# possible errors in tax total calculation when coupons are used in vendor-based tax mode
57
# Task #901 - FileManager's pics > Commas in Tittle bug.
58
^ Task #904 - Cannot delete Product_type assingment of a product
59
# Task #735 - attributes errors (ps_product.php) - (double currency symbols and price modifiers not adding up when one "price setter" is selected in the attributes)
60
61
# Task #866 - Error removing last item from cart (checkout.index.php)
62
^ Adding the same product again and again now updates the quantity in cart
63
# Task #839 - "Add to Cart" twice for same product removes product (ps_cart.php)
64
^ added cache-control / expire / last-modified headers in show_image_in_imgtag.php to
65
	increase performance by using client caching capabilities
66
^ updated the mShop_validateEmail function to check for correct email addresses (ps_main.php)
67
+ added name & subject checks for email sending (J! 1.0.11) (ps_main.php)
68
^ changed the vmSpoofValue function to work with J! 1.0.11 (ps_main.php)
69
70
26-08-2006 soeren
71
72
#  Task #902 - extra_field_4, fatal error when using extra fields in language file (checkout_register_form.php
73
74
23-08-2006 soeren
75
# "A shipping address with this nickname already exists" (ps_user_address.php)
76
# Blank PO on checkout (ps_checkout.php)
77
78
14-08-2006 soeren
79
80
# Task #804 - On status change text showing 'rn' instead of CR (ps_order.php)
81
82
27-07-2006 soeren
83
84
# Task #850 - Order list not showing all orders (order.order_list.php)
85
86
22-07-2006 soeren
87
88
+ added a workaround for installations where the "Session Save Path" is not writable.
89
	VM will try using the global cache path for storing session files instead.(ps_session.php)
90
91
17-07-2006 soeren
92
# wrong redirection on checkout login when using Shared SSL on a Windows Server (checkout.login_form.php)
93
# added the missing function mosHash (Mambo-only problem!)
94 2 Roland Dalmulder
95
[[Virtuemart 1.0.x]]