
-------------------------------------
   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 :)

