Quick Search:

Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

History

hpdl 1497 555

latest revision download Branch hpdl

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

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 2 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