Quick Search:

show Line History...

Constraint

Branch:
Author:
Tag:
Date: help

Changelog

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

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

… 519 more files in changeset.
1856 by hpdl on 28 February 2009, 23:10:32 +0100 (8 months ago) Update Languages application

./database_tables.php 1856 history download (+3 -1) diffs

… 42 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…

./classes/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'

./classes/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)

./classes/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…

./application_bottom.php 1845 history download (+1 -1) diffs

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

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

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

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

… 293 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)

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

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

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

./content/products/products.php 1687 history download (+4 -2) diffs

./functions/html_output.php 1687 history download (+4 -1) diffs

… 34 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

./classes/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

./classes/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

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

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

./modules/variants/pull_down_menu.php 1680 history download (+11 -1) diffs

./modules/variants/radio_buttons.php 1680 history download (+11 -1) diffs

… 6 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…

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

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

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

./database_tables.php 1677 history download (+2 -1) diffs

./modules/actions/cart_remove.php 1677 history download (+3 -15) diffs

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

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

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

./modules/boxes/categories.php 1675 history download (+1 -1) diffs

… 10 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

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

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

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

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

./classes/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

./classes/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

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

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

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

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

./modules/boxes/reviews.php 1672 history download (+1 -1) diffs

… 2 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

./classes/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

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

./content/account/address_book.php 1670 history download (+5 -5) diffs

./content/account/create.php 1670 history download (+3 -3) diffs

./content/account/edit.php 1670 history download (+2 -2) diffs

./content/account/login.php 1670 history download (+2 -2) diffs

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

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

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

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

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

./classes/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)

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

./classes/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

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

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

./modules/services/session.php 1667 history download (+1 -1) diffs

… 4 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

./classes/session 1666 history download (+0) new

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

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

… 4 more files in changeset.
1571 by hpdl on 04 April 2007, 13:56:38 +0200 (2 years 7 months ago) make sure the default value is not an array before forcing it to a string

./functions/html_output.php 1571 history download (+1 -1) diffs

1570 by hpdl on 04 April 2007, 13:43:44 +0200 (2 years 7 months ago) 1 == '1_2' will convert '1_2' into an integer and pass the condition; force the condition to check against string values

./functions/html_output.php 1570 history download (+1 -1) diffs

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

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

1523 by hpdl on 30 March 2007, 18:51:05 +0200 (2 years 7 months ago) stylesheet updates

./modules/downloads.php 1523 history download (+5 -5) diffs

… 8 more files in changeset.
1519 by hpdl on 30 March 2007, 18:19:08 +0200 (2 years 7 months ago) logic cleanup

./classes/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

./classes/email.php 1518 history deleted

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

./classes/mime.php 1518 history deleted

./functions/general.php 1518 history download (+6 -18) diffs

./modules/services/core.php 1518 history download (+1 -2) diffs

… 4 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

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

./languages/en_US.xml 1507 history download (+1 -0) diffs

… 6 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

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

./application_top.php 1497 history download (+4 -2) diffs

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

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

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

… 792 more files in changeset.
1484 by hpdl on 28 March 2007, 16:21:42 +0200 (2 years 7 months ago) move administrative functionality over to the administration side

./modules/services/banner.php 1484 history download (+2 -24) diffs

./modules/services/breadcrumb.php 1484 history download (+2 -20) diffs

./modules/services/category_path.php 1484 history download (+2 -24) diffs

./modules/services/core.php 1484 history download (+1 -19) diffs

./modules/services/currencies.php 1484 history download (+2 -24) diffs

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