
------------------------------
PgMarket 1.2.0 (March 4, 2001)
------------------------------

Minor bug fixes and cosmetic changes :)

-------------------------------------
PgMarket 1.2rc2 (February 18th, 2001)
-------------------------------------

Added ignore_user_abort() in db_begin() and db_commit()

Deleted the "deleted" field from the "users" table.

Added "alt=" and "title=" to many templates.

Added the following fields to the "products" table:
imagewidth, imageheight, thumbwidth, thumbheight

Used HTTP_POST_FILES instead of $userfile etc...
in compliance with PHP 4 specifications.

Bug fixes

-------------------------------------
PgMarket 1.2rc1 (February 11th, 2001)
-------------------------------------

Added the "imagetype" field to the products table;
now in the "products" directory all the images files
have an extension; mpanytopnm.inc.php is no more needed :)

Added the "number" and "mobilephone" fields to the users table.

Added the "on_special" field to the categories table to allow
custom ordering of categories beside the alphabetical ordering.

Templates and images handling improvements after testing
with Mozilla, Galeon, and Opera 5.0 beta.

Bug fixes.

-------------------------------------
 PgMarket 1.1.3 (February 4th, 2001)
DEVELOPMENT VERSION - UNSTABLE BRANCH
-------------------------------------

Added an extended description to the products;
it is shown in the product details page;
updated the demo dumps and the import files accordingly.

-------------------------------------
 PgMarket 1.1.2 (February 4th, 2001)
DEVELOPMENT VERSION - UNSTABLE BRANCH
            NOT RELEASED
-------------------------------------

Now the shop administrator can change the users passwords
through a suited form.

IVA: the id corresponding to 0% has been set to 0
to match the default value chosen in the dump.

Added a link to the catalog pages to launch
the category browser window.

Some little improvements in the templates.

-------------------------------------
 PgMarket 1.1.1 (January 14th, 2001)
DEVELOPMENT VERSION - UNSTABLE BRANCH
-------------------------------------

Euro currency notation added.

Password confirmation added to the Signup procedure.

New fields added to the users table to provide a more detailed
description of the address.

New tables added to handle brands and IVA values (Italy);
both the brands and the IVA can be disabled through
suited flags in application.inc.php
Added code to handle import of brands and IVA values
from text files.

Integrated TreeMenu 1.0 by Bjorge Dijkstra to provide a nice
products categories browser... using the Gnome folders icons :)))

-------------------------------------
PgMarket 1.1.0 (December 30th, 2000)
DEVELOPMENT VERSION - UNSTABLE BRANCH
-------------------------------------

Now Categories, Products, and Users can be imported
directly from text files easily obtained through a spread sheet
(fields are separated through tabs).
Star Office and Microsoft Excel samples are provided.
Moreover, images can be imported from a .tar.gz, a .tgz,
or a .zip archive.
(Fabio Molinari, Marco Pratesi)

Added an advanced search engine.
(Fabio Molinari, Marco Pratesi)

Style tags extrapolated to put them in style sheets.
(Fabio Molinari, Marco Pratesi)

