ingo@1019: 2010-06-30 RELEASE 1.1 ingo@1019: ingo@1019: NEW: ingo@1019: ingo@1019: * Integrated an enhanced map client for working with gnv internal and ingo@1019: external wms layers ingo@1019: * N-Step back history for parameterization ingo@1019: * Added JavaDoc ingo@1019: ingo@1019: FIXES: ingo@1019: ingo@1019: * Input validation corresponding the current locale (#289) ingo@1019: * Fixed broken XPathes while wms publishing ingo@1019: * Removed duplicated layernames from gui (#305) ingo@1019: * Missing i18n for gui elements (#227, #272, #297, #177) ingo@1019: * Typos (#293) ingo@1019: ingo@1019: ingo@1019: ingo@722: 2010-04-28 RELEASE 1.0 ingo@722: ingo@722: NEW: ingo@722: ingo@722: * Support for renaming wms layers (#198) ingo@722: ingo@722: * Added control elements for saving and loading artifacts (#208). ingo@722: Apache's commons.file-updload library is used for file upload. ingo@722: ingo@722: * Support for changing the language between german and english via ingo@722: button in the gui. The intial language is determined by browser ingo@722: settings. After the user changes this settings by clicking the button ingo@722: in the gui, the browser locale is ignored in future (#30, #254) ingo@722: ingo@722: * Improved error handling. The user is able to reload the current ingo@722: parameterization with the help of a link shown in the gui if an error ingo@722: occured (#13). After clicking that link, the describe document of the ingo@722: current artifact is requested and the gui is created again (#13, #18, ingo@722: #236). ingo@722: ingo@722: * Improve input validation in chart/histogram panels. ingo@722: ingo@722: * Improve the design of the gui according to BSH style guides. ingo@722: ingo@722: FIXES: ingo@722: ingo@722: * Adjusted file extension of image exports (#187) ingo@722: * Display time to live of an artifact (#197) ingo@722: * Added missing character in the link to trigger an image export of ingo@722: charts (#216) ingo@722: * Restructuring of parameter-measurement matrix. Just the selection of ingo@722: different depths is possible (#210) ingo@722: * Added tooltip text for the step-back button (#227) ingo@722: * Replace html characters to avoid html injections (#221) ingo@722: * Adapted the MapServer path shown in the gui (#237) ingo@722: * Fixed a bug in IE that avoided exporting charts as image (#259). ingo@722: * Loading an artifact without running artifact server ends with a ingo@722: warning and a message to try it later again (#258) ingo@722: * Display an error message if the user tries to work with an outdated ingo@722: artifact (#242) ingo@722: * Repaired logging with log4j ingo@722: ingo@722: ingo@722: 2010-03-08 RELEASE 0.5 ingo@722: ingo@722: ingo@722: 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