Project

General

Profile

Changes in Virtuemart 103 » History » Version 1

Roland Dalmulder, 02/14/2010 05:42 AM
Cleanup

1 1 Roland Dalmulder
h1. Changes in Virtuemart 1.0.3
2
3
---- VirtueMart 1.0.3 released ----
4
5
11-03-2006 soeren
6
syntax error in shipping.rate_form.php
7
8
10-03-2006 soeren
9
Task #325 Log out does not work
10
missing $mosConfig_absolute_path in currency_convert.php
11
12
07-03-2006 soeren
13
many short tag fixes (< ? => < ?php )
14
Task #566 - DescOrderBy doesn't work with SEF
15
more ps_session class fixes to work on Joomla 1.0.8 & Mambo 4.6
16
	seems to me as if some Joomla 1.0.8 users are suffering serious Session problems now
17
^ setting memory_limit to 16M when it is lower
18
+ multiple tax rate details in order email
19
20
04-03-2006 soeren
21
short php tags in shop.manufacturer_page.php
22
Task #551 - Cart showing extra products after adding first item
23
Task #562 - Discount deletion problem
24
25
02-03-2006 soeren
26
Task #432 - missing ST address in order_user_info when using default address
27
Task #482 - error with multiple mod_virtuemart
28
Task #541 - IE gets error in admin orders
29
View by Manufacturer: Products without prices not shown
30
+ new global variable $VM_BROWSE_ORDERBY_FIELDS, contains all sort-by fields for the browse page
31
^ moved $orderby code to shop.browse.php and shop_browse_queries.php
32
+ new configuration constant: VM_BROWSE_ORDERBY_FIELD can be [product_name|product_price|product_cdate|product_sku]
33
+ added "ob_start" to the session class to prevent HTML output BEFORE the template is loaded ( Task #553 - Product Display)
34
^ tax rates in drop-down list in product form are ordered by rate, descending now
35
36
28-02-2006 soeren
37
38
tax total calculated based on product tax rate when TAX_MODE = 1 (store-address based tax mode)
39
Task #536 - vendor info page error
40
page navigation on browse pages contained the live site URL.
41
42
22-02-2006 soeren
43
44
standard shipping module doing wrong number_format when amount is greater than 999.99
45
fixed: multiple tax rates / subtotal re-calculation when discounts are applied
46
ps_product_category::get_cid => category ID query not executed
47
attribute prices being displayed without tax, although "show prices including tax" is active
48
totals getting stored without decimals: changed "setlocale( LC_NUMERIC, 'en' )" to "setlocale( LC_NUMERIC, 'en_US' )"
49
+ page title on order details page in account maintenance
50
checkout login form using sefRelToAbs for $return
51
^ using the same "Add-to-cart" image as in product_details in browse page now
52
tax rates were stored with 0.0000 value
53
54
! DATABASE STRUCTURE CHANGED 
55
---
56
	http://virtuemart.net/index.php?option=com_flyspray&Itemid=83&do=details&id=521
57
	ALTER TABLE `jos_vm_product_mf_xref` CHANGE `product_id` `product_id` INT( 11 ) NULL DEFAULT NULL 
58
	
59
	Store multiple-tax-rates details for each order when applicable
60
	ALTER TABLE `jos_vm_orders` ADD `order_tax_details` TEXT NOT NULL AFTER `order_tax` ;
61
---
62
63
64
21-02-2006 soeren
65
66
Task #525 - USPS shipping module: User details SQL query
67
order email: text part had ugly HTML entities in it (e.g. &euro; )
68
^ file downloads (paid downloads): reading and sending the file is now handled by a new function 
69
	(previously: readfile, now: vmReadFileChunked )
70
fixes for compatibility with Joomla 1.1.x, still maintaining backwards compatibility with Mambo
71
	- added $vmInputFilter to global declaration list in virtuemart.php
72
	- virtuemart module dealing with wrong module paths
73
	- ps_perm needed its own ACL manipulation methods
74
	- ps_session doesn't need to append "&Itemid=" in the backend
75
	
76
17-02-2006 soeren
77
78
When price field left empty and product had no price, a price record (0) was added.
79
Task #456 - Foreign adress give error on checkout
80
	If you leave the ZIP start or end fields empty, automatically "00000" or "99999"
81
	is inserted. This was a trap for many users.
82
Task #515 - Problem with Authorize.net after upgrade
83
Task #519 - Fatal error when adding a manufacturer
84
linkpoint class using wrong user information query (ps_linkpoint.php)
85
order list query error
86
+ order and user list can be filtered by full name now 
87
	(before it was possible to search for the first name OR the last name, not both at the same time)
88
	
89
14-02-2006 soeren
90
91
Task #514 - add to cart URL does not always work
92
Task #509 - Deleting manufacturer bug
93
Task #495 - Related products list doesn't update with new products: 
94
	now displaying 2000 related products instead of 1000.
95
Task #483 - fatal error in admin.user_form.php in line 101
96
Task #480 - Various Errors (one fatal) in vm_dtree.php
97
Task #474 - Changing default flypage is broken
98
Task #473 - Free Shipping broken: SQL statement in global.php
99
Task #471 - The script sleight.js isn't loaded when SEF URLs is on
100
Task #468 - wrong variable in standard_shipping.php
101
Task #455 - Silent registration not working
102
103
08-02-2006
104
"empty cart bug" using Mambo 4.5.3h
105
Task #502 - Deleting User From VirtueMart 
106
Task #486 - HTTPS Error In Virtuemart.cfg.php (not every server uses port 443 for secure connections)
107
108
[[Virtuemart 1.0.x]]