Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 415:9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
gnv/trunk@637 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Hans Plum <hans.plum@intevation.de> |
---|---|
date | Wed, 27 Jan 2010 14:26:30 +0000 |
parents | 59c6c7b62e43 |
children | 8032da9e8b70 |
comparison
equal
deleted
inserted
replaced
414:59c6c7b62e43 | 415:9f4a0b990d27 |
---|---|
1 2010-01-27 Hans Plum <hans@intevation.de> | |
2 | |
3 RELEASE 0.3 | |
4 | |
5 * Changes, NEWS, ChangeLog: Summerized activities | |
6 | |
1 2010-01-27 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 7 2010-01-27 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 8 |
3 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Added a | 9 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Added a |
4 workarround to avoid input failures caused by multi select boxes with only | 10 workarround to avoid input failures caused by multi select boxes with only |
5 one entry. They look like text input fields and don't force the user to | 11 one entry. They look like text input fields and don't force the user to |
45 action 'calculates' the statistic and shows the result in the gui. | 51 action 'calculates' the statistic and shows the result in the gui. |
46 | 52 |
47 * src/main/webapp/WEB-INF/config/struts-config.xml: Added controller and | 53 * src/main/webapp/WEB-INF/config/struts-config.xml: Added controller and |
48 forwards. | 54 forwards. |
49 | 55 |
50 * src/main/webapp/images/statistics.png: Statistic icon. | 56 * src/main/webapp/images/statistics.png: Statistic icon. FIXME: Give a Source here! |
51 | 57 |
52 * src/main/webapp/WEB-INF/jsp/index.jsp, | 58 * src/main/webapp/WEB-INF/jsp/index.jsp, |
53 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_statistics_inc.jsp, | 59 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_statistics_inc.jsp, |
54 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp, | 60 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp, |
55 src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Added symbol | 61 src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Added symbol |
58 * src/main/webapp/styles/default.css: Adjusted some parameter for a proper | 64 * src/main/webapp/styles/default.css: Adjusted some parameter for a proper |
59 placement of the statistic box. | 65 placement of the statistic box. |
60 | 66 |
61 * src/main/resources/applicationMessages.properties, | 67 * src/main/resources/applicationMessages.properties, |
62 src/main/resources/applicationMessages_en.properties: Added label for | 68 src/main/resources/applicationMessages_en.properties: Added label for |
63 statistic icon. | 69 statistic icon. |
64 | 70 |
65 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 71 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
66 | 72 |
67 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: New action. | 73 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: New action. |
68 The only task of this action is to parse the describe document and create | 74 The only task of this action is to parse the describe document and create |
158 2010-01-19 Tim Englich <tim.englich@intevation.de> | 164 2010-01-19 Tim Englich <tim.englich@intevation.de> |
159 | 165 |
160 * src/test/ressources/externalinterfacecall.xml: | 166 * src/test/ressources/externalinterfacecall.xml: |
161 Added an Request-Document which contains an Call which might be | 167 Added an Request-Document which contains an Call which might be |
162 send from the MapViewer to the GNV. | 168 send from the MapViewer to the GNV. |
169 | |
163 * src/test/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParserTestCase.java: | 170 * src/test/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParserTestCase.java: |
164 Added TestCase for testing the functionality of the XMLExternalCallParser-Implementation. | 171 Added TestCase for testing the functionality of the XMLExternalCallParser-Implementation. |
165 | 172 |
166 2010-01-19 Tim Englich <tim.englich@intevation.de> | 173 2010-01-19 Tim Englich <tim.englich@intevation.de> |
167 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultMapService.java: | 174 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultMapService.java: |
168 DefaultImplementation of the Interface MapService. | 175 DefaultImplementation of the Interface MapService. |
176 | |
169 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/MapService.java : | 177 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/MapService.java : |
170 Added a new Interfacespecification for representing an MapService retrieved | 178 Added a new Interfacespecification for representing an MapService retrieved |
171 by an MapViewer-Call | 179 by an MapViewer-Call |
180 | |
172 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultLayer.java: | 181 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultLayer.java: |
173 DefaultImplementation of the Interface Layer. | 182 DefaultImplementation of the Interface Layer. |
183 | |
174 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/Layer.java: | 184 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/Layer.java: |
175 Added a new Interfacespecification for representing an Layer retrieved | 185 Added a new Interfacespecification for representing an Layer retrieved |
176 by an MapViewer-Call | 186 by an MapViewer-Call |
177 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java (getArtifactFactoryMetaInformation), | 187 |
178 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (getArtifactFactoryMetaInformation): | 188 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java |
189 (getArtifactFactoryMetaInformation), src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java | |
190 (getArtifactFactoryMetaInformation): | |
179 Added new Method for retrieving Metainformation for the ArtifactFactories using | 191 Added new Method for retrieving Metainformation for the ArtifactFactories using |
180 the Data which is parsed using the ExternalCallParser. | 192 the Data which is parsed using the ExternalCallParser. |
193 | |
181 * src/main/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParserException.java (ExternalCallParserException): | 194 * src/main/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParserException.java (ExternalCallParserException): |
182 New ExceptionClass which is used to specify Exception which occurs during parsing | 195 New ExceptionClass which is used to specify Exception which occurs during parsing |
183 an ExternalCallParser. | 196 an ExternalCallParser. |
197 | |
184 * src/main/java/de/intevation/gnv/action/mapviewer/parser/XMLExternalCallParser.java : | 198 * src/main/java/de/intevation/gnv/action/mapviewer/parser/XMLExternalCallParser.java : |
185 Added an Implementation of the Inteface ExternalCallParser which is able to parse | 199 Added an Implementation of the Inteface ExternalCallParser which is able to parse |
186 an XML-Document. | 200 an XML-Document. |
201 | |
187 * src/main/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParser.java : | 202 * src/main/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParser.java : |
188 Added a new Interface which provides the required Methods for parsing an | 203 Added a new Interface which provides the required Methods for parsing an |
189 Request from the MapViewer an provide the parsed Data. | 204 Request from the MapViewer an provide the parsed Data. |
205 | |
190 * src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java: | 206 * src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java: |
191 Added new Action which provied the reauired logic for Implementing the | 207 Added new Action which provied the reauired logic for Implementing the |
192 Interface to the MapViewer. | 208 Interface to the MapViewer. |
193 | 209 |
194 2010-01-18 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 210 2010-01-18 Ingo Weinzierl <ingo.weinzierl@intevation.de> |