Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

hpdl 1497 228

latest revision download Branch hpdl

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

Properties

 svn:eol-style = native

895 annotated / raw | Diffs: previous, other | Lines: 99 ( +3, -2 )

Created: 2006-08-30 17:43:20 +0200 (3 years 2 months ago) | Author: hpdl | Changeset: 895

make any parameter changes take affect straight away

Properties

 svn:eol-style = native

815 annotated / raw | Diffs: previous, other | Lines: 98 ( +4, -2 )

Created: 2006-08-27 18:49:44 +0200 (3 years 2 months ago) | Author: hpdl | Changeset: 815

internet explorer css fixes

Properties

 svn:eol-style = native

725 annotated / raw | Diffs: previous, other | Lines: 96 ( +1, -1 )

Created: 2006-08-18 14:51:04 +0200 (3 years 2 months ago) | Author: hpdl | Changeset: 725

standardize some general functions

Properties

 svn:eol-style = native

686 annotated / raw | Diffs: previous, other | Lines: 96 ( +6, -6 )

Created: 2006-08-15 00:33:22 +0200 (3 years 2 months ago) | Author: hpdl | Changeset: 686

finalize standardization of the html_output functions

Properties

 svn:eol-style = native

685 annotated / raw | Diffs: previous, other | Lines: 96 ( +66, -1 )

Created: 2006-08-14 19:17:56 +0200 (3 years 2 months ago) | Author: hpdl | Changeset: 685

css/xhtml updates
standardize html_output functions
convert & to & in the href_link function

Properties

 svn:eol-style = native

396 annotated / raw | Diffs: previous, other | Lines: 31 ( +5, -2 )

Created: 2006-01-22 08:49:31 +0100 (3 years 9 months ago) | Author: hpdl | Changeset: 396

move module content language definitions to separate files

Properties

 svn:eol-style = native

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

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

Copied to: trunk/oscommerce/includes/modules/content/recently_visited.php 368

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)

Properties

 svn:eol-style = native

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

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

Properties

 svn:eol-style = native

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

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

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

Properties

 svn:eol-style = native

301 annotated / raw | Diffs: previous, other | Lines: 231 ( +11, -9 )

Created: 2005-11-30 23:22:36 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 301

update parameters

Properties

 svn:eol-style = native

300 annotated / raw | Diffs: previous, other | Lines: 229 ( +15, -40 )

Created: 2005-11-30 22:35:04 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 300

less database queries, use the category and product (to be cached) classes

Properties

 svn:eol-style = native

299 annotated / raw | Diffs: previous, other | Lines: 254 ( +23, -46 )

Created: 2005-11-30 21:51:03 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 299

save on database queries, use the category tree data!

Properties

 svn:eol-style = native

298 annotated / raw | Diffs: previous, other | Lines: 277 ( +188, -168 )

Created: 2005-11-30 19:11:48 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 298

logic updates, reduce number of queries, show number of search results in output

Properties

 svn:eol-style = native

297 annotated / raw | Diffs: previous, other | Lines: 257 ( +157, -8 )

Created: 2005-11-30 03:50:44 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 297

move the logic from the module to the class

Properties

 svn:eol-style = native

296 annotated / raw | Diffs: previous, other | Lines: 108 ( +8, -3 )

Created: 2005-11-30 02:25:55 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 296

dont store the recently visited object instance in the session

Properties

 svn:eol-style = native

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

Created: 2005-11-30 00:46:22 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 295

Moved from: branches/hpdl/oscommerce/includes/classes/recently_visited.php 290

move the recently_visited class to the includes/modules/content directory

Properties

 svn:eol-style = native

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

Created: 2005-11-29 02:55:35 +0100 (3 years 11 months ago) | Author: hpdl | Changeset: 290

Moved to: branches/hpdl/oscommerce/includes/modules/content/recently_visited.php 295

crude logic to load extra modules dynamically .. this will soon be configured through the database to have extra modules (eg recently visited module) loaded before and/or after the page content, without the need to edit core source files

this logic is specific to the recently visited module and will change to be more flexible as soon as the recently visited module has been cleaned up

Properties

 svn:eol-style = native

228 new annotated / raw | Lines: 90 ( +90, -0 )

Created: 2005-11-01 12:03:19 +0100 (4 years ago) | Author: hpdl | Changeset: 228

matthijs's recently visited module

Properties

 svn:eol-style = native