Project

General

Profile

Changes in Virtuemart 100 » History » Version 1

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

1 1 Roland Dalmulder
h1. Changes in Virtuemart 1.0.0
2
3
---- VirtueMart 1.0.0 final released ----
4
5
23-11-2005 soeren
6
vmPopUpLink generating window with same value for width and height
7
removed whitepace at the end of ps_main.php
8
even when no discount was selected in the product form, a discounted end price was filled in
9
when user is assigned to a Shoppergroup which doesn't exist, the default one is used now (thanks to esteve!)
10
CSV-Export: removed export of "product_special" field, because it's not included in the default CSV configuration
11
CSV-Export running incorrect query (empty file received)
12
13
21-11-2005 soeren
14
filenames didn't include the full path
15
problem with filemanager: "The request file wasn't found"
16
^ small DB structure change to allow negative quantities for "jos_vm_product.product_in_stock" (just removed the UNSIGNED attribute)
17
	ALTER TABLE `jos_vm_product` CHANGE `product_in_stock` `product_in_stock` INT( 11 ) NULL DEFAULT NULL;
18
wrong height of full-image-popUp-window in product details
19
^ (or bug fix?): added ob_start according to this bug report: http://virtuemart.net/index.php?option=com_flyspray&Itemid=83&do=details&id=300
20
^ fixed the laoyut for IE in "Your store::control panel"
21
+ added login form to account maintenance pages to allow quick login
22
23
17-11-2005 soeren
24
^ removed the "VirtueMart already installed?" check to allow manual installation.
25
^ extended ps_html::writableIndicator to process arrays with more than one directory
26
+ integrated Verisign Payflow Pro payment module into VirtueMart
27
28
16-11-2005 soeren
29
30
^ splitted up and renamed "/sql/virtuemart.installation.mysql.sql"
31
	into "/sql/virtuemart.installation.joomla.sql"
32
	and "/sql/virtuemart.installation.mambo.sql"
33
	for those users WHO DON'T EVEN LOOK INTO THE FILE THEY ARE UPLOADING IN PHPMYADMIN.
34
	
35
^ updated the INSTALLATION.php to be able to distribute a "Manual Installation" package,
36
	where it is added to as "README.txt"
37
authorize.net not getting the correct billto address
38
^ improved the debug and error message reporting in authorize.net payment module
39
40
16-11-2005 schirmer
41
switched to vmLogger in payment and shipping modules
42
switched to new user_info table in payment and shipping modules
43
44
45
15-11-2005 soeren
46
fixed a small bug in the ps_shopper.php
47
+ new: bulgarian language file
48
"Credit Card type not found" error would prevent checkout.
49
50
12-11-2005 soeren
51
users couldn't rename their username in account maintenance (ps_shopper.php)
52
small notices in ps_checkout.php
53
54
10-11-2005 schirmer
55
renamed 'Log' to 'vmLog' in virtuemart_parser.php
56
57
09-11-2005 soeren
58
fatal error: prices can't be deleted (ps_product_price.php, product.product_price_list.php)
59
renamed class 'Log' to 'vmLog'
60
standard shipping module not accepting valid rates onValidate
61
62
[[Virtuemart 1.0.x]]