Quick Search:

show Line History...

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

1842 by hpdl on 12 December 2008, 14:30:57 +0100 (11 months ago) When restoring contents, generate a new $cartID value

./shopping_cart.php 1842 history download (+3 -0) diffs

1803 by hpdl on 11 January 2008, 19:16:37 +0100 (22 months ago) move the currencies::format_raw() function to the payment module level for 2.2MS2/2.2RC1 compatibility.

./currencies.php 1803 history download (+1 -15) diffs

… 10 more files in changeset.
1750 by hpdl on 21 December 2007, 06:20:28 +0100 (23 months ago) Add further checks in checkout_process.php.
Don't query for a shipping address if the order contains virtual products only.
Fix OSC-288.

./order.php 1750 history download (+19 -2) diffs

… 1 more file in changeset.
1740 by hpdl on 20 December 2007, 15:57:13 +0100 (23 months ago) revert r1735

./message_stack.php 1740 history download (+5 -3) diffs

… 1 more file in changeset.
1739 by hpdl on 20 December 2007, 01:52:16 +0100 (23 months ago) Add $Id$ properties to all files

./boxes.php 1739 history download (+1 -1) diffs

./breadcrumb.php 1739 history download (+1 -1) diffs

./cc_validation.php 1739 history download (+1 -1) diffs

./currencies.php 1739 history download (+1 -1) diffs

./email.php 1739 history download (+1 -1) diffs

… 589 more files in changeset.
1737 by hpdl on 19 December 2007, 15:47:28 +0100 (23 months ago) Don't format the raw value with a thousands separator.

./currencies.php 1737 history download (+1 -1) diffs

1736 by hpdl on 19 December 2007, 00:59:52 +0100 (23 months ago) Move the logic of storing the credit card number from the order class to the payment module level

./order.php 1736 history download (+4 -4) diffs

… 1 more file in changeset.
1735 by hpdl on 19 December 2007, 00:35:23 +0100 (23 months ago) register_globals compatibility fix for registering and modifying $messageToStack as a session variable

./message_stack.php 1735 history download (+3 -5) diffs

… 1 more file in changeset.
1716 by hpdl on 04 December 2007, 05:04:03 +0100 (23 months ago) Bugfix: the shipping address would remain undefined when a virtual product was added to the cart and replaced with a physical product.

./order.php 1716 history download (+5 -1) diffs

1699 by hpdl on 06 November 2007, 04:32:14 +0100 (2 years ago) * Introduce the ability to show additional checkout buttons on the shopping cart page for certain payment methods (eg, PayPal Express and Google Checkout)
* Introduce the ability to define foreign shi…

./order.php 1699 history download (+50 -7) diffs

./payment.php 1699 history download (+17 -1) diffs

… 8 more files in changeset.
1698 by hpdl on 05 November 2007, 17:37:13 +0100 (2 years ago) calling $order_total_modules->process() multiple times would duplicate the output data due to the order total modules already being instantiated

./order_total.php 1698 history download (+1 -0) diffs

1696 by hpdl on 04 November 2007, 02:13:12 +0100 (2 years ago) Make sure $parameters is an array

./navigation_history.php 1696 history download (+6 -4) diffs

1695 by hpdl on 04 November 2007, 02:11:39 +0100 (2 years ago) * Remove the secondary ex-euro currency from display
* Introduce new format_raw class method to format prices without the currency formatting

./currencies.php 1695 history download (+15 -6) diffs

1620 by hpdl on 27 June 2007, 15:19:20 +0200 (2 years 4 months ago) do not store the credit card number in the navigation history session data

./order.php 1620 history download (+1 -1) diffs

… 1 more file in changeset.
1619 by hpdl on 27 June 2007, 15:15:40 +0200 (2 years 4 months ago) filter the parameters to not include any containing '_nh_dns' in the name so they do not get stored in the session file

./navigation_history.php 1619 history download (+19 -6) diffs

1617 by hpdl on 27 June 2007, 14:33:31 +0200 (2 years 4 months ago) add a public_title variable to the payment modules so the payment method can display "Credit Card" instead of the name of the payment service provider

./order.php 1617 history download (+5 -1) diffs

1599 by hpdl on 22 May 2007, 12:30:28 +0200 (2 years 6 months ago) revert r1597; replace usage of certain $GLOBALS call to proper scope requests

./order.php 1599 history download (+7 -7) diffs

… 8 more files in changeset.
1596 by hpdl on 21 May 2007, 16:29:36 +0200 (2 years 6 months ago) add a new configuration parameter to control the maximum quantity a product can be added to the shopping cart (99 by default)

./shopping_cart.php 1596 history download (+8 -0) diffs

… 1 more file in changeset.
1595 by hpdl on 21 May 2007, 16:20:53 +0200 (2 years 6 months ago) the quantity is added to the database as an integer so the quantity in the shopping cart session should also be treated as an integer

./shopping_cart.php 1595 history download (+2 -2) diffs

1594 by hpdl on 21 May 2007, 16:12:02 +0200 (2 years 6 months ago) fix the display of the country name on the order history page

./order.php 1594 history download (+3 -3) diffs

1592 by hpdl on 19 May 2007, 13:51:00 +0200 (2 years 6 months ago) don't calculate prices with tax by rounding the net value, as this brings down the default precision of 4 to the decimal places the selected currency has (eg 2)

./currencies.php 1592 history download (+7 -1) diffs

./order.php 1592 history download (+1 -1) diffs

./shopping_cart.php 1592 history download (+7 -5) diffs

… 4 more files in changeset.
709 by hpdl on 17 August 2006, 00:13:45 +0200 (3 years 3 months ago) also verify the session ID in the php3 session class handler

./sessions.php 709 history download (+6 -0) diffs

703 by hpdl on 16 August 2006, 19:17:08 +0200 (3 years 3 months ago) Fix an SQL injection vulnerability reported by James at GulfTech

./shopping_cart.php 703 history download (+26 -2) diffs

… 1 more file in changeset.
477 by hpdl on 27 March 2006, 19:49:35 +0200 (3 years 7 months ago) initial import for the osCommerce 2.x version; taken from the 2.2 MS2 20051113 release

. 477 history download (+0) new

./boxes.php 477 history download (+178) new

./breadcrumb.php 477 history download (+44) new

./cc_validation.php 477 history download (+86) new

./currencies.php 477 history download (+75) new

… 1099 more files in changeset.
earlier earlier | later later