Mercurial > dive4elements > gnv-client
diff gnv/Changes @ 293:6b0ef2324d02
Release 0.3
gnv/trunk@458 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 17 Dec 2009 18:28:20 +0000 |
parents | 6cf73f5ea4a9 |
children | 9f4a0b990d27 |
line wrap: on
line diff
--- a/gnv/Changes Thu Dec 17 17:00:15 2009 +0000 +++ b/gnv/Changes Thu Dec 17 18:28:20 2009 +0000 @@ -1,44 +1,58 @@ +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 + New: - * Added support for skipping transition steps + * Enable client for multi-instances in the same browser by using + SessionIDs - * Added support for CSV and ODV formats via a common mechanism - - * Updated to a newer version of RESTlet API - - * Added first documentation for configuration + * 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. +2009-10-07 RELEASE 0.1 - * 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. + New: - * Output is rendered as PNG, downloadable PNGs, CSV and - statistics all produced serverside in the artifact database. + * Initial Struts 1.x based Web-Client for the REST based + artifact database. - * i18n/i10n is done by Struts and broadcasted via REST to - the REST beased artifact database. Supported languages: - German and English + * UI mainly inspired by the prototype from conterra. - * The connection to the REST server is configure in web.xml - default: http://localhost:8181 + * 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