Quick Search:

show Line History...

Constraint

Branch:
Author:
Tag:
Date: help

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

Changelog

1857 by hpdl on 01 March 2009, 03:41:14 +0100 (8 months ago) Move Administration Tool sections to separate Applications

./database.php 1857 history download (+3 -3) diffs

… 519 more files in changeset.
1848 by hpdl on 28 February 2009, 03:21:10 +0100 (8 months ago) Squashed commit of the following:

commit fa33e449c0d678c6f1a89bd1b813c45712ba9008
Author: Harald Ponce de Leon <hpdl@oscommerce.com>
Date:   Fri Feb 27 23:46:43 2009 +0100

   * Start of moving to a…

./template.php 1848 history download (+32 -32) diffs

… 167 more files in changeset.
1847 by hpdl on 27 February 2009, 15:48:11 +0100 (8 months ago) Merge branch 'ajax'

./template.php 1847 history download (+3 -3) diffs

1846 by hpdl on 27 February 2009, 15:40:55 +0100 (8 months ago) Close the session through register_shutdown_function() to properly write the contents to the storage handler (eg, database)

./session.php 1846 history download (+3 -11) diffs

1845 by hpdl on 27 February 2009, 01:19:37 +0100 (8 months ago) Squashed commit of the following:

commit 51fad4e508d111150d41329333dda05bcdc7a955
Author: Harald Ponce de Leon <hpdl@oscommerce.com>
Date:   Fri Feb 27 01:10:46 2009 +0100

   Update the osC_Message…

./database/mysql.php 1845 history download (+2 -2) diffs

./database/mysqli.php 1845 history download (+2 -2) diffs

./database.php 1845 history download (+3 -3) diffs

./message_stack.php 1845 history download (+132 -56) diffs

… 294 more files in changeset.
1687 by hpdl on 03 September 2007, 21:43:04 +0200 (2 years 2 months ago) Introduce new Product Attributes feature
Allow for dynamic interaction between product variant combination values and the information shown on the product information page (eg, price and model)

./product.php 1687 history download (+36 -4) diffs

./shopping_cart.php 1687 history download (+101 -99) diffs

./variants.php 1687 history download (+31 -0) diffs

… 36 more files in changeset.
1685 by hpdl on 03 September 2007, 17:30:45 +0200 (2 years 2 months ago) Remove the need for includes/database_tables.php by automatically converting :table_table_name to (db_prefix)_table_name

./database.php 1685 history download (+11 -2) diffs

1682 by hpdl on 31 August 2007, 22:13:50 +0200 (2 years 2 months ago) Sort the variant values by sort_order, title

./product.php 1682 history download (+14 -1) diffs

1680 by hpdl on 29 August 2007, 23:02:22 +0200 (2 years 2 months ago) Allow default product variants to be defined so the combination is selected by default on the product information page

./product.php 1680 history download (+14 -4) diffs

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

… 8 more files in changeset.
1677 by hpdl on 29 August 2007, 02:33:19 +0200 (2 years 2 months ago) Modularize product variant groups
Allow assignment of multiple variant group values (depends on the product variant group module used)
Change logic of the shopping cart class to reference added produc…

./product.php 1677 history download (+31 -21) diffs

./shopping_cart.php 1677 history download (+255 -98) diffs

./variants.php 1677 history download (+98) new

… 15 more files in changeset.
1675 by hpdl on 21 August 2007, 01:02:47 +0200 (2 years 3 months ago) standards update

./category.php 1675 history download (+83 -15) diffs

./category_tree.php 1675 history download (+130 -80) diffs

… 11 more files in changeset.
1674 by hpdl on 21 August 2007, 00:56:00 +0200 (2 years 3 months ago) introduce new product variants feature

./order.php 1674 history download (+44 -54) diffs

./product.php 1674 history download (+224 -83) diffs

./products.php 1674 history download (+3 -3) diffs

./recently_visited.php 1674 history download (+3 -3) diffs

./shopping_cart.php 1674 history download (+287 -290) diffs

… 38 more files in changeset.
1673 by hpdl on 09 August 2007, 16:25:34 +0200 (2 years 3 months ago) fix session expiration time

./session.php 1673 history download (+13 -7) diffs

1672 by hpdl on 27 July 2007, 00:07:13 +0200 (2 years 3 months ago) PHP 5 optimizations

./cache.php 1672 history download (+80 -54) diffs

./category_tree.php 1672 history download (+3 -3) diffs

