Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

hpdl 287 251 trunk 1862 366

latest revision download trunk

1862 annotated / raw | Diffs: previous, other | Lines: 355 ( +1, -1 )

Created: 2009-03-07 00:34:07 +0100 (8 months ago) | Author: hpdl | Changeset: 1862

merge from hpdl r1674-r1693
Rename Product Attributes to Product Variants
Introduce new Product Attributes functionality

Properties

 svn:eol-style = native

1498 annotated / raw | Diffs: previous, other | Lines: 355 ( +3, -1 )

Created: 2007-03-29 16:04:50 +0200 (2 years 7 months ago) | Author: hpdl | Changeset: 1498

Copied (2 times):

update version number to 3.0 Alpha 4
update copyright notice / license notice

merge from hpdl r1497

Tags: oscommerce-3.0a4

Properties

 svn:eol-style = native

1493 annotated / raw | Diffs: previous, other | Lines: 353 ( +2, -2 )

Created: 2007-03-29 00:50:04 +0200 (2 years 7 months ago) | Author: hpdl | Changeset: 1493

language updates
move service modules to the modules directory
move administrative functionality from the service modules to the administration tool side

merge from hpdl r1480-r1489

Properties

 svn:eol-style = native

1315 annotated / raw | Diffs: previous, other | Lines: 353 ( +1, -4 )

Created: 2007-03-05 05:25:06 +0100 (2 years 8 months ago) | Author: hpdl | Changeset: 1315

remove multiple file inclusion calls to classes now that they are being included from application.php

fixes OSC-110 and OSC-111

Properties

 svn:eol-style = native

1137 annotated / raw | Diffs: previous, other | Lines: 356 ( +14, -14 )

Created: 2006-11-10 19:54:44 +0100 (3 years ago) | Author: frank | Changeset: 1137

Copied (3 times):

Reference: OSC-45

Fix for install procedure (rpc calls). The transmitted results are now filtered to protect adding strings (for example: banners of free hosting) to the message.

Branch point for: modom

Properties

 svn:eol-style = native

814 annotated / raw | Diffs: previous, other | Lines: 356 ( +1, -1 )

Created: 2006-08-27 17:28:23 +0200 (3 years 2 months ago) | Author: hpdl | Changeset: 814

merge from hpdl r809, r810, r811

- remove redundant customers_basket_attributes database table; the attributes already exist as part of the product_id string in the main customers_basket table
- merge the customers_info database table into the main customers table

Branch point for: tag:oscommerce-3.0a3 weisser

Properties

 svn:eol-style = native

782 annotated / raw | Diffs: previous, other | Lines: 356 ( +5, -5 )

Created: 2006-08-23 23:58:11 +0200 (3 years 2 months ago) | Author: hpdl | Changeset: 782

merge from hpdl r781
fix #71

during the installation procedure, load the administration side modules to install them correctly

Properties

 svn:eol-style = native

562 annotated / raw | Diffs: previous, other | Lines: 356 ( +1, -1 )

Created: 2006-05-08 03:34:22 +0200 (3 years 6 months ago) | Author: hpdl | Changeset: 562

merge from hpdl r561

remove the default banner

Branch point for: frank garrone

Properties

 svn:eol-style = native

554 annotated / raw | Diffs: previous, other | Lines: 356 ( +101, -4 )

Created: 2006-04-29 18:26:53 +0200 (3 years 6 months ago) | Author: hpdl | Changeset: 554

merge from hpdl -r474

Properties

 svn:eol-style = native

443 annotated / raw | Diffs: previous, other | Lines: 259 ( +36, -0 )

Created: 2006-02-20 00:01:01 +0100 (3 years 9 months ago) | Author: hpdl | Changeset: 443

merge from hpdl -r417

- checkout procedure cleanup (logic)
- new "core" service module to load core classes (logic moved from application_top.php)
- install modules by their install() methods during the installation procedure
- remove existing cache files during the installation procedure
- fix spelling mistake in the service modules (preceeds -> precedes)

