Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1742
 
1753
 
1753
 
CHANGELOG
_> 1 -$Id: CHANGELOG 1742 2007-12-20 15:08:53Z hpdl $
   1+$Id: CHANGELOG 1753 2007-12-21 07:04:36Z hpdl $
22 
  33 osCommerce Online Merchant Changelog
  44 Copyright (c) 2007 osCommerce
     
 !
1515     Website Payments Standard module.
  1616   - Removed PayQuake module (the gateway now uses Authorize.net).
  1717 
<>  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+
1850 * Move the logic of storing the credit card number from the order class to
  1951   the payment module level.
  2052   [r1736]
     
 !
4678   Introduce the ability to define foreign shipping and billing addresses
  4779   during the checkout procedure (eg, the shipping address provided by PayPal
  4880   Express Checkout).
<> 49 -  [r1699]
   81+  Add further checks to the checkout process page to prevent fraud orders.
   82+  [r1699, r1750]
<_ 5083 
  5184 * Calling $order_total_modules->process() multiple times would duplicate the
  5285   output data due to the order total modules already being instantiated.