./database.php 1672 history download (+3 -3) diffs

./modules.php 1672 history download (+3 -3) diffs

… 3 more files in changeset.
1671 by hpdl on 26 July 2007, 17:18:53 +0200 (2 years 3 months ago) improve the breadcrumb class; implement the iterator interface to work through the breadcrumb path array

./breadcrumb.php 1671 history download (+92 -22) diffs

… 2 more files in changeset.
1670 by hpdl on 20 July 2007, 23:11:18 +0200 (2 years 4 months ago) PHP 5 optimizations

./breadcrumb.php 1670 history download (+65 -16) diffs

… 39 more files in changeset.
1669 by hpdl on 20 July 2007, 22:38:29 +0200 (2 years 4 months ago) optimize for PHP 5

./account.php 1669 history download (+92 -42) diffs

./actions.php 1669 history download (+18 -8) diffs

./address.php 1669 history download (+109 -34) diffs

./address_book.php 1669 history download (+80 -30) diffs

./banner.php 1669 history download (+166 -80) diffs

… 1 more file in changeset.
1668 by hpdl on 20 July 2007, 16:53:24 +0200 (2 years 4 months ago) add a new parameter to the session service module to control how long sessions should be active for (default 30mins)

./session/database.php 1668 history download (+12 -8) diffs

./session.php 1668 history download (+9 -1) diffs

… 1 more file in changeset.
1667 by hpdl on 19 July 2007, 22:42:39 +0200 (2 years 4 months ago) update session class
correctly load the session storage handler as constructors cannot return a value

./session/database.php 1667 history download (+36 -30) diffs

./session.php 1667 history download (+29 -13) diffs

… 5 more files in changeset.
1666 by hpdl on 19 July 2007, 13:55:15 +0200 (2 years 4 months ago) modularize custom session storage handlers

these will later be installable via the Administration Tool

./session 1666 history download (+0) new

./session/database.php 1666 history download (+160) new

./session.php 1666 history download (+205 -160) diffs

… 4 more files in changeset.
1525 by hpdl on 30 March 2007, 19:15:05 +0200 (2 years 7 months ago) remove calls to wordwrap()

./mail.php 1525 history download (+2 -2) diffs

1519 by hpdl on 30 March 2007, 18:19:08 +0200 (2 years 7 months ago) logic cleanup

./mail.php 1519 history download (+3 -6) diffs

1518 by hpdl on 30 March 2007, 18:12:53 +0200 (2 years 7 months ago) replace the old email+mime email classes with a new osC_Mail class

./email.php 1518 history deleted

./mail.php 1518 history download (+382) new

./mime.php 1518 history deleted

… 6 more files in changeset.
1507 by hpdl on 29 March 2007, 23:09:06 +0200 (2 years 7 months ago) allow language sets to inject definitions from another language set
this is helpful for language variations where only a few definitions are different

./language.php 1507 history download (+14 -5) diffs

… 7 more files in changeset.
1497 by hpdl on 29 March 2007, 15:40:05 +0200 (2 years 7 months ago) update version number to 3.0 Alpha 4
update copyright notice / license notice

./account.php 1497 history download (+3 -1) diffs

./actions.php 1497 history download (+3 -1) diffs

./address.php 1497 history download (+3 -1) diffs

./address_book.php 1497 history download (+3 -1) diffs

./banner.php 1497 history download (+3 -1) diffs

… 792 more files in changeset.
1480 by hpdl on 28 March 2007, 15:24:51 +0200 (2 years 7 months ago) move the service modules to the includes/modules/ directory

./services.php 1480 history download (+1 -1) diffs

… 37 more files in changeset.
1443 by hpdl on 08 March 2007, 23:20:43 +0100 (2 years 8 months ago) format the shipping and billing address in the order confirmation email

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

1431 by hpdl on 08 March 2007, 19:58:09 +0100 (2 years 8 months ago) use a new showImage() language class method to display the language icon

./language.php 1431 history download (+19 -6) diffs

… 25 more files in changeset.
1422 by hpdl on 08 March 2007, 01:48:42 +0100 (2 years 8 months ago) fix static logic

./address_book.php 1422 history download (+2 -3) diffs

1420 by hpdl on 08 March 2007, 01:21:12 +0100 (2 years 8 months ago) improve cartID logic
only calculate order totals if products exist in the shopping cart

./shipping.php 1420 history download (+18 -28) diffs

./shopping_cart.php 1420 history download (+47 -38) diffs

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