Tags: oscommerce-3.0a2

Properties

 svn:eol-style = native

410 annotated / raw | Diffs: previous, other | Lines: 223 ( +33, -0 )

Created: 2006-01-26 10:17:09 +0100 (3 years 9 months ago) | Author: hpdl | Changeset: 410

merge from hpdl -r 383:head ; mainly related to the new XML based languages implementation

Properties

 svn:eol-style = native

366 new/copied annotated / raw | Diffs: previous, other | Lines: 190 ( +190, -0 )

Created: 2005-12-22 16:45:34 +0100 (3 years 10 months ago) | Author: hpdl | Changeset: 366

Copied from: branches/hpdl/oscommerce/install/rpc.php 287

merge from hpdl -r152

Tags: oscommerce-3.0a1

Properties

 svn:eol-style = native

latest revision download Branch hpdl

287 annotated / raw | Diffs: previous, other | Lines: 190 ( +28, -26 )

Created: 2005-11-28 19:22:15 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 287

Copied to: trunk/oscommerce/install/rpc.php 366

decode the parameters as they are encoded beforehand in the javascript

Properties

 svn:eol-style = native

285 annotated / raw | Diffs: previous, other | Lines: 188 ( +10, -10 )

Created: 2005-11-28 18:40:43 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 285

add default work directory to the includes directory

Properties

 svn:eol-style = native

280 annotated / raw | Diffs: previous, other | Lines: 188 ( +24, -13 )

Created: 2005-11-24 20:31:08 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 280

update the sql error query logic

don't use , as the RPC response separate as the javascript split(string, 2) function returns only a maximum of two elements, instead of the second element being the remaining string; it is now using :osCRPC: as the response separator

Properties

 svn:eol-style = native

268 annotated / raw | Diffs: previous, other | Lines: 177 ( +4, -17 )

Created: 2005-11-23 13:18:10 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 268

update language cookie logic again (conflicted with catalog language cookie)

use realpath(dirname(__FILE__)) to find out the location to certain directories

Properties

 svn:eol-style = native

266 annotated / raw | Diffs: previous, other | Lines: 190 ( +52, -21 )

Created: 2005-11-22 22:07:31 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 266

new xmlhttp autocomplete javascript library

language updates (now in ini form) (still needs work to be done here)

new silver header

Properties

 svn:eol-style = native

264 annotated / raw | Diffs: previous, other | Lines: 159 ( +31, -1 )

Created: 2005-11-18 05:18:15 +0100 (4 years ago) | Author: hpdl | Changeset: 264

update statistics box layout

move sample data import option to the store settings page

Properties

 svn:eol-style = native

256 annotated / raw | Diffs: previous, other | Lines: 129 ( +1, -1 )

Created: 2005-11-17 12:35:00 +0100 (4 years ago) | Author: hpdl | Changeset: 256

move javascript logic to an external file

Properties

 svn:eol-style = native

254 annotated / raw | Diffs: previous, other | Lines: 129 ( +96, -2 )

Created: 2005-11-17 04:45:46 +0100 (4 years ago) | Author: hpdl | Changeset: 254

installation routine updates

installation part is just about ready; css updates still required

Properties

 svn:eol-style = native

252 annotated / raw | Diffs: previous, other | Lines: 35 ( +4, -3 )

Created: 2005-11-16 18:38:10 +0100 (4 years ago) | Author: hpdl | Changeset: 252

layout updates

remove USE_PCONNECT parameter (hardcode to false in the configuration file)

Properties

 svn:eol-style = native

251 new annotated / raw | Lines: 34 ( +34, -0 )

Created: 2005-11-16 16:12:55 +0100 (4 years ago) | Author: hpdl | Changeset: 251

added some RPC calls (ala AJAX) to test the database server parameters without the need for a page refresh

Properties

 svn:eol-style = native