Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

hpdl 352 43 trunk 1860 5 1

latest revision download trunk

1860 annotated / raw | Diffs: previous, other | Lines: 272 ( +3, -3 )

Created: 2009-03-07 00:25:01 +0100 (8 months ago) | Author: hpdl | Changeset: 1860

merge from hpdl r1669-r1670, r1672
PHP 5 Optimizations

1498 annotated / raw | Diffs: previous, other | Lines: 272 ( +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

443 annotated / raw | Diffs: previous, other | Lines: 270 ( +1, -1 )

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

Copied (3 times):

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)

Branch point for: frank garrone modom tag:oscommerce-3.0a3 weisser

Tags: oscommerce-3.0a2

410 annotated / raw | Diffs: previous, other | Lines: 270 ( +50, -6 )

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

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

Created: 2005-12-22 17:27:23 +0100 (3 years 10 months ago) | Author: hpdl | Changeset: 368

Copied from: branches/hpdl/oscommerce/includes/classes/modules.php 352

merge from hpdl -r152 (having problems merging the includes/content directory and hope to get that fixed in the next commit)

Tags: oscommerce-3.0a1

5 annotated / raw | Diffs: previous, other | Lines: 178 ( +0, -0 )

Created: 2005-01-31 02:40:15 +0100 (4 years 9 months ago) | Author: hpdl | Changeset: 5

Added svn:keywords Id property

Branch point for: hpdl

Properties

 svn:keywords = Id

1 new annotated / raw | Lines: 178 ( +178, -0 )

Created: 2005-01-31 01:06:19 +0100 (4 years 9 months ago) | Author: hpdl | Changeset: 1

Initial import

latest revision download Branch hpdl

352 annotated / raw | Diffs: previous, other | Lines: 226 ( +1, -1 )

Created: 2005-12-19 12:55:30 +0100 (3 years 10 months ago) | Author: hpdl | Changeset: 352

Copied to: trunk/oscommerce/includes/classes/modules.php 368

rename getTemplate() to getCode()

351 annotated / raw | Diffs: previous, other | Lines: 226 ( +2, -2 )

Created: 2005-12-19 12:46:41 +0100 (3 years 10 months ago) | Author: hpdl | Changeset: 351

make it possible to change the template via a GET['template'] parameter (which would contain the code)

345 annotated / raw | Diffs: previous, other | Lines: 226 ( +13, -0 )

Created: 2005-12-10 11:58:35 +0100 (3 years 10 months ago) | Author: hpdl | Changeset: 345

move the basic install logic to the main osC_Module class and use parent::install() in the children classes

sanitize some configuration parameters
make the category box show product count value independent on the global service category path module parameter (but reliant on it; ie, its possible to not show the numbers even though it may be enabled at the service module layer)

333 annotated / raw | Diffs: previous, other | Lines: 213 ( +57, -55 )

Created: 2005-12-07 04:15:13 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 333

update logic for consistency with the administration template boxes pages now also taking care of the content modules

332 new/moved annotated / raw | Diffs: previous, other | Lines: 211 ( +211, -0 )

Created: 2005-12-07 01:26:26 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 332

Moved from: branches/hpdl/oscommerce/includes/classes/boxes.php 331

rename osC_Boxes to osC_Modules

331 annotated / raw | Diffs: previous, other | Lines: 211 ( +19, -11 )

Created: 2005-12-06 04:28:58 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 331

Moved to: branches/hpdl/oscommerce/includes/classes/modules.php 332

combine the administration boxes page to also take care of page content modules

it's working but the changes need to be cleaned up to have a consistent implementation

324 annotated / raw | Diffs: previous, other | Lines: 203 ( +1, -1 )

Created: 2005-12-05 03:18:32 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 324

return just the class name and get the file name (code) from the object

320 annotated / raw | Diffs: previous, other | Lines: 203 ( +2, -2 )

Created: 2005-12-04 16:47:23 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 320

don't save the file extension in the database

319 annotated / raw | Diffs: previous, other | Lines: 203 ( +25, -2 )

Created: 2005-12-04 04:26:22 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 319

make it possible to define a different sort order for a box in a different page group, at the global level

318 annotated / raw | Diffs: previous, other | Lines: 180 ( +2, -2 )

Created: 2005-12-04 03:03:50 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 318

make it possible to assign a box to a group of pages (following the * principle, eg, account/*)

317 annotated / raw | Diffs: previous, other | Lines: 180 ( +33, -12 )

Created: 2005-12-04 02:37:19 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 317

add a page_specific flag to the template box layout page, to allow only specific boxes to be shown on specific pages (overrides the global * implementation)

313 annotated / raw | Diffs: previous, other | Lines: 159 ( +102, -7 )

Created: 2005-12-03 17:40:59 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 313

make the boxes administrateable through the administration tool interface

* still limited to the default template ('default', id:1)
* no default database entries yet so no boxes are active by default
* there is a modules link but the page is not included in this commit

311 annotated / raw | Diffs: previous, other | Lines: 64 ( +1, -0 )

Created: 2005-12-02 02:44:33 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 311

modularize the boxes (this commit is for the right side boxes)

310 annotated / raw | Diffs: previous, other | Lines: 63 ( +9, -7 )

Created: 2005-12-02 00:42:56 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 310

check to see if there are boxes in a group before looping through them

309 annotated / raw | Diffs: previous, other | Lines: 61 ( +1, -1 )

Created: 2005-12-02 00:40:47 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 309

properly check if the box class has already been included or not (it was checking against the filename and not the box class name)

308 new annotated / raw | Diffs: previous, other | Lines: 61 ( +61, -0 )

Created: 2005-12-01 23:08:16 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 308

make the boxes modular (this commit is for the left side boxes)

236 annotated / raw | Diffs: previous, other | Lines: 178 ( +1, -1 )

Created: 2005-11-13 17:39:34 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 236

merge from xtrian-ms3

Properties

 svn:eol-style = native
 svn:keywords = Id

153 annotated / raw | Diffs: previous, other | Lines: 178 ( +1, -1 )

Created: 2005-08-04 14:57:59 +0200 (4 years 3 months ago) | Author: hpdl | Changeset: 153

merge from trunk r149

Properties

 svn:eol-style = native
 svn:keywords = Id

43 new annotated / raw | Diffs: previous, other | Lines: 178 ( +0, -0 )

Created: 2005-03-08 21:54:59 +0100 (4 years 7 months ago) | Author: hpdl | Changeset: 43

creating private branch

Properties

 svn:keywords = Id