Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

hpdl 1672 43 trunk 5 1

latest revision download trunk

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

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

Created: 2007-07-27 00:07:13 +0200 (2 years 3 months ago) | Author: hpdl | Changeset: 1672

PHP 5 optimizations

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

Created: 2007-03-29 15:40:05 +0200 (2 years 7 months ago) | Author: hpdl | Changeset: 1497

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

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

Created: 2006-02-14 12:31:42 +0100 (3 years 8 months ago) | Author: hpdl | Changeset: 425

insert the installed modules in the osc_templates_boxes table .. this table will be renamed to osc_modules later on, and will contain all installed modules (boxes, payment, shipping, order total, ..)

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

Created: 2006-01-22 08:19:07 +0100 (3 years 9 months ago) | Author: hpdl | Changeset: 395

add and remove lanauge definitions to and from the database when boxes are installed and removed

as the language definitions are not loaded for boxes not installed, inject their definitions so the titles of the box modules are shown on the administration page listing

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 8 months ago) | Author: hpdl | Changeset: 43

creating private branch

Properties

 svn:keywords = Id