Project

General

Profile

Changes in Virtuemart 1010 » History » Version 2

Roland Dalmulder, 02/14/2010 05:36 AM
Add re

1 1 Roland Dalmulder
h1. Changes in Virtuemart 1.0.10
2
3
--- VirtueMart 1.0.10 released ---
4
5
03.03.2007 gregdev
6
# Added global $vmLogger in ps_config.
7
# Changed $page in admin.shop_cfg form (due to earlier ps_config change).
8
9
02.03.2007 soeren
10
# Task #1174 - Coupon discount does not change with Quantity (basket.php)
11
+ added Result Counter to the browse page (Results 1 - x of XX )
12
# quotes are not escaped in category names in the VM module in JSCookTree mode (vm_JSCook.php)
13
^ hiding text "This category is currently empty" when the category has child categories (shop.browse.php)
14
15
01.03.2007 gregdev
16
^ optimized category tree creation (ps_product_category.php, product.product_category_list.php)
17
18
27.01.2007 soeren
19
20
^ no cookie check is done when the shop is used as catalogue only (ps_session.php)
21
# fixed SSL redirection when Shared SSL is used on Joomla! 1.0.12 (ps_session.php)
22
^ changed the simple attributes' price modifier handling from user-submitted prices to price modifiers retrieved from
23
	the product's attribute field in the DB. So the [+3.99] price modifiers are not longer part of the
24
	drop down list, but just the attribute values like "red" or "big". (ps_product_attribute.php, ps_product.php)
25
26
21.02.2007 soeren
27
# adjusted the compat file for the latest Joomla! 1.5 SVN (compat.joomla1.5.php)
28
# mosproductsnap - Fatal Error (only variables should be passed by reference)
29
+ added "featured=y" and "discounted=y" parameters for the browse page to allow to filter by featured or discounted products (shop_browse_queries.php)
30
31
19.02.2007 soeren
32
# Task #1161 - Updated PS_Linkpoint should be included in future releases
33
# Task #1160 - Registration - Empty state list + Fix (ps_html.php)
34
# Task #1153 - email address not required at registration (ps_shopper.php)
35
# Task #1150 - vmcchk=1 breaks SEO URL (ps_session.php)
36
# Task #1147 - shop.parameter_search_form.php error with template...
37
# Task #1146 - Small bug in order-change-mail (ps_order.php)
38
39
13.02.2007 soeren
40
^ changed the input field for attributes and custom attributes in the product form to a textarea (product.product_form.php)
41
# fixed XSS vulnerabilities globally (virtuemart_parser.php)
42
43
16.01.2007 soeren
44
# Task #1098 - invalid html in shop.index.php
45
# Task #1100 - Make Manufacturers module work on "Select -> xx" rather than having to click [Search] button (mod_virtuemart_manufacturers.php)
46
# fixed an XSS vulnerability (ps_cart.php)
47
# Task #1084 - Memory eating loop when non-available fetching remote files (ps_product_files.php)
48 2 Roland Dalmulder
49
[[Virtuemart 1.0.x]]