| osCommerce:/branches/hpdl/oscommerce/includes/classes/ |
hide Line HistoryConstraint |
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
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
1847
by hpdl on
27 February 2009, 15:48:11 +0100
(8 months ago)
Merge branch 'ajax'
./template.php
1847
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
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
./database/mysqli.php
1845
./database.php
1845
./message_stack.php
1845
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
./shopping_cart.php
1687
./variants.php
1687
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
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
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
./shopping_cart.php
1680
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
./shopping_cart.php
1677
./variants.php
1677
1675
by hpdl on
21 August 2007, 01:02:47 +0200
(2 years 3 months ago)
standards update
./category.php
1675
./category_tree.php
1675
1674
by hpdl on
21 August 2007, 00:56:00 +0200
(2 years 3 months ago)
introduce new product variants feature
./order.php
1674
./product.php
1674
./products.php
1674
./recently_visited.php
1674
./shopping_cart.php
1674
1673
by hpdl on
09 August 2007, 16:25:34 +0200
(2 years 3 months ago)
fix session expiration time
./session.php
1673
1672
by hpdl on
27 July 2007, 00:07:13 +0200
(2 years 3 months ago)
PHP 5 optimizations
./cache.php
1672
./category_tree.php
1672
./database.php
1672
./modules.php
1672
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
1670
by hpdl on
20 July 2007, 23:11:18 +0200
(2 years 4 months ago)
PHP 5 optimizations
./breadcrumb.php
1670
1669
by hpdl on
20 July 2007, 22:38:29 +0200
(2 years 4 months ago)
optimize for PHP 5
./account.php
1669
./actions.php
1669
./address.php
1669
./address_book.php
1669
./banner.php
1669
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
./session.php
1668
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
./session.php
1667
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/database.php
1666
./session.php
1666
1525
by hpdl on
30 March 2007, 19:15:05 +0200
(2 years 7 months ago)
remove calls to wordwrap()
./mail.php
1525
1519
by hpdl on
30 March 2007, 18:19:08 +0200
(2 years 7 months ago)
logic cleanup
./mail.php
1519
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
./mail.php
1518
./mime.php
1518
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
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
./actions.php
1497
./address.php
1497
./address_book.php
1497
./banner.php
1497
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
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
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
1422
by hpdl on
08 March 2007, 01:48:42 +0100
(2 years 8 months ago)
fix static logic
./address_book.php
1422
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
./shopping_cart.php
1420
|