  |
1 | 1 | | $Id: $ |
| |
2 | 2 | | |
  |
3 | | - | osCommerce Changelog |
| |
4 | | - | Copyright (c) 2006 osCommerce |
| |
| 3 | + | osCommerce Online Merchant Changelog |
| |
| 4 | + | Copyright (c) 2007 osCommerce |
|
5 | 5 | | |
| |
6 | 6 | | ------------------------------------------------------------------------------ |
  |
| 7 | + | 07/xx/2007 osCommerce Online Merchant 2.2 RC1 |
| |
| 8 | + | ------------------------------------------------------------------------------ |
| |
| 9 | + | |
| |
| 10 | + | * Remove additional slashes when editing a file in the Administration Tool -> |
| |
| 11 | + | Tools -> File Manager section. |
| |
| 12 | + | [r1652] |
| |
| 13 | + | |
| |
| 14 | + | * Update Administration Tool pages. Introduce index summary modules |
| |
| 15 | + | (backported from v3.0). |
| |
| 16 | + | [r1633, r1634, r1635] |
| |
| 17 | + | |
| |
| 18 | + | * Increase configuration_title and configuration_key field sizes |
| |
| 19 | + | [r1631] |
| |
| 20 | + | |
| |
| 21 | + | * Update project version. Update osCommerce logo. Use standard store_logo.png |
| |
| 22 | + | image to easily allow the store logo to be changed. |
| |
| 23 | + | [r1626] |
| |
| 24 | + | |
| |
| 25 | + | * New administrators page to create, edit, and delete administrators |
| |
| 26 | + | [r1625] |
| |
| 27 | + | |
| |
| 28 | + | * Filter the parameters to not include any containing '_nh_dns' in the name so |
| |
| 29 | + | they do not get stored in the navigation history session file. |
| |
| 30 | + | [r1619, r1620] |
| |
| 31 | + | |
| |
| 32 | + | * Add a public_title variable to the payment modules so the payment method can |
| |
| 33 | + | display "Credit Card" instead of the name of the payment service provider. |
| |
| 34 | + | [r1617, r1621] |
| |
| 35 | + | |
| |
| 36 | + | * When editing reviews, strip additional slashes in the reviews text before |
| |
| 37 | + | storing it in the database. |
| |
| 38 | + | [r1614] |
| |
| 39 | + | |
| |
| 40 | + | * PHP < 4.1 compatibility update. |
| |
| 41 | + | [r1612] |
| |
| 42 | + | |
| |
| 43 | + | * Backport v3.0 installation procedure. |
| |
| 44 | + | [r1611, r1613, r1629] |
| |
| 45 | + | |
| |
| 46 | + | * Add a simple administrator login routine to the Administrator Tool. |
| |
| 47 | + | [r1610, r1632] |
| |
| 48 | + | |
| |
| 49 | + | * Process the order total modules earlier on the checkout confirmation page. |
| |
| 50 | + | [r1609] |
| |
| 51 | + | |
| |
| 52 | + | * Fix typo in the products new page. |
| |
| 53 | + | [r1608] |
| |
| 54 | + | |
| |
| 55 | + | * Add the session ID to the GET based forms as a hidden field value. |
| |
| 56 | + | [r1606, r1607] |
| |
| 57 | + | |
| |
| 58 | + | * Updating category settings without selecting a category image was removing |
| |
| 59 | + | the previous category image. |
| |
| 60 | + | [r1603] |
| |
| 61 | + | |
| |
| 62 | + | * Check the selected payment module radio field. |
| |
| 63 | + | [r1601] |
| |
| 64 | + | |
| |
| 65 | + | * Load the payment modules after the order total modules to get the proper |
| |
| 66 | + | final order total value. This will break some payment modules duplicating |
| |
| 67 | + | the checkout_process.php logic (ie, PayPal IPN contribution). |
| |
| 68 | + | [r1600] |
| |
| 69 | + | |
| |
| 70 | + | * Improve the logic of accepting state names. |
| |
| 71 | + | [r1598] |
| |
| 72 | + | |
| |
| 73 | + | * Add a new configuration parameter to control the maximum quantity a product |
| |
| 74 | + | can be added to the shopping cart (99 by default). |
| |
| 75 | + | [r1596] |
| |
| 76 | + | |
| |
| 77 | + | * The quantity is added to the database as an integer so the quantity in the |
| |
| 78 | + | shopping cart session should also be treated as an integer. |
| |
| 79 | + | [r1595] |
| |
| 80 | + | |
| |
| 81 | + | * Fix the display of the country name on the order history page. |
| |
| 82 | + | [r1594] |
| |
| 83 | + | |
| |
| 84 | + | * Don't calculate prices with tax by rounding the net value, as this brings |
| |
| 85 | + | down the default precision of 4 to the decimal places the selected currency |
| |
| 86 | + | has. |
| |
| 87 | + | [r1592, r1593] |
| |
| 88 | + | |
| |
| 89 | + | * Fix sql injection vulnerability when sorting product listings. |
| |
| 90 | + | [r1591] |
| |
| 91 | + | |
| |
| 92 | + | * Pass the connection identifier link to the mysql_insert_id() function. |
| |
| 93 | + | [r1590] |
| |
| 94 | + | |
| |
| 95 | + | * Reset the array index counter after working through its elements. |
| |
| 96 | + | [r1589] |
| |
| 97 | + | |
| |
| 98 | + | * Respect the Configuration -> Minimum Values settings. |
| |
| 99 | + | [r1587, r1588] |
| |
| 100 | + | |
| |
| 101 | + | * Correct the display of the billing address on the invoice and packing slip |
| |
| 102 | + | pages. |
| |
| 103 | + | [r1586] |
| |
| 104 | + | |
| |
| 105 | + | * Fix currency case-sensitivity bug. |
| |
| 106 | + | [r1585] |
| |
| 107 | + | |
| |
| 108 | + | * Add a register_globals compatibility layer for PHP 4.3+ servers. |
| |
| 109 | + | [r1583, r1584, r1597, r1599, r1647] |
| |
| 110 | + | |
| |
| 111 | + | * Allow payment modules to display input fields on the checkout confirmation |
| |
| 112 | + | page. |
| |
| 113 | + | [r1582] |
| |
| 114 | + | |
| |
| 115 | + | * Add fulltext support into the database backup dumps. |
| |
| 116 | + | Don't backup the data from the sessions table nor the who's online table. |
| |
| 117 | + | Delete the contents of the sessions table and who's online table after a |
| |
| 118 | + | restoration has been performed. |
| |
| 119 | + | [r1274] |
| |
| 120 | + | |
| |
| 121 | + | * Fix manufacturers caching block. |
| |
| 122 | + | [r726] |
| |
| 123 | + | |
| |
| 124 | + | ------------------------------------------------------------------------------ |
  |
7 | 125 | | 08/17/2006 osCommerce 2.2 Milestone 2 Update 060817 |
| |
8 | 126 | | ------------------------------------------------------------------------------ |
| |
9 | 127 | | |