  |
1 | | - | $Id: CHANGELOG 1786 2008-01-10 15:50:14Z hpdl $ |
| |
| 1 | + | $Id: CHANGELOG 1819 2008-01-15 09:12:33Z hpdl $ |
|
2 | 2 | | |
| |
3 | 3 | | osCommerce Online Merchant Changelog |
| |
4 | 4 | | Copyright (c) 2008 osCommerce |
| |
|
|
 |
… |
|
19 | 19 | | parameter has been removed as the test server only works with specific |
| |
20 | 20 | | test-cases. |
| |
21 | 21 | | |
  |
| 22 | + | * Retrieve product names in one query for the new products module. |
| |
| 23 | + | [r1806] |
| |
| 24 | + | |
| |
| 25 | + | * When restoring a database, only drop tables that are being restored. |
| |
| 26 | + | [r1804, r1805] |
| |
| 27 | + | |
| |
| 28 | + | * Display module version on the Administration Tool if it contains a version |
| |
| 29 | + | signature string. |
| |
| 30 | + | [r1802] |
| |
| 31 | + | |
|
22 | 32 | | * Add a .htaccess file to the admin/includes/ directory to prevent direct HTTP |
| |
23 | 33 | | requests to PHP files. |
| |
24 | 34 | | [r1775] |
| |
|
|
 |
… |
|
55 | 65 | | [r1747] |
| |
56 | 66 | | |
| |
57 | 67 | | * MySQL 5.0 Strict Mode compatibility fixes. |
  |
58 | | - | [r1746, 1755] |
| |
| 68 | + | [r1746, 1755, 1810] |
|
59 | 69 | | |
| |
60 | 70 | | * Fix logic with nested tables in the Administration Tool tableBlock class. |
| |
61 | 71 | | [r1745] |
| |
|
|
 |
… |
|
109 | 119 | | [r1696] |
| |
110 | 120 | | |
| |
111 | 121 | | * Remove secondary pre-euro currencies from display. |
  |
112 | | - | Introduce new format_raw() class method to format prices without the |
| |
113 | | - | currency formatting. |
| |
114 | | - | [r1695, r1737] |
| |
| 122 | + | [r1695] |
  |
115 | 123 | | |
| |
116 | 124 | | * Fix downloads when "Download by redirect" and "SEFU" are both enabled. |
| |
117 | 125 | | Fallback to readfile() download delivery mechanism if direct download files. |