Mercurial > dive4elements > gnv-client
view gnv/Changes @ 722:bb3ffe7d719e
Summarized changes in NEWS and Changes for the upcoming release.
gnv/trunk@1030 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 28 Apr 2010 16:18:30 +0000 |
parents | 9f4a0b990d27 |
children | 170c48e2319f |
line wrap: on
line source
2010-04-28 RELEASE 1.0 NEW: * Support for renaming wms layers (#198) * Added control elements for saving and loading artifacts (#208). Apache's commons.file-updload library is used for file upload. * Support for changing the language between german and english via button in the gui. The intial language is determined by browser settings. After the user changes this settings by clicking the button in the gui, the browser locale is ignored in future (#30, #254) * Improved error handling. The user is able to reload the current parameterization with the help of a link shown in the gui if an error occured (#13). After clicking that link, the describe document of the current artifact is requested and the gui is created again (#13, #18, #236). * Improve input validation in chart/histogram panels. * Improve the design of the gui according to BSH style guides. FIXES: * Adjusted file extension of image exports (#187) * Display time to live of an artifact (#197) * Added missing character in the link to trigger an image export of charts (#216) * Restructuring of parameter-measurement matrix. Just the selection of different depths is possible (#210) * Added tooltip text for the step-back button (#227) * Replace html characters to avoid html injections (#221) * Adapted the MapServer path shown in the gui (#237) * Fixed a bug in IE that avoided exporting charts as image (#259). * Loading an artifact without running artifact server ends with a warning and a message to try it later again (#258) * Display an error message if the user tries to work with an outdated artifact (#242) * Repaired logging with log4j 2010-03-08 RELEASE 0.5 2010-01-27 RELEASE 0.4 New: * Improved internal handling of each selection state and moved calculation step before rendering (instead of one step) * Internal Preparation of 1-step-back history: Split up in static (Summary of parameters ) and dynamic section (Selectable parameters) * Added support for Shapefile and WMS Handling if they are available * First implementation of MapViewer Interface * Improved structure of div-containers Fixed: * Width and height of diagramm made changeable for user (#149) 2009-12-17 RELEASE 0.3 New: * Support for WKT line strings in GUI in form of text fields. * Added control for boolean values. * Litte demo WKT line string via Javascrip to demonstrate new WKT option. * Drawing of diagrams is to be triggeres explicitly now. * Added options to export diagrams as PDF and SVG. * Little info about running version. Fixed: * Various i18n messages (Issue 129) * Removed some redundancy from the Tomcat configuration (Issue 109) * Some communication problems with the artifact database server. 2009-11-13 RELEASE 0.2 New: * Enable client for multi-instances in the same browser by using SessionIDs * Added support for all FIS * Added support for skipping transition steps * Added support for CSV and ODV formats via a common mechanism * Updated to a newer version of RESTlet API * Added first documentation for configuration 2009-10-07 RELEASE 0.1 New: * Initial Struts 1.x based Web-Client for the REST based artifact database. * UI mainly inspired by the prototype from conterra. * It implements a runtime system for working with artifacts by storing a client side proxy model in the session of the servlet context. The workflow is completely controlled by the artifact living in the artifact database. * The input forms are generated by XSL transformation from the 'describe' output of the artifact. * Output is rendered as PNG, downloadable PNGs, CSV and statistics all produced serverside in the artifact database. * i18n/i10n is done by Struts and broadcasted via REST to the REST beased artifact database. Supported languages: German and English * The connection to the REST server is configure in web.xml default: http://localhost:8181