  |
1 | | - | $Id: $ |
| |
| 1 | + | $Id: CHANGELOG 1738 2007-12-19 17:07:14Z 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 | + | * Move the logic of storing the credit card number from the order class to |
| |
| 19 | + | the payment module level. |
| |
| 20 | + | [r1736] |
| |
| 21 | + | |
| |
| 22 | + | * Use the free shipping language definition for the shipping title when free |
| |
| 23 | + | shipping is active. |
| |
| 24 | + | [r1732] |
| |
| 25 | + | |
|
18 | 26 | | * Add indexes to database tables. |
| |
19 | 27 | | [r1729] |
| |
20 | 28 | | |
| |
|
|
 |
… |
|
28 | 36 | | |
| |
29 | 37 | | * Improve register_globals compatibility layer when registering session |
| |
30 | 38 | | variables. |
  |
31 | | - | [r1704, r1705, r1723] |
| |
| 39 | + | [r1704, r1705, r1723, r1735] |
|
32 | 40 | | |
| |
33 | 41 | | * Correctly parse the products to remove from the product notifications list. |
| |
34 | 42 | | [r1703] |
| |
|
|
 |
… |
|
50 | 58 | | * Remove secondary pre-euro currencies from display. |
| |
51 | 59 | | Introduce new format_raw() class method to format prices without the |
| |
52 | 60 | | currency formatting. |
  |
53 | | - | [r1695] |
| |
| 61 | + | [r1695, r1737] |
  |
54 | 62 | | |
| |
55 | 63 | | * Fix downloads when "Download by redirect" and "SEFU" are both enabled. |
| |
56 | 64 | | Fallback to readfile() download delivery mechanism if direct download files. |