  |
1 | | - | $Id: CHANGELOG 1742 2007-12-20 15:08:53Z hpdl $ |
| |
| 1 | + | $Id: CHANGELOG 1753 2007-12-21 07:04:36Z hpdl $ |
|
2 | 2 | | |
| |
3 | 3 | | osCommerce Online Merchant Changelog |
| |
4 | 4 | | Copyright (c) 2007 osCommerce |
| |
|
|
 |
… |
|
15 | 15 | | Website Payments Standard module. |
| |
16 | 16 | | - Removed PayQuake module (the gateway now uses Authorize.net). |
| |
17 | 17 | | |
  |
| 18 | + | * Make the database session storage handler return an empty string for |
| |
| 19 | + | variables that don't exist in the session instead of returning a boolean |
| |
| 20 | + | false value. |
| |
| 21 | + | [r1752] |
| |
| 22 | + | |
| |
| 23 | + | * Fix a variable name being checked against in the |
| |
| 24 | + | Administration Tool -> Tools -> Newsletter Manager section. |
| |
| 25 | + | [r1751] |
| |
| 26 | + | |
| |
| 27 | + | * Improve the product nofitication logic on the checkout success page. |
| |
| 28 | + | [r1749] |
| |
| 29 | + | |
| |
| 30 | + | * Fix http_build_query() compatibility function in the Administration Tool. |
| |
| 31 | + | [r1748] |
| |
| 32 | + | |
| |
| 33 | + | * Increase the orders.payment_method database table field length to 255 |
| |
| 34 | + | characters. |
| |
| 35 | + | [r1747] |
| |
| 36 | + | |
| |
| 37 | + | * MySQL 5.0 Strict Mode compatibility fixes. |
| |
| 38 | + | [r1746] |
| |
| 39 | + | |
| |
| 40 | + | * Fix logic with nested tables in the Administration Tool tableBlock class. |
| |
| 41 | + | [r1745] |
| |
| 42 | + | |
| |
| 43 | + | * Add checks when creating files and directories on the |
| |
| 44 | + | Administration Tool -> Tools -> File Manager section. |
| |
| 45 | + | [r1744] |
| |
| 46 | + | |
| |
| 47 | + | * Remove HTML formatting from credit card processing error messages. |
| |
| 48 | + | [r1743] |
| |
| 49 | + | |
|
18 | 50 | | * Move the logic of storing the credit card number from the order class to |
| |
19 | 51 | | the payment module level. |
| |
20 | 52 | | [r1736] |
| |
|
|
 |
… |
|
46 | 78 | | Introduce the ability to define foreign shipping and billing addresses |
| |
47 | 79 | | during the checkout procedure (eg, the shipping address provided by PayPal |
| |
48 | 80 | | Express Checkout). |
  |
49 | | - | [r1699] |
| |
| 81 | + | Add further checks to the checkout process page to prevent fraud orders. |
| |
| 82 | + | [r1699, r1750] |
  |
50 | 83 | | |
| |
51 | 84 | | * Calling $order_total_modules->process() multiple times would duplicate the |
| |
52 | 85 | | output data due to the order total modules already being instantiated. |