# HG changeset patch # User Sascha L. Teichmann # Date 1261074500 0 # Node ID 6b0ef2324d02f766e7db575661cd0680f5dbf35d # Parent 419e47efaba5528f7970e8ce86e9b65eed969e47 Release 0.3 gnv/trunk@458 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 419e47efaba5 -r 6b0ef2324d02 gnv/ChangeLog --- a/gnv/ChangeLog Thu Dec 17 17:00:15 2009 +0000 +++ b/gnv/ChangeLog Thu Dec 17 18:28:20 2009 +0000 @@ -1,3 +1,9 @@ +2009-12-17 Sascha L. Teichmann + + RELEASE 0.3 + + * Changes, NEWS, ChangeLog: Summerized activities + 2009-12-17 Sascha L. Teichmann * src/main/resources/applicationMessages.properties: diff -r 419e47efaba5 -r 6b0ef2324d02 gnv/Changes --- 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 diff -r 419e47efaba5 -r 6b0ef2324d02 gnv/NEWS --- a/gnv/NEWS Thu Dec 17 17:00:15 2009 +0000 +++ b/gnv/NEWS Thu Dec 17 18:28:20 2009 +0000 @@ -1,30 +1,37 @@ -2009-11-13 RELEASE 0.2 - - * Added support for all required FIS: - Marnet, IMIS, STAUN, Modelldaten, Eisklimatologie, Eismeldungen, SST, - Delphin, Thermosalinograph, Chemusurvey, GTS, CTD, XBT, SeaCat, - Seegangsarchiv, Strommesser (Req. TG_0020.001) - - * Added support for vertical profiles (Chapter 3.3.3.2.2) +2009-12-17 RELEASE 0.3 - * Added support for horizontal profiles (Chapter 3.3.3.2.3); - part independent of MapViewer - - * Added a first support for ODV format (Req. TG_0040.005) - - * Enabling client for multi-instances (Req. 00_0000.007) + * PDF and SVG export of diagrams. + * support for WKT line strings + * Fixed some internal communication problems. + - * Adding of support of internal area filter (Req. TG_0020.012 b) +2009-11-13 RELEASE 0.2 - * Added more support for internationalization (TG_0050.004) + * Added support for all required FIS: + Marnet, IMIS, STAUN, Modelldaten, Eisklimatologie, Eismeldungen, SST, + Delphin, Thermosalinograph, Chemusurvey, GTS, CTD, XBT, SeaCat, + Seegangsarchiv, Strommesser (Req. TG_0020.001) - * Improved error handling with more user-friendly messages + * Added support for vertical profiles (Chapter 3.3.3.2.2) - * Added required statistical support (Chapter 3.3.3.3.1) + * Added support for horizontal profiles (Chapter 3.3.3.2.3); + part independent of MapViewer + + * Added a first support for ODV format (Req. TG_0040.005) + + * Enabling client for multi-instances (Req. 00_0000.007) + + * Adding of support of internal area filter (Req. TG_0020.012 b) + + * Added more support for internationalization (TG_0050.004) + + * Improved error handling with more user-friendly messages + + * Added required statistical support (Chapter 3.3.3.3.1) -2009-10-07 RELEASE 0.1 +2009-10-07 RELEASE 0.1 - * Initial realease of the web client which is a lightweight - runtime system for artifacts. + * Initial realease of the web client which is a lightweight + runtime system for artifacts.