hans@415: 2010-01-27  RELEASE 0.4
hans@415: 
hans@415:     New:
hans@415: 
hans@415:     * Improved internal handling of each selection state and 
hans@415:     moved calculation step before rendering (instead of one step)
hans@415:     
hans@415:     * Internal Preparation of 1-step-back history: Split up in 
hans@415:     static (Summary of parameters ) and dynamic section 
hans@415:     (Selectable parameters)
hans@415: 
hans@415:     * Added support for Shapefile and WMS Handling if they are available
hans@415:     
hans@415:     * First implementation of MapViewer Interface
hans@415: 
hans@415:     * Improved structure of div-containers
hans@415: 
hans@415:     Fixed:
hans@415: 
hans@415:     * Width and height of diagramm made changeable for user (#149)
hans@415: 
hans@415: 
sascha@293: 2009-12-17      RELEASE 0.3
sascha@293: 
sascha@293:     New:
sascha@293: 
sascha@293:     * Support for WKT line strings in GUI in form of text fields.
sascha@293:     * Added control for boolean values.
sascha@293:     * Litte demo WKT line string via Javascrip to demonstrate
sascha@293:       new WKT option.
sascha@293:     * Drawing of diagrams is to be triggeres explicitly now.
sascha@293:     * Added options to export diagrams as PDF and SVG.
sascha@293:     * Little info about running version.
sascha@293: 
sascha@293:     Fixed:
sascha@293: 
sascha@293:     * Various i18n messages (Issue 129)
sascha@293:     * Removed some redundancy from the Tomcat configuration (Issue 109)
sascha@293:     * Some communication problems with the artifact database server.
sascha@293: 
hans@169: 2009-11-13      RELEASE 0.2
hans@169: 
sascha@293:     New:
hans@169: 
sascha@293:     * Enable client for multi-instances in the same browser by using
sascha@293:     SessionIDs
hans@169: 
sascha@293:     * Added support for all FIS
sascha@293:     * Added support for skipping transition steps
sascha@293:     * Added support for CSV and ODV formats via a common mechanism
sascha@293:     * Updated to a newer version of RESTlet API
sascha@293:     * Added first documentation for configuration        
hans@169: 
hans@169: 
sascha@293: 2009-10-07    RELEASE 0.1
sascha@49: 
sascha@293:     New:
sascha@49: 
sascha@293:     * Initial Struts 1.x based Web-Client for the REST based
sascha@293:       artifact database.
sascha@49: 
sascha@293:     * UI mainly inspired by the prototype from conterra.
sascha@49: 
sascha@293:     * It implements a runtime system for working with artifacts
sascha@293:       by storing a client side proxy model in the session of
sascha@293:       the servlet context. The workflow is completely controlled
sascha@293:       by the artifact living in the artifact database.
sascha@293: 
sascha@293:     * The input forms are generated by XSL transformation from
sascha@293:       the 'describe' output of the artifact.
sascha@293: 
sascha@293:     * Output is rendered as PNG, downloadable PNGs, CSV and
sascha@293:       statistics all produced serverside in the artifact database.
sascha@293: 
sascha@293:     * i18n/i10n is done by Struts and broadcasted via REST to
sascha@293:       the REST beased artifact database. Supported languages:
sascha@293:       German and English
sascha@293: 
sascha@293:     * The connection to the REST server is configure in web.xml
sascha@293:       default: http://localhost:8181