
-------------------------------------
    PgMarket 1.3.4 (May 20, 2001)
DEVELOPMENT VERSION - UNSTABLE BRANCH
-------------------------------------

Added the possibility of removing the product image
(i.e., of leaving the product without any image) when editing it.

mysql.start.dump: added to the "brands" table a row with id = 0
to handle correctly products without brands.

For easier customization, now geometrical parameters of the layers menu
are placed just at the beginning of layersmenu-header.php ,
also in the "PgMarket-independent" example.

"order_states" --> "orders_states"
in DOCS/pgmarket-db_schema-1.4.*

Some minor undocumented changes.

-------------------------------------
    PgMarket 1.3.3 (May 13, 2001)
DEVELOPMENT VERSION - UNSTABLE BRANCH
-------------------------------------

Changes to the JavaScript layers menu: now, if the mouse pointer
passes over the link to a category without subcategories
(i.e., a tree leaf), no layer of lower order is shown,
i.e., if a lower level layer was previously shown,
then it disappears.

Added code and links to let visitors to turn on/off frames
and the layers menu "on the fly", i.e. while browsing the catalog.

on_special field renamed as special_level

Changes to the database schema, in order to
- provide a special_flag to select the Special Products
  independently of special_level (and of special_th, no more used)
- allow the store admin to add, edit, delete the possible order states

Other naming changes here and there.

Added the code needed to handle the order states.

Bug fixes.

-------------------------------------
   PgMarket 1.3.2 (April 30, 2001)
DEVELOPMENT VERSION - UNSTABLE BRANCH
-------------------------------------

Fixes to the JavaScript layers menu.
Now the layersmenu related code is placed in well identified files.

Added under the DOCS directory an "off-line" example
of the layersmenu, to allow using and debugging it
independently of PgMarket.

Now through application.inc.php settings it is possible to choose
if to use or not to use
- frames ($SESSION["frames_used"]; $frames in not used anymore)
- the JavaScript layers menu
- brands
- iva
- weight
- delivery price

Now changes to $SESSION["frames_used"] (and $SESSION["catbrowser_target"])
in application.inc.php are effective also "on the fly",
i.e., without exiting and relaunching the browser.
Maybe, on the next release, it will added the possibility to toggle
this option simply through a "click", while browsing.

The "product and brands" queries (and related templates) have been modified
to use JOINs and to reduce the number of necessary queries.

Set on_special = -1 for the "Top" category, for ordering purposes.

Some templates improvements in the admin section, to help
anyone using low screen resolutions such as 800x600.

Some other minor changes.

-------------------------------------
   PgMarket 1.3.1 (April 14, 2001)
DEVELOPMENT VERSION - UNSTABLE BRANCH
-------------------------------------

The language change didn't work with some versions
of internet explorer as the code was dirty; FIXED.

Some css related corrections to the javascript menu;
an empty "shutdown()" link removed.
Added a static example for the javascript menu
in the DOCS directory.

Possibility for the customers (users) to monitor
their Order Logs and the orders status.

-------------------------------------
    PgMarket 1.3.0 (April 8, 2001)
DEVELOPMENT VERSION - UNSTABLE BRANCH
-------------------------------------

Many cosmetic changes and usability improvements:

- better use of .css files, some examples are provided

- Tree Menu integrated into the same browser window,
  through the use of frames

- possibility to choose through the $frames variable
  in application.inc.php if to use or not to use
  a frame with the Tree Menu inside;
  when not using frames, other elements are provided
  in the catalog page, to allow an easy browsing
  of categories and subcategories

- a javascript hierarchical dynamic menu to rapidly
  browse categories and subcategories,
  with look, feel, and behaviour analogous
  to the Gnome and KDE main menus :)

