Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

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

Changelog

1854 by hpdl on 28 February 2009, 04:44:39 +0100 (4 months 2 days ago) Standards updates

./oscommerce/admin/includes/applications/administrators/administrators.php 1854 history download (+1 -1) diffs

./oscommerce/admin/includes/applications/configuration/configuration.php 1854 history download (+1 -1) diffs

1849 by hpdl on 28 February 2009, 03:21:17 +0100 (4 months 2 days ago) remove unneeded file

./oscommerce/admin/includes/classes/actions.php 1849 history deleted

1848 by hpdl on 28 February 2009, 03:21:10 +0100 (4 months 2 days 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…

./oscommerce/admin/includes/application_top.php 1848 history download (+2 -2) diffs

./oscommerce/admin/includes/applications 1848 history download (+0) new

./oscommerce/admin/includes/applications/countries 1848 history download (+0) new

./oscommerce/admin/includes/applications/countries/actions 1848 history download (+0) new

./oscommerce/admin/includes/applications/countries/actions/batch_delete.php 1848 history download (+45) new

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

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

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

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

1845 by hpdl on 27 February 2009, 01:19:37 +0100 (4 months 4 days 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…

./oscommerce/admin/includes/application_top.php 1845 history download (+1 -2) diffs

./oscommerce/admin/includes/classes/specials.php 1845 history download (+2 -2) diffs

./oscommerce/admin/includes/classes/upload.php 1845 history download (+12 -12) diffs

./oscommerce/admin/includes/content/administrators.php 1845 history download (+8 -8) diffs

./oscommerce/admin/includes/content/administrators_log.php 1845 history download (+4 -4) diffs

… 293 more files in changeset.
1844 by hpdl on 26 February 2009, 16:28:49 +0100 (4 months 4 days ago) Squashed commit of the following:

commit 4ca81f4a69a8cb02194e0d6398556fdde8c0f944
Author: Harald Ponce de Leon <hpdl@oscommerce.com>
Date:   Thu Feb 26 16:24:18 2009 +0100

   Updated with getInt() …

./oscommerce/admin/includes/classes/object_info.php 1844 history download (+85 -14) diffs

1687 by hpdl on 03 September 2007, 21:43:04 +0200 (21 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)

./oscommerce/admin/includes/classes/product_attributes.php 1687 history download (+104) new

./oscommerce/admin/includes/classes/products.php 1687 history download (+52 -21) diffs

./oscommerce/admin/includes/content/product_attributes.php 1687 history download (+89) new

./oscommerce/admin/includes/content/products.php 1687 history download (+5 -3) diffs

./oscommerce/admin/includes/languages/en_US/modules/access/product_attributes.php 1687 history download (+12) new

… 34 more files in changeset.
1686 by hpdl on 03 September 2007, 17:36:56 +0200 (21 months ago) change the menu icon

./oscommerce/admin/includes/modules/access/product_variants.php 1686 history download (+1 -1) diffs

1685 by hpdl on 03 September 2007, 17:30:45 +0200 (21 months ago) Remove the need for includes/database_tables.php by automatically converting :table_table_name to (db_prefix)_table_name

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

1684 by hpdl on 03 September 2007, 17:14:07 +0200 (21 months ago) remove product_attributes directory (renamed to product_variants)

./oscommerce/admin/templates/pages/product_attributes 1684 history deleted

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

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

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

./oscommerce/admin/includes/classes/product_attributes.php 1680 history download (+3 -3) diffs

./oscommerce/admin/includes/classes/products.php 1680 history download (+30 -9) diffs

./oscommerce/admin/includes/content/products.php 1680 history download (+4 -0) diffs

./oscommerce/admin/includes/functions/html_output.php 1680 history download (+5 -1) diffs

./oscommerce/admin/templates/pages/products/edit.php 1680 history download (+51 -3) diffs

… 5 more files in changeset.
1679 by hpdl on 29 August 2007, 18:12:38 +0200 (22 months ago) Fix default store zone values

./oscommerce/install/oscommerce.sql 1679 history download (+2 -2) diffs

1678 by hpdl on 29 August 2007, 17:51:13 +0200 (22 months ago) Pass the session ID in AJAX request URLs incase the browser does not accept session cookies

./oscommerce/admin/templates/pages/products/edit.php 1678 history download (+7 -7) diffs

1677 by hpdl on 29 August 2007, 02:33:19 +0200 (22 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…

./oscommerce/admin/includes/classes/customers.php 1677 history download (+15 -4) diffs

./oscommerce/admin/includes/classes/products.php 1677 history download (+15 -4) diffs

./oscommerce/admin/includes/content/products.php 1677 history download (+1 -0) diffs

./oscommerce/admin/templates/pages/products/edit.php 1677 history download (+50 -14) diffs

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

… 13 more files in changeset.
1676 by hpdl on 21 August 2007, 01:16:10 +0200 (22 months ago) fixes for the introduction of product variants

./oscommerce/admin/templates/pages/product_attributes/new.php 1676 history download (+17 -0) diffs

./oscommerce/admin/templates/pages/products/edit.php 1676 history download (+4 -4) diffs

earlier earlier | later later