# HG changeset patch # User Hans Plum # Date 1264602390 0 # Node ID 9f4a0b990d277ff322eebee42eb34d1533ec5ca4 # Parent 59c6c7b62e43ff1e3a6be6d582f0ee1c138d51a3 Summarized Changes and NEWS for Release 0.4 gnv/trunk@637 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 59c6c7b62e43 -r 9f4a0b990d27 gnv/ChangeLog --- a/gnv/ChangeLog Wed Jan 27 13:26:02 2010 +0000 +++ b/gnv/ChangeLog Wed Jan 27 14:26:30 2010 +0000 @@ -1,3 +1,9 @@ +2010-01-27 Hans Plum + + RELEASE 0.3 + + * Changes, NEWS, ChangeLog: Summerized activities + 2010-01-27 Ingo Weinzierl * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Added a @@ -47,7 +53,7 @@ * src/main/webapp/WEB-INF/config/struts-config.xml: Added controller and forwards. - * src/main/webapp/images/statistics.png: Statistic icon. + * src/main/webapp/images/statistics.png: Statistic icon. FIXME: Give a Source here! * src/main/webapp/WEB-INF/jsp/index.jsp, src/main/webapp/WEB-INF/jsp/includes/display_diagramm_statistics_inc.jsp, @@ -60,7 +66,7 @@ * src/main/resources/applicationMessages.properties, src/main/resources/applicationMessages_en.properties: Added label for - statistic icon. + statistic icon. 2010-01-22 Ingo Weinzierl @@ -160,33 +166,43 @@ * src/test/ressources/externalinterfacecall.xml: Added an Request-Document which contains an Call which might be send from the MapViewer to the GNV. + * src/test/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParserTestCase.java: Added TestCase for testing the functionality of the XMLExternalCallParser-Implementation. 2010-01-19 Tim Englich * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultMapService.java: DefaultImplementation of the Interface MapService. + * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/MapService.java : Added a new Interfacespecification for representing an MapService retrieved by an MapViewer-Call + * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultLayer.java: DefaultImplementation of the Interface Layer. + * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/Layer.java: Added a new Interfacespecification for representing an Layer retrieved by an MapViewer-Call - * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java (getArtifactFactoryMetaInformation), - src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (getArtifactFactoryMetaInformation): + + * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java + (getArtifactFactoryMetaInformation), src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java + (getArtifactFactoryMetaInformation): Added new Method for retrieving Metainformation for the ArtifactFactories using the Data which is parsed using the ExternalCallParser. + * src/main/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParserException.java (ExternalCallParserException): New ExceptionClass which is used to specify Exception which occurs during parsing an ExternalCallParser. + * src/main/java/de/intevation/gnv/action/mapviewer/parser/XMLExternalCallParser.java : Added an Implementation of the Inteface ExternalCallParser which is able to parse an XML-Document. + * src/main/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParser.java : Added a new Interface which provides the required Methods for parsing an Request from the MapViewer an provide the parsed Data. + * src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java: Added new Action which provied the reauired logic for Implementing the Interface to the MapViewer. diff -r 59c6c7b62e43 -r 9f4a0b990d27 gnv/Changes --- a/gnv/Changes Wed Jan 27 13:26:02 2010 +0000 +++ b/gnv/Changes Wed Jan 27 14:26:30 2010 +0000 @@ -1,3 +1,25 @@ +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: diff -r 59c6c7b62e43 -r 9f4a0b990d27 gnv/NEWS --- a/gnv/NEWS Wed Jan 27 13:26:02 2010 +0000 +++ b/gnv/NEWS Wed Jan 27 14:26:30 2010 +0000 @@ -1,3 +1,28 @@ +2010-01-27 RELEASE 0.4 + + * Adapted GUI to new concept + * handling selected parameters in a central summary to make GUI + more compact + * Splitting date selections into 2 steps: yearly and + exact point of time + * Enabling Point-Rendering for rendering in diagrams + * arranging productspecific actions (Exports, Statistics) + in a central field in order to have direct access to end products + at one place + + * Added support for Shapefile Download + + * Added first mechanism for publishing as Cross-sections as WMS + + * Reworked HTML to be HTML standard compatible + + * Added some new icons + + * Integrated basic styling of BSH + + * Added WKT-Line and Polygon Input for (temporary testing only) + + 2009-12-17 RELEASE 0.3 * PDF and SVG export of diagrams.