Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

frank 1161 678 hpdl 909 555 trunk 910 613 608 garrone 700

latest revision download trunk

910 annotated / raw | Diffs: previous, other | Lines: 89 ( +1, -1 )

Created: 2006-08-30 21:45:38 +0200 (3 years 2 months ago) | Author: hpdl | Changeset: 910

Copied (3 times):

merge from hpdl r909; remove reference

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

754 annotated / raw | Diffs: previous, other | Lines: 89 ( +1, -1 )

Created: 2006-08-23 13:56:56 +0200 (3 years 2 months ago) | Author: hpdl | Changeset: 754

merge from hpdl r685 to r688
- css/xhtml updates
- standardize html_output.php functions
- convert & to & in the href_link function

613 annotated / raw | Diffs: previous, other | Lines: 89 ( +1, -1 )

Created: 2006-07-06 14:28:27 +0200 (3 years 4 months ago) | Author: hpdl | Changeset: 613

merge from hpdl r611 and r612

Branch point for: frank garrone

609 annotated / raw | Diffs: previous, other | Lines: 89 ( +1, -1 )

Created: 2006-07-05 12:59:35 +0200 (3 years 4 months ago) | Author: hpdl | Changeset: 609

cleanup from the previous merge with hpdl

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

Created: 2006-07-05 12:56:09 +0200 (3 years 4 months ago) | Author: hpdl | Changeset: 608

Copied from: branches/hpdl/oscommerce/includes/classes/image.php 556

merge from hpdl r555, r556, r571, r583, r584, r587 - r606
multiple product images implementation
close #21

latest revision download Branch frank

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

Created: 2006-11-29 23:59:20 +0100 (2 years 11 months ago) | Author: frank | Changeset: 1161

Copied from: trunk/oscommerce/includes/classes/image.php 910

Copy of actual trunk version.

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

Created: 2006-08-10 23:31:42 +0200 (3 years 3 months ago) | Author: hpdl | Changeset: 678

copy trunk to franks branch

latest revision download Branch garrone

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

Created: 2006-08-16 11:10:05 +0200 (3 years 3 months ago) | Author: hpdl | Changeset: 700

taken from /trunk/oscommerce

latest revision download Branch hpdl

909 annotated / raw | Diffs: previous, other | Lines: 89 ( +1, -1 )

Created: 2006-08-30 21:44:53 +0200 (3 years 2 months ago) | Author: hpdl | Changeset: 909

remove reference call

686 annotated / raw | Diffs: previous, other | Lines: 89 ( +1, -1 )

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

finalize standardization of the html_output functions

612 annotated / raw | Diffs: previous, other | Lines: 89 ( +1, -1 )

Created: 2006-07-05 19:57:56 +0200 (3 years 4 months ago) | Author: hpdl | Changeset: 612

move the image retrieval logic to the product class
dynamically size the popup window when a product only has one image or more (to show the thumbnails of the other images)

603 annotated / raw | Diffs: previous, other | Lines: 89 ( +9, -1 )

Created: 2006-07-04 14:48:54 +0200 (3 years 4 months ago) | Author: hpdl | Changeset: 603

add image groups administration page
add "mini" image group
show default image group images on the product edit page
rename "Default" image group to "Thumbnails"

602 annotated / raw | Diffs: previous, other | Lines: 81 ( +8, -2 )

Created: 2006-07-04 11:09:06 +0200 (3 years 4 months ago) | Author: hpdl | Changeset: 602

show the pixel_trans.gif image as a placeholder when a product has no images defined (keeps the layout consistent)

599 annotated / raw | Diffs: previous, other | Lines: 75 ( +1, -1 )

Created: 2006-07-03 19:36:46 +0200 (3 years 4 months ago) | Author: hpdl | Changeset: 599

remove the products_images_groups_id reference in the osc_products_images table; resize an original image to all image groups available

583 annotated / raw | Diffs: previous, other | Lines: 75 ( +36, -12 )

Created: 2006-06-29 15:12:20 +0200 (3 years 4 months ago) | Author: hpdl | Changeset: 583

new administration tool functionality for the multiple product images implementation

* image groups still need to be configurable via the administration tool
* showing the multiple images on the product info page still needs to be done

559 annotated / raw | Diffs: previous, other | Lines: 51 ( +1, -1 )

Created: 2006-05-08 03:00:45 +0200 (3 years 6 months ago) | Author: hpdl | Changeset: 559

php4, cgi, and allow_call_time_pass_reference fixes

556 annotated / raw | Diffs: previous, other | Lines: 51 ( +3, -3 )

Created: 2006-05-01 01:57:23 +0200 (3 years 6 months ago) | Author: hpdl | Changeset: 556

Copied to: trunk/oscommerce/includes/classes/image.php 608

rename osc_images and osc_images_groups to osc_products_images and osc_products_images_groups .. the original idea was also going to include category images but this will now be specific to product images

add 80x100 sizes to the default image group

555 new annotated / raw | Lines: 51 ( +51, -0 )

Created: 2006-05-01 00:28:59 +0200 (3 years 6 months ago) | Author: hpdl | Changeset: 555

Start the multiple product images implementation