annotate gnv/ChangeLog @ 1027:fca4b5eb8d2f

Upgraded Restlet to the current stable release 2.0.4 gnv/trunk@1282 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 01 Feb 2011 16:17:48 +0000
parents 12c3863b2d8a
children
rev   line source
1027
fca4b5eb8d2f Upgraded Restlet to the current stable release 2.0.4
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1026
diff changeset
1 2011-02-01 Ingo Weinzierl <ingo@intevation.de>
fca4b5eb8d2f Upgraded Restlet to the current stable release 2.0.4
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1026
diff changeset
2
fca4b5eb8d2f Upgraded Restlet to the current stable release 2.0.4
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1026
diff changeset
3 * pom.xml: Upgraded the Restlet version from 2.0-SNAPSHOT to 2.0.4 which is
fca4b5eb8d2f Upgraded Restlet to the current stable release 2.0.4
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1026
diff changeset
4 the current stable release.
fca4b5eb8d2f Upgraded Restlet to the current stable release 2.0.4
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1026
diff changeset
5
fca4b5eb8d2f Upgraded Restlet to the current stable release 2.0.4
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1026
diff changeset
6 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
fca4b5eb8d2f Upgraded Restlet to the current stable release 2.0.4
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1026
diff changeset
7 Renamed the packages of Request and Response that have been changed from
fca4b5eb8d2f Upgraded Restlet to the current stable release 2.0.4
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1026
diff changeset
8 Restlet 2.0-SNAPSHOT to 2.0.4.
fca4b5eb8d2f Upgraded Restlet to the current stable release 2.0.4
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1026
diff changeset
9
1026
12c3863b2d8a Bugfix: improved the code to write incoming data of the MapViewerCallAction - if debug is disabled, no nullpointer exception will occur anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1025
diff changeset
10 2010-11-30 Ingo Weinzierl <ingo@intevation.de>
12c3863b2d8a Bugfix: improved the code to write incoming data of the MapViewerCallAction - if debug is disabled, no nullpointer exception will occur anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1025
diff changeset
11
12c3863b2d8a Bugfix: improved the code to write incoming data of the MapViewerCallAction - if debug is disabled, no nullpointer exception will occur anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1025
diff changeset
12 * src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java:
12c3863b2d8a Bugfix: improved the code to write incoming data of the MapViewerCallAction - if debug is disabled, no nullpointer exception will occur anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1025
diff changeset
13 Bugfix: if debug logging was disabled for this class, a Nullpointer
12c3863b2d8a Bugfix: improved the code to write incoming data of the MapViewerCallAction - if debug is disabled, no nullpointer exception will occur anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1025
diff changeset
14 exception would have been thrown.
12c3863b2d8a Bugfix: improved the code to write incoming data of the MapViewerCallAction - if debug is disabled, no nullpointer exception will occur anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1025
diff changeset
15
1025
2996395e44c9 Improved the logging of incoming mapviewer call data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1024
diff changeset
16 2010-11-29 Ingo Weinzierl <ingo@intevation.de>
2996395e44c9 Improved the logging of incoming mapviewer call data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1024
diff changeset
17
2996395e44c9 Improved the logging of incoming mapviewer call data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1024
diff changeset
18 * src/main/java/de/intevation/gnv/util/CaptureInputStream.java: New. This
2996395e44c9 Improved the logging of incoming mapviewer call data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1024
diff changeset
19 class makes it possible to capture incoming data (InputStream) in a proper
2996395e44c9 Improved the logging of incoming mapviewer call data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1024
diff changeset
20 way.
2996395e44c9 Improved the logging of incoming mapviewer call data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1024
diff changeset
21
2996395e44c9 Improved the logging of incoming mapviewer call data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1024
diff changeset
22 * src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java:
2996395e44c9 Improved the logging of incoming mapviewer call data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1024
diff changeset
23 Improved the mechanism to print the incoming data to log by using the
2996395e44c9 Improved the logging of incoming mapviewer call data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1024
diff changeset
24 CaptureInputStream class.
2996395e44c9 Improved the logging of incoming mapviewer call data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1024
diff changeset
25
1024
b45faa9315ce Addition to the last revision: MapViewer calls via HTTP Post are also logged (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1023
diff changeset
26 2010-11-26 Ingo Weinzierl <ingo@intevation.de>
b45faa9315ce Addition to the last revision: MapViewer calls via HTTP Post are also logged (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1023
diff changeset
27
b45faa9315ce Addition to the last revision: MapViewer calls via HTTP Post are also logged (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1023
diff changeset
28 ISSUE #323
b45faa9315ce Addition to the last revision: MapViewer calls via HTTP Post are also logged (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1023
diff changeset
29
b45faa9315ce Addition to the last revision: MapViewer calls via HTTP Post are also logged (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1023
diff changeset
30 * src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java:
b45faa9315ce Addition to the last revision: MapViewer calls via HTTP Post are also logged (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1023
diff changeset
31 In addition to the last revision: XML documents of HTTP Post request are
b45faa9315ce Addition to the last revision: MapViewer calls via HTTP Post are also logged (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1023
diff changeset
32 also logged to the logfile.
b45faa9315ce Addition to the last revision: MapViewer calls via HTTP Post are also logged (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1023
diff changeset
33
1023
e887763a37e2 Enabled debug logging of the xml document that is used in the MapViewer call (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1022
diff changeset
34 2010-11-26 Ingo Weinzierl <ingo@intevation.de>
e887763a37e2 Enabled debug logging of the xml document that is used in the MapViewer call (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1022
diff changeset
35
e887763a37e2 Enabled debug logging of the xml document that is used in the MapViewer call (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1022
diff changeset
36 ISSUE #323
e887763a37e2 Enabled debug logging of the xml document that is used in the MapViewer call (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1022
diff changeset
37
e887763a37e2 Enabled debug logging of the xml document that is used in the MapViewer call (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1022
diff changeset
38 * src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java:
e887763a37e2 Enabled debug logging of the xml document that is used in the MapViewer call (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1022
diff changeset
39 Log the xml document of the MapViewer call (DEBUG).
e887763a37e2 Enabled debug logging of the xml document that is used in the MapViewer call (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1022
diff changeset
40
e887763a37e2 Enabled debug logging of the xml document that is used in the MapViewer call (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1022
diff changeset
41 * src/main/webapp/WEB-INF/classes/log4j.properties: Enabled the DEBUG
e887763a37e2 Enabled debug logging of the xml document that is used in the MapViewer call (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1022
diff changeset
42 output of the MapViewerCallAction logging, so that the MapViewer call xml
e887763a37e2 Enabled debug logging of the xml document that is used in the MapViewer call (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1022
diff changeset
43 document can be found in the log file.
e887763a37e2 Enabled debug logging of the xml document that is used in the MapViewer call (#323).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1022
diff changeset
44
1022
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
45 2010-11-02 Ingo Weinzierl <ingo@intevation.de>
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
46
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
47 * src/test/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientTestCase.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
48 src/test/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParserTestCase.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
49 src/test/java/de/intevation/gnv/util/XSLTransformerTestCase.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
50 src/main/java/de/intevation/gnv/propertiesreader/PropertiesReader.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
51 src/main/java/de/intevation/gnv/propertiesreader/ServletPropertiesReader.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
52 src/main/java/de/intevation/gnv/propertiesreader/PropertiesReaderFactory.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
53 src/main/java/de/intevation/gnv/propertiesreader/MapPropertiesReader.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
54 src/main/java/de/intevation/gnv/artifactdatabase/objects/InputParameter.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
55 src/main/java/de/intevation/gnv/artifactdatabase/objects/OutputParameter.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
56 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactDescription.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
57 src/main/java/de/intevation/gnv/artifactdatabase/objects/OutputMode.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
58 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultInputParameter.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
59 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputParameter.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
60 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputMode.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
61 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactStatisticValue.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
62 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactStatisticsSet.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
63 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactObject.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
64 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactFactory.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
65 src/main/java/de/intevation/gnv/artifactdatabase/objects/ExportMode.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
66 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultArtifactStatisticValue.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
67 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultArtifactStatisticsSet.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
68 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultExportMode.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
69 src/main/java/de/intevation/gnv/artifactdatabase/objects/ParametrizedArtifactObject.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
70 src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultLayer.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
71 src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultMapService.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
72 src/main/java/de/intevation/gnv/artifactdatabase/objects/map/Layer.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
73 src/main/java/de/intevation/gnv/artifactdatabase/objects/map/MapService.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
74 src/main/java/de/intevation/gnv/artifactdatabase/objects/Artifact.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
75 src/main/java/de/intevation/gnv/artifactdatabase/objects/ParametrizedArtifactFactory.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
76 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
77 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
78 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientFactory.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
79 src/main/java/de/intevation/gnv/artifactdatabase/client/exception/ArtifactDatabaseClientException.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
80 src/main/java/de/intevation/gnv/artifactdatabase/client/exception/ArtifactDatabaseInputException.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
81 src/main/java/de/intevation/gnv/servlet/GNVActionServlet.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
82 src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
83 src/main/java/de/intevation/gnv/action/CommunicationKeys.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
84 src/main/java/de/intevation/gnv/action/DoExportAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
85 src/main/java/de/intevation/gnv/action/SwitchLanguageAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
86 src/main/java/de/intevation/gnv/action/WMSAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
87 src/main/java/de/intevation/gnv/action/FetchArtifactFactoriesAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
88 src/main/java/de/intevation/gnv/action/ShowStatisticAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
89 src/main/java/de/intevation/gnv/action/ArtifactDatabaseActionBase.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
90 src/main/java/de/intevation/gnv/action/DescribeUIAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
91 src/main/java/de/intevation/gnv/action/LoadAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
92 src/main/java/de/intevation/gnv/action/SelectFisAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
93 src/main/java/de/intevation/gnv/action/CreateHistogramAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
94 src/main/java/de/intevation/gnv/action/mapviewer/ShowMapViewerCallBodyAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
95 src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
96 src/main/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParserException.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
97 src/main/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParser.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
98 src/main/java/de/intevation/gnv/action/mapviewer/parser/XMLExternalCallParser.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
99 src/main/java/de/intevation/gnv/action/DoOutputAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
100 src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
101 src/main/java/de/intevation/gnv/action/MapClientStandaloneAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
102 src/main/java/de/intevation/gnv/action/CreateChartAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
103 src/main/java/de/intevation/gnv/action/sessionmodel/SessionModel.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
104 src/main/java/de/intevation/gnv/action/sessionmodel/DefaultSessionModel.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
105 src/main/java/de/intevation/gnv/action/sessionmodel/SessionModelFactory.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
106 src/main/java/de/intevation/gnv/action/sessionmodel/DiagrammOptions.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
107 src/main/java/de/intevation/gnv/action/PreviousArtifactStepAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
108 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
109 src/main/java/de/intevation/gnv/action/StoreAction.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
110 src/main/java/de/intevation/gnv/util/ArtifactNamespaceContext.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
111 src/main/java/de/intevation/gnv/util/XMLUtils.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
112 src/main/java/de/intevation/gnv/util/XSLTransformer.java,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
113 src/main/webapp/images/bfg-logo.gif,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
114 src/main/webapp/WEB-INF/jsp/wmslayout.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
115 src/main/webapp/WEB-INF/jsp/version.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
116 src/main/webapp/WEB-INF/jsp/index.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
117 src/main/webapp/WEB-INF/jsp/header.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
118 src/main/webapp/WEB-INF/jsp/includes/display_wms_basic_informations.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
119 src/main/webapp/WEB-INF/jsp/includes/info_german.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
120 src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
121 src/main/webapp/WEB-INF/jsp/includes/display_map_inc.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
122 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
123 src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
124 src/main/webapp/WEB-INF/jsp/includes/display_fis_inc.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
125 src/main/webapp/WEB-INF/jsp/includes/display_wms_options_inc.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
126 src/main/webapp/WEB-INF/jsp/includes/info_english.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
127 src/main/webapp/WEB-INF/jsp/includes/wms_header_inc.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
128 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_statistics_inc.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
129 src/main/webapp/WEB-INF/jsp/includes/display_mapviewercall_inc.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
130 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
131 src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
132 src/main/webapp/WEB-INF/jsp/includes/display_map_fullscreen_inc.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
133 src/main/webapp/WEB-INF/jsp/info.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
134 src/main/webapp/WEB-INF/jsp/footer.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
135 src/main/webapp/WEB-INF/jsp/wmsstandalone.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
136 src/main/webapp/WEB-INF/jsp/imprint.jsp,
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
137 src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Added a license header to each
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
138 of these files.
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
139
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
140 * LGPL.txt: Added the license text of the GNU LGPL.
28a0628b11b0 Added license file and license header.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1021
diff changeset
141
1021
30a283cfff0b Made name more precise
Hans Plum <hans.plum@intevation.de>
parents: 1020
diff changeset
142 2010-07-05 Hans Plum <hans.plum@intevation.de>
30a283cfff0b Made name more precise
Hans Plum <hans.plum@intevation.de>
parents: 1020
diff changeset
143
30a283cfff0b Made name more precise
Hans Plum <hans.plum@intevation.de>
parents: 1020
diff changeset
144 * src/main/webapp/WEB-INF/jsp/includes/info_german.jsp:
30a283cfff0b Made name more precise
Hans Plum <hans.plum@intevation.de>
parents: 1020
diff changeset
145 Made name more precise.
30a283cfff0b Made name more precise
Hans Plum <hans.plum@intevation.de>
parents: 1020
diff changeset
146
1020
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
147 2010-07-01 Ingo Weinzierl <ingo.weinzierl@intevation.de>
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
148
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
149 RELEASE 1.1
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
150
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
151 * src/main/webapp/styles/gnv.css: Some style adjustments for the info pages.
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
152
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
153 * src/main/webapp/WEB-INF/jsp/info.jsp: The outer info page. It handles the
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
154 different languages (german, english) and includes the localized info page
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
155 corresponding the current locale.
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
156
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
157 * src/main/webapp/WEB-INF/jsp/includes/info_german.jsp,
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
158 src/main/webapp/WEB-INF/jsp/includes/info_english.jsp: German and english
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
159 info pages. Currently, just the german page is filled with content.
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
160
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
161 * pom.xml: Do not check if there are local changes before writing
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
162 buildnumber into MANIFEST. Local changes would stop the build process.
ba918db634a1 Added info pages for german and english (not translated yet).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1019
diff changeset
163
1019
170c48e2319f Summarized changes for RELEASE 1.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1018
diff changeset
164 2010-06-30 Ingo Weinzierl <ingo.weinzierl@intevation.de>
170c48e2319f Summarized changes for RELEASE 1.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1018
diff changeset
165
170c48e2319f Summarized changes for RELEASE 1.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1018
diff changeset
166 * Changes, NEWS, ChangeLog: Summarized changes
170c48e2319f Summarized changes for RELEASE 1.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1018
diff changeset
167
1018
4eb7fa8a36ed Changed OpenLayers MouseDefault control with an OpenLayers Navigation control. Before panning the map, the user needs to activate this control (issue311).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1017
diff changeset
168 2010-06-30 Ingo Weinzierl <ingo.weinzierl@intevation.de>
4eb7fa8a36ed Changed OpenLayers MouseDefault control with an OpenLayers Navigation control. Before panning the map, the user needs to activate this control (issue311).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1017
diff changeset
169
4eb7fa8a36ed Changed OpenLayers MouseDefault control with an OpenLayers Navigation control. Before panning the map, the user needs to activate this control (issue311).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1017
diff changeset
170 Issue311
4eb7fa8a36ed Changed OpenLayers MouseDefault control with an OpenLayers Navigation control. Before panning the map, the user needs to activate this control (issue311).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1017
diff changeset
171
4eb7fa8a36ed Changed OpenLayers MouseDefault control with an OpenLayers Navigation control. Before panning the map, the user needs to activate this control (issue311).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1017
diff changeset
172 * src/main/webapp/scripts/viewport.jsp: Changed OpenLayers MouseDefault
4eb7fa8a36ed Changed OpenLayers MouseDefault control with an OpenLayers Navigation control. Before panning the map, the user needs to activate this control (issue311).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1017
diff changeset
173 control with a Navigation control which is initially disabled. Users need
4eb7fa8a36ed Changed OpenLayers MouseDefault control with an OpenLayers Navigation control. Before panning the map, the user needs to activate this control (issue311).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1017
diff changeset
174 to activate the navigation control for panning expicitly before panning.
4eb7fa8a36ed Changed OpenLayers MouseDefault control with an OpenLayers Navigation control. Before panning the map, the user needs to activate this control (issue311).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1017
diff changeset
175
1017
cce6596560e6 After resizing the window, the map panel is resized as well (currently just the width changes) (issue307).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1016
diff changeset
176 2010-06-30 Ingo Weinzierl <ingo.weinzierl@intevation.de>
cce6596560e6 After resizing the window, the map panel is resized as well (currently just the width changes) (issue307).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1016
diff changeset
177
cce6596560e6 After resizing the window, the map panel is resized as well (currently just the width changes) (issue307).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1016
diff changeset
178 Issue307
cce6596560e6 After resizing the window, the map panel is resized as well (currently just the width changes) (issue307).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1016
diff changeset
179
cce6596560e6 After resizing the window, the map panel is resized as well (currently just the width changes) (issue307).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1016
diff changeset
180 * src/main/webapp/scripts/viewport.jsp: Added a 'resize' listener for the
cce6596560e6 After resizing the window, the map panel is resized as well (currently just the width changes) (issue307).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1016
diff changeset
181 browser window. If the browser window is resized, the size of the map
cce6596560e6 After resizing the window, the map panel is resized as well (currently just the width changes) (issue307).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1016
diff changeset
182 panel is adapted. For example, you have a small browser window at the
cce6596560e6 After resizing the window, the map panel is resized as well (currently just the width changes) (issue307).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1016
diff changeset
183 beginning and resize it later to its maximal size, the map panel takes all
cce6596560e6 After resizing the window, the map panel is resized as well (currently just the width changes) (issue307).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1016
diff changeset
184 the place it can get. Currently, just the width is adapted, because outer
cce6596560e6 After resizing the window, the map panel is resized as well (currently just the width changes) (issue307).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1016
diff changeset
185 div container has a fix height that doesn't change.
cce6596560e6 After resizing the window, the map panel is resized as well (currently just the width changes) (issue307).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1016
diff changeset
186
1016
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
187 2010-06-29 Tim Englich <tim.englich@intevation.de>
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
188
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
189 ISSU317
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
190
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
191 * src/main/resources/applicationMessages*.properties:
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
192 Added i18n support for the Name of the GNV Web Map Service.
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
193
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
194 * src/main/webapp/WEB-INF/jsp/includes/wms_header_inc.jsp:
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
195 Added variable capfile to be able to reference the combobox directly.
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
196
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
197 * src/main/webapp/WEB-INF/config/reachable-servers.conf:
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
198 Added configurationfile to fill the combobox with WMS.
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
199
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
200 * src/main/webapp/scripts/olutils.jsp:
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
201 Read URL to Capabilities-Document from selected Item in Combobox.
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
202 Also switched to singleTile mode for inserted Layers.
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
203
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
204 * src/main/webapp/scripts/viewport.jsp:
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
205 Switched Inputfile for GetCapabilities URl to an Combobox.
3665834344a8 Issue317: Provide a Comboboy with given WMS instead of an Textfield
Tim Englich <tim.englich@intevation.de>
parents: 1015
diff changeset
206
1015
c83eeebdf521 Added missing Image for the PopupWindow of GetFeatureInforRequests.
Tim Englich <tim.englich@intevation.de>
parents: 1014
diff changeset
207 2010-06-29 Tim Englich <tim.englich@intevation.de>
c83eeebdf521 Added missing Image for the PopupWindow of GetFeatureInforRequests.
Tim Englich <tim.englich@intevation.de>
parents: 1014
diff changeset
208
c83eeebdf521 Added missing Image for the PopupWindow of GetFeatureInforRequests.
Tim Englich <tim.englich@intevation.de>
parents: 1014
diff changeset
209 * src/main/webapp/images/ol/cloud-popup-relative.png:
c83eeebdf521 Added missing Image for the PopupWindow of GetFeatureInforRequests.
Tim Englich <tim.englich@intevation.de>
parents: 1014
diff changeset
210 Added missing Image for the PopupWindow of GetFeatureInforRequests.
c83eeebdf521 Added missing Image for the PopupWindow of GetFeatureInforRequests.
Tim Englich <tim.englich@intevation.de>
parents: 1014
diff changeset
211
1014
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
212 2010-06-28 Tim Englich <tim.englich@intevation.de>
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
213
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
214 ISSUE308
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
215
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
216 * src/main/webapp/styles/ol_style.css:
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
217 Removed unused CSS .title
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
218
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
219 * src/main/webapp/images/ol/wvHeaderBG.gif:
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
220 Removed unused Image.
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
221
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
222 2010-06-28 Tim Englich <tim.englich@intevation.de>
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
223
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
224 ISSUE311
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
225
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
226 * src/main/webapp/WEB-INF/jsp/includes/display_map_fullscreen_inc.jsp:
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
227 Syncronized size of the headline of fullscreen-mode of the map-client
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
228 to the size of the headline of the web-client.
6eea2c04b681 Removed unused css and unreferenced images
Tim Englich <tim.englich@intevation.de>
parents: 1013
diff changeset
229
1013
e2c4e9886dc3 Syncronized size of the headline of fullscreen-mode of the map-client to the size of the headline of the web-client.
Tim Englich <tim.englich@intevation.de>
parents: 1012
diff changeset
230 2010-06-28 Tim Englich <tim.englich@intevation.de>
e2c4e9886dc3 Syncronized size of the headline of fullscreen-mode of the map-client to the size of the headline of the web-client.
Tim Englich <tim.englich@intevation.de>
parents: 1012
diff changeset
231
e2c4e9886dc3 Syncronized size of the headline of fullscreen-mode of the map-client to the size of the headline of the web-client.
Tim Englich <tim.englich@intevation.de>
parents: 1012
diff changeset
232 ISSUE311
e2c4e9886dc3 Syncronized size of the headline of fullscreen-mode of the map-client to the size of the headline of the web-client.
Tim Englich <tim.englich@intevation.de>
parents: 1012
diff changeset
233
e2c4e9886dc3 Syncronized size of the headline of fullscreen-mode of the map-client to the size of the headline of the web-client.
Tim Englich <tim.englich@intevation.de>
parents: 1012
diff changeset
234 * src/main/webapp/WEB-INF/jsp/includes/display_map_fullscreen_inc.jsp:
e2c4e9886dc3 Syncronized size of the headline of fullscreen-mode of the map-client to the size of the headline of the web-client.
Tim Englich <tim.englich@intevation.de>
parents: 1012
diff changeset
235 Syncronized size of the headline of fullscreen-mode of the map-client
e2c4e9886dc3 Syncronized size of the headline of fullscreen-mode of the map-client to the size of the headline of the web-client.
Tim Englich <tim.englich@intevation.de>
parents: 1012
diff changeset
236 to the size of the headline of the web-client.
e2c4e9886dc3 Syncronized size of the headline of fullscreen-mode of the map-client to the size of the headline of the web-client.
Tim Englich <tim.englich@intevation.de>
parents: 1012
diff changeset
237
1012
5b118b59dc14 Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents: 1011
diff changeset
238 2010-06-28 Tim Englich <tim.englich@intevation.de>
5b118b59dc14 Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents: 1011
diff changeset
239
5b118b59dc14 Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents: 1011
diff changeset
240 ISSUE311
5b118b59dc14 Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents: 1011
diff changeset
241
5b118b59dc14 Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents: 1011
diff changeset
242 * src/main/webapp/images/ol/slider.png:
5b118b59dc14 Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents: 1011
diff changeset
243 Added missing Image slider.png using the colors of the BSH.
5b118b59dc14 Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents: 1011
diff changeset
244
5b118b59dc14 Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents: 1011
diff changeset
245 * src/main/webapp/styles/ol_style.css:
5b118b59dc14 Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents: 1011
diff changeset
246 Added CSS for Zoombox. Modified CSS for Mouseposition. The background now
5b118b59dc14 Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents: 1011
diff changeset
247 is gray with opacity 0.75
5b118b59dc14 Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents: 1011
diff changeset
248
5b118b59dc14 Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents: 1011
diff changeset
249 * src/main/webapp/scripts/viewport.jsp:
5b118b59dc14 Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents: 1011
diff changeset
250 Switched order of Controls to tree, legend, add layers.
5b118b59dc14 Do some GUI-Improvements in the Map-Client
Tim Englich <tim.englich@intevation.de>
parents: 1011
diff changeset
251
1011
7d67449f47b1 Removed ScaleLine from Viewport
Tim Englich <tim.englich@intevation.de>
parents: 1010
diff changeset
252 2010-06-28 Tim Englich <tim.englich@intevation.de>
7d67449f47b1 Removed ScaleLine from Viewport
Tim Englich <tim.englich@intevation.de>
parents: 1010
diff changeset
253
7d67449f47b1 Removed ScaleLine from Viewport
Tim Englich <tim.englich@intevation.de>
parents: 1010
diff changeset
254 ISSUE 306
7d67449f47b1 Removed ScaleLine from Viewport
Tim Englich <tim.englich@intevation.de>
parents: 1010
diff changeset
255
7d67449f47b1 Removed ScaleLine from Viewport
Tim Englich <tim.englich@intevation.de>
parents: 1010
diff changeset
256 * src/main/webapp/scripts/viewport.jsp:
7d67449f47b1 Removed ScaleLine from Viewport
Tim Englich <tim.englich@intevation.de>
parents: 1010
diff changeset
257 Removed ScaleLine from Viewport
7d67449f47b1 Removed ScaleLine from Viewport
Tim Englich <tim.englich@intevation.de>
parents: 1010
diff changeset
258
1009
a433a9174cd2 Removed duplicate information about layernames / layertitle from GUI.
Tim Englich <tim.englich@intevation.de>
parents: 1008
diff changeset
259 2010-06-28 Tim Englich <tim.englich@intevation.de>
a433a9174cd2 Removed duplicate information about layernames / layertitle from GUI.
Tim Englich <tim.englich@intevation.de>
parents: 1008
diff changeset
260
1010
d0e0b562a4a6 Removed store.load()
Tim Englich <tim.englich@intevation.de>
parents: 1009
diff changeset
261 ISSUE 305
d0e0b562a4a6 Removed store.load()
Tim Englich <tim.englich@intevation.de>
parents: 1009
diff changeset
262
d0e0b562a4a6 Removed store.load()
Tim Englich <tim.englich@intevation.de>
parents: 1009
diff changeset
263 * src/main/webapp/scripts/viewport.jsp:
d0e0b562a4a6 Removed store.load()
Tim Englich <tim.englich@intevation.de>
parents: 1009
diff changeset
264 Removed store.load() because calling this function without a given
d0e0b562a4a6 Removed store.load()
Tim Englich <tim.englich@intevation.de>
parents: 1009
diff changeset
265 url to a capabilities-file will cause that the complete page, where the
d0e0b562a4a6 Removed store.load()
Tim Englich <tim.englich@intevation.de>
parents: 1009
diff changeset
266 Web-Client is placed in, will be loaded using the proxy without the post-
d0e0b562a4a6 Removed store.load()
Tim Englich <tim.englich@intevation.de>
parents: 1009
diff changeset
267 Parameter.
d0e0b562a4a6 Removed store.load()
Tim Englich <tim.englich@intevation.de>
parents: 1009
diff changeset
268
d0e0b562a4a6 Removed store.load()
Tim Englich <tim.englich@intevation.de>
parents: 1009
diff changeset
269 2010-06-28 Tim Englich <tim.englich@intevation.de>
1009
a433a9174cd2 Removed duplicate information about layernames / layertitle from GUI.
Tim Englich <tim.englich@intevation.de>
parents: 1008
diff changeset
270
a433a9174cd2 Removed duplicate information about layernames / layertitle from GUI.
Tim Englich <tim.englich@intevation.de>
parents: 1008
diff changeset
271 ISSUE 305
a433a9174cd2 Removed duplicate information about layernames / layertitle from GUI.
Tim Englich <tim.englich@intevation.de>
parents: 1008
diff changeset
272
a433a9174cd2 Removed duplicate information about layernames / layertitle from GUI.
Tim Englich <tim.englich@intevation.de>
parents: 1008
diff changeset
273 * src/main/resources/applicationMessages.properties,
a433a9174cd2 Removed duplicate information about layernames / layertitle from GUI.
Tim Englich <tim.englich@intevation.de>
parents: 1008
diff changeset
274 src/main/resources/applicationMessages_en.properties,
a433a9174cd2 Removed duplicate information about layernames / layertitle from GUI.
Tim Englich <tim.englich@intevation.de>
parents: 1008
diff changeset
275 src/main/webapp/WEB-INF/jsp/includes/display_wms_basic_informations.jsp:
a433a9174cd2 Removed duplicate information about layernames / layertitle from GUI.
Tim Englich <tim.englich@intevation.de>
parents: 1008
diff changeset
276 Removed duplicate Information about Layernames / Layertitle from GUI.
a433a9174cd2 Removed duplicate information about layernames / layertitle from GUI.
Tim Englich <tim.englich@intevation.de>
parents: 1008
diff changeset
277 Also removed unused resources.
a433a9174cd2 Removed duplicate information about layernames / layertitle from GUI.
Tim Englich <tim.englich@intevation.de>
parents: 1008
diff changeset
278
1008
1b42a86184f6 Removed the changes of rev1206 and 1214.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
279 2010-06-25 Ingo Weinzierl <ingo.weinzierl@intevation.de>
1b42a86184f6 Removed the changes of rev1206 and 1214.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
280
1b42a86184f6 Removed the changes of rev1206 and 1214.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
281 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java,
1b42a86184f6 Removed the changes of rev1206 and 1214.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
282 src/main/java/de/intevation/gnv/action/DescribeUIAction.java,
1b42a86184f6 Removed the changes of rev1206 and 1214.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
283 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java,
1b42a86184f6 Removed the changes of rev1206 and 1214.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
284 src/main/java/de/intevation/gnv/util/XSLTransformer.java,
1b42a86184f6 Removed the changes of rev1206 and 1214.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
285 src/main/webapp/styles/gnv.css,
1b42a86184f6 Removed the changes of rev1206 and 1214.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
286 src/main/webapp/WEB-INF/config/struts-config.xml,
1b42a86184f6 Removed the changes of rev1206 and 1214.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
287 src/main/webapp/WEB-INF/config/templates/describe-ui.xsl,
1b42a86184f6 Removed the changes of rev1206 and 1214.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
288 src/main/webapp/WEB-INF/jsp/index.jsp: Removed the changes of rev1214 and
1b42a86184f6 Removed the changes of rev1206 and 1214.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
289 rev1206.
1b42a86184f6 Removed the changes of rev1206 and 1214.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1007
diff changeset
290
1007
de9a0b16e99f Fixed some more XHTML-Mistakes
Tim Englich <tim.englich@intevation.de>
parents: 1006
diff changeset
291 2010-06-15 Tim Englich <tim.englich@intevation.de>
de9a0b16e99f Fixed some more XHTML-Mistakes
Tim Englich <tim.englich@intevation.de>
parents: 1006
diff changeset
292
de9a0b16e99f Fixed some more XHTML-Mistakes
Tim Englich <tim.englich@intevation.de>
parents: 1006
diff changeset
293 * src/main/webapp/WEB-INF/jsp/wmsstandalone.jsp,
de9a0b16e99f Fixed some more XHTML-Mistakes
Tim Englich <tim.englich@intevation.de>
parents: 1006
diff changeset
294 src/main/webapp/WEB-INF/jsp/version.jsp,
de9a0b16e99f Fixed some more XHTML-Mistakes
Tim Englich <tim.englich@intevation.de>
parents: 1006
diff changeset
295 src/main/webapp/WEB-INF/jsp/info.jsp,
de9a0b16e99f Fixed some more XHTML-Mistakes
Tim Englich <tim.englich@intevation.de>
parents: 1006
diff changeset
296 src/main/webapp/WEB-INF/jsp/imprint.jsp,
de9a0b16e99f Fixed some more XHTML-Mistakes
Tim Englich <tim.englich@intevation.de>
parents: 1006
diff changeset
297 src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp:
de9a0b16e99f Fixed some more XHTML-Mistakes
Tim Englich <tim.englich@intevation.de>
parents: 1006
diff changeset
298 Fixed some more XHTML-Mistakes.
de9a0b16e99f Fixed some more XHTML-Mistakes
Tim Englich <tim.englich@intevation.de>
parents: 1006
diff changeset
299
1006
237c73a2b0dd Removed file which was commited in r1202 by mistake
Tim Englich <tim.englich@intevation.de>
parents: 1005
diff changeset
300 2010-06-15 Tim Englich <tim.englich@intevation.de>
237c73a2b0dd Removed file which was commited in r1202 by mistake
Tim Englich <tim.englich@intevation.de>
parents: 1005
diff changeset
301
237c73a2b0dd Removed file which was commited in r1202 by mistake
Tim Englich <tim.englich@intevation.de>
parents: 1005
diff changeset
302 * src/main/webapp/scripts/olutils.js:
237c73a2b0dd Removed file which was commited in r1202 by mistake
Tim Englich <tim.englich@intevation.de>
parents: 1005
diff changeset
303 Removed file which was commited in r1202 by mistake
237c73a2b0dd Removed file which was commited in r1202 by mistake
Tim Englich <tim.englich@intevation.de>
parents: 1005
diff changeset
304
1005
397b4cb8589b Prevent NPE if the Mapviewer has delivered no Geometry.
Tim Englich <tim.englich@intevation.de>
parents: 1004
diff changeset
305 2010-06-15 Tim Englich <tim.englich@intevation.de>
397b4cb8589b Prevent NPE if the Mapviewer has delivered no Geometry.
Tim Englich <tim.englich@intevation.de>
parents: 1004
diff changeset
306
397b4cb8589b Prevent NPE if the Mapviewer has delivered no Geometry.
Tim Englich <tim.englich@intevation.de>
parents: 1004
diff changeset
307 ISSUE 278: Again: Because something was wrong with r1202.
397b4cb8589b Prevent NPE if the Mapviewer has delivered no Geometry.
Tim Englich <tim.englich@intevation.de>
parents: 1004
diff changeset
308
397b4cb8589b Prevent NPE if the Mapviewer has delivered no Geometry.
Tim Englich <tim.englich@intevation.de>
parents: 1004
diff changeset
309 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
397b4cb8589b Prevent NPE if the Mapviewer has delivered no Geometry.
Tim Englich <tim.englich@intevation.de>
parents: 1004
diff changeset
310 Prevent NPE if the Mapviewer has delivered no Geometry.
397b4cb8589b Prevent NPE if the Mapviewer has delivered no Geometry.
Tim Englich <tim.englich@intevation.de>
parents: 1004
diff changeset
311
1004
a0d16ccb82ba Render direct links as list.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1003
diff changeset
312 2010-06-15 Sascha L. Teichmann <sascha.teichmann@intevation.de>
a0d16ccb82ba Render direct links as list.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1003
diff changeset
313
a0d16ccb82ba Render direct links as list.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1003
diff changeset
314 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl:
a0d16ccb82ba Render direct links as list.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1003
diff changeset
315 Render direct links as list.
a0d16ccb82ba Render direct links as list.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1003
diff changeset
316
1003
cf5ab5eaeb46 Write svn revision to MANIFEST file while creating war archive.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1002
diff changeset
317 2010-06-14 Ingo Weinzierl <ingo.weinzierl@intevation.de>
cf5ab5eaeb46 Write svn revision to MANIFEST file while creating war archive.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1002
diff changeset
318
cf5ab5eaeb46 Write svn revision to MANIFEST file while creating war archive.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1002
diff changeset
319 * pom.xml: The svn revision number is written to MANIFEST.MF while creating
cf5ab5eaeb46 Write svn revision to MANIFEST file while creating war archive.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1002
diff changeset
320 war archive.
cf5ab5eaeb46 Write svn revision to MANIFEST file while creating war archive.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1002
diff changeset
321
1002
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
322 2010-06-10 Sascha L. Teichmann <sascha.teichmann@intevation.de>
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
323
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
324 Issue 219
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
325
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
326 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java:
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
327 Broke over long line.
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
328
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
329 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: Fed
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
330 more parameters into XSL transformation to allow better form rendering.
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
331
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
332 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java:
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
333 use explicit boolean to indicate that we are still able to advance.
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
334
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
335 * src/main/java/de/intevation/gnv/util/XSLTransformer.java: Removed
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
336 stupid initial size of hash map.
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
337
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
338 * src/main/webapp/styles/gnv.css: Added style to render direct
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
339 links to look like buttons.
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
340
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
341 * src/main/webapp/WEB-INF/config/struts-config.xml: Added a few
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
342 forwards. The log is full of unresolvable forwards. TODO: This
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
343 needs to be checked and is not a problem introduced by direct
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
344 link feature.
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
345
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
346 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Render
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
347 the direct links if there are less than six item in a single
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
348 select list.
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
349
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
350 * src/main/webapp/WEB-INF/jsp/index.jsp: Cleanup a bit. Removed
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
351 form rendering here and moved it into the dynamic XSL transformation.
b1eea43ba133 Second attempt to apply redirect link patch.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1001
diff changeset
352
1001
ebc3d018af6a Prevent NPE if the Mapviewer has delivered no Geometry.
Tim Englich <tim.englich@intevation.de>
parents: 1000
diff changeset
353 2010-06-11 Tim Englich <tim.englich@intevation.de>
ebc3d018af6a Prevent NPE if the Mapviewer has delivered no Geometry.
Tim Englich <tim.englich@intevation.de>
parents: 1000
diff changeset
354
ebc3d018af6a Prevent NPE if the Mapviewer has delivered no Geometry.
Tim Englich <tim.englich@intevation.de>
parents: 1000
diff changeset
355 Issue278
ebc3d018af6a Prevent NPE if the Mapviewer has delivered no Geometry.
Tim Englich <tim.englich@intevation.de>
parents: 1000
diff changeset
356
ebc3d018af6a Prevent NPE if the Mapviewer has delivered no Geometry.
Tim Englich <tim.englich@intevation.de>
parents: 1000
diff changeset
357 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
ebc3d018af6a Prevent NPE if the Mapviewer has delivered no Geometry.
Tim Englich <tim.englich@intevation.de>
parents: 1000
diff changeset
358 Prevent NPE if the Mapviewer has delivered no Geometry.
ebc3d018af6a Prevent NPE if the Mapviewer has delivered no Geometry.
Tim Englich <tim.englich@intevation.de>
parents: 1000
diff changeset
359
ebc3d018af6a Prevent NPE if the Mapviewer has delivered no Geometry.
Tim Englich <tim.englich@intevation.de>
parents: 1000
diff changeset
360
1000
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
361 2010-06-11 Tim Englich <tim.englich@intevation.de>
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
362
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
363 Customize Look and Feel to styleguide of the bsh.
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
364
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
365 * src/main/webapp/scripts/viewport.jsp:
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
366 Link OpenLayers image-folder to images/ol to get the navigation-bar in
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
367 a customize look and feel.
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
368
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
369 * src/main/webapp/styles/ol_style.css:
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
370 Added missing styles of Openlayer that must be overriden.
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
371
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
372 * src/main/webapp/images/ol/east-mini.png,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
373 src/main/webapp/images/ol/feature_info_off.png,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
374 src/main/webapp/images/ol/feature_info_on.png,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
375 src/main/webapp/images/ol/folder-open.gif,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
376 src/main/webapp/images/ol/folder.gif,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
377 src/main/webapp/images/ol/leaf.gif,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
378 src/main/webapp/images/ol/navigation_history.png,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
379 src/main/webapp/images/ol/north-mini.png,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
380 src/main/webapp/images/ol/pan_off.png,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
381 src/main/webapp/images/ol/pan_on.png,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
382 src/main/webapp/images/ol/south-mini.png,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
383 src/main/webapp/images/ol/tool-sprites.gif,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
384 src/main/webapp/images/ol/west-mini.png,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
385 src/main/webapp/images/ol/wvHeaderBG.gif,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
386 src/main/webapp/images/ol/zoom_box_off.png,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
387 src/main/webapp/images/ol/zoom_box_on.png,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
388 src/main/webapp/images/ol/zoom-minus-mini.png,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
389 src/main/webapp/images/ol/zoom-plus-mini.png,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
390 src/main/webapp/images/ol/zoom-world-mini.png,
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
391 src/main/webapp/images/ol/zoombar.png:
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
392 Added missing icons and put an blue-filter to all icons.
905cc67da916 Customize Look and Feel to styleguide of the bsh.
Tim Englich <tim.englich@intevation.de>
parents: 999
diff changeset
393
999
961c2c89a37c gnv/trunk@1200 c6561f87-3c4e-4783-a992-168aeb5c3f6f
Tim Englich <tim.englich@intevation.de>
parents: 998
diff changeset
394 2010-06-11 Tim Englich <tim.englich@intevation.de>
961c2c89a37c gnv/trunk@1200 c6561f87-3c4e-4783-a992-168aeb5c3f6f
Tim Englich <tim.englich@intevation.de>
parents: 998
diff changeset
395
961c2c89a37c gnv/trunk@1200 c6561f87-3c4e-4783-a992-168aeb5c3f6f
Tim Englich <tim.englich@intevation.de>
parents: 998
diff changeset
396 * src/main/webapp/images/ol/measure_line_off.png,
961c2c89a37c gnv/trunk@1200 c6561f87-3c4e-4783-a992-168aeb5c3f6f
Tim Englich <tim.englich@intevation.de>
parents: 998
diff changeset
397 src/main/webapp/images/ol/measure_line_on.png,
961c2c89a37c gnv/trunk@1200 c6561f87-3c4e-4783-a992-168aeb5c3f6f
Tim Englich <tim.englich@intevation.de>
parents: 998
diff changeset
398 src/main/webapp/images/ol/measure_polygon_off.png,
961c2c89a37c gnv/trunk@1200 c6561f87-3c4e-4783-a992-168aeb5c3f6f
Tim Englich <tim.englich@intevation.de>
parents: 998
diff changeset
399 src/main/webapp/images/ol/measure_polygon_on.png:
961c2c89a37c gnv/trunk@1200 c6561f87-3c4e-4783-a992-168aeb5c3f6f
Tim Englich <tim.englich@intevation.de>
parents: 998
diff changeset
400 Removed unused Icons.
961c2c89a37c gnv/trunk@1200 c6561f87-3c4e-4783-a992-168aeb5c3f6f
Tim Englich <tim.englich@intevation.de>
parents: 998
diff changeset
401
998
27029f0ec7e1 Reverted the changes of rev1194.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 997
diff changeset
402 2010-06-11 Ingo Weinzierl <ingo.weinzierl@intevation.de>
27029f0ec7e1 Reverted the changes of rev1194.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 997
diff changeset
403
27029f0ec7e1 Reverted the changes of rev1194.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 997
diff changeset
404 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java,
27029f0ec7e1 Reverted the changes of rev1194.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 997
diff changeset
405 src/main/java/de/intevation/gnv/action/DescribeUIAction.java,
27029f0ec7e1 Reverted the changes of rev1194.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 997
diff changeset
406 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java,
27029f0ec7e1 Reverted the changes of rev1194.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 997
diff changeset
407 src/main/java/de/intevation/gnv/util/XSLTransformer.java,
27029f0ec7e1 Reverted the changes of rev1194.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 997
diff changeset
408 src/main/webapp/styles/gnv.css,
27029f0ec7e1 Reverted the changes of rev1194.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 997
diff changeset
409 src/main/webapp/WEB-INF/config/struts-config.xml,
27029f0ec7e1 Reverted the changes of rev1194.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 997
diff changeset
410 src/main/webapp/WEB-INF/config/templates/describe-ui.xsl,
27029f0ec7e1 Reverted the changes of rev1194.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 997
diff changeset
411 src/main/webapp/WEB-INF/jsp/index.jsp: Reverted the changes of rev1194 -
27029f0ec7e1 Reverted the changes of rev1194.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 997
diff changeset
412 the feature implemented in rev1194 has not been finished so far.
27029f0ec7e1 Reverted the changes of rev1194.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 997
diff changeset
413
997
f55692e3e0ce Modified output of the GetfeatureInfo-request.
Tim Englich <tim.englich@intevation.de>
parents: 996
diff changeset
414 2010-06-11 Tim Englich <tim.englich@intevation.de>
f55692e3e0ce Modified output of the GetfeatureInfo-request.
Tim Englich <tim.englich@intevation.de>
parents: 996
diff changeset
415
f55692e3e0ce Modified output of the GetfeatureInfo-request.
Tim Englich <tim.englich@intevation.de>
parents: 996
diff changeset
416 * src/main/webapp/scripts/viewport.jsp,
f55692e3e0ce Modified output of the GetfeatureInfo-request.
Tim Englich <tim.englich@intevation.de>
parents: 996
diff changeset
417 src/main/webapp/scripts/olutils.jsp:
f55692e3e0ce Modified output of the GetfeatureInfo-request.
Tim Englich <tim.englich@intevation.de>
parents: 996
diff changeset
418 Modified output of the GetfeatureInfo-request.
f55692e3e0ce Modified output of the GetfeatureInfo-request.
Tim Englich <tim.englich@intevation.de>
parents: 996
diff changeset
419 All attributes of each feature which was returned by the request will be
f55692e3e0ce Modified output of the GetfeatureInfo-request.
Tim Englich <tim.englich@intevation.de>
parents: 996
diff changeset
420 put in one separte Table.
f55692e3e0ce Modified output of the GetfeatureInfo-request.
Tim Englich <tim.englich@intevation.de>
parents: 996
diff changeset
421
996
0a652fd10638 Added localized message if no layer were created.
Tim Englich <tim.englich@intevation.de>
parents: 995
diff changeset
422 2010-06-11 Tim Englich <tim.englich@intevation.de>
0a652fd10638 Added localized message if no layer were created.
Tim Englich <tim.englich@intevation.de>
parents: 995
diff changeset
423
0a652fd10638 Added localized message if no layer were created.
Tim Englich <tim.englich@intevation.de>
parents: 995
diff changeset
424 * src/main/resources/applicationMessages*.properties:
0a652fd10638 Added localized message if no layer were created.
Tim Englich <tim.englich@intevation.de>
parents: 995
diff changeset
425 Added localized message if no layer were created.
0a652fd10638 Added localized message if no layer were created.
Tim Englich <tim.englich@intevation.de>
parents: 995
diff changeset
426
995
a406d8807e5d Bugfix: All Layer will only use one single Tile for displaying it.
Tim Englich <tim.englich@intevation.de>
parents: 994
diff changeset
427 2010-06-11 Tim Englich <tim.englich@intevation.de>
a406d8807e5d Bugfix: All Layer will only use one single Tile for displaying it.
Tim Englich <tim.englich@intevation.de>
parents: 994
diff changeset
428
a406d8807e5d Bugfix: All Layer will only use one single Tile for displaying it.
Tim Englich <tim.englich@intevation.de>
parents: 994
diff changeset
429 * src/main/webapp/scripts/layers.jsp:
a406d8807e5d Bugfix: All Layer will only use one single Tile for displaying it.
Tim Englich <tim.englich@intevation.de>
parents: 994
diff changeset
430 Bugfix: All Layer will only use one single Tile for displaying it.
a406d8807e5d Bugfix: All Layer will only use one single Tile for displaying it.
Tim Englich <tim.englich@intevation.de>
parents: 994
diff changeset
431
994
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
432 2010-06-11 Tim Englich <tim.englich@intevation.de>
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
433
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
434 Added the informations about how the WMS which was published during the
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
435 Workflow to the GUI. The URL to the capablities-documenet, the names of
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
436 the layer and the ttl will be listed.
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
437
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
438 * src/main/java/de/intevation/gnv/action/WMSAction.java (execute):
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
439 Write the TTL to the Mapservice which is published.
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
440
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
441 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultMapService.java,
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
442 src/main/java/de/intevation/gnv/artifactdatabase/objects/map/MapService.java:
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
443 Added Getter for the Attribute TTL. Which shows how long the Layer of this
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
444 Service will be available.
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
445
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
446 * src/main/webapp/WEB-INF/jsp/includes/display_wms_basic_informations.jsp:
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
447 Added new JSP-File for publishing the Basic-Informations of the WMS.
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
448 The URL which will deliver the Capablities is shown.
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
449 Also the Names of the Layers are listed.
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
450 At least the Time untiöl teh Layers are available is displayed.
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
451
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
452 * src/main/webapp/WEB-INF/jsp/includes/display_map_inc.jsp:
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
453 Included Informationblock for the WMS which was produced in the workflow
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
454 before and now is published in the map.
541ff0db1b12 Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents: 993
diff changeset
455
993
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
456 2010-06-10 Sascha L. Teichmann <sascha.teichmann@intevation.de>
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
457
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
458 Issue 219
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
459
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
460 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java:
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
461 Broke over long line.
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
462
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
463 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: Fed
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
464 more parameters into XSL transformation to allow better form rendering.
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
465
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
466 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java:
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
467 use explicit boolean to indicate that we are still able to advance.
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
468
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
469 * src/main/java/de/intevation/gnv/util/XSLTransformer.java: Removed
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
470 stupid initial size of hash map.
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
471
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
472 * src/main/webapp/styles/gnv.css: Added style to render direct
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
473 links to look like buttons.
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
474
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
475 * src/main/webapp/WEB-INF/config/struts-config.xml: Added a few
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
476 forwards. The log is full of unresolvable forwards. TODO: This
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
477 needs to be checked and is not a problem introduced by direct
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
478 link feature.
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
479
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
480 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Render
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
481 the direct links if there are less than six item in a single
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
482 select list.
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
483
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
484 * src/main/webapp/WEB-INF/jsp/index.jsp: Cleanup a bit. Removed
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
485 form rendering here and moved it into the dynamic XSL transformation.
9b126bceb0b2 gnv/issue219: Added rendering of direct links.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 992
diff changeset
486
992
9ff116474e7b Removed some test code that have been commited by mistaken.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 991
diff changeset
487 2010-06-10 Ingo Weinzierl <ingo.weinzierl@intevation.de>
9ff116474e7b Removed some test code that have been commited by mistaken.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 991
diff changeset
488
9ff116474e7b Removed some test code that have been commited by mistaken.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 991
diff changeset
489 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: Removed some
9ff116474e7b Removed some test code that have been commited by mistaken.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 991
diff changeset
490 code for testing that have been commited by mistaken.
9ff116474e7b Removed some test code that have been commited by mistaken.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 991
diff changeset
491
991
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
492 2010-06-10 Ingo Weinzierl <ingo.weinzierl@intevation.de>
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
493
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
494 * src/main/java/de/intevation/gnv/action/ArtifactDatabaseActionBase.java:
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
495 New methods for session validation. Method isSessionExhausted(.) returns
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
496 true, if the session of the user is new. Another medhod returns the
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
497 ActionForward for selecting a fis - which is the start point of our
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
498 application.
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
499
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
500 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java,
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
501 src/main/java/de/intevation/gnv/action/DoExportAction.java,
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
502 src/main/java/de/intevation/gnv/action/SwitchLanguageAction.java,
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
503 src/main/java/de/intevation/gnv/action/WMSAction.java,
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
504 src/main/java/de/intevation/gnv/action/ShowStatisticAction.java,
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
505 src/main/java/de/intevation/gnv/action/DescribeUIAction.java,
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
506 src/main/java/de/intevation/gnv/action/LoadAction.java,
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
507 src/main/java/de/intevation/gnv/action/CreateHistogramAction.java,
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
508 src/main/java/de/intevation/gnv/action/DoOutputAction.java,
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
509 src/main/java/de/intevation/gnv/action/CreateChartAction.java,
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
510 src/main/java/de/intevation/gnv/action/PreviousArtifactStepAction.java,
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
511 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java,
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
512 src/main/java/de/intevation/gnv/action/StoreAction.java: Validate the
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
513 session before doing some other stuff. If the session is exhausted, we
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
514 will return to the start point - the fis selection.
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
515
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
516 * src/main/webapp/WEB-INF/jsp/index.jsp: Renders an error message if the
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
517 session of the user is exhausted. There will be no link to return to the
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
518 last point in the parameterization.
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
519
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
520 * src/main/java/de/intevation/gnv/action/CommunicationKeys.java: A new key
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
521 for session errors.
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
522
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
523 * src/main/resources/applicationMessages.properties,
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
524 src/main/resources/applicationMessages_en.properties: An error message for
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
525 a session that timed out.
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
526
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
527 * src/main/webapp/WEB-INF/config/struts-config.xml: Added a new forward to
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
528 the export action that makes it possible to step back to the fis
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
529 selection.
33198e55371c Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 990
diff changeset
530
990
56b22bc68dfa Added error messages for Java heap size errors (issue177).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 989
diff changeset
531 2010-06-10 Ingo Weinzierl <ingo.weinzierl@intevation.de>
56b22bc68dfa Added error messages for Java heap size errors (issue177).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 989
diff changeset
532
56b22bc68dfa Added error messages for Java heap size errors (issue177).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 989
diff changeset
533 Issue177 - Messages for Java heap size errors.
56b22bc68dfa Added error messages for Java heap size errors (issue177).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 989
diff changeset
534
56b22bc68dfa Added error messages for Java heap size errors (issue177).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 989
diff changeset
535 * src/main/resources/applicationMessages.properties,
56b22bc68dfa Added error messages for Java heap size errors (issue177).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 989
diff changeset
536 src/main/resources/applicationMessages_en.properties: Added an error
56b22bc68dfa Added error messages for Java heap size errors (issue177).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 989
diff changeset
537 message for Java heap size errors.
56b22bc68dfa Added error messages for Java heap size errors (issue177).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 989
diff changeset
538
989
e3301755bd3c Improved the workflow for inserting new layer into the client.
Tim Englich <tim.englich@intevation.de>
parents: 988
diff changeset
539 2010-06-08 Tim Englich <tim.englich@intevation.de>
e3301755bd3c Improved the workflow for inserting new layer into the client.
Tim Englich <tim.englich@intevation.de>
parents: 988
diff changeset
540
e3301755bd3c Improved the workflow for inserting new layer into the client.
Tim Englich <tim.englich@intevation.de>
parents: 988
diff changeset
541 * src/main/resources/applicationMessages.properties,
e3301755bd3c Improved the workflow for inserting new layer into the client.
Tim Englich <tim.englich@intevation.de>
parents: 988
diff changeset
542 src/main/resources/applicationMessages_en.properties:
e3301755bd3c Improved the workflow for inserting new layer into the client.
Tim Englich <tim.englich@intevation.de>
parents: 988
diff changeset
543 Added localization for the message that will be displayed if no
e3301755bd3c Improved the workflow for inserting new layer into the client.
Tim Englich <tim.englich@intevation.de>
parents: 988
diff changeset
544 layer where found.
e3301755bd3c Improved the workflow for inserting new layer into the client.
Tim Englich <tim.englich@intevation.de>
parents: 988
diff changeset
545
e3301755bd3c Improved the workflow for inserting new layer into the client.
Tim Englich <tim.englich@intevation.de>
parents: 988
diff changeset
546 * src/main/webapp/scripts/olutils.jsp:
e3301755bd3c Improved the workflow for inserting new layer into the client.
Tim Englich <tim.englich@intevation.de>
parents: 988
diff changeset
547 Improved the workflow for inserting new layer into the client.
e3301755bd3c Improved the workflow for inserting new layer into the client.
Tim Englich <tim.englich@intevation.de>
parents: 988
diff changeset
548 If no layer are found using the given url an exceptionmessage will be
e3301755bd3c Improved the workflow for inserting new layer into the client.
Tim Englich <tim.englich@intevation.de>
parents: 988
diff changeset
549 displayed using an ext-window.
e3301755bd3c Improved the workflow for inserting new layer into the client.
Tim Englich <tim.englich@intevation.de>
parents: 988
diff changeset
550 Now it is also possible to add more than one layer at once.
e3301755bd3c Improved the workflow for inserting new layer into the client.
Tim Englich <tim.englich@intevation.de>
parents: 988
diff changeset
551
988
556e16cc4da5 Switch to tiled layers with one tile to prevent problems in the layertree and the legendgraphicpanel
Tim Englich <tim.englich@intevation.de>
parents: 987
diff changeset
552 2010-06-08 Tim Englich <tim.englich@intevation.de>
556e16cc4da5 Switch to tiled layers with one tile to prevent problems in the layertree and the legendgraphicpanel
Tim Englich <tim.englich@intevation.de>
parents: 987
diff changeset
553
556e16cc4da5 Switch to tiled layers with one tile to prevent problems in the layertree and the legendgraphicpanel
Tim Englich <tim.englich@intevation.de>
parents: 987
diff changeset
554 * src/main/webapp/scripts/layers.jsp:
556e16cc4da5 Switch to tiled layers with one tile to prevent problems in the layertree and the legendgraphicpanel
Tim Englich <tim.englich@intevation.de>
parents: 987
diff changeset
555 Switched from Untiled Layer to standard layer objects to fix a bug
556e16cc4da5 Switch to tiled layers with one tile to prevent problems in the layertree and the legendgraphicpanel
Tim Englich <tim.englich@intevation.de>
parents: 987
diff changeset
556 in the drag and drop function of the layertree and to enable the output
556e16cc4da5 Switch to tiled layers with one tile to prevent problems in the layertree and the legendgraphicpanel
Tim Englich <tim.englich@intevation.de>
parents: 987
diff changeset
557 of the LegendGraphicPanel.
556e16cc4da5 Switch to tiled layers with one tile to prevent problems in the layertree and the legendgraphicpanel
Tim Englich <tim.englich@intevation.de>
parents: 987
diff changeset
558
987
42da41835b54 Rename olutils.js to olutils.jsp to enable possibility of i18n in this file.
Tim Englich <tim.englich@intevation.de>
parents: 986
diff changeset
559 2010-06-08 Tim Englich <tim.englich@intevation.de>
42da41835b54 Rename olutils.js to olutils.jsp to enable possibility of i18n in this file.
Tim Englich <tim.englich@intevation.de>
parents: 986
diff changeset
560
42da41835b54 Rename olutils.js to olutils.jsp to enable possibility of i18n in this file.
Tim Englich <tim.englich@intevation.de>
parents: 986
diff changeset
561 * src/main/webapp/scripts/olutils.jsp:
42da41835b54 Rename olutils.js to olutils.jsp to enable possibility of i18n in this file.
Tim Englich <tim.englich@intevation.de>
parents: 986
diff changeset
562 Rename olutils.js to olutils.jsp to enable possibility of i18n in this file.
42da41835b54 Rename olutils.js to olutils.jsp to enable possibility of i18n in this file.
Tim Englich <tim.englich@intevation.de>
parents: 986
diff changeset
563 Added references to resources in in Method addLayer.
42da41835b54 Rename olutils.js to olutils.jsp to enable possibility of i18n in this file.
Tim Englich <tim.englich@intevation.de>
parents: 986
diff changeset
564
42da41835b54 Rename olutils.js to olutils.jsp to enable possibility of i18n in this file.
Tim Englich <tim.englich@intevation.de>
parents: 986
diff changeset
565 * src/main/webapp/WEB-INF/jsp/includes/wms_header_inc.jsp:
42da41835b54 Rename olutils.js to olutils.jsp to enable possibility of i18n in this file.
Tim Englich <tim.englich@intevation.de>
parents: 986
diff changeset
566 Replace linkt to olutils.js to olutils.jsp.
42da41835b54 Rename olutils.js to olutils.jsp to enable possibility of i18n in this file.
Tim Englich <tim.englich@intevation.de>
parents: 986
diff changeset
567
42da41835b54 Rename olutils.js to olutils.jsp to enable possibility of i18n in this file.
Tim Englich <tim.englich@intevation.de>
parents: 986
diff changeset
568
986
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
569 2010-06-08 Tim Englich <tim.englich@intevation.de>
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
570
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
571 * src/main/webapp/WEB-INF/jsp/includes/wms_header_inc.jsp:
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
572 Added reference to the new css-file extjs-override.css
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
573
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
574 * src/main/webapp/images/folder-open.gif,
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
575 src/main/webapp/images/folder.gif,
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
576 src/main/webapp/images/leaf.gif,
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
577 src/main/webapp/images/tool-sprites.gif,
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
578 src/main/webapp/styles/extjs-override.css:
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
579 Customize Look and Feel to the css of this project.
d3e0f505f50c Customize Look and Feel of the Mapclient to the css of this project.
Tim Englich <tim.englich@intevation.de>
parents: 985
diff changeset
580
985
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 984
diff changeset
581 2010-06-08 Tim Englich <tim.englich@intevation.de>
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 984
diff changeset
582
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 984
diff changeset
583 * src/main/webapp/styles/ol_style.css:
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 984
diff changeset
584 Switch color of coordinate display of mousposition and scalebar from
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 984
diff changeset
585 black to white.
95004318d1ce Switch color of coordinate display of mousposition and scalebar from
Tim Englich <tim.englich@intevation.de>
parents: 984
diff changeset
586
984
cfc7bd35ee0b Set the map to the extent which was sent by the rest-server
Tim Englich <tim.englich@intevation.de>
parents: 983
diff changeset
587 2010-06-07 Tim Englich <tim.englich@intevation.de>
cfc7bd35ee0b Set the map to the extent which was sent by the rest-server
Tim Englich <tim.englich@intevation.de>
parents: 983
diff changeset
588
cfc7bd35ee0b Set the map to the extent which was sent by the rest-server
Tim Englich <tim.englich@intevation.de>
parents: 983
diff changeset
589 * src/main/webapp/scripts/viewport.jsp:
cfc7bd35ee0b Set the map to the extent which was sent by the rest-server
Tim Englich <tim.englich@intevation.de>
parents: 983
diff changeset
590 Put the bboxx from the mapservice-object and write it to an
cfc7bd35ee0b Set the map to the extent which was sent by the rest-server
Tim Englich <tim.englich@intevation.de>
parents: 983
diff changeset
591 javascript-variable. This variable will be used to center the map to
cfc7bd35ee0b Set the map to the extent which was sent by the rest-server
Tim Englich <tim.englich@intevation.de>
parents: 983
diff changeset
592 the extend of the data which should be visualized.
cfc7bd35ee0b Set the map to the extent which was sent by the rest-server
Tim Englich <tim.englich@intevation.de>
parents: 983
diff changeset
593
cfc7bd35ee0b Set the map to the extent which was sent by the rest-server
Tim Englich <tim.englich@intevation.de>
parents: 983
diff changeset
594 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultMapService.java (getBBoxValue),
cfc7bd35ee0b Set the map to the extent which was sent by the rest-server
Tim Englich <tim.englich@intevation.de>
parents: 983
diff changeset
595 src/main/java/de/intevation/gnv/artifactdatabase/objects/map/MapService.java (getBBoxValue):
cfc7bd35ee0b Set the map to the extent which was sent by the rest-server
Tim Englich <tim.englich@intevation.de>
parents: 983
diff changeset
596 Added a method for getting the bbox as a string from the mapservice-object.
cfc7bd35ee0b Set the map to the extent which was sent by the rest-server
Tim Englich <tim.englich@intevation.de>
parents: 983
diff changeset
597
cfc7bd35ee0b Set the map to the extent which was sent by the rest-server
Tim Englich <tim.englich@intevation.de>
parents: 983
diff changeset
598 * src/main/java/de/intevation/gnv/action/WMSAction.java (execute):
cfc7bd35ee0b Set the map to the extent which was sent by the rest-server
Tim Englich <tim.englich@intevation.de>
parents: 983
diff changeset
599 Read the bbox from the retrieved meta-document and out it into the
cfc7bd35ee0b Set the map to the extent which was sent by the rest-server
Tim Englich <tim.englich@intevation.de>
parents: 983
diff changeset
600 mapservice-object which is used to represent the WMS in the client.
cfc7bd35ee0b Set the map to the extent which was sent by the rest-server
Tim Englich <tim.englich@intevation.de>
parents: 983
diff changeset
601
983
45ea5feb94c0 Make GetFeatureInforRequest-Url configurable. Change responsetype of GetFeatureInfo-request to gml
Tim Englich <tim.englich@intevation.de>
parents: 982
diff changeset
602 2010-06-07 Tim Englich <tim.englich@intevation.de>
45ea5feb94c0 Make GetFeatureInforRequest-Url configurable. Change responsetype of GetFeatureInfo-request to gml
Tim Englich <tim.englich@intevation.de>
parents: 982
diff changeset
603
45ea5feb94c0 Make GetFeatureInforRequest-Url configurable. Change responsetype of GetFeatureInfo-request to gml
Tim Englich <tim.englich@intevation.de>
parents: 982
diff changeset
604 * src/main/webapp/scripts/viewport.jsp:
45ea5feb94c0 Make GetFeatureInforRequest-Url configurable. Change responsetype of GetFeatureInfo-request to gml
Tim Englich <tim.englich@intevation.de>
parents: 982
diff changeset
605 Switch the URl for the GetFeatureInfor Control to the URL of the WMS which
45ea5feb94c0 Make GetFeatureInforRequest-Url configurable. Change responsetype of GetFeatureInfo-request to gml
Tim Englich <tim.englich@intevation.de>
parents: 982
diff changeset
606 provide the generated Data of the GNV.
45ea5feb94c0 Make GetFeatureInforRequest-Url configurable. Change responsetype of GetFeatureInfo-request to gml
Tim Englich <tim.englich@intevation.de>
parents: 982
diff changeset
607 Also switch the Format of the Responsdata of the GetFeatureInfor-request to
45ea5feb94c0 Make GetFeatureInforRequest-Url configurable. Change responsetype of GetFeatureInfo-request to gml
Tim Englich <tim.englich@intevation.de>
parents: 982
diff changeset
608 GML.
45ea5feb94c0 Make GetFeatureInforRequest-Url configurable. Change responsetype of GetFeatureInfo-request to gml
Tim Englich <tim.englich@intevation.de>
parents: 982
diff changeset
609
982
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
610 2010-06-07 Tim Englich <tim.englich@intevation.de>
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
611
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
612 * src/main/webapp/WEB-INF/config/struts-config.xml:
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
613 Added the Action "mapclient" for switching to the FullScreen-Mode of the
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
614 MapClient.
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
615
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
616 * src/main/webapp/scripts/viewport.jsp:
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
617 Integrated the Viewport to render tne Mapclient in FullScreen-Mode.
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
618
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
619 * src/main/java/de/intevation/gnv/action/MapClientStandaloneAction.java :
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
620 Added Action for handling the businesslogic to switch the Mapclient to the
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
621 FullScreen-Mode.
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
622
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
623 * src/main/resources/applicationMessages.properties,
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
624 src/main/resources/applicationMessages_en.properties:
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
625 Added i18n for the Link-labeling for switching to the FullScreen-Mode.
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
626
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
627 * src/main/webapp/WEB-INF/jsp/wmsstandalone.jsp:
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
628 Added JSP-Page wich will be used to render the gui for the
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
629 FullScreen-Mode of the Mapclient.
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
630
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
631 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp,
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
632 src/main/webapp/WEB-INF/jsp/includes/wms_header_inc.jsp:
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
633 Extracted header for the html-page whcih will contain the mapclient so
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
634 that it could be used in several pages.
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
635
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
636 * src/main/webapp/WEB-INF/jsp/includes/display_map_fullscreen_inc.jsp:
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
637 Added JSP-Fragment which contains the gui for the FullScreen-Mode of the
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
638 Mapclient.
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
639
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
640 * src/main/webapp/WEB-INF/jsp/includes/display_map_inc.jsp:
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
641 Added link for switching to the fullscreenmode
cd9414538f10 Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents: 981
diff changeset
642
980
80a5cde45d12 Added i18n support to the mapclient.
Tim Englich <tim.englich@intevation.de>
parents: 979
diff changeset
643 2010-06-04 Tim Englich <tim.englich@intevation.de>
80a5cde45d12 Added i18n support to the mapclient.
Tim Englich <tim.englich@intevation.de>
parents: 979
diff changeset
644
981
10bee74ab915 Replaced incompatible Umlauts
Tim Englich <tim.englich@intevation.de>
parents: 980
diff changeset
645 * src/main/resources/applicationMessages.properties:
10bee74ab915 Replaced incompatible Umlauts
Tim Englich <tim.englich@intevation.de>
parents: 980
diff changeset
646 Replaced incompatible Umlauts
10bee74ab915 Replaced incompatible Umlauts
Tim Englich <tim.englich@intevation.de>
parents: 980
diff changeset
647
10bee74ab915 Replaced incompatible Umlauts
Tim Englich <tim.englich@intevation.de>
parents: 980
diff changeset
648 2010-06-04 Tim Englich <tim.englich@intevation.de>
10bee74ab915 Replaced incompatible Umlauts
Tim Englich <tim.englich@intevation.de>
parents: 980
diff changeset
649
10bee74ab915 Replaced incompatible Umlauts
Tim Englich <tim.englich@intevation.de>
parents: 980
diff changeset
650
980
80a5cde45d12 Added i18n support to the mapclient.
Tim Englich <tim.englich@intevation.de>
parents: 979
diff changeset
651 * src/main/webapp/scripts/viewport.jsp,
80a5cde45d12 Added i18n support to the mapclient.
Tim Englich <tim.englich@intevation.de>
parents: 979
diff changeset
652 src/main/resources/applicationMessages.properties,
80a5cde45d12 Added i18n support to the mapclient.
Tim Englich <tim.englich@intevation.de>
parents: 979
diff changeset
653 src/main/resources/applicationMessages_en.properties:
80a5cde45d12 Added i18n support to the mapclient.
Tim Englich <tim.englich@intevation.de>
parents: 979
diff changeset
654 Added i18n support to the mapclient.
80a5cde45d12 Added i18n support to the mapclient.
Tim Englich <tim.englich@intevation.de>
parents: 979
diff changeset
655
979
96db238fc5ab Fixed bug that the 'Add Layer'-Button was not correctly displayed if a new WMS-Capabilities-Document was loaded.
Tim Englich <tim.englich@intevation.de>
parents: 978
diff changeset
656 2010-06-04 Tim Englich <tim.englich@intevation.de>
96db238fc5ab Fixed bug that the 'Add Layer'-Button was not correctly displayed if a new WMS-Capabilities-Document was loaded.
Tim Englich <tim.englich@intevation.de>
parents: 978
diff changeset
657
96db238fc5ab Fixed bug that the 'Add Layer'-Button was not correctly displayed if a new WMS-Capabilities-Document was loaded.
Tim Englich <tim.englich@intevation.de>
parents: 978
diff changeset
658 * src/main/webapp/WEB-INF/jsp/includes/display_map_inc.jsp,
96db238fc5ab Fixed bug that the 'Add Layer'-Button was not correctly displayed if a new WMS-Capabilities-Document was loaded.
Tim Englich <tim.englich@intevation.de>
parents: 978
diff changeset
659 /src/main/webapp/scripts/olutils.js:
96db238fc5ab Fixed bug that the 'Add Layer'-Button was not correctly displayed if a new WMS-Capabilities-Document was loaded.
Tim Englich <tim.englich@intevation.de>
parents: 978
diff changeset
660 Fixed bug that the "Add Layer"-Button was not correctly displayed if a
96db238fc5ab Fixed bug that the 'Add Layer'-Button was not correctly displayed if a new WMS-Capabilities-Document was loaded.
Tim Englich <tim.englich@intevation.de>
parents: 978
diff changeset
661 new WMS-Capabilities-Document was loaded.
96db238fc5ab Fixed bug that the 'Add Layer'-Button was not correctly displayed if a new WMS-Capabilities-Document was loaded.
Tim Englich <tim.englich@intevation.de>
parents: 978
diff changeset
662 Also improved the GUI that it is now Possible to load a WMS with a lot of
96db238fc5ab Fixed bug that the 'Add Layer'-Button was not correctly displayed if a new WMS-Capabilities-Document was loaded.
Tim Englich <tim.englich@intevation.de>
parents: 978
diff changeset
663 layer which could not be displayed in the GUI without uisng a scrollbar.
96db238fc5ab Fixed bug that the 'Add Layer'-Button was not correctly displayed if a new WMS-Capabilities-Document was loaded.
Tim Englich <tim.englich@intevation.de>
parents: 978
diff changeset
664
978
cfea6dacd52a Removed (X)HTML errors and warnings (issue275).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 977
diff changeset
665 2010-06-04 Ingo Weinzierl <ingo.weinzierl@intevation.de>
cfea6dacd52a Removed (X)HTML errors and warnings (issue275).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 977
diff changeset
666
cfea6dacd52a Removed (X)HTML errors and warnings (issue275).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 977
diff changeset
667 Issue275
cfea6dacd52a Removed (X)HTML errors and warnings (issue275).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 977
diff changeset
668
cfea6dacd52a Removed (X)HTML errors and warnings (issue275).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 977
diff changeset
669 * src/main/webapp/WEB-INF/jsp/index.jsp,
cfea6dacd52a Removed (X)HTML errors and warnings (issue275).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 977
diff changeset
670 src/main/webapp/WEB-INF/jsp/header.jsp,
cfea6dacd52a Removed (X)HTML errors and warnings (issue275).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 977
diff changeset
671 src/main/webapp/WEB-INF/jsp/footer.jsp,
cfea6dacd52a Removed (X)HTML errors and warnings (issue275).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 977
diff changeset
672 src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Removed (X)HTML
cfea6dacd52a Removed (X)HTML errors and warnings (issue275).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 977
diff changeset
673 errors/warnings.
cfea6dacd52a Removed (X)HTML errors and warnings (issue275).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 977
diff changeset
674
977
2444da07e487 Changed and added some tooltips in the chart option panel (issue293).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 976
diff changeset
675 2010-06-04 Ingo Weinzierl <ingo.weinzierl@intevation.de>
2444da07e487 Changed and added some tooltips in the chart option panel (issue293).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 976
diff changeset
676
2444da07e487 Changed and added some tooltips in the chart option panel (issue293).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 976
diff changeset
677 Issue293
2444da07e487 Changed and added some tooltips in the chart option panel (issue293).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 976
diff changeset
678
2444da07e487 Changed and added some tooltips in the chart option panel (issue293).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 976
diff changeset
679 * src/main/resources/applicationMessages.properties,
2444da07e487 Changed and added some tooltips in the chart option panel (issue293).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 976
diff changeset
680 src/main/resources/applicationMessages_en.properties: Added strings for
2444da07e487 Changed and added some tooltips in the chart option panel (issue293).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 976
diff changeset
681 refresh-button tooltip and png export-button.
2444da07e487 Changed and added some tooltips in the chart option panel (issue293).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 976
diff changeset
682
2444da07e487 Changed and added some tooltips in the chart option panel (issue293).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 976
diff changeset
683 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp:
2444da07e487 Changed and added some tooltips in the chart option panel (issue293).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 976
diff changeset
684 Changed and added some tooltips.
2444da07e487 Changed and added some tooltips in the chart option panel (issue293).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 976
diff changeset
685
976
d1ed5c51c0de Checkin of changes which are necessary for the checkin of Revision 1139.
Tim Englich <tim.englich@intevation.de>
parents: 975
diff changeset
686 2010-06-01 Tim Englich <tim.englich@intevation.de>
d1ed5c51c0de Checkin of changes which are necessary for the checkin of Revision 1139.
Tim Englich <tim.englich@intevation.de>
parents: 975
diff changeset
687
d1ed5c51c0de Checkin of changes which are necessary for the checkin of Revision 1139.
Tim Englich <tim.englich@intevation.de>
parents: 975
diff changeset
688
d1ed5c51c0de Checkin of changes which are necessary for the checkin of Revision 1139.
Tim Englich <tim.englich@intevation.de>
parents: 975
diff changeset
689 Checkin of changes which are necessary for the checkin of Revision 1139.
d1ed5c51c0de Checkin of changes which are necessary for the checkin of Revision 1139.
Tim Englich <tim.englich@intevation.de>
parents: 975
diff changeset
690
d1ed5c51c0de Checkin of changes which are necessary for the checkin of Revision 1139.
Tim Englich <tim.englich@intevation.de>
parents: 975
diff changeset
691 * src/main/java/de/intevation/gnv/action/sessionmodel/SessionModel.java (selectArtifactFactory),
979
96db238fc5ab Fixed bug that the 'Add Layer'-Button was not correctly displayed if a new WMS-Capabilities-Document was loaded.
Tim Englich <tim.englich@intevation.de>
parents: 978
diff changeset
692 src/main/java/de/intevation/gnv/action/sessionmodel/DefaultSessionModel.java (selectedArtifactFactory):
976
d1ed5c51c0de Checkin of changes which are necessary for the checkin of Revision 1139.
Tim Englich <tim.englich@intevation.de>
parents: 975
diff changeset
693 Added functions for getting and setting a Mapservice to the SessionModel.
d1ed5c51c0de Checkin of changes which are necessary for the checkin of Revision 1139.
Tim Englich <tim.englich@intevation.de>
parents: 975
diff changeset
694
d1ed5c51c0de Checkin of changes which are necessary for the checkin of Revision 1139.
Tim Englich <tim.englich@intevation.de>
parents: 975
diff changeset
695 * src/main/java/de/intevation/gnv/action/WMSAction.java :
d1ed5c51c0de Checkin of changes which are necessary for the checkin of Revision 1139.
Tim Englich <tim.englich@intevation.de>
parents: 975
diff changeset
696 Integrated the possibility to read all Layes from Metafile.
d1ed5c51c0de Checkin of changes which are necessary for the checkin of Revision 1139.
Tim Englich <tim.englich@intevation.de>
parents: 975
diff changeset
697
975
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
698 2010-06-01 Tim Englich <tim.englich@intevation.de>
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
699
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
700 Providing functionality to read an WMS-Capabilities-Documnet and list all
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
701 layers which are include. This is the first step to provide the requested
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
702 function to integrate external WMS-Layers.
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
703
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
704 To read the XML-Documents it is required to integrate the proxy.cgi script
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
705 into the Apache Webserver. for this you have to copy the proxy.cgi script
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
706 to /usr/lib/cgi-bin.
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
707
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
708 You might have to change the allowedHosts in this script.
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
709
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
710 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp:
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
711 Integrated link to JavaScript-file olutils.js
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
712
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
713 * /src/main/webapp/scripts/olutils.js:
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
714 Integrate Utilities-javaScript-fiel from Demonstrator to provide
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
715 JavaScript-Functions for handling WMS-Capabilities-Requests.
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
716 * src/main/webapp/scripts/viewport.jsp:
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
717 Integrated JavaScript-Elements for WMS-Capabilities Request.
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
718
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
719 * src/main/webapp/WEB-INF/jsp/includes/display_map_inc.jsp:
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
720 Integrated HTML-Elements for the WMS-Capabilities Request.
5779220ebb80 Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents: 974
diff changeset
721
974
a8e044224b16 Enhanced the 1-step back history to a N-step back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 973
diff changeset
722 2010-06-01 Ingo Weinzierl <ingo.weinzierl@intevation.de>
a8e044224b16 Enhanced the 1-step back history to a N-step back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 973
diff changeset
723
a8e044224b16 Enhanced the 1-step back history to a N-step back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 973
diff changeset
724 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl:
a8e044224b16 Enhanced the 1-step back history to a N-step back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 973
diff changeset
725 Implemented a N-step back history. There is a back-button besides every
a8e044224b16 Enhanced the 1-step back history to a N-step back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 973
diff changeset
726 parameter in the static ui part now.
a8e044224b16 Enhanced the 1-step back history to a N-step back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 973
diff changeset
727
973
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents: 972
diff changeset
728 2010-06-01 Tim Englich <tim.englich@intevation.de>
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents: 972
diff changeset
729
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents: 972
diff changeset
730 * src/main/webapp/scripts/viewport.jsp:
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents: 972
diff changeset
731 Removed som obsolet Code.
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents: 972
diff changeset
732
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents: 972
diff changeset
733 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp:
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents: 972
diff changeset
734 Added reference to the new css-file.
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents: 972
diff changeset
735
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents: 972
diff changeset
736 * src/main/webapp/images/ol/*.png:
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents: 972
diff changeset
737 Added Icons for an customized Toolbar.
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents: 972
diff changeset
738
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents: 972
diff changeset
739 * src/main/webapp/styles/ol_style.css:
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents: 972
diff changeset
740 Added separat CSS-File for create own Style of the Buttons of the
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents: 972
diff changeset
741 OL-Buttonbar.
1bb54da8c8ed Added more resources which are required to use the ol-client properly
Tim Englich <tim.englich@intevation.de>
parents: 972
diff changeset
742
972
d0b187202f84 Added subfolders of third party libraries to svn-ignore.
Tim Englich <tim.englich@intevation.de>
parents: 971
diff changeset
743 2010-06-01 Tim Englich <tim.englich@intevation.de>
d0b187202f84 Added subfolders of third party libraries to svn-ignore.
Tim Englich <tim.englich@intevation.de>
parents: 971
diff changeset
744
d0b187202f84 Added subfolders of third party libraries to svn-ignore.
Tim Englich <tim.englich@intevation.de>
parents: 971
diff changeset
745 * src/main/webapp/scripts/openlayers,
d0b187202f84 Added subfolders of third party libraries to svn-ignore.
Tim Englich <tim.englich@intevation.de>
parents: 971
diff changeset
746 src/main/webapp/scripts/geoext/,
d0b187202f84 Added subfolders of third party libraries to svn-ignore.
Tim Englich <tim.englich@intevation.de>
parents: 971
diff changeset
747 src/main/webapp/scripts/ext/:
d0b187202f84 Added subfolders of third party libraries to svn-ignore.
Tim Englich <tim.englich@intevation.de>
parents: 971
diff changeset
748 Added subfolders of third party libraries to svn-ignore.
d0b187202f84 Added subfolders of third party libraries to svn-ignore.
Tim Englich <tim.englich@intevation.de>
parents: 971
diff changeset
749
971
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
750 2010-06-01 Tim Englich <tim.englich@intevation.de>
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
751
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
752 Integrated the Openlayers-libraray according to the Intevation-Demonstrator
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
753 into the GUI. Now it is also possible to see all layers which are put into
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
754 the WMS by the user.
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
755
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
756 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp:
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
757 Removed the old JavaScript-references to the OpenLayers-Library and
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
758 put the references to the JavaScript-Files and CSS-files for
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
759 OpenLayers, ext and geoext into it.
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
760
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
761 * src/main/webapp/WEB-INF/jsp/index.jsp:
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
762 Removed the html-elements which are required to render the MapClient and
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
763 put them into the file includes/display_map_inc.jsp.
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
764
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
765 * src/main/webapp/WEB-INF/jsp/includes/display_map_inc.jsp:
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
766 Added own include-file for all html-elements which are required to render
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
767 the Mapclient.
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
768
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
769 * src/main/webapp/scripts/viewport.jsp:
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
770 Added a JSP-file which creats an JavaScript-file which includes the
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
771 informations how to create the GUI of the WMS-Client.A JSP-file is required
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
772 because we have to insert dynamic usespecific Data into the file.
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
773
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
774 * src/main/webapp/scripts/layers.jsp:
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
775 Added a JSP-file which creats an JavaScript-file which includes all
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
776 layers which should be displayed by OpenLayers. A JSP-file is required
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
777 because we have to insert dynamic usespecific Data into the file.
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
778
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
779 * src/main/webapp/scripts/openlayers:
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
780 Folder for storing the JavaScript-Library Openlayers.
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
781 * src/main/webapp/scripts/openlayers/readme:
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
782 Readme-File which explains which steps must be done to provide the
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
783 required Version of the Openlayers-Library.
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
784
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
785 * src/main/webapp/scripts/geoext/:
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
786 Folder for storing the JavaScript-Library geoext.
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
787 * src/main/webapp/scripts/geoext/readme:
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
788 Readme-File which explains which steps must be done to provide the
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
789 required Version of the GeoExt-Library.
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
790
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
791 * src/main/webapp/scripts/ext/:
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
792 Folder for storing the JavaScript-Library Ext.
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
793 * src/main/webapp/scripts/ext/readme:
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
794 Readme-File which explains which steps must be done to provide the
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
795 required Version of the Ext-Library.
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
796
a0e6566cd111 Integrated Openlayers using ext and geoext into the GNV-WebClient
Tim Englich <tim.englich@intevation.de>
parents: 970
diff changeset
797
970
d91ffd0e8239 Some small xpath changes for wms output regarding rev1134 (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 969
diff changeset
798 2010-05-27 Ingo Weinzierl <ingo.weinzierl@intevation.de>
d91ffd0e8239 Some small xpath changes for wms output regarding rev1134 (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 969
diff changeset
799
d91ffd0e8239 Some small xpath changes for wms output regarding rev1134 (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 969
diff changeset
800 Issue198
d91ffd0e8239 Some small xpath changes for wms output regarding rev1134 (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 969
diff changeset
801
d91ffd0e8239 Some small xpath changes for wms output regarding rev1134 (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 969
diff changeset
802 * src/main/java/de/intevation/gnv/action/WMSAction.java: Changed the XPath
d91ffd0e8239 Some small xpath changes for wms output regarding rev1134 (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 969
diff changeset
803 of the layer name and the time to live. Rev1134 introduced a title for wms
d91ffd0e8239 Some small xpath changes for wms output regarding rev1134 (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 969
diff changeset
804 layers - the title has been used before to specify a wms layer. The time
d91ffd0e8239 Some small xpath changes for wms output regarding rev1134 (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 969
diff changeset
805 to live moved from layer node to abstract meta information.
d91ffd0e8239 Some small xpath changes for wms output regarding rev1134 (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 969
diff changeset
806
d91ffd0e8239 Some small xpath changes for wms output regarding rev1134 (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 969
diff changeset
807 NOTE: Just the first layer of a wms request is visible in the OL
d91ffd0e8239 Some small xpath changes for wms output regarding rev1134 (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 969
diff changeset
808 application currently, because there is no group-layer anymore.
d91ffd0e8239 Some small xpath changes for wms output regarding rev1134 (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 969
diff changeset
809
969
3e6e07142a48 The jsp page to render the wms output makes use of the new method of DiagrammOptions introduced in rev1129 now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 968
diff changeset
810 2010-05-27 Ingo Weinzierl <ingo.weinzierl@intevation.de>
3e6e07142a48 The jsp page to render the wms output makes use of the new method of DiagrammOptions introduced in rev1129 now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 968
diff changeset
811
3e6e07142a48 The jsp page to render the wms output makes use of the new method of DiagrammOptions introduced in rev1129 now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 968
diff changeset
812 * src/main/webapp/WEB-INF/jsp/includes/display_wms_options_inc.jsp: Make use
3e6e07142a48 The jsp page to render the wms output makes use of the new method of DiagrammOptions introduced in rev1129 now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 968
diff changeset
813 of the new method of DiagrammOptions to retrieve the value of an option as
3e6e07142a48 The jsp page to render the wms output makes use of the new method of DiagrammOptions introduced in rev1129 now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 968
diff changeset
814 string that have been introduced in rev1129.
3e6e07142a48 The jsp page to render the wms output makes use of the new method of DiagrammOptions introduced in rev1129 now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 968
diff changeset
815
968
7a93e4114e6d Restarting the application creates a new session id for the user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 967
diff changeset
816 2010-05-27 Ingo Weinzierl <ingo.weinzierl@intevation.de>
7a93e4114e6d Restarting the application creates a new session id for the user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 967
diff changeset
817
7a93e4114e6d Restarting the application creates a new session id for the user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 967
diff changeset
818 * src/main/webapp/WEB-INF/jsp/header.jsp: Don't use the old session id when
7a93e4114e6d Restarting the application creates a new session id for the user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 967
diff changeset
819 restarting the application - start the application without old id.
7a93e4114e6d Restarting the application creates a new session id for the user.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 967
diff changeset
820
967
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
821 2010-05-26 Ingo Weinzierl <ingo.weinzierl@intevation.de>
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
822
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
823 Issue289
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
824
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
825 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Store
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
826 chart/histogram options inserted by the user in the SessionModel. In the
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
827 case of a wrong input we are able to reuse the previous value. Options
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
828 inserted by the user are stored as native objects - no longer as string.
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
829
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
830 * src/main/java/de/intevation/gnv/action/sessionmodel/DiagrammOptions.java:
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
831 Store options as Object instead of String to keep the information about
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
832 the type of the option (string, integer, double, etc). Furthermore there
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
833 is a new method getValue(String key, Locale locale) that returns the value
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
834 as string. Double values are formatted using the locale object. This
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
835 method is used in the gui to display a well formatted i18n string.
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
836
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
837 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp,
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
838 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp:
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
839 Make use of the new method in DiagrammOptions to retrieve the value as
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
840 formatted string.
c7f8a9b4b006 Improved parsing i18n values of chart/histogram options (issue289).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 966
diff changeset
841
966
13de46229f63 I18N of links to insert example linestrings/polygons (issue272).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 965
diff changeset
842 2010-05-25 Ingo Weinzierl <ingo.weinzierl@intevation.de>
13de46229f63 I18N of links to insert example linestrings/polygons (issue272).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 965
diff changeset
843
13de46229f63 I18N of links to insert example linestrings/polygons (issue272).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 965
diff changeset
844 Issue272
13de46229f63 I18N of links to insert example linestrings/polygons (issue272).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 965
diff changeset
845
13de46229f63 I18N of links to insert example linestrings/polygons (issue272).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 965
diff changeset
846 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: Read strings
13de46229f63 I18N of links to insert example linestrings/polygons (issue272).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 965
diff changeset
847 for example linestring/polygon from resource bundle and put them into the
13de46229f63 I18N of links to insert example linestrings/polygons (issue272).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 965
diff changeset
848 XSL-transformator.
13de46229f63 I18N of links to insert example linestrings/polygons (issue272).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 965
diff changeset
849
13de46229f63 I18N of links to insert example linestrings/polygons (issue272).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 965
diff changeset
850 * src/main/resources/applicationMessages.properties,
13de46229f63 I18N of links to insert example linestrings/polygons (issue272).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 965
diff changeset
851 src/main/resources/applicationMessages_en.properties: Added labels for
13de46229f63 I18N of links to insert example linestrings/polygons (issue272).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 965
diff changeset
852 links to insert example linestring/polygon.
13de46229f63 I18N of links to insert example linestrings/polygons (issue272).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 965
diff changeset
853
13de46229f63 I18N of links to insert example linestrings/polygons (issue272).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 965
diff changeset
854 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Don't use static
13de46229f63 I18N of links to insert example linestrings/polygons (issue272).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 965
diff changeset
855 strings for example linestring/polygon links but use the parameter that
13de46229f63 I18N of links to insert example linestrings/polygons (issue272).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 965
diff changeset
856 have been added in DescribeUIAction - which are i18n.
13de46229f63 I18N of links to insert example linestrings/polygons (issue272).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 965
diff changeset
857
965
b7c6bf3cd7c9 Switching the language in the initial state is possible now (issue266).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 964
diff changeset
858 2010-05-25 Ingo Weinzierl <ingo.weinzierl@intevation.de>
b7c6bf3cd7c9 Switching the language in the initial state is possible now (issue266).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 964
diff changeset
859
b7c6bf3cd7c9 Switching the language in the initial state is possible now (issue266).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 964
diff changeset
860 Issue266
b7c6bf3cd7c9 Switching the language in the initial state is possible now (issue266).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 964
diff changeset
861
b7c6bf3cd7c9 Switching the language in the initial state is possible now (issue266).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 964
diff changeset
862 * src/main/java/de/intevation/gnv/action/SwitchLanguageAction.java:
b7c6bf3cd7c9 Switching the language in the initial state is possible now (issue266).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 964
diff changeset
863 Switching the language in the initial state will not throw an exception
b7c6bf3cd7c9 Switching the language in the initial state is possible now (issue266).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 964
diff changeset
864 anymore, but the language is toggled.
b7c6bf3cd7c9 Switching the language in the initial state is possible now (issue266).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 964
diff changeset
865
963
0441e78cd900 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 962
diff changeset
866 2010-05-18 Tim Englich <tim.englich@intevation.de>
0441e78cd900 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 962
diff changeset
867
964
3549253ecd7b Fixed some warnings which were displaied during the javadoc-generation
Tim Englich <tim.englich@intevation.de>
parents: 963
diff changeset
868 * src/main/java/de/intevation/gnv/action/sessionmodel/DiagrammOptions.java (getValue),
3549253ecd7b Fixed some warnings which were displaied during the javadoc-generation
Tim Englich <tim.englich@intevation.de>
parents: 963
diff changeset
869 src/main/java/de/intevation/gnv/util/XMLUtils.java (getXPath):
3549253ecd7b Fixed some warnings which were displaied during the javadoc-generation
Tim Englich <tim.englich@intevation.de>
parents: 963
diff changeset
870 Fixed some warnings which are displaied during the javadoc-generation.
3549253ecd7b Fixed some warnings which were displaied during the javadoc-generation
Tim Englich <tim.englich@intevation.de>
parents: 963
diff changeset
871
3549253ecd7b Fixed some warnings which were displaied during the javadoc-generation
Tim Englich <tim.englich@intevation.de>
parents: 963
diff changeset
872 namespaceContext
3549253ecd7b Fixed some warnings which were displaied during the javadoc-generation
Tim Englich <tim.englich@intevation.de>
parents: 963
diff changeset
873
963
0441e78cd900 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 962
diff changeset
874 * src/main/java/de/intevation/gnv/action/StoreAction.java,
0441e78cd900 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 962
diff changeset
875 src/main/java/de/intevation/gnv/action/ShowStatisticAction.java,
0441e78cd900 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 962
diff changeset
876 src/main/java/de/intevation/gnv/action/SelectFisAction.java,
0441e78cd900 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 962
diff changeset
877 src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java,
0441e78cd900 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 962
diff changeset
878 src/main/java/de/intevation/gnv/action/PreviousArtifactStepAction.java,
0441e78cd900 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 962
diff changeset
879 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java,
0441e78cd900 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 962
diff changeset
880 src/main/java/de/intevation/gnv/action/LoadAction.java,
0441e78cd900 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 962
diff changeset
881 src/main/java/de/intevation/gnv/action/FetchArtifactFactoriesAction.java,
0441e78cd900 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 962
diff changeset
882 src/main/java/de/intevation/gnv/action/DescribeUIAction.java,
0441e78cd900 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 962
diff changeset
883 src/main/java/de/intevation/gnv/action/CreateHistogramAction.java,
0441e78cd900 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 962
diff changeset
884 src/main/java/de/intevation/gnv/action/CreateChartAction.java,
0441e78cd900 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 962
diff changeset
885 src/main/java/de/intevation/gnv/action/ArtifactDatabaseActionBase.java:
0441e78cd900 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 962
diff changeset
886 Added more Javadocs. Did some Codeformatting.
0441e78cd900 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 962
diff changeset
887
962
e7fda0ae8b92 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 961
diff changeset
888 2010-05-18 Tim Englich <tim.englich@intevation.de>
e7fda0ae8b92 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 961
diff changeset
889
e7fda0ae8b92 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 961
diff changeset
890 * src/main/java/de/intevation/gnv/util/XSLTransformer.java:
e7fda0ae8b92 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 961
diff changeset
891 * src/main/java/de/intevation/gnv/util/XMLUtils.java:
e7fda0ae8b92 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 961
diff changeset
892 * src/main/java/de/intevation/gnv/util/ArtifactNamespaceContext.java:
e7fda0ae8b92 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 961
diff changeset
893 Added more Javadocs. Did some Codeformatting.
e7fda0ae8b92 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 961
diff changeset
894
961
d98d3e82118c Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 960
diff changeset
895 2010-05-18 Tim Englich <tim.englich@intevation.de>
d98d3e82118c Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 960
diff changeset
896
d98d3e82118c Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 960
diff changeset
897 * src/main/java/de/intevation/gnv/servlet/GNVActionServlet.java,
d98d3e82118c Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 960
diff changeset
898 src/main/java/de/intevation/gnv/servlet/package.html:
d98d3e82118c Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 960
diff changeset
899 Added more Javadocs. Did some Codeformatting.
d98d3e82118c Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 960
diff changeset
900
959
0846c9c4abdd Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 958
diff changeset
901 2010-05-18 Tim Englich <tim.englich@intevation.de>
0846c9c4abdd Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 958
diff changeset
902
960
c3d628c2c4c3 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 959
diff changeset
903 * src/main/java/de/intevation/gnv/propertiesreader/package.html,
c3d628c2c4c3 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 959
diff changeset
904 src/main/java/de/intevation/gnv/propertiesreader/ServletPropertiesReader.java,
c3d628c2c4c3 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 959
diff changeset
905 src/main/java/de/intevation/gnv/propertiesreader/MapPropertiesReader.java:
c3d628c2c4c3 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 959
diff changeset
906 Added more Javadocs.
c3d628c2c4c3 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 959
diff changeset
907
c3d628c2c4c3 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 959
diff changeset
908 2010-05-18 Tim Englich <tim.englich@intevation.de>
c3d628c2c4c3 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 959
diff changeset
909
c3d628c2c4c3 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 959
diff changeset
910 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultMapService.java,
c3d628c2c4c3 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 959
diff changeset
911 src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultLayer.java:
959
0846c9c4abdd Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 958
diff changeset
912 Added more Javadocs.
0846c9c4abdd Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 958
diff changeset
913
958
d5d4dbda17cc Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 957
diff changeset
914 2010-05-18 Tim Englich <tim.englich@intevation.de>
d5d4dbda17cc Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 957
diff changeset
915
d5d4dbda17cc Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 957
diff changeset
916 * src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputParameter.java,
d5d4dbda17cc Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 957
diff changeset
917 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputMode.java,
d5d4dbda17cc Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 957
diff changeset
918 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultInputParameter.java,
d5d4dbda17cc Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 957
diff changeset
919 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultExportMode.java,
d5d4dbda17cc Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 957
diff changeset
920 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultArtifactStatisticValue.java,
d5d4dbda17cc Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 957
diff changeset
921 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultArtifactStatisticsSet.java,
d5d4dbda17cc Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 957
diff changeset
922 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactFactory.java,
d5d4dbda17cc Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 957
diff changeset
923 src/main/java/de/intevation/gnv/artifactdatabase/objects/Artifact.java:
959
0846c9c4abdd Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 958
diff changeset
924 Added more Javadocs.
958
d5d4dbda17cc Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 957
diff changeset
925
957
33fb5bf4e62c Add more Javadoc
Tim Englich <tim.englich@intevation.de>
parents: 956
diff changeset
926 2010-05-18 Tim Englich <tim.englich@intevation.de>
33fb5bf4e62c Add more Javadoc
Tim Englich <tim.englich@intevation.de>
parents: 956
diff changeset
927
33fb5bf4e62c Add more Javadoc
Tim Englich <tim.englich@intevation.de>
parents: 956
diff changeset
928 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (doAdvance):
33fb5bf4e62c Add more Javadoc
Tim Englich <tim.englich@intevation.de>
parents: 956
diff changeset
929 Added more Javadoc.
33fb5bf4e62c Add more Javadoc
Tim Englich <tim.englich@intevation.de>
parents: 956
diff changeset
930
956
b8776cd58977 Add more Javadoc
Tim Englich <tim.englich@intevation.de>
parents: 955
diff changeset
931 2010-05-18 Tim Englich <tim.englich@intevation.de>
b8776cd58977 Add more Javadoc
Tim Englich <tim.englich@intevation.de>
parents: 955
diff changeset
932
b8776cd58977 Add more Javadoc
Tim Englich <tim.englich@intevation.de>
parents: 955
diff changeset
933 * src/main/java/de/intevation/gnv/artifactdatabase/package.html:
b8776cd58977 Add more Javadoc
Tim Englich <tim.englich@intevation.de>
parents: 955
diff changeset
934 Added more Javadoc.
b8776cd58977 Add more Javadoc
Tim Englich <tim.englich@intevation.de>
parents: 955
diff changeset
935
955
efdc9f9d2fc0 Removed duplicate documentation
Tim Englich <tim.englich@intevation.de>
parents: 954
diff changeset
936 2010-05-18 Tim Englich <tim.englich@intevation.de>
efdc9f9d2fc0 Removed duplicate documentation
Tim Englich <tim.englich@intevation.de>
parents: 954
diff changeset
937
efdc9f9d2fc0 Removed duplicate documentation
Tim Englich <tim.englich@intevation.de>
parents: 954
diff changeset
938 * src/main/java/de/intevation/gnv/action/sessionmodel/package.html:
efdc9f9d2fc0 Removed duplicate documentation
Tim Englich <tim.englich@intevation.de>
parents: 954
diff changeset
939 Removed duplicate documentation from file.
efdc9f9d2fc0 Removed duplicate documentation
Tim Englich <tim.englich@intevation.de>
parents: 954
diff changeset
940
954
a88fc6320cf8 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 953
diff changeset
941 2010-05-18 Tim Englich <tim.englich@intevation.de>
a88fc6320cf8 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 953
diff changeset
942
a88fc6320cf8 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 953
diff changeset
943 * src/main/java/de/intevation/gnv/action/sessionmodel/package.html,
a88fc6320cf8 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 953
diff changeset
944 src/main/java/de/intevation/gnv/action/sessionmodel/SessionModelFactory.java,
a88fc6320cf8 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 953
diff changeset
945 src/main/java/de/intevation/gnv/action/sessionmodel/SessionModel.java,
a88fc6320cf8 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 953
diff changeset
946 src/main/java/de/intevation/gnv/action/sessionmodel/DiagrammOptions.java,
a88fc6320cf8 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 953
diff changeset
947 src/main/java/de/intevation/gnv/action/sessionmodel/DefaultSessionModel.java:
a88fc6320cf8 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 953
diff changeset
948 Added more Javadocs.
a88fc6320cf8 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 953
diff changeset
949
953
4b64b4d1f0cf Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 952
diff changeset
950 2010-05-18 Tim Englich <tim.englich@intevation.de>
4b64b4d1f0cf Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 952
diff changeset
951
4b64b4d1f0cf Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 952
diff changeset
952 * src/main/java/de/intevation/gnv/action/mapviewer/parser/package.html,
4b64b4d1f0cf Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 952
diff changeset
953 src/main/java/de/intevation/gnv/action/mapviewer/parser/XMLExternalCallParser.java,
4b64b4d1f0cf Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 952
diff changeset
954 src/main/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParserException.java,
4b64b4d1f0cf Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 952
diff changeset
955 src/main/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParser.java:
4b64b4d1f0cf Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 952
diff changeset
956 Added more Javadocs. Format some Linees of code which are longer than 80 Chars.
4b64b4d1f0cf Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 952
diff changeset
957
952
902d4de27c37 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 951
diff changeset
958 2010-05-17 Tim Englich <tim.englich@intevation.de>
902d4de27c37 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 951
diff changeset
959
902d4de27c37 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 951
diff changeset
960 * src/main/java/de/intevation/gnv/action/mapviewer/package.html,
902d4de27c37 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 951
diff changeset
961 src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java,
902d4de27c37 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 951
diff changeset
962 src/main/java/de/intevation/gnv/action/mapviewer/ShowMapViewerCallBodyAction.java:
902d4de27c37 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 951
diff changeset
963 Added more Javadocs.
902d4de27c37 Add more Javadocs
Tim Englich <tim.englich@intevation.de>
parents: 951
diff changeset
964
951
f9c77c85deb2 Deleted needless css file.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 950
diff changeset
965 2010-05-09 Sascha L. Teichmann <sascha.teichmann@intevation.de>
f9c77c85deb2 Deleted needless css file.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 950
diff changeset
966
f9c77c85deb2 Deleted needless css file.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 950
diff changeset
967 * src/main/webapp/styles/calendar-blue.css: Deleted. Not needed any more.
f9c77c85deb2 Deleted needless css file.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 950
diff changeset
968
950
090d8331e5fd Adapted some configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 722
diff changeset
969 2010-05-05 Ingo Weinzierl <ingo.weinzierl@intevation.de>
090d8331e5fd Adapted some configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 722
diff changeset
970
090d8331e5fd Adapted some configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 722
diff changeset
971 * src/main/webapp/WEB-INF/web.xml: Removed useless log4j configuration
090d8331e5fd Adapted some configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 722
diff changeset
972 section.
090d8331e5fd Adapted some configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 722
diff changeset
973
090d8331e5fd Adapted some configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 722
diff changeset
974 * src/main/webapp/WEB-INF/classes/log4j.properties: Adapted logging
090d8331e5fd Adapted some configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 722
diff changeset
975 configuration for a productive system.
090d8331e5fd Adapted some configuration files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 722
diff changeset
976
722
bb3ffe7d719e Summarized changes in NEWS and Changes for the upcoming release.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 721
diff changeset
977 2010-04-28 Ingo Weinzierl <ingo.weinzierl@intevation.de>
bb3ffe7d719e Summarized changes in NEWS and Changes for the upcoming release.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 721
diff changeset
978
1019
170c48e2319f Summarized changes for RELEASE 1.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1018
diff changeset
979 RELEASE 1.0
170c48e2319f Summarized changes for RELEASE 1.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1018
diff changeset
980
722
bb3ffe7d719e Summarized changes in NEWS and Changes for the upcoming release.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 721
diff changeset
981 * Changes, NEWS, ChangeLog: Summarized changes.
bb3ffe7d719e Summarized changes in NEWS and Changes for the upcoming release.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 721
diff changeset
982
721
1f6750f9537d Removed trailing whitespace.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 720
diff changeset
983 2010-04-28 Ingo Weinzierl <ingo.weinzierl@intevation.de>
1f6750f9537d Removed trailing whitespace.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 720
diff changeset
984
1f6750f9537d Removed trailing whitespace.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 720
diff changeset
985 * src/main/java/de/intevation/gnv/servlet/GNVActionServlet.java: Removed
1f6750f9537d Removed trailing whitespace.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 720
diff changeset
986 trailing whitespace.
1f6750f9537d Removed trailing whitespace.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 720
diff changeset
987
720
cf0bc95fd8dd Removed duplicated and unused imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 719
diff changeset
988 2010-04-28 Ingo Weinzierl <ingo.weinzierl@intevation.de>
cf0bc95fd8dd Removed duplicated and unused imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 719
diff changeset
989
cf0bc95fd8dd Removed duplicated and unused imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 719
diff changeset
990 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: Removed
cf0bc95fd8dd Removed duplicated and unused imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 719
diff changeset
991 duplicated and unused imports.
cf0bc95fd8dd Removed duplicated and unused imports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 719
diff changeset
992
719
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
993 2010-04-27 Ingo Weinzierl <ingo.weinzierl@intevation.de>
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
994
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
995 Issue225
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
996
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
997 * src/main/webapp/WEB-INF/config/struts-config.xml: Added global forwards
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
998 for imprint and info.
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
999
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
1000 * src/main/webapp/WEB-INF/jsp/header.jsp,
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
1001 src/main/webapp/WEB-INF/jsp/footer.jsp: Adapted links for imprint and info
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
1002 pages.
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
1003
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
1004 * src/main/webapp/WEB-INF/jsp/imprint.jsp,
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
1005 src/main/webapp/WEB-INF/jsp/info.jsp: New pages for imprint and an info
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
1006 page.
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
1007
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
1008 * src/main/resources/applicationMessages_en.properties: Renamed 'about' ->
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
1009 'imprint'.
3b70886b399b Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 718
diff changeset
1010
718
5c36da3d9e17 Fixed missing legends of parameter select boxes. The measurement matrix will be rendered for a single parameter as well, now. (issue225)
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 717
diff changeset
1011 2010-04-27 Ingo Weinzierl <ingo.weinzierl@intevation.de>
5c36da3d9e17 Fixed missing legends of parameter select boxes. The measurement matrix will be rendered for a single parameter as well, now. (issue225)
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 717
diff changeset
1012
5c36da3d9e17 Fixed missing legends of parameter select boxes. The measurement matrix will be rendered for a single parameter as well, now. (issue225)
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 717
diff changeset
1013 Issue225
5c36da3d9e17 Fixed missing legends of parameter select boxes. The measurement matrix will be rendered for a single parameter as well, now. (issue225)
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 717
diff changeset
1014
5c36da3d9e17 Fixed missing legends of parameter select boxes. The measurement matrix will be rendered for a single parameter as well, now. (issue225)
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 717
diff changeset
1015 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Render a
5c36da3d9e17 Fixed missing legends of parameter select boxes. The measurement matrix will be rendered for a single parameter as well, now. (issue225)
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 717
diff changeset
1016 parameter matrix if there is just a single parameter as well. This allows
5c36da3d9e17 Fixed missing legends of parameter select boxes. The measurement matrix will be rendered for a single parameter as well, now. (issue225)
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 717
diff changeset
1017 us to render a legend for multi select boxes at another place - this fixes
5c36da3d9e17 Fixed missing legends of parameter select boxes. The measurement matrix will be rendered for a single parameter as well, now. (issue225)
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 717
diff changeset
1018 the missing legend for parameter select boxes.
5c36da3d9e17 Fixed missing legends of parameter select boxes. The measurement matrix will be rendered for a single parameter as well, now. (issue225)
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 717
diff changeset
1019
717
7731cbb3c7b6 Removed JavaScript files and images that are not used anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 716
diff changeset
1020 2010-04-26 Ingo Weinzierl <ingo.weinzierl@intevation.de>
7731cbb3c7b6 Removed JavaScript files and images that are not used anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 716
diff changeset
1021
7731cbb3c7b6 Removed JavaScript files and images that are not used anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 716
diff changeset
1022 * src/main/webapp/images/img.gif,
7731cbb3c7b6 Removed JavaScript files and images that are not used anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 716
diff changeset
1023 src/main/webapp/images/stock_data-save.png,
7731cbb3c7b6 Removed JavaScript files and images that are not used anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 716
diff changeset
1024 src/main/webapp/images/bg_fieldset.gif,
7731cbb3c7b6 Removed JavaScript files and images that are not used anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 716
diff changeset
1025 src/main/webapp/images/list-item.gif,
7731cbb3c7b6 Removed JavaScript files and images that are not used anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 716
diff changeset
1026 src/main/webapp/images/bg_fieldset_ie6.gif,
7731cbb3c7b6 Removed JavaScript files and images that are not used anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 716
diff changeset
1027 src/main/webapp/scripts/calendar-setup.js,
7731cbb3c7b6 Removed JavaScript files and images that are not used anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 716
diff changeset
1028 src/main/webapp/scripts/calendar-en.js,
7731cbb3c7b6 Removed JavaScript files and images that are not used anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 716
diff changeset
1029 src/main/webapp/scripts/calendar.js,
7731cbb3c7b6 Removed JavaScript files and images that are not used anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 716
diff changeset
1030 src/main/webapp/scripts/calendar-de.js,
7731cbb3c7b6 Removed JavaScript files and images that are not used anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 716
diff changeset
1031 src/main/webapp/scripts/calendar-setup_stripped.js,
7731cbb3c7b6 Removed JavaScript files and images that are not used anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 716
diff changeset
1032 src/main/webapp/scripts/jquery-1.4.2.min.js,
7731cbb3c7b6 Removed JavaScript files and images that are not used anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 716
diff changeset
1033 src/main/webapp/scripts/calendar_stripped.js: Removed JavaScript files and
7731cbb3c7b6 Removed JavaScript files and images that are not used anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 716
diff changeset
1034 images that are not used anymore.
7731cbb3c7b6 Removed JavaScript files and images that are not used anymore.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 716
diff changeset
1035
716
8642356d9887 Added error message that is displayed if an artifact is out of date.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 715
diff changeset
1036 2010-04-26 Ingo Weinzierl <ingo.weinzierl@intevation.de>
8642356d9887 Added error message that is displayed if an artifact is out of date.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 715
diff changeset
1037
8642356d9887 Added error message that is displayed if an artifact is out of date.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 715
diff changeset
1038 * src/main/resources/applicationMessages.properties,
8642356d9887 Added error message that is displayed if an artifact is out of date.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 715
diff changeset
1039 src/main/resources/applicationMessages_en.properties: Added an error
8642356d9887 Added error message that is displayed if an artifact is out of date.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 715
diff changeset
1040 message if that should be displayed if an artifact is out of date.
8642356d9887 Added error message that is displayed if an artifact is out of date.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 715
diff changeset
1041
715
0aeac0fe5db2 Fixed broken error messages that are displayed if the artifact server is down (issue236, issue242).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 714
diff changeset
1042 2010-04-26 Ingo Weinzierl <ingo.weinzierl@intevation.de>
0aeac0fe5db2 Fixed broken error messages that are displayed if the artifact server is down (issue236, issue242).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 714
diff changeset
1043
0aeac0fe5db2 Fixed broken error messages that are displayed if the artifact server is down (issue236, issue242).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 714
diff changeset
1044 Issue236 & Issue242
0aeac0fe5db2 Fixed broken error messages that are displayed if the artifact server is down (issue236, issue242).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 714
diff changeset
1045
0aeac0fe5db2 Fixed broken error messages that are displayed if the artifact server is down (issue236, issue242).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 714
diff changeset
1046 * src/main/java/de/intevation/gnv/action/FetchArtifactFactoriesAction.java,
0aeac0fe5db2 Fixed broken error messages that are displayed if the artifact server is down (issue236, issue242).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 714
diff changeset
1047 src/main/java/de/intevation/gnv/action/DescribeUIAction.java: Display
0aeac0fe5db2 Fixed broken error messages that are displayed if the artifact server is down (issue236, issue242).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 714
diff changeset
1048 error messages if the artifact server is down - this have been broken.
0aeac0fe5db2 Fixed broken error messages that are displayed if the artifact server is down (issue236, issue242).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 714
diff changeset
1049
714
21735fb8d29b Display an error message if the artifact server is down but the user tried to load an artifat (issue258).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 713
diff changeset
1050 2010-04-26 Ingo Weinzierl <ingo.weinzierl@intevation.de>
21735fb8d29b Display an error message if the artifact server is down but the user tried to load an artifat (issue258).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 713
diff changeset
1051
21735fb8d29b Display an error message if the artifact server is down but the user tried to load an artifat (issue258).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 713
diff changeset
1052 Issue258
21735fb8d29b Display an error message if the artifact server is down but the user tried to load an artifat (issue258).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 713
diff changeset
1053
21735fb8d29b Display an error message if the artifact server is down but the user tried to load an artifat (issue258).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 713
diff changeset
1054 * src/main/java/de/intevation/gnv/action/LoadAction.java: An error message
21735fb8d29b Display an error message if the artifact server is down but the user tried to load an artifat (issue258).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 713
diff changeset
1055 is displayed if the user tried to load an existing project and the
21735fb8d29b Display an error message if the artifact server is down but the user tried to load an artifat (issue258).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 713
diff changeset
1056 artifact server is down.
21735fb8d29b Display an error message if the artifact server is down but the user tried to load an artifat (issue258).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 713
diff changeset
1057
713
c84147a3105c Fixed a bug when performing the html formular to adjust the chart output in IE (issue259).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 712
diff changeset
1058 2010-04-26 Ingo Weinzierl <ingo.weinzierl@intevation.de>
c84147a3105c Fixed a bug when performing the html formular to adjust the chart output in IE (issue259).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 712
diff changeset
1059
c84147a3105c Fixed a bug when performing the html formular to adjust the chart output in IE (issue259).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 712
diff changeset
1060 Issue259
c84147a3105c Fixed a bug when performing the html formular to adjust the chart output in IE (issue259).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 712
diff changeset
1061
c84147a3105c Fixed a bug when performing the html formular to adjust the chart output in IE (issue259).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 712
diff changeset
1062 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp:
c84147a3105c Fixed a bug when performing the html formular to adjust the chart output in IE (issue259).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 712
diff changeset
1063 Added target 'chart' as url request parameter when performing the html
c84147a3105c Fixed a bug when performing the html formular to adjust the chart output in IE (issue259).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 712
diff changeset
1064 form to change the chart output. The reason for doing this is, that the
c84147a3105c Fixed a bug when performing the html formular to adjust the chart output in IE (issue259).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 712
diff changeset
1065 InternetExplorer seems no to add the value of <input type="image"...>
c84147a3105c Fixed a bug when performing the html formular to adjust the chart output in IE (issue259).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 712
diff changeset
1066 elements to the request object which is sent to the server.
c84147a3105c Fixed a bug when performing the html formular to adjust the chart output in IE (issue259).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 712
diff changeset
1067
712
4949379c8ea9 Reduced the size of links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 711
diff changeset
1068 2010-04-26 Ingo Weinzierl <ingo.weinzierl@intevation.de>
4949379c8ea9 Reduced the size of links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 711
diff changeset
1069
4949379c8ea9 Reduced the size of links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 711
diff changeset
1070 Issue225
4949379c8ea9 Reduced the size of links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 711
diff changeset
1071
4949379c8ea9 Reduced the size of links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 711
diff changeset
1072 * src/main/webapp/styles/gnv.css: Reduced the size of links in header and
4949379c8ea9 Reduced the size of links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 711
diff changeset
1073 footer.
4949379c8ea9 Reduced the size of links in header and footer (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 711
diff changeset
1074
711
e021b07b4d71 Improved the layout of the user interface a bit (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 710
diff changeset
1075 2010-04-26 Ingo Weinzierl <ingo.weinzierl@intevation.de>
e021b07b4d71 Improved the layout of the user interface a bit (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 710
diff changeset
1076
e021b07b4d71 Improved the layout of the user interface a bit (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 710
diff changeset
1077 Issue225
e021b07b4d71 Improved the layout of the user interface a bit (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 710
diff changeset
1078
e021b07b4d71 Improved the layout of the user interface a bit (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 710
diff changeset
1079 * src/main/webapp/styles/gnv.css: Adjusted the style of fieldsets - there is
e021b07b4d71 Improved the layout of the user interface a bit (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 710
diff changeset
1080 a gap between the fieldset border and input elements in IE now as well.
e021b07b4d71 Improved the layout of the user interface a bit (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 710
diff changeset
1081 The size of select boxes and textareas is fixed now.
e021b07b4d71 Improved the layout of the user interface a bit (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 710
diff changeset
1082
710
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1083 2010-04-25 Ingo Weinzierl <ingo_weinzierl@web.de>
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1084
711
e021b07b4d71 Improved the layout of the user interface a bit (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 710
diff changeset
1085 Issue225
e021b07b4d71 Improved the layout of the user interface a bit (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 710
diff changeset
1086
710
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1087 * src/main/webapp/styles/gnv.css: A new style class. Most of this is copied
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1088 from default.css but a lot of content which is not used anymore has been
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1089 removed.
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1090
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1091 * src/main/webapp/WEB-INF/jsp/index.jsp: Restructuring. The parameter panel
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1092 and the content div container are placed in a table row now. Very wide
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1093 html elements in the content div container don't break the layout anymore.
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1094
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1095 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp: Moved html elements to render
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1096 OpenLayers into index.jsp. Removed JavaScript code to adjust layout.
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1097
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1098 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp:
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1099 Added style class to the table that contains the chart options.
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1100
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1101 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Removed JavaScript code to
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1102 adjust layout.
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1103
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1104 * src/main/webapp/scripts/jquery-1.4.2.min.js: Removed. Not used anymore.
5f29bfeb61bd Improved the design and layout of the user interface.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 709
diff changeset
1105
709
68d0fba6f23e Adapted some font sizes in the parameter panel (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 708
diff changeset
1106 2010-04-23 Ingo Weinzierl <ingo.weinzierl@intevation.de>
68d0fba6f23e Adapted some font sizes in the parameter panel (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 708
diff changeset
1107
68d0fba6f23e Adapted some font sizes in the parameter panel (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 708
diff changeset
1108 Issue225
68d0fba6f23e Adapted some font sizes in the parameter panel (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 708
diff changeset
1109
68d0fba6f23e Adapted some font sizes in the parameter panel (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 708
diff changeset
1110 * src/main/webapp/styles/default.css: Adapted some font size in the
68d0fba6f23e Adapted some font sizes in the parameter panel (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 708
diff changeset
1111 parameter panel.
68d0fba6f23e Adapted some font sizes in the parameter panel (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 708
diff changeset
1112
708
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1113 2010-04-23 Ingo Weinzierl <ingo.weinzierl@intevation.de>
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1114
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1115 Issue225
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1116
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1117 * src/main/webapp/WEB-INF/jsp/index.jsp: Replaced the standard html input
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1118 button with an image as the choose button.
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1119
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1120 * src/main/resources/applicationMessages.properties,
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1121 src/main/resources/applicationMessages_en.properties: Added specific
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1122 strings that represent pathes to german and english load button images.
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1123
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1124 * src/main/webapp/styles/default.css: New styles to adjust the upload box
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1125 and the load button.
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1126
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1127
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1128 * src/main/webapp/images/load.png,
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1129 src/main/webapp/images/laden.png: Images for project load button.
7448b6f5f1ed Replaced standard html input button with a load image like the choose buttons (issue225).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 707
diff changeset
1130
707
cb1bae26e7ae Adapted MapServer path in the gui with http request parameters for calling GetCapabilites (issue237).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 706
diff changeset
1131 2010-04-23 Ingo Weinzierl <ingo.weinzierl@intevation.de>
cb1bae26e7ae Adapted MapServer path in the gui with http request parameters for calling GetCapabilites (issue237).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 706
diff changeset
1132
cb1bae26e7ae Adapted MapServer path in the gui with http request parameters for calling GetCapabilites (issue237).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 706
diff changeset
1133 Issue237
cb1bae26e7ae Adapted MapServer path in the gui with http request parameters for calling GetCapabilites (issue237).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 706
diff changeset
1134
cb1bae26e7ae Adapted MapServer path in the gui with http request parameters for calling GetCapabilites (issue237).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 706
diff changeset
1135 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp: Added http request parameter to
cb1bae26e7ae Adapted MapServer path in the gui with http request parameters for calling GetCapabilites (issue237).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 706
diff changeset
1136 the mapserver path to simplify the GetCapabilities call for the user.
cb1bae26e7ae Adapted MapServer path in the gui with http request parameters for calling GetCapabilites (issue237).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 706
diff changeset
1137
706
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1138 2010-04-23 Ingo Weinzierl <ingo.weinzierl@intevation.de>
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1139
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1140 Issue254
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1141
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1142 * src/main/java/de/intevation/gnv/action/SwitchLanguageAction.java: New
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1143 controller to toggle between german and english language.
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1144
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1145 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java,
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1146 src/main/java/de/intevation/gnv/action/DescribeUIAction.java: Use the
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1147 locale stored in the artifact to create the user interface. At the
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1148 beginning, this will be the locale of the request object. If the user
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1149 chooses another language by calling the SwitchLanguageAction controller,
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1150 this locale becomes the prefered locale, and the browser settings are no
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1151 more relevant.
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1152
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1153 * src/main/java/de/intevation/gnv/action/sessionmodel/SessionModel.java,
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1154 src/main/java/de/intevation/gnv/action/sessionmodel/DefaultSessionModel.java:
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1155 Now, the SessionModel has two methods to set and retrieve the current
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1156 locale which is used to create a language specific user interface.
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1157
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1158 * src/main/java/de/intevation/gnv/action/sessionmodel/SessionModelFactory.java:
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1159 Initial creation of the SessionModel gets the locale of the request
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1160 object. If this locale is changed by the user via SwitchLanguageAction
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1161 controller, changes in the browser settings won't have an effect anymore.
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1162
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1163 * src/main/webapp/WEB-INF/config/struts-config.xml: Add the controller to
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1164 switch between languages.
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1165
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1166 * src/main/webapp/WEB-INF/jsp/header.jsp: The header contains a link to
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1167 toggle between german and english language - a click on it will trigger
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1168 the SwitchLanguageAction.
2659a5b1fa1e Added a link (and a controller) to toggle between german and english language (issue254).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 705
diff changeset
1169
705
f550bd27a3f1 Html characters in strings inserted by the user are quoted (issue221).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 704
diff changeset
1170 2010-04-22 Ingo Weinzierl <ingo.weinzierl@intevation.de>
f550bd27a3f1 Html characters in strings inserted by the user are quoted (issue221).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 704
diff changeset
1171
f550bd27a3f1 Html characters in strings inserted by the user are quoted (issue221).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 704
diff changeset
1172 Issue221
f550bd27a3f1 Html characters in strings inserted by the user are quoted (issue221).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 704
diff changeset
1173
f550bd27a3f1 Html characters in strings inserted by the user are quoted (issue221).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 704
diff changeset
1174 * src/main/java/de/intevation/gnv/action/ArtifactDatabaseActionBase.java:
f550bd27a3f1 Html characters in strings inserted by the user are quoted (issue221).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 704
diff changeset
1175 Added methods to quote html characters in strings.
f550bd27a3f1 Html characters in strings inserted by the user are quoted (issue221).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 704
diff changeset
1176
f550bd27a3f1 Html characters in strings inserted by the user are quoted (issue221).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 704
diff changeset
1177 * src/main/java/de/intevation/gnv/action/WMSAction.java: Call methods to
f550bd27a3f1 Html characters in strings inserted by the user are quoted (issue221).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 704
diff changeset
1178 quote html characters in strings inserted by the user. Used to be safe
f550bd27a3f1 Html characters in strings inserted by the user are quoted (issue221).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 704
diff changeset
1179 from html injections.
f550bd27a3f1 Html characters in strings inserted by the user are quoted (issue221).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 704
diff changeset
1180
704
ae946acba005 Set Path to Tomcat Standard Logging
Hans Plum <hans.plum@intevation.de>
parents: 703
diff changeset
1181 2010-04-19 Hans Plum <hans@intevation.de>
ae946acba005 Set Path to Tomcat Standard Logging
Hans Plum <hans.plum@intevation.de>
parents: 703
diff changeset
1182
ae946acba005 Set Path to Tomcat Standard Logging
Hans Plum <hans.plum@intevation.de>
parents: 703
diff changeset
1183 Issue 241: Set Path to Tomcat Standard Logging
ae946acba005 Set Path to Tomcat Standard Logging
Hans Plum <hans.plum@intevation.de>
parents: 703
diff changeset
1184
ae946acba005 Set Path to Tomcat Standard Logging
Hans Plum <hans.plum@intevation.de>
parents: 703
diff changeset
1185 * src/main/webapp/WEB-INF/classes/log4j.properties:
ae946acba005 Set Path to Tomcat Standard Logging
Hans Plum <hans.plum@intevation.de>
parents: 703
diff changeset
1186 Adapted logging path for webclient gnv to the central tomcat mechamism
ae946acba005 Set Path to Tomcat Standard Logging
Hans Plum <hans.plum@intevation.de>
parents: 703
diff changeset
1187 in order to resolve the dependency to the artefact-server directory
ae946acba005 Set Path to Tomcat Standard Logging
Hans Plum <hans.plum@intevation.de>
parents: 703
diff changeset
1188 layout.
ae946acba005 Set Path to Tomcat Standard Logging
Hans Plum <hans.plum@intevation.de>
parents: 703
diff changeset
1189
703
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1190 2010-04-19 Ingo Weinzierl <ingo.weinzierl@intevation.de>
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1191
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1192 Issue227
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1193
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1194 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java,
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1195 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1196 Added a new method to retrieve the current locale.
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1197
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1198 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: Feed the xsl
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1199 transformer with a tooltip text for the back-button.
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1200
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1201 * src/main/resources/applicationMessages.properties,
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1202 src/main/resources/applicationMessages_en.properties: Added a tooltip text
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1203 for the back-button.
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1204
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1205 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Use the
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1206 tooltip text that is fed in DescribeUIAction.
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1207
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1208 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Removed a
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1209 PropertiesReader which isn't used there.
21ad44ccdb84 Tooltip text of the back-button became language specific (issue227).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 702
diff changeset
1210
702
acb0cea94258 Forgot a dot. ;-)
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 701
diff changeset
1211 2010-04-19 Sascha L. Teichmann <sascha.teichmann@intevation.de>
acb0cea94258 Forgot a dot. ;-)
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 701
diff changeset
1212
acb0cea94258 Forgot a dot. ;-)
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 701
diff changeset
1213 * src/main/resources/applicationMessages.properties: Forgot a dot. ;-)
acb0cea94258 Forgot a dot. ;-)
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 701
diff changeset
1214
701
af96769a2603 Fixed a typo in the german text of the overlay display (issue224).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 700
diff changeset
1215 2010-04-19 Ingo Weinzierl <ingo.weinzierl@intevation.de>
af96769a2603 Fixed a typo in the german text of the overlay display (issue224).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 700
diff changeset
1216
af96769a2603 Fixed a typo in the german text of the overlay display (issue224).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 700
diff changeset
1217 Issue224
af96769a2603 Fixed a typo in the german text of the overlay display (issue224).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 700
diff changeset
1218
af96769a2603 Fixed a typo in the german text of the overlay display (issue224).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 700
diff changeset
1219 * src/main/resources/applicationMessages.properties: Fixed a typo in the
af96769a2603 Fixed a typo in the german text of the overlay display (issue224).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 700
diff changeset
1220 german text of the overlay display.
af96769a2603 Fixed a typo in the german text of the overlay display (issue224).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 700
diff changeset
1221
700
89ade245ca7a Using unix line endings only.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 699
diff changeset
1222 2010-04-18 Sascha L. Teichmann <sascha.teichmann@intevation.de>
89ade245ca7a Using unix line endings only.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 699
diff changeset
1223
89ade245ca7a Using unix line endings only.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 699
diff changeset
1224 * src/main/java/de/intevation/gnv/**/*.java:
89ade245ca7a Using unix line endings only.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 699
diff changeset
1225 Using unix line endings only.
89ade245ca7a Using unix line endings only.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 699
diff changeset
1226
699
af22fa5567a6 Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 698
diff changeset
1227 2010-04-17 Sascha L. Teichmann <sascha.teichmann@intevation.de>
af22fa5567a6 Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 698
diff changeset
1228
af22fa5567a6 Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 698
diff changeset
1229 * src/main/java/de/intevation/gnv/**/*.java:
af22fa5567a6 Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 698
diff changeset
1230 Removed trailing whitespace.
af22fa5567a6 Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 698
diff changeset
1231
698
d7b005107443 Adapted background layer config
Hans Plum <hans.plum@intevation.de>
parents: 697
diff changeset
1232 2010-04-14 Hans Plum <hans@intevation.de>
d7b005107443 Adapted background layer config
Hans Plum <hans.plum@intevation.de>
parents: 697
diff changeset
1233
d7b005107443 Adapted background layer config
Hans Plum <hans.plum@intevation.de>
parents: 697
diff changeset
1234 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp:
d7b005107443 Adapted background layer config
Hans Plum <hans.plum@intevation.de>
parents: 697
diff changeset
1235 Adapted background layers to a global and local visibale layer (World
d7b005107443 Adapted background layer config
Hans Plum <hans.plum@intevation.de>
parents: 697
diff changeset
1236 Relief (2 Minute Raster)
d7b005107443 Adapted background layer config
Hans Plum <hans.plum@intevation.de>
parents: 697
diff changeset
1237
697
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1238 2010-04-14 Ingo Weinzierl <ingo.weinzierl@intevation.de>
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1239
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1240 * src/main/resources/applicationMessages.properties,
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1241 src/main/resources/applicationMessages_en.properties: Changed language
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1242 strings.
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1243
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1244 * src/main/webapp/styles/default.css: Adapted css classes.
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1245
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1246 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp,
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1247 src/main/webapp/WEB-INF/jsp/header.jsp,
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1248 src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp,
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1249 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp,
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1250 src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp,
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1251 src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Adapeted design.
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1252
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1253 * src/main/webapp/scripts/gnviewer.js: Added javascript methods to adapt the
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1254 size of the content panel.
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1255
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1256 * src/main/webapp/scripts/jquery-1.4.2.min.js: JavaScript library doing
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1257 general javascript stuff.
d2582f75b144 Improved design and added new wms layers as background for 'Horizontalschnitte'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 696
diff changeset
1258
696
ae1e616ecf94 Replaced standard html input buttons with selfmade ones.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 695
diff changeset
1259 2010-04-13 Ingo Weinzierl <ingo.weinzierl@intevation.de>
ae1e616ecf94 Replaced standard html input buttons with selfmade ones.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 695
diff changeset
1260
ae1e616ecf94 Replaced standard html input buttons with selfmade ones.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 695
diff changeset
1261 * src/main/resources/applicationMessages.properties,
ae1e616ecf94 Replaced standard html input buttons with selfmade ones.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 695
diff changeset
1262 src/main/resources/applicationMessages_en.properties: Added resource
ae1e616ecf94 Replaced standard html input buttons with selfmade ones.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 695
diff changeset
1263 pointing to the image of the 'choose'-button.
ae1e616ecf94 Replaced standard html input buttons with selfmade ones.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 695
diff changeset
1264
ae1e616ecf94 Replaced standard html input buttons with selfmade ones.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 695
diff changeset
1265 * src/main/webapp/images/auswaehlen.png,
ae1e616ecf94 Replaced standard html input buttons with selfmade ones.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 695
diff changeset
1266 src/main/webapp/images/choose.png: Selfmade 'choose'-buttons for english
ae1e616ecf94 Replaced standard html input buttons with selfmade ones.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 695
diff changeset
1267 and german language.
ae1e616ecf94 Replaced standard html input buttons with selfmade ones.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 695
diff changeset
1268
ae1e616ecf94 Replaced standard html input buttons with selfmade ones.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 695
diff changeset
1269 * src/main/webapp/WEB-INF/jsp/index.jsp,
ae1e616ecf94 Replaced standard html input buttons with selfmade ones.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 695
diff changeset
1270 src/main/webapp/WEB-INF/jsp/includes/display_fis_inc.jsp: Removed standard
ae1e616ecf94 Replaced standard html input buttons with selfmade ones.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 695
diff changeset
1271 html input buttons with selfmade ones.
ae1e616ecf94 Replaced standard html input buttons with selfmade ones.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 695
diff changeset
1272
695
883b366e3b15 Replaced buttons for saving/loading projects with links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 694
diff changeset
1273 2010-04-13 Ingo Weinzierl <ingo.weinzierl@intevation.de>
883b366e3b15 Replaced buttons for saving/loading projects with links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 694
diff changeset
1274
883b366e3b15 Replaced buttons for saving/loading projects with links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 694
diff changeset
1275 * src/main/webapp/styles/default.css: Adapted style of links.
883b366e3b15 Replaced buttons for saving/loading projects with links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 694
diff changeset
1276
883b366e3b15 Replaced buttons for saving/loading projects with links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 694
diff changeset
1277 * src/main/webapp/WEB-INF/jsp/index.jsp: Replaced input buttons for
883b366e3b15 Replaced buttons for saving/loading projects with links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 694
diff changeset
1278 loading/saving projects with links.
883b366e3b15 Replaced buttons for saving/loading projects with links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 694
diff changeset
1279
883b366e3b15 Replaced buttons for saving/loading projects with links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 694
diff changeset
1280 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp,
883b366e3b15 Replaced buttons for saving/loading projects with links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 694
diff changeset
1281 src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Added javascript function to
883b366e3b15 Replaced buttons for saving/loading projects with links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 694
diff changeset
1282 toggle the visibility of the file upload button/chooser.
883b366e3b15 Replaced buttons for saving/loading projects with links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 694
diff changeset
1283
694
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1284 2010-04-13 Ingo Weinzierl <ingo.weinzierl@intevation.de>
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1285
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1286 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Fixed a display
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1287 bug in the measurement panel for one parameter.
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1288
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1289 * src/main/resources/applicationMessages.properties,
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1290 src/main/resources/applicationMessages_en.properties: New strings for
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1291 header and footer links.
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1292
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1293 * src/main/webapp/styles/default.css: Added and adapted style classes.
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1294
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1295 * src/main/webapp/WEB-INF/jsp/header.jsp: Added links for restarting the app,
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1296 retrieving information about it and switching the current language.
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1297
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1298 * src/main/webapp/WEB-INF/jsp/footer.jsp: Added navigation links to 'home',
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1299 a contact page and an about page.
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1300
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1301 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp,
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1302 src/main/webapp/WEB-INF/jsp/mainlayout.jsp,
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1303 src/main/webapp/WEB-INF/jsp/index.jsp,
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1304 src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp,
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1305 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp,
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1306 src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp,
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1307 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp,
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1308 src/main/webapp/WEB-INF/jsp/includes/display_wms_options_inc.jsp: Changed
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1309 the design of the whole application regarding the bsh styleguide.
271ec4d11a9f Changed the whole design of the application regarding the bsh styleguide.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 693
diff changeset
1310
693
d4d1eb56d725 Added more JavaDocs
Tim Englich <tim.englich@intevation.de>
parents: 692
diff changeset
1311 2010-04-13 Tim Englich <tim.englich@intevation.de>
d4d1eb56d725 Added more JavaDocs
Tim Englich <tim.englich@intevation.de>
parents: 692
diff changeset
1312
d4d1eb56d725 Added more JavaDocs
Tim Englich <tim.englich@intevation.de>
parents: 692
diff changeset
1313 * src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactFactory.java,
d4d1eb56d725 Added more JavaDocs
Tim Englich <tim.englich@intevation.de>
parents: 692
diff changeset
1314 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactStatisticValue.java,
d4d1eb56d725 Added more JavaDocs
Tim Englich <tim.englich@intevation.de>
parents: 692
diff changeset
1315 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultArtifactStatisticValue.java,
d4d1eb56d725 Added more JavaDocs
Tim Englich <tim.englich@intevation.de>
parents: 692
diff changeset
1316 src/main/java/de/intevation/gnv/artifactdatabase/objects/ParametrizedArtifactFactory.java,
d4d1eb56d725 Added more JavaDocs
Tim Englich <tim.englich@intevation.de>
parents: 692
diff changeset
1317 src/main/java/de/intevation/gnv/artifactdatabase/objects/ParametrizedArtifactObject.java :
d4d1eb56d725 Added more JavaDocs
Tim Englich <tim.englich@intevation.de>
parents: 692
diff changeset
1318 Added more Javadocs.
d4d1eb56d725 Added more JavaDocs
Tim Englich <tim.englich@intevation.de>
parents: 692
diff changeset
1319
692
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1320 2010-04-13 Ingo Weinzierl <ingo.weinzierl@intevation.de>
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1321
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1322 * src/main/java/de/intevation/gnv/artifactdatabase/objects/package.html,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1323 src/main/java/de/intevation/gnv/artifactdatabase/objects/map/package.html,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1324 src/main/java/de/intevation/gnv/artifactdatabase/client/exception/package.html,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1325 src/main/java/de/intevation/gnv/artifactdatabase/client/package.html,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1326 src/main/java/de/intevation/gnv/action/package.html,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1327 src/main/java/de/intevation/gnv/action/sessionmodel/package.html,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1328 src/main/java/de/intevation/gnv/util/package.html: Added first part of
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1329 package descriptions.
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1330
691
6609392dffec Converted relevant images to the CD of BSH
Hans Plum <hans.plum@intevation.de>
parents: 690
diff changeset
1331 2010-04-13 Hans Plum <hans@intevation.de>
6609392dffec Converted relevant images to the CD of BSH
Hans Plum <hans.plum@intevation.de>
parents: 690
diff changeset
1332
6609392dffec Converted relevant images to the CD of BSH
Hans Plum <hans.plum@intevation.de>
parents: 690
diff changeset
1333 * src/main/webapp/images/svg.png,
692
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1334 src/main/webapp/images/delete.png,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1335 src/main/webapp/images/map_go.png,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1336 src/main/webapp/images/diagram_export.png,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1337 src/main/webapp/images/chart_curve.png,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1338 src/main/webapp/images/arrow_refresh.png,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1339 src/main/webapp/images/pdf.png,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1340 src/main/webapp/images/data_export.png,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1341 src/main/webapp/images/chart_bar.png,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1342 src/main/webapp/images/statistics.png,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1343 src/main/webapp/images/disk.png,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1344 src/main/webapp/images/tick.png,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1345 src/main/webapp/images/back_button.png:
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1346 Converted relevant icons to the requirements of BSH Corporate Design,
22567e7fa381 Added the first part of JavaDoc package descriptions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 691
diff changeset
1347 19.06.2009, S. 172: Hue: 172; Saturation: 34; Brightness: 28.
691
6609392dffec Converted relevant images to the CD of BSH
Hans Plum <hans.plum@intevation.de>
parents: 690
diff changeset
1348
690
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1349 2010-04-12 Ingo Weinzierl <ingo.weinzierl@intevation.de>
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1350
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1351 * src/main/java/de/intevation/gnv/propertiesreader/PropertiesReader.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1352 src/main/java/de/intevation/gnv/propertiesreader/ServletPropertiesReader.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1353 src/main/java/de/intevation/gnv/propertiesreader/PropertiesReaderFactory.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1354 src/main/java/de/intevation/gnv/propertiesreader/MapPropertiesReader.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1355 src/main/java/de/intevation/gnv/artifactdatabase/objects/InputParameter.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1356 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactDescription.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1357 src/main/java/de/intevation/gnv/artifactdatabase/objects/OutputParameter.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1358 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultInputParameter.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1359 src/main/java/de/intevation/gnv/artifactdatabase/objects/OutputMode.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1360 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputParameter.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1361 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputMode.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1362 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactStatisticValue.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1363 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactObject.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1364 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactStatisticsSet.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1365 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactFactory.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1366 src/main/java/de/intevation/gnv/artifactdatabase/objects/ExportMode.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1367 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultArtifactStatisticsSet.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1368 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultExportMode.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1369 src/main/java/de/intevation/gnv/artifactdatabase/objects/ParametrizedArtifactObject.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1370 src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultLayer.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1371 src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultMapService.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1372 src/main/java/de/intevation/gnv/artifactdatabase/objects/map/Layer.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1373 src/main/java/de/intevation/gnv/artifactdatabase/objects/map/MapService.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1374 src/main/java/de/intevation/gnv/artifactdatabase/objects/Artifact.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1375 src/main/java/de/intevation/gnv/artifactdatabase/objects/ParametrizedArtifactFactory.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1376 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1377 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1378 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientFactory.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1379 src/main/java/de/intevation/gnv/artifactdatabase/client/exception/ArtifactDatabaseClientException.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1380 src/main/java/de/intevation/gnv/artifactdatabase/client/exception/ArtifactDatabaseInputException.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1381 src/main/java/de/intevation/gnv/servlet/GNVActionServlet.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1382 src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1383 src/main/java/de/intevation/gnv/action/CommunicationKeys.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1384 src/main/java/de/intevation/gnv/action/DoExportAction.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1385 src/main/java/de/intevation/gnv/action/WMSAction.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1386 src/main/java/de/intevation/gnv/action/FetchArtifactFactoriesAction.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1387 src/main/java/de/intevation/gnv/action/ShowStatisticAction.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1388 src/main/java/de/intevation/gnv/action/ArtifactDatabaseActionBase.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1389 src/main/java/de/intevation/gnv/action/DescribeUIAction.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1390 src/main/java/de/intevation/gnv/action/LoadAction.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1391 src/main/java/de/intevation/gnv/action/CreateHistogramAction.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1392 src/main/java/de/intevation/gnv/action/SelectFisAction.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1393 src/main/java/de/intevation/gnv/action/DoOutputAction.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1394 src/main/java/de/intevation/gnv/action/CreateChartAction.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1395 src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1396 src/main/java/de/intevation/gnv/action/PreviousArtifactStepAction.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1397 src/main/java/de/intevation/gnv/action/sessionmodel/SessionModel.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1398 src/main/java/de/intevation/gnv/action/sessionmodel/DefaultSessionModel.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1399 src/main/java/de/intevation/gnv/action/sessionmodel/SessionModelFactory.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1400 src/main/java/de/intevation/gnv/action/sessionmodel/DiagrammOptions.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1401 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1402 src/main/java/de/intevation/gnv/action/StoreAction.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1403 src/main/java/de/intevation/gnv/util/ArtifactNamespaceContext.java,
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1404 src/main/java/de/intevation/gnv/util/XSLTransformer.java: Added JavaDoc
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1405 comments.
254f062e334b Added JavaDoc.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 689
diff changeset
1406
689
8487581dfe3b Changed the tooltip text of the chart button in the actions panel from 'Diagramm speichern' to 'Diagramm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 688
diff changeset
1407 2010-04-12 Ingo Weinzierl <ingo.weinzierl@intevation.de>
8487581dfe3b Changed the tooltip text of the chart button in the actions panel from 'Diagramm speichern' to 'Diagramm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 688
diff changeset
1408
8487581dfe3b Changed the tooltip text of the chart button in the actions panel from 'Diagramm speichern' to 'Diagramm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 688
diff changeset
1409 * src/main/resources/applicationMessages.properties,
8487581dfe3b Changed the tooltip text of the chart button in the actions panel from 'Diagramm speichern' to 'Diagramm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 688
diff changeset
1410 src/main/resources/applicationMessages_en.properties: Added label for
8487581dfe3b Changed the tooltip text of the chart button in the actions panel from 'Diagramm speichern' to 'Diagramm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 688
diff changeset
1411 chart button in actions panel.
8487581dfe3b Changed the tooltip text of the chart button in the actions panel from 'Diagramm speichern' to 'Diagramm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 688
diff changeset
1412
8487581dfe3b Changed the tooltip text of the chart button in the actions panel from 'Diagramm speichern' to 'Diagramm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 688
diff changeset
1413 * src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Changed the
8487581dfe3b Changed the tooltip text of the chart button in the actions panel from 'Diagramm speichern' to 'Diagramm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 688
diff changeset
1414 label of the chart button in the actions panel ('Diagramm speichern' ->
8487581dfe3b Changed the tooltip text of the chart button in the actions panel from 'Diagramm speichern' to 'Diagramm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 688
diff changeset
1415 'Diagramm').
8487581dfe3b Changed the tooltip text of the chart button in the actions panel from 'Diagramm speichern' to 'Diagramm'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 688
diff changeset
1416
688
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1417 2010-04-09 Ingo Weinzierl <ingo.weinzierl@intevation.de>
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1418
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1419 Issue210
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1420
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1421 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Changed the
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1422 parameter-measurement matrix rendering. Its content is no more selectable
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1423 - it is just to inform the user about the existence of a measurement for a
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1424 given parameter. Instead, there is a new row with a checkbox for each
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1425 measurement in the header of the matrix. So, the user is able to select a
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1426 measurement without a relation to a specific parameter - all parameters
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1427 which are available for this measurement are effected by this choice in
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1428 future outputs.
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1429
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1430 * src/main/webapp/styles/default.css: New classes for styling the
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1431 parameter-measurement matrix.
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1432
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1433 * src/main/webapp/images/delete.png,
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1434 src/main/webapp/images/tick.png: New icons to inform the user about the
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1435 existence of a measurement for a given parameter.
f3f433053bdd Changed the behavior of parameter-measurement-matrix (issue210).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 687
diff changeset
1436
687
acf62a4a23db Added missng character to the url of the image export link of charts (issue216).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 686
diff changeset
1437 2010-04-09 Ingo Weinzierl <ingo.weinzierl@intevation.de>
acf62a4a23db Added missng character to the url of the image export link of charts (issue216).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 686
diff changeset
1438
acf62a4a23db Added missng character to the url of the image export link of charts (issue216).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 686
diff changeset
1439 Issue216
acf62a4a23db Added missng character to the url of the image export link of charts (issue216).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 686
diff changeset
1440
acf62a4a23db Added missng character to the url of the image export link of charts (issue216).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 686
diff changeset
1441 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp:
acf62a4a23db Added missng character to the url of the image export link of charts (issue216).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 686
diff changeset
1442 Added a missing character to the url of the image export.
acf62a4a23db Added missng character to the url of the image export link of charts (issue216).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 686
diff changeset
1443
686
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1444 2010-03-29 Ingo Weinzierl <ingo.weinzierl@intevation.de>
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1445
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1446 Issue13 & Issue18
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1447
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1448 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp,
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1449 src/main/webapp/WEB-INF/jsp/header.jsp: Added a reload link. A click on
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1450 this link rebuilds the ui with the description of the current artifact.
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1451
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1452 Note: If the artifact server ist down, nothing happens when using this
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1453 link. A click on this link triggers a controller which sends a
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1454 describe-request to the artifact server.
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1455
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1456 * src/main/webapp/WEB-INF/config/struts-config.xml: Added a new controller
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1457 to build the current user interface. This could be used if the artifact
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1458 server is down and the ui brakes after an user interaction. After the
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1459 artifact server being restarted, this controller can be called to rebuild
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1460 the ui with the current artifact description.
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1461
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1462 * src/main/webapp/styles/default.css: Moved exception message and reload
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1463 link a bit to avoid overlapping elements. Added a new class to adjust the
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1464 style of the reload link.
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1465
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1466 * src/main/resources/applicationMessages.properties,
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1467 src/main/resources/applicationMessages_en.properties: Added strings for
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1468 reload-link.
734e8301c9ea Added links to reload the application and rebuild the user interface (issue13, issue18).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 685
diff changeset
1469
685
e47e6762b431 Added package description with text 'DOCUMENT ME!'.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 684
diff changeset
1470 2010-03-29 Sascha L. Teichmann <sascha.teichmann@intevation.de>
e47e6762b431 Added package description with text 'DOCUMENT ME!'.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 684
diff changeset
1471
e47e6762b431 Added package description with text 'DOCUMENT ME!'.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 684
diff changeset
1472 * src/main/java/de/intevation/gnv/**/package.html: New.
e47e6762b431 Added package description with text 'DOCUMENT ME!'.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 684
diff changeset
1473 Added package description with text 'DOCUMENT ME!'.
e47e6762b431 Added package description with text 'DOCUMENT ME!'.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 684
diff changeset
1474
684
57fa8019fbdc Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 683
diff changeset
1475 2010-03-29 Sascha L. Teichmann <sascha.teichmann@intevation.de>
57fa8019fbdc Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 683
diff changeset
1476
57fa8019fbdc Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 683
diff changeset
1477 * src/main/java/de/intevation/gnv/**/*.java:
57fa8019fbdc Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 683
diff changeset
1478 Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
57fa8019fbdc Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 683
diff changeset
1479
57fa8019fbdc Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 683
diff changeset
1480 find -name \*.java | \
57fa8019fbdc Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 683
diff changeset
1481 xargs sed -i \
57fa8019fbdc Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 683
diff changeset
1482 -e 's/@author[ ]\+\([^(<]\+\)[<(]\([^>)]\+\)[>)]/@author <a href="mailto:\2">\1<\/a>/g' \
57fa8019fbdc Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 683
diff changeset
1483 -e 's@[ ]\+</a>@</a>@g'
57fa8019fbdc Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 683
diff changeset
1484
683
d49e8695786c Ordered imports. Removed needless imports. Removed empty headers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 682
diff changeset
1485 2010-03-29 Sascha L. Teichmann <sascha.teichmann@intevation.de>
d49e8695786c Ordered imports. Removed needless imports. Removed empty headers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 682
diff changeset
1486
d49e8695786c Ordered imports. Removed needless imports. Removed empty headers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 682
diff changeset
1487 * rc/main/java/de/intevation/gnv/**/*.java:
d49e8695786c Ordered imports. Removed needless imports. Removed empty headers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 682
diff changeset
1488 Ordered imports. Removed needless imports. Removed empty headers.
d49e8695786c Ordered imports. Removed needless imports. Removed empty headers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 682
diff changeset
1489
682
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1490 2010-03-29 Ingo Weinzierl <ingo.weinzierl@intevation.de>
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1491
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1492 Issue30
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1493
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1494 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: Use the
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1495 correct locale for i18n supported by HttpServletRequest object. The
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1496 application language is switched after the next server round-trip if the
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1497 user changes the preferred browser language.
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1498 Hint: Struts' Action class has a method getLocale(HttpServletRequest)
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1499 which should return the currently selected locale. This method seems to be
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1500 buggy - returns session's initial locale.
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1501
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1502 * src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java:
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1503 Inherit from DescribeUIAction. The rendering stuff is now done by
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1504 DescribeUIAction.
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1505
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1506 * src/main/webapp/WEB-INF/config/struts-config.xml: Added missing forward
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1507 used for stepping back to a previous state in SelectArtifactFactory
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1508 action.
d3062dc8626a Application is now sensitive to changes of the preferred browser language in the current session (issue30).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 681
diff changeset
1509
681
15ac78a91d1b Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 680
diff changeset
1510 2010-03-29 Sascha L. Teichmann <sascha.teichmann@intevation.de>
15ac78a91d1b Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 680
diff changeset
1511
15ac78a91d1b Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 680
diff changeset
1512 * src/main/java/de/intevation/gnv/**/*.java:
15ac78a91d1b Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 680
diff changeset
1513 Removed trailing whitespace.
15ac78a91d1b Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 680
diff changeset
1514 find -name \*.java | xargs sed -i 's/[ \t]\+$//'
15ac78a91d1b Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 680
diff changeset
1515
680
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1516 2010-03-26 Ingo Weinzierl <ingo.weinzierl@intevation.de>
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1517
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1518 Issue197
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1519
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1520 * src/main/java/de/intevation/gnv/action/WMSAction.java: Parse the time to
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1521 live of an artifact from meta document and set an attribute 'ttl' of the
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1522 request object.
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1523
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1524 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp: Added a new row showing
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1525 the time to live beneath the layer name and wms url.
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1526
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1527 * src/main/resources/applicationMessages_en.properties,
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1528 src/main/resources/applicationMessages.properties: Added new label for
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1529 availability of an artifact/wms-layer.
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1530
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1531 * src/main/webapp/styles/default.css: Moved OpenLayers map a bit south.
ba3370dbc8c5 Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 679
diff changeset
1532
679
4eccd03394ac Improved the copying of input stream to output stream.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 678
diff changeset
1533 2010-03-22 Ingo Weinzierl <ingo.weinzierl@intevation.de>
4eccd03394ac Improved the copying of input stream to output stream.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 678
diff changeset
1534
4eccd03394ac Improved the copying of input stream to output stream.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 678
diff changeset
1535 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
4eccd03394ac Improved the copying of input stream to output stream.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 678
diff changeset
1536 Improved the copying of input stream to output stream a bit.
4eccd03394ac Improved the copying of input stream to output stream.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 678
diff changeset
1537
678
2943f69e006f Removed xml parsing from InputStream while exporting an artifact. Just copy the input stream to the output stream.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 677
diff changeset
1538 2010-03-22 Ingo Weinzierl <ingo.weinzierl@intevation.de>
2943f69e006f Removed xml parsing from InputStream while exporting an artifact. Just copy the input stream to the output stream.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 677
diff changeset
1539
2943f69e006f Removed xml parsing from InputStream while exporting an artifact. Just copy the input stream to the output stream.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 677
diff changeset
1540 * src/main/java/de/intevation/gnv/action/LoadAction.java: Just copy the
2943f69e006f Removed xml parsing from InputStream while exporting an artifact. Just copy the input stream to the output stream.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 677
diff changeset
1541 input stream to the output stream without parsing it and without creating
2943f69e006f Removed xml parsing from InputStream while exporting an artifact. Just copy the input stream to the output stream.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 677
diff changeset
1542 a temporary xml document.
2943f69e006f Removed xml parsing from InputStream while exporting an artifact. Just copy the input stream to the output stream.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 677
diff changeset
1543
677
8315b0a40329 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 676
diff changeset
1544 2010-03-22 Tim Englich <tim.englich@intevation.de>
8315b0a40329 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 676
diff changeset
1545
8315b0a40329 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 676
diff changeset
1546 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp,
8315b0a40329 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 676
diff changeset
1547 src/main/java/de/intevation/gnv/action/WMSAction.java (execute):
8315b0a40329 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 676
diff changeset
1548 Improved ExceptionHandling during WMS-Publishing.
8315b0a40329 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 676
diff changeset
1549 Now the OL-GUI will only be shown if the WMS was published succsessfull.
8315b0a40329 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 676
diff changeset
1550
676
707e142e7d44 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 675
diff changeset
1551 2010-03-19 Tim Englich <tim.englich@intevation.de>
707e142e7d44 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 675
diff changeset
1552
707e142e7d44 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 675
diff changeset
1553 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java (publishWMS),
707e142e7d44 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 675
diff changeset
1554 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (publishWMS),
707e142e7d44 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 675
diff changeset
1555 src/main/java/de/intevation/gnv/action/WMSAction.java (execute):
707e142e7d44 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 675
diff changeset
1556 Improved ExceptionHandling during WMS-Publishing.
707e142e7d44 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 675
diff changeset
1557 The responsedocument will be scanned for Exceptionreports.
707e142e7d44 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 675
diff changeset
1558 Also if no URL, Mapfile or Layer was retrieved from the Responsedocument
707e142e7d44 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 675
diff changeset
1559 the Exceptionpage will be visualized instead an corrupt Openlayersclient.
707e142e7d44 Improved ExceptionHandling during WMS-Publishing.
Tim Englich <tim.englich@intevation.de>
parents: 675
diff changeset
1560
675
0d23f7ba53dd Added new German resource for fis_marinefeatures according to msg1067 of Issue2005.
Tim Englich <tim.englich@intevation.de>
parents: 674
diff changeset
1561 2010-03-19 Tim Englich <tim.englich@intevation.de>
0d23f7ba53dd Added new German resource for fis_marinefeatures according to msg1067 of Issue2005.
Tim Englich <tim.englich@intevation.de>
parents: 674
diff changeset
1562
0d23f7ba53dd Added new German resource for fis_marinefeatures according to msg1067 of Issue2005.
Tim Englich <tim.englich@intevation.de>
parents: 674
diff changeset
1563 * src/main/resources/applicationMessages.properties:
0d23f7ba53dd Added new German resource for fis_marinefeatures according to msg1067 of Issue2005.
Tim Englich <tim.englich@intevation.de>
parents: 674
diff changeset
1564 Added new German resource for fis_marinefeatures according to msg1067
0d23f7ba53dd Added new German resource for fis_marinefeatures according to msg1067 of Issue2005.
Tim Englich <tim.englich@intevation.de>
parents: 674
diff changeset
1565 of Issue2005.
0d23f7ba53dd Added new German resource for fis_marinefeatures according to msg1067 of Issue2005.
Tim Englich <tim.englich@intevation.de>
parents: 674
diff changeset
1566
674
5b195ee3b307 Added Ressources for new FIS Marine Features.
Tim Englich <tim.englich@intevation.de>
parents: 673
diff changeset
1567 2010-03-19 Tim Englich <tim.englich@intevation.de>
5b195ee3b307 Added Ressources for new FIS Marine Features.
Tim Englich <tim.englich@intevation.de>
parents: 673
diff changeset
1568
5b195ee3b307 Added Ressources for new FIS Marine Features.
Tim Englich <tim.englich@intevation.de>
parents: 673
diff changeset
1569 * src/main/resources/applicationMessages*.properties:
5b195ee3b307 Added Ressources for new FIS Marine Features.
Tim Englich <tim.englich@intevation.de>
parents: 673
diff changeset
1570 Added Ressources for new FIS Marine Features.
5b195ee3b307 Added Ressources for new FIS Marine Features.
Tim Englich <tim.englich@intevation.de>
parents: 673
diff changeset
1571
673
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1572 2010-03-19 Ingo Weinzierl <ingo.weinzierl@intevation.de>
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1573
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1574 * src/main/java/de/intevation/gnv/action/LoadAction.java: Use the uploaded
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1575 file to start an artifact import. Create a new Artifact object if the
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1576 import was successful and fetch the current artifact description with user
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1577 interface part to restore the gui. Display an error message if something
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1578 failed while importing.
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1579
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1580 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java,
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1581 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java:
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1582 Added a new method doImport to import artifacts from xml documents. A
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1583 describe document without ui part is returned if an import was successful.
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1584
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1585 * src/main/resources/applicationMessages.properties,
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1586 src/main/resources/applicationMessages_en.properties: Added error messages
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1587 for the case that something failed while importing artifacts from xml
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1588 documents.
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1589
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1590 * src/main/webapp/WEB-INF/jsp/header.jsp: Replace whitespaces from exception
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1591 request parameter with dots. Exceptions thrown by the artifact server
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1592 corresponds to a specific resource key. Failures coming from the artifact
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1593 server are displayed language specific on this way.
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1594
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1595 * src/main/webapp/WEB-INF/config/struts-config.xml: Added missing forwards
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1596 to import action.
93b4dedc4e37 Implemented a mechanism to import artifacts from xml structured documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 672
diff changeset
1597
672
e9d54c989110 Some Codecleanup done.
Tim Englich <tim.englich@intevation.de>
parents: 671
diff changeset
1598 2010-03-19 Tim Englich <tim.englich@intevation.de>
e9d54c989110 Some Codecleanup done.
Tim Englich <tim.englich@intevation.de>
parents: 671
diff changeset
1599
e9d54c989110 Some Codecleanup done.
Tim Englich <tim.englich@intevation.de>
parents: 671
diff changeset
1600 * src/main/java/de/intevation/gnv/artifactdatabase/objects/ParametrizedArtifactFactory.java (addParameters):
e9d54c989110 Some Codecleanup done.
Tim Englich <tim.englich@intevation.de>
parents: 671
diff changeset
1601 Some Codecleanup done.
e9d54c989110 Some Codecleanup done.
Tim Englich <tim.englich@intevation.de>
parents: 671
diff changeset
1602
671
fbbf2ffde11f Integrated a Switch will be load different Geometries into the Requestbody of an Mapviewercall.
Tim Englich <tim.englich@intevation.de>
parents: 670
diff changeset
1603 2010-03-19 Tim Englich <tim.englich@intevation.de>
fbbf2ffde11f Integrated a Switch will be load different Geometries into the Requestbody of an Mapviewercall.
Tim Englich <tim.englich@intevation.de>
parents: 670
diff changeset
1604
fbbf2ffde11f Integrated a Switch will be load different Geometries into the Requestbody of an Mapviewercall.
Tim Englich <tim.englich@intevation.de>
parents: 670
diff changeset
1605 * src/main/webapp/WEB-INF/jsp/includes/display_mapviewercall_inc.jsp:
fbbf2ffde11f Integrated a Switch will be load different Geometries into the Requestbody of an Mapviewercall.
Tim Englich <tim.englich@intevation.de>
parents: 670
diff changeset
1606 Integrated a Switch will be load different Geometries into the
fbbf2ffde11f Integrated a Switch will be load different Geometries into the Requestbody of an Mapviewercall.
Tim Englich <tim.englich@intevation.de>
parents: 670
diff changeset
1607 Requestbody of an Mapviewercall.
fbbf2ffde11f Integrated a Switch will be load different Geometries into the Requestbody of an Mapviewercall.
Tim Englich <tim.englich@intevation.de>
parents: 670
diff changeset
1608 You cann add gt=POINT , gt=LINESTRING or gt=POLYGON to the URL to switch
fbbf2ffde11f Integrated a Switch will be load different Geometries into the Requestbody of an Mapviewercall.
Tim Englich <tim.englich@intevation.de>
parents: 670
diff changeset
1609 between the different Geometries.
fbbf2ffde11f Integrated a Switch will be load different Geometries into the Requestbody of an Mapviewercall.
Tim Englich <tim.englich@intevation.de>
parents: 670
diff changeset
1610 The Values of the Geometries are the same as used in the GUI of the GNV.
fbbf2ffde11f Integrated a Switch will be load different Geometries into the Requestbody of an Mapviewercall.
Tim Englich <tim.englich@intevation.de>
parents: 670
diff changeset
1611
670
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1612 2010-03-17 Ingo Weinzierl <ingo.weinzierl@intevation.de>
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1613
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1614 Issue208 First steps for exporting artifacts.
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1615
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1616 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java,
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1617 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java:
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1618 New method to export an artifact.
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1619
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1620 * pom.xml: Added Apache common-fileupload 1.2.1 lib.
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1621
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1622 * src/main/java/de/intevation/gnv/action/CommunicationKeys.java: Further
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1623 error message key added which is displayed beneath project load/store
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1624 buttons if an error occured while these operations.
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1625
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1626 * src/main/resources/applicationMessages.properties,
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1627 src/main/resources/applicationMessages_en.properties: Added error messages
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1628 for errors which occure while loading/storing projects.
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1629
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1630 * src/main/webapp/styles/default.css: Added a new style class to adjust
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1631 error messages which may occur while loading/storing projects.
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1632
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1633 * src/main/java/de/intevation/gnv/action/StoreAction.java: New controller
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1634 which triggers an artifact export. After pushing the corresponding button,
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1635 the artifact is returned as xml document and a file dialog is displayed.
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1636
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1637 * src/main/java/de/intevation/gnv/action/LoadAction.java: New controller to
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1638 import artifacts which have former been exported. XML documents are
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1639 successfully read from fileupload.
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1640 TODO: Use these documents to create artifacts. No artifacts are loaded
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1641 yet!
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1642
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1643 * src/main/java/de/intevation/gnv/util/XMLUtils.java: Added a method to
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1644 write documents to a stream.
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1645
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1646 * src/main/webapp/WEB-INF/config/struts-config.xml: Added LoadAction and
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1647 StoreAction. The controller are available under /gnv/load and /gnv/store.
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1648
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1649 * src/main/webapp/WEB-INF/jsp/header.jsp: Removed placeholder string for
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1650 storing/loading the current project state and added buttons to start
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1651 an export of the current project's state (the current artifact) or reload
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1652 an artifact from a xml document.
b89b31293772 Implemented first things to store/load projects.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 669
diff changeset
1653
669
ef1ff5fdab5b Changed the xsl transformation for a parameter/measurement matrix (issue199).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 668
diff changeset
1654 2010-03-16 Ingo Weinzierl <ingo.weinzierl@intevation.de>
ef1ff5fdab5b Changed the xsl transformation for a parameter/measurement matrix (issue199).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 668
diff changeset
1655
ef1ff5fdab5b Changed the xsl transformation for a parameter/measurement matrix (issue199).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 668
diff changeset
1656 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Changed the
ef1ff5fdab5b Changed the xsl transformation for a parameter/measurement matrix (issue199).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 668
diff changeset
1657 rendering of measurement/parameter matrix. The matrix will now look like
ef1ff5fdab5b Changed the xsl transformation for a parameter/measurement matrix (issue199).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 668
diff changeset
1658 this:
ef1ff5fdab5b Changed the xsl transformation for a parameter/measurement matrix (issue199).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 668
diff changeset
1659
ef1ff5fdab5b Changed the xsl transformation for a parameter/measurement matrix (issue199).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 668
diff changeset
1660 | measurement label | measurement label
ef1ff5fdab5b Changed the xsl transformation for a parameter/measurement matrix (issue199).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 668
diff changeset
1661 -------------------------------------------------------
ef1ff5fdab5b Changed the xsl transformation for a parameter/measurement matrix (issue199).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 668
diff changeset
1662 parameter label | measurement value | measurement value
ef1ff5fdab5b Changed the xsl transformation for a parameter/measurement matrix (issue199).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 668
diff changeset
1663 parameter label | measurement value | measurement value
ef1ff5fdab5b Changed the xsl transformation for a parameter/measurement matrix (issue199).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 668
diff changeset
1664
668
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1665 2010-03-15 Ingo Weinzierl <ingo.weinzierl@intevation.de>
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1666
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1667 Issue198
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1668
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1669 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java,
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1670 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1671 Added the method signature for publishing wms layers. 'publishWMS'
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1672 requires a collection of InputParameters which are used to create the
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1673 request xml document. These input parameters can be used to adjust some
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1674 wms settings. At the moment, the only parameter which written to the
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1675 request xml document is the title for a wms layer.
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1676
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1677 * src/main/java/de/intevation/gnv/action/WMSAction.java: Search for user
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1678 input and append given input values to request xml document. Put the layer
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1679 title into request object to be accessible in jsp files.
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1680
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1681 * src/main/webapp/WEB-INF/jsp/index.jsp: Render wms option panel if wms is
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1682 requested.
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1683
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1684 * src/main/webapp/WEB-INF/jsp/includes/display_wms_options_inc.jsp: New.
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1685 Option panel for wms customization. At the moment, the user has the
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1686 possibility to adjust wms layers' title.
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1687
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1688 * src/main/resources/applicationMessages.properties,
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1689 src/main/resources/applicationMessages_en.properties: Added some labels
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1690 for wms options.
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1691
667
c4f051adc6e7 Fixed Compilation-Error because of InterfaceChanges of the ArtifactDatabaseClient-Interface.
Tim Englich <tim.englich@intevation.de>
parents: 666
diff changeset
1692 2010-03-12 Tim Englich <tim.englich@intevation.de>
c4f051adc6e7 Fixed Compilation-Error because of InterfaceChanges of the ArtifactDatabaseClient-Interface.
Tim Englich <tim.englich@intevation.de>
parents: 666
diff changeset
1693
c4f051adc6e7 Fixed Compilation-Error because of InterfaceChanges of the ArtifactDatabaseClient-Interface.
Tim Englich <tim.englich@intevation.de>
parents: 666
diff changeset
1694 * src/test/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientTestCase.java (testArtifactDatabaseClient):
c4f051adc6e7 Fixed Compilation-Error because of InterfaceChanges of the ArtifactDatabaseClient-Interface.
Tim Englich <tim.englich@intevation.de>
parents: 666
diff changeset
1695 Fixed Compilation-Error because of InterfaceChanges of the
c4f051adc6e7 Fixed Compilation-Error because of InterfaceChanges of the ArtifactDatabaseClient-Interface.
Tim Englich <tim.englich@intevation.de>
parents: 666
diff changeset
1696 ArtifactDatabaseClient-Interface.
668
ccd47d9887ec Added an options panel for wms customization (issue198).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 667
diff changeset
1697
666
bb7df90fcb74 Integrated Resource for FIS Contis and Nauthis.
Tim Englich <tim.englich@intevation.de>
parents: 665
diff changeset
1698 2010-03-12 Tim Englich <tim.englich@intevation.de>
bb7df90fcb74 Integrated Resource for FIS Contis and Nauthis.
Tim Englich <tim.englich@intevation.de>
parents: 665
diff changeset
1699
bb7df90fcb74 Integrated Resource for FIS Contis and Nauthis.
Tim Englich <tim.englich@intevation.de>
parents: 665
diff changeset
1700 * src/main/resources/applicationMessages*.properties:
bb7df90fcb74 Integrated Resource for FIS Contis and Nauthis.
Tim Englich <tim.englich@intevation.de>
parents: 665
diff changeset
1701 Integrated Resource for FIS Contis and Nauthis.
bb7df90fcb74 Integrated Resource for FIS Contis and Nauthis.
Tim Englich <tim.englich@intevation.de>
parents: 665
diff changeset
1702
665
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1703 2010-03-10 Ingo Weinzierl <ingo.weinzierl@intevation.de>
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1704
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1705 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java,
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1706 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1707 Throw different exceptions if an error occured in the artifact server.
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1708 On this way, we are able to distinguish between general server errors or
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1709 errors caused by an invalid user input.
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1710
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1711 * src/main/java/de/intevation/gnv/action/FetchArtifactFactoriesAction.java,
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1712 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java:
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1713 Catch the exceptions thrown by DefaultArtifactDatabaseClient and set an
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1714 attribute at the request object for each exception type. The attributes
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1715 will take effect on different places in the user interface.
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1716
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1717 * src/main/java/de/intevation/gnv/artifactdatabase/client/exception/ArtifactDatabaseInputException.java:
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1718 Exception used to be thrown if an invalid user input error occured.
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1719
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1720 * src/main/java/de/intevation/gnv/action/CommunicationKeys.java: Added some
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1721 keys to store different error messages in the Http session.
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1722
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1723 * src/main/webapp/styles/default.css: Added new style class to adjust the
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1724 style of error messages caused by invalid user input.
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1725
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1726 * src/main/webapp/WEB-INF/jsp/index.jsp: Display invalid input errors at
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1727 the top of the input area.
27f25b9ae9af Improved exception handling. Display error messages after invalid user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 664
diff changeset
1728
664
15497dce8fcd Adjusted logging configuration. Old config did not have any effect on log4j.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 663
diff changeset
1729 2010-03-09 Ingo Weinzierl <ingo.weinzierl@intevation.de>
15497dce8fcd Adjusted logging configuration. Old config did not have any effect on log4j.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 663
diff changeset
1730
15497dce8fcd Adjusted logging configuration. Old config did not have any effect on log4j.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 663
diff changeset
1731 * src/main/webapp/WEB-INF/config/log4j.properties,
15497dce8fcd Adjusted logging configuration. Old config did not have any effect on log4j.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 663
diff changeset
1732 src/main/webapp/WEB-INF/classes/log4j.properties: Moved logging
15497dce8fcd Adjusted logging configuration. Old config did not have any effect on log4j.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 663
diff changeset
1733 configuration. The config file did not have any effect in config
15497dce8fcd Adjusted logging configuration. Old config did not have any effect on log4j.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 663
diff changeset
1734 directory. In classes directory, it has.
15497dce8fcd Adjusted logging configuration. Old config did not have any effect on log4j.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 663
diff changeset
1735
15497dce8fcd Adjusted logging configuration. Old config did not have any effect on log4j.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 663
diff changeset
1736 * src/main/webapp/WEB-INF/web.xml: Removed logging section which is no more
15497dce8fcd Adjusted logging configuration. Old config did not have any effect on log4j.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 663
diff changeset
1737 necessary anymore.
15497dce8fcd Adjusted logging configuration. Old config did not have any effect on log4j.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 663
diff changeset
1738
663
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1739 2010-03-09 Ingo Weinzierl <ingo.weinzierl@intevation.de>
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1740
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1741 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Parse
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1742 user input from chart/histogram options panel and check if integer and
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1743 doubles are valid - if we find a value which is not valid for the
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1744 configured type, we set an exception message which is displayed in the
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1745 chart/histogram options panel and sets the corresponding parameter to its
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1746 default value.
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1747
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1748 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp,
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1749 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp:
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1750 Display error message in options panel if there is one.
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1751
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1752 * src/main/resources/applicationMessages_en.properties,
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1753 src/main/resources/applicationMessages.properties:
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1754 Added strings to display error messages when the user entered a bad
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1755 formatted number in chart/histogram options panel.
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1756
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1757 * src/main/java/de/intevation/gnv/action/CommunicationKeys.java: Added two
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1758 further error message keys used to store error messages for
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1759 chart/histogram options.
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1760
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1761 * src/main/webapp/styles/default.css: Added a new class 'chartException' to
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1762 adjust the style of an error message in chart/histogram options panel.
9a019c125b60 Improved error handling when changing chart/histogram options.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 590
diff changeset
1763
590
5f5f273c8566 Repaired error message parsing from resulting xml documents after feed() has been called.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 589
diff changeset
1764 2010-03-08 Ingo Weinzierl <ingo.weinzierl@intevation.de>
5f5f273c8566 Repaired error message parsing from resulting xml documents after feed() has been called.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 589
diff changeset
1765
5f5f273c8566 Repaired error message parsing from resulting xml documents after feed() has been called.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 589
diff changeset
1766 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
5f5f273c8566 Repaired error message parsing from resulting xml documents after feed() has been called.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 589
diff changeset
1767 Adjusted xpath expression to find exception nodes in xml documents again.
5f5f273c8566 Repaired error message parsing from resulting xml documents after feed() has been called.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 589
diff changeset
1768 The prefix 'art:' has been missing.
5f5f273c8566 Repaired error message parsing from resulting xml documents after feed() has been called.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 589
diff changeset
1769
589
960ae818296e img-Exports will get a file extension that corresponds to their mime-type (issue187).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 588
diff changeset
1770 2010-03-08 Ingo Weinzierl <ingo.weinzierl@intevation.de>
960ae818296e img-Exports will get a file extension that corresponds to their mime-type (issue187).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 588
diff changeset
1771
960ae818296e img-Exports will get a file extension that corresponds to their mime-type (issue187).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 588
diff changeset
1772 Issue187
960ae818296e img-Exports will get a file extension that corresponds to their mime-type (issue187).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 588
diff changeset
1773
960ae818296e img-Exports will get a file extension that corresponds to their mime-type (issue187).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 588
diff changeset
1774 * src/main/java/de/intevation/gnv/action/DoExportAction.java: Exports with
960ae818296e img-Exports will get a file extension that corresponds to their mime-type (issue187).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 588
diff changeset
1775 target 'img' will get a file extension that corresponds to their
960ae818296e img-Exports will get a file extension that corresponds to their mime-type (issue187).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 588
diff changeset
1776 mime-type. There was no code path for 'img' before, which caused the
960ae818296e img-Exports will get a file extension that corresponds to their mime-type (issue187).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 588
diff changeset
1777 problem, that 'img'-exports had a '.txt'-file extension.
960ae818296e img-Exports will get a file extension that corresponds to their mime-type (issue187).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 588
diff changeset
1778
588
15af6e7ecf3a Removed duplicated imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 587
diff changeset
1779 2010-03-06 Sascha L. Teichmann <sascha.teichmann@intevation.de>
15af6e7ecf3a Removed duplicated imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 587
diff changeset
1780
15af6e7ecf3a Removed duplicated imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 587
diff changeset
1781 * src/main/java/de/intevation/gnv/action/DoExportAction.java:
15af6e7ecf3a Removed duplicated imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 587
diff changeset
1782 Removed duplicated imports.
15af6e7ecf3a Removed duplicated imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 587
diff changeset
1783
587
602521c3fac3 Reset diagram options after switching from chart to histogram or the other way around (issue190).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 586
diff changeset
1784 2010-03-05 Ingo Weinzierl <ingo.weinzierl@intevation.de>
602521c3fac3 Reset diagram options after switching from chart to histogram or the other way around (issue190).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 586
diff changeset
1785
602521c3fac3 Reset diagram options after switching from chart to histogram or the other way around (issue190).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 586
diff changeset
1786 Issue190
602521c3fac3 Reset diagram options after switching from chart to histogram or the other way around (issue190).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 586
diff changeset
1787
602521c3fac3 Reset diagram options after switching from chart to histogram or the other way around (issue190).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 586
diff changeset
1788 * src/main/java/de/intevation/gnv/action/CreateHistogramAction.java,
602521c3fac3 Reset diagram options after switching from chart to histogram or the other way around (issue190).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 586
diff changeset
1789 src/main/java/de/intevation/gnv/action/CreateChartAction.java: Reset
602521c3fac3 Reset diagram options after switching from chart to histogram or the other way around (issue190).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 586
diff changeset
1790 diagram options. Switching between chart and histogram caused some 'null'
602521c3fac3 Reset diagram options after switching from chart to histogram or the other way around (issue190).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 586
diff changeset
1791 values in text fields. After resetting these options, we don't have these
602521c3fac3 Reset diagram options after switching from chart to histogram or the other way around (issue190).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 586
diff changeset
1792 problems anymore - text fields will be filled with default values in this
602521c3fac3 Reset diagram options after switching from chart to histogram or the other way around (issue190).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 586
diff changeset
1793 case.
602521c3fac3 Reset diagram options after switching from chart to histogram or the other way around (issue190).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 586
diff changeset
1794
602521c3fac3 Reset diagram options after switching from chart to histogram or the other way around (issue190).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 586
diff changeset
1795 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_adons_inc.jsp:
602521c3fac3 Reset diagram options after switching from chart to histogram or the other way around (issue190).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 586
diff changeset
1796 Removed useless file.
602521c3fac3 Reset diagram options after switching from chart to histogram or the other way around (issue190).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 586
diff changeset
1797
586
97d90e314af5 ISSUE 181: Removed duplicate Drawaing of the Lengendvalue of Groupelements for choosing different heights for several Parameters
Tim Englich <tim.englich@intevation.de>
parents: 585
diff changeset
1798 2010-03-05 Tim Englich <tim.englich@intevation.de>
97d90e314af5 ISSUE 181: Removed duplicate Drawaing of the Lengendvalue of Groupelements for choosing different heights for several Parameters
Tim Englich <tim.englich@intevation.de>
parents: 585
diff changeset
1799
97d90e314af5 ISSUE 181: Removed duplicate Drawaing of the Lengendvalue of Groupelements for choosing different heights for several Parameters
Tim Englich <tim.englich@intevation.de>
parents: 585
diff changeset
1800 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl:
97d90e314af5 ISSUE 181: Removed duplicate Drawaing of the Lengendvalue of Groupelements for choosing different heights for several Parameters
Tim Englich <tim.englich@intevation.de>
parents: 585
diff changeset
1801 ISSUE 181: Removed duplicate Drawaing of the Lengendvalue of Groupelements
97d90e314af5 ISSUE 181: Removed duplicate Drawaing of the Lengendvalue of Groupelements for choosing different heights for several Parameters
Tim Englich <tim.englich@intevation.de>
parents: 585
diff changeset
1802 for choosing different heights for several Parameters
97d90e314af5 ISSUE 181: Removed duplicate Drawaing of the Lengendvalue of Groupelements for choosing different heights for several Parameters
Tim Englich <tim.englich@intevation.de>
parents: 585
diff changeset
1803
585
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1804 2010-03-05 Ingo Weinzierl <ingo.weinzierl@intevation.de>
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1805
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1806 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java,
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1807 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1808 'publishWMS' returns a whole document which contains meta information used
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1809 for mapfile generation - not just a string. These information contain
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1810 MapServer URL and the path to its mapfile.
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1811
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1812 * src/main/java/de/intevation/gnv/action/WMSAction.java: Fetch MapServer
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1813 settings from resulting document after wms-publishing to display these
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1814 values in gui.
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1815
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1816 * src/main/java/de/intevation/gnv/util/XMLUtils.java: Converted class
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1817 methods into static methods to use them without initializing an object of
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1818 XMLUtils.
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1819
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1820 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp: Show MapServer and layer
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1821 information in gui and use MapServer settings to feed OpenLayers client.
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1822
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1823 * src/main/webapp/styles/default.css: Added some classes to adjust style of
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1824 information table (wms service, layer name) and map area.
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1825
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1826 * src/main/resources/applicationMessages.properties,
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1827 src/main/resources/applicationMessages_en.properties: Added column labels
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1828 for displaying MapServer information.
2e690cb2247c Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 584
diff changeset
1829
584
b31e81f35b64 Adjusted rendering of OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 583
diff changeset
1830 2010-03-04 Ingo Weinzierl <ingo.weinzierl@intevation.de>
b31e81f35b64 Adjusted rendering of OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 583
diff changeset
1831
b31e81f35b64 Adjusted rendering of OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 583
diff changeset
1832 * src/main/webapp/WEB-INF/jsp/index.jsp,
b31e81f35b64 Adjusted rendering of OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 583
diff changeset
1833 src/main/webapp/WEB-INF/jsp/wmslayout.jsp: Removed map-div from index.jsp
b31e81f35b64 Adjusted rendering of OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 583
diff changeset
1834 and moved it to wmslayout. So, we don't have an empty div with grey border
b31e81f35b64 Adjusted rendering of OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 583
diff changeset
1835 in our application if there is no map currently existing. Load images from
b31e81f35b64 Adjusted rendering of OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 583
diff changeset
1836 MapServer as 'image/png'.
b31e81f35b64 Adjusted rendering of OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 583
diff changeset
1837
b31e81f35b64 Adjusted rendering of OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 583
diff changeset
1838 * src/main/webapp/styles/default.css: Adjusted style for customizing
b31e81f35b64 Adjusted rendering of OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 583
diff changeset
1839 map-div.
b31e81f35b64 Adjusted rendering of OpenLayers client.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 583
diff changeset
1840
583
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1841 2010-03-02 Ingo Weinzierl <ingo.weinzierl@intevation.de>
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1842
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1843 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java,
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1844 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1845 Added export mode to 'out'-xml document.
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1846
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1847 * src/main/java/de/intevation/gnv/action/DoOutputAction.java,
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1848 src/main/java/de/intevation/gnv/action/DoExportAction.java: Call
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1849 'doOutput' for triggering an output like chart, histogram, csv or odv with
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1850 a new parameter export mode which contains the export format (img, pdf,
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1851 svg).
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1852
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1853 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp,
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1854 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp,
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1855 src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp,
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1856 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp,
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1857 src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Added export
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1858 mode to HTTP-Get requests.
2f3d885fed09 Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 582
diff changeset
1859
582
b8ea9383d285 Implemented a One-Step-Back-History.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 581
diff changeset
1860 2010-03-02 Ingo Weinzierl <ingo.weinzierl@intevation.de>
b8ea9383d285 Implemented a One-Step-Back-History.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 581
diff changeset
1861
b8ea9383d285 Implemented a One-Step-Back-History.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 581
diff changeset
1862 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl:
b8ea9383d285 Implemented a One-Step-Back-History.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 581
diff changeset
1863 Implemented a One-Step-Back-History. The user is able to step back to
b8ea9383d285 Implemented a One-Step-Back-History.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 581
diff changeset
1864 the last state and to the state for choosing the fis.
b8ea9383d285 Implemented a One-Step-Back-History.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 581
diff changeset
1865
581
f0f0d4eaee58 Display chart when reaching a final state which doesn't need any further user input (issue184).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 580
diff changeset
1866 2010-03-02 Ingo Weinzierl <ingo.weinzierl@intevation.de>
f0f0d4eaee58 Display chart when reaching a final state which doesn't need any further user input (issue184).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 580
diff changeset
1867
f0f0d4eaee58 Display chart when reaching a final state which doesn't need any further user input (issue184).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 580
diff changeset
1868 Issue184
f0f0d4eaee58 Display chart when reaching a final state which doesn't need any further user input (issue184).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 580
diff changeset
1869
f0f0d4eaee58 Display chart when reaching a final state which doesn't need any further user input (issue184).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 580
diff changeset
1870 * src/main/webapp/WEB-INF/jsp/index.jsp: Display chart per default, when
f0f0d4eaee58 Display chart when reaching a final state which doesn't need any further user input (issue184).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 580
diff changeset
1871 reaching a final state, which doesn't need any further user input.
f0f0d4eaee58 Display chart when reaching a final state which doesn't need any further user input (issue184).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 580
diff changeset
1872
580
377da78ed36b Display an exception if an error occured while stepping back to a former state (issue183).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 579
diff changeset
1873 2010-03-01 Ingo Weinzierl <ingo.weinzierl@intevation.de>
377da78ed36b Display an exception if an error occured while stepping back to a former state (issue183).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 579
diff changeset
1874
377da78ed36b Display an exception if an error occured while stepping back to a former state (issue183).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 579
diff changeset
1875 Issue183
377da78ed36b Display an exception if an error occured while stepping back to a former state (issue183).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 579
diff changeset
1876
377da78ed36b Display an exception if an error occured while stepping back to a former state (issue183).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 579
diff changeset
1877 * src/main/java/de/intevation/gnv/action/PreviousArtifactStepAction.java:
377da78ed36b Display an exception if an error occured while stepping back to a former state (issue183).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 579
diff changeset
1878 Take care on exceptions and render an error message if an exception
377da78ed36b Display an exception if an error occured while stepping back to a former state (issue183).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 579
diff changeset
1879 occured.
377da78ed36b Display an exception if an error occured while stepping back to a former state (issue183).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 579
diff changeset
1880
579
dc548655a66e Removed litte copy-paste mistake while setting file-extension for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 578
diff changeset
1881 2010-03-01 Ingo Weinzierl <ingo.weinzierl@intevation.de>
dc548655a66e Removed litte copy-paste mistake while setting file-extension for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 578
diff changeset
1882
dc548655a66e Removed litte copy-paste mistake while setting file-extension for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 578
diff changeset
1883 * src/main/java/de/intevation/gnv/action/DoExportAction.java: Removed little
dc548655a66e Removed litte copy-paste mistake while setting file-extension for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 578
diff changeset
1884 copy-paste mistake while setting file-extension for exports.
dc548655a66e Removed litte copy-paste mistake while setting file-extension for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 578
diff changeset
1885
578
fe825061b83e Set file-extension for histogram exports according to mime-type.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
1886 2010-03-01 Ingo Weinzierl <ingo.weinzierl@intevation.de>
fe825061b83e Set file-extension for histogram exports according to mime-type.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
1887
fe825061b83e Set file-extension for histogram exports according to mime-type.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
1888 * src/main/java/de/intevation/gnv/action/DoExportAction.java: Set
fe825061b83e Set file-extension for histogram exports according to mime-type.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
1889 file-extension according to mime type for histogram exports.
fe825061b83e Set file-extension for histogram exports according to mime-type.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
1890
577
60caaa265e2b Render a matrix for measurement selection (measurement-parameter).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 576
diff changeset
1891 2010-02-26 Ingo Weinzierl <ingo.weinzierl@intevation.de>
60caaa265e2b Render a matrix for measurement selection (measurement-parameter).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 576
diff changeset
1892
60caaa265e2b Render a matrix for measurement selection (measurement-parameter).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 576
diff changeset
1893 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Render a matrix
60caaa265e2b Render a matrix for measurement selection (measurement-parameter).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 576
diff changeset
1894 for measurement selection.
60caaa265e2b Render a matrix for measurement selection (measurement-parameter).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 576
diff changeset
1895
60caaa265e2b Render a matrix for measurement selection (measurement-parameter).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 576
diff changeset
1896 * src/main/webapp/styles/default.css: Added new css class to adjust the
60caaa265e2b Render a matrix for measurement selection (measurement-parameter).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 576
diff changeset
1897 matrix' column headers.
60caaa265e2b Render a matrix for measurement selection (measurement-parameter).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 576
diff changeset
1898
576
b21fc7502750 Fixed issue 178. Export modes CSV and ODV work again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 575
diff changeset
1899 2010-02-25 Ingo Weinzierl <ingo.weinzierl@intevation.de>
b21fc7502750 Fixed issue 178. Export modes CSV and ODV work again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 575
diff changeset
1900
b21fc7502750 Fixed issue 178. Export modes CSV and ODV work again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 575
diff changeset
1901 Issue178
b21fc7502750 Fixed issue 178. Export modes CSV and ODV work again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 575
diff changeset
1902
b21fc7502750 Fixed issue 178. Export modes CSV and ODV work again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 575
diff changeset
1903 * src/main/java/de/intevation/gnv/action/DoExportAction.java: Added a code
b21fc7502750 Fixed issue 178. Export modes CSV and ODV work again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 575
diff changeset
1904 path for export actions, where no export mode is given.
b21fc7502750 Fixed issue 178. Export modes CSV and ODV work again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 575
diff changeset
1905
575
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1906 2010-02-24 Ingo Weinzierl <ingo.weinzierl@intevation.de>
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1907
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1908 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Added
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1909 user selected type of bin setting (number of bins, bin width) to diagram
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1910 options and request object which are used to create links for chart
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1911 images.
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1912
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1913 * src/main/java/de/intevation/gnv/action/DoOutputAction.java: Added user
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1914 selected type of bin setting to InputParameters which are used to create
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1915 xml documents for 'out' target.
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1916
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1917 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp,
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1918 src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp: Added
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1919 checkboxes to select the field to adjust bins in histogram charts (bin
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1920 width or number of bins). When selecting a checkbox, the other box becomes
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1921 disabled.
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1922
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1923 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp: JavaScript function to toggle
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1924 checkboxes.
a634d5ee961d Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 574
diff changeset
1925
574
800874dc0b29 Add histogram option parameter to http request for fetching histogram image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 573
diff changeset
1926 2010-02-24 Ingo Weinzierl <ingo.weinzierl@intevation.de>
800874dc0b29 Add histogram option parameter to http request for fetching histogram image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 573
diff changeset
1927
800874dc0b29 Add histogram option parameter to http request for fetching histogram image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 573
diff changeset
1928 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp: Append
800874dc0b29 Add histogram option parameter to http request for fetching histogram image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 573
diff changeset
1929 user inserted parameter from histogram options (width, height, bin width,
800874dc0b29 Add histogram option parameter to http request for fetching histogram image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 573
diff changeset
1930 number of bins) to http request when fetching the histogram image.
800874dc0b29 Add histogram option parameter to http request for fetching histogram image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 573
diff changeset
1931
573
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1932 2010-02-23 Ingo Weinzierl <ingo.weinzierl@intevation.de>
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1933
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1934 * src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputMode.java,
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1935 src/main/java/de/intevation/gnv/artifactdatabase/objects/OutputMode.java:
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1936 New method returning export modes.
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1937
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1938 * src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultExportMode.java,
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1939 src/main/java/de/intevation/gnv/artifactdatabase/objects/ExportMode.java:
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1940 Object storing information about mime-type, description and name of an
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1941 export mode.
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1942
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1943 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1944 Parse export modes from describe document and put them into OutputMode
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1945 objects.
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1946
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1947 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Now, this
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1948 action is able to adjust histogram parameter as well.
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1949
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1950 * src/main/java/de/intevation/gnv/action/DoExportAction.java: An export is
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1951 triggered regarding a new parameter 'mode' which value can be 'pdf',
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1952 'svg' or 'img'. Before, we just took care on 'target' parameter.
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1953
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1954 * src/main/resources/applicationMessages.properties,
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1955 src/main/resources/applicationMessages_en.properties: Transformed draw
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1956 button into an update button.
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1957
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1958 * src/main/webapp/images/arrow_refresh.png: Icon for update button. (source:
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1959 famfamfam)
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1960
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1961 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp,
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1962 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp,
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1963 src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Moved
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1964 exports from action panel into options panel. Actions (chart, histogram,
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1965 etc) are devided from exports (png, pdf, svg).
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1966
572
3f7bbc6dc751 Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 571
diff changeset
1967 2010-02-23 Ingo Weinzierl <ingo.weinzierl@intevation.de>
3f7bbc6dc751 Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 571
diff changeset
1968
3f7bbc6dc751 Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 571
diff changeset
1969 * src/main/webapp/WEB-INF/config/struts-config.xml: Foward to wmslayout.jsp
3f7bbc6dc751 Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 571
diff changeset
1970 instead of mainlayout.jsp if the user selected wms target.
3f7bbc6dc751 Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 571
diff changeset
1971
3f7bbc6dc751 Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 571
diff changeset
1972 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp: New page for rendering a wms
3f7bbc6dc751 Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 571
diff changeset
1973 client (OpenLayers). JavaScript loading take place in this page. If the
3f7bbc6dc751 Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 571
diff changeset
1974 user select the wms target, a forward to this page will be done.
3f7bbc6dc751 Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 571
diff changeset
1975
573
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1976 TODO: Include OpenLayers library from local filesystem instead of loading
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1977 it from openlayers.org!
bd67164cf28b Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 572
diff changeset
1978
572
3f7bbc6dc751 Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 571
diff changeset
1979 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Removed OpenLayers JavaScript
3f7bbc6dc751 Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 571
diff changeset
1980 library and function to initialize OpenLayers. This reduces traffic while
3f7bbc6dc751 Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 571
diff changeset
1981 parameterization.
3f7bbc6dc751 Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 571
diff changeset
1982
571
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1983 2010-02-23 Ingo Weinzierl <ingo.weinzierl@intevation.de>
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1984
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1985 * src/main/java/de/intevation/gnv/action/CreateChartAction.java: Class to
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1986 trigger chart rendering.
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1987
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1988 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Changed
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1989 request parameter from 'diagram' (deprecated) to 'chart'.
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1990
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1991 * src/main/resources/applicationMessages.properties,
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1992 src/main/resources/applicationMessages_en.properties: Added title and
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1993 labels for histogram options.
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1994
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1995 * src/main/webapp/images/chart_curve.png: Chart icon (source: famfamfam)
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1996
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1997 * src/main/webapp/WEB-INF/config/struts-config.xml: Added new action to
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1998 trigger chart rendering analog to histogram action.
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
1999
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
2000 * src/main/webapp/WEB-INF/jsp/index.jsp: Render chart option panel only if
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
2001 the user already selected charts.
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
2002
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
2003 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp,
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
2004 src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp,
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
2005 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp: Show
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
2006 diagram/chart options panel only if the user chose one of them. Placed
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
2007 these option panels beneath the action panel.
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
2008
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
2009 * src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Added new
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
2010 icon for chart rendering.
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
2011
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
2012 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Removed js debug output.
f2ba58011a2d Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 570
diff changeset
2013
570
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2014 2010-02-22 Ingo Weinzierl <ingo.weinzierl@intevation.de>
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2015
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2016 * src/main/webapp/WEB-INF/config/struts-config.xml: New action 'WMSAction'.
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2017 It triggers the generation of shapefiles and mapfile and sets an internal
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2018 flag to intialize an OpenLayers map.
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2019
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2020 * src/main/java/de/intevation/gnv/action/WMSAction.java: Action which
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2021 triggers the creation of shapefiles and mapfile. An internal flag is set
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2022 to initialize an OpenLayers map with the layer even published.
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2023
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2024 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java,
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2025 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java:
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2026 Added a new method to send a request to the artifact server and start
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2027 shapefile and mapfile creation.
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2028
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2029 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Added javascript functions to
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2030 read url parameters and initialize OpenLayers.
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2031
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2032 * src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Call 'wms.do'
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2033 after clicking WMS button which triggers WMSAction.
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2034
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2035 * src/main/webapp/WEB-INF/jsp/index.jsp: Added a div-container for rendering
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2036 an OpenLayers map.
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2037
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2038 * src/main/webapp/styles/default.css: New class for styling map
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2039 div-container.
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2040
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2041 * src/main/java/de/intevation/gnv/util/XMLUtils.java: Made method static to
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2042 be able to use it without creating an object of this class.
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2043
cbd397712ecf Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 569
diff changeset
2044
569
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2045 2010-02-15 Ingo Weinzierl <ingo.weinzierl@intevation.de>
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2046
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2047 * src/main/webapp/WEB-INF/config/struts-config.xml: Added an action
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2048 'histogram' to render histograms.
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2049
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2050 * src/main/java/de/intevation/gnv/action/CreateHistogramAction.java: Added a
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2051 new action for rendering histograms.
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2052
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2053 * src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Display an
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2054 icon for histograms if this output mode is present for this artifact.
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2055
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2056 * src/main/webapp/images/chart_bar.png: Icon for histograms from famfamfam
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2057 iconset.
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2058
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2059 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp: JSP for
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2060 rendering histograms.
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2061
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2062 * src/main/webapp/styles/default.css: Added a style class for adapting
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2063 histogram div.
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2064
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2065 * src/main/webapp/WEB-INF/jsp/index.jsp: Include display_histogram_inc if
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2066 histogram action have been chosen by user.
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2067
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2068 * src/main/resources/applicationMessages_en.properties,
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2069 src/main/resources/applicationMessages.properties: Button label and
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2070 alternative image text for histograms.
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2071
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2072 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Removed
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2073 comment lines at the beginning of the file. These empty comment lines
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2074 would cause trouble later, when inserting GPL text automatically with a
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2075 script.
9a5e50e7afaa Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
2076
568
f21ad239c748 Repaired step-back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 567
diff changeset
2077 2010-02-12 Ingo Weinzierl <ingo.weinzierl@intevation.de>
f21ad239c748 Repaired step-back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 567
diff changeset
2078
f21ad239c748 Repaired step-back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 567
diff changeset
2079 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Render an
f21ad239c748 Repaired step-back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 567
diff changeset
2080 icon to trigger a step-back in history for each state.
f21ad239c748 Repaired step-back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 567
diff changeset
2081
f21ad239c748 Repaired step-back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 567
diff changeset
2082 * src/main/webapp/WEB-INF/config/struts-config.xml: Added missing forwards
f21ad239c748 Repaired step-back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 567
diff changeset
2083 used for stepping back to former states.
f21ad239c748 Repaired step-back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 567
diff changeset
2084
567
83ff52574604 Added further XML-Nodes for simulating the MapViewer-Call more detailed.
Tim Englich <tim.englich@intevation.de>
parents: 566
diff changeset
2085 2010-02-12 Tim Englich <tim.englich@intevation.de>
83ff52574604 Added further XML-Nodes for simulating the MapViewer-Call more detailed.
Tim Englich <tim.englich@intevation.de>
parents: 566
diff changeset
2086
83ff52574604 Added further XML-Nodes for simulating the MapViewer-Call more detailed.
Tim Englich <tim.englich@intevation.de>
parents: 566
diff changeset
2087 * src/main/webapp/WEB-INF/jsp/includes/display_mapviewercall_inc.jsp:
83ff52574604 Added further XML-Nodes for simulating the MapViewer-Call more detailed.
Tim Englich <tim.englich@intevation.de>
parents: 566
diff changeset
2088 Added further XML-Nodes for simulating the MapViewer-Call more detailed.
83ff52574604 Added further XML-Nodes for simulating the MapViewer-Call more detailed.
Tim Englich <tim.englich@intevation.de>
parents: 566
diff changeset
2089
566
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2090 2010-02-12 Tim Englich <tim.englich@intevation.de>
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2091
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2092 * src/main/webapp/WEB-INF/config/struts-config.xml:
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2093 Added new Action for Calling the Page with the Form for simmulating
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2094 the MapViewer-Interface-request.
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2095 Using the URL
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2096 http://localhost:8080/gnv/mvcall.do
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2097 you will retrieve the Formular with the MapViewer-Interface-Request-body
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2098
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2099 * src/main/webapp/WEB-INF/jsp/header.jsp:
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2100 Added an Switch that will manage that the GUI with the Form of the
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2101 MapViewer-Interface-Document only will be displaied if it is requested.
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2102
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2103 * src/main/java/de/intevation/gnv/action/mapviewer/ShowMapViewerCallBodyAction.java (execute):
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2104 Added new Action for handling the Request that should show the Form
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2105 for insterting the MapViewer-Interface-Document.
5aea89b9a350 Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents: 565
diff changeset
2106
565
8355d7cacd09 Modified the Create-Artifact-Request-Body that a Geometry will be put into
Tim Englich <tim.englich@intevation.de>
parents: 564
diff changeset
2107 2010-02-12 Tim Englich <tim.englich@intevation.de>
8355d7cacd09 Modified the Create-Artifact-Request-Body that a Geometry will be put into
Tim Englich <tim.englich@intevation.de>
parents: 564
diff changeset
2108
8355d7cacd09 Modified the Create-Artifact-Request-Body that a Geometry will be put into
Tim Englich <tim.englich@intevation.de>
parents: 564
diff changeset
2109 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
8355d7cacd09 Modified the Create-Artifact-Request-Body that a Geometry will be put into
Tim Englich <tim.englich@intevation.de>
parents: 564
diff changeset
2110 Modified the Create-Artifact-Request-Body that a Geometry will be put into
8355d7cacd09 Modified the Create-Artifact-Request-Body that a Geometry will be put into
Tim Englich <tim.englich@intevation.de>
parents: 564
diff changeset
2111 the Parameter if one is given e.g. using the MapViewer-Interface request.
8355d7cacd09 Modified the Create-Artifact-Request-Body that a Geometry will be put into
Tim Englich <tim.englich@intevation.de>
parents: 564
diff changeset
2112
564
97fa3896f505 Added Sampledata and a sample how to call the MapViewer-Interface using CURL.
Tim Englich <tim.englich@intevation.de>
parents: 563
diff changeset
2113 2010-02-09 Tim Englich <tim.englich@intevation.de>
97fa3896f505 Added Sampledata and a sample how to call the MapViewer-Interface using CURL.
Tim Englich <tim.englich@intevation.de>
parents: 563
diff changeset
2114
97fa3896f505 Added Sampledata and a sample how to call the MapViewer-Interface using CURL.
Tim Englich <tim.englich@intevation.de>
parents: 563
diff changeset
2115 * src/test/ressources/externalinterfacecall_curl.xml,
97fa3896f505 Added Sampledata and a sample how to call the MapViewer-Interface using CURL.
Tim Englich <tim.englich@intevation.de>
parents: 563
diff changeset
2116 src/test/ressources/samplecall.txt:
97fa3896f505 Added Sampledata and a sample how to call the MapViewer-Interface using CURL.
Tim Englich <tim.englich@intevation.de>
parents: 563
diff changeset
2117 Added Sampledata and a sample how to call the MapViewer-Interface using CURL.
97fa3896f505 Added Sampledata and a sample how to call the MapViewer-Interface using CURL.
Tim Englich <tim.englich@intevation.de>
parents: 563
diff changeset
2118
563
0fc9cd280f1e Integrated an Textarea so that is possible to manipulate the XML-Document
Tim Englich <tim.englich@intevation.de>
parents: 562
diff changeset
2119 2010-02-09 Tim Englich <tim.englich@intevation.de>
0fc9cd280f1e Integrated an Textarea so that is possible to manipulate the XML-Document
Tim Englich <tim.englich@intevation.de>
parents: 562
diff changeset
2120
0fc9cd280f1e Integrated an Textarea so that is possible to manipulate the XML-Document
Tim Englich <tim.englich@intevation.de>
parents: 562
diff changeset
2121 * src/main/webapp/styles/default.css:
0fc9cd280f1e Integrated an Textarea so that is possible to manipulate the XML-Document
Tim Englich <tim.englich@intevation.de>
parents: 562
diff changeset
2122 Added some stylinginformation for the Textarea for the XML-Document.
0fc9cd280f1e Integrated an Textarea so that is possible to manipulate the XML-Document
Tim Englich <tim.englich@intevation.de>
parents: 562
diff changeset
2123 * src/main/webapp/WEB-INF/jsp/includes/display_mapviewercall_inc.jsp:
0fc9cd280f1e Integrated an Textarea so that is possible to manipulate the XML-Document
Tim Englich <tim.englich@intevation.de>
parents: 562
diff changeset
2124 Integrated an Textarea so that is possible to manipulate the XML-Document
0fc9cd280f1e Integrated an Textarea so that is possible to manipulate the XML-Document
Tim Englich <tim.englich@intevation.de>
parents: 562
diff changeset
2125 which simulates the MapViewer-Interface-Body.
0fc9cd280f1e Integrated an Textarea so that is possible to manipulate the XML-Document
Tim Englich <tim.englich@intevation.de>
parents: 562
diff changeset
2126
561
3f39756e0c8a Fixed a NPE. Now it is possible to put an Mapservice without an Layer into
Tim Englich <tim.englich@intevation.de>
parents: 560
diff changeset
2127 2010-02-09 Tim Englich <tim.englich@intevation.de>
3f39756e0c8a Fixed a NPE. Now it is possible to put an Mapservice without an Layer into
Tim Englich <tim.englich@intevation.de>
parents: 560
diff changeset
2128
562
4df3347d6d1d Removed trailing and leading Whitespaces from the Parametervalue which
Tim Englich <tim.englich@intevation.de>
parents: 561
diff changeset
2129 * src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java (execute):
4df3347d6d1d Removed trailing and leading Whitespaces from the Parametervalue which
Tim Englich <tim.englich@intevation.de>
parents: 561
diff changeset
2130 Removed trailing and leading Whitespaces from the Parametervalue which
4df3347d6d1d Removed trailing and leading Whitespaces from the Parametervalue which
Tim Englich <tim.englich@intevation.de>
parents: 561
diff changeset
2131 contains the XML-Document to avoid XML-Parsingerrors.
4df3347d6d1d Removed trailing and leading Whitespaces from the Parametervalue which
Tim Englich <tim.englich@intevation.de>
parents: 561
diff changeset
2132
4df3347d6d1d Removed trailing and leading Whitespaces from the Parametervalue which
Tim Englich <tim.englich@intevation.de>
parents: 561
diff changeset
2133 2010-02-09 Tim Englich <tim.englich@intevation.de>
4df3347d6d1d Removed trailing and leading Whitespaces from the Parametervalue which
Tim Englich <tim.englich@intevation.de>
parents: 561
diff changeset
2134
561
3f39756e0c8a Fixed a NPE. Now it is possible to put an Mapservice without an Layer into
Tim Englich <tim.englich@intevation.de>
parents: 560
diff changeset
2135 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java (createMetaDataRequestBody):
3f39756e0c8a Fixed a NPE. Now it is possible to put an Mapservice without an Layer into
Tim Englich <tim.englich@intevation.de>
parents: 560
diff changeset
2136 Fixed a NPE. Now it is possible to put an Mapservice without an Layer into
3f39756e0c8a Fixed a NPE. Now it is possible to put an Mapservice without an Layer into
Tim Englich <tim.englich@intevation.de>
parents: 560
diff changeset
2137 the Request-Document of am Mapviewer-Interface-Call.
3f39756e0c8a Fixed a NPE. Now it is possible to put an Mapservice without an Layer into
Tim Englich <tim.englich@intevation.de>
parents: 560
diff changeset
2138
560
1fb55ff633db Changed log4j version to 1.2.14
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 559
diff changeset
2139 2010-02-05 Ingo Weinzierl <ingo.weinzierl@intevation.de>
1fb55ff633db Changed log4j version to 1.2.14
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 559
diff changeset
2140
1fb55ff633db Changed log4j version to 1.2.14
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 559
diff changeset
2141 Issue170
1fb55ff633db Changed log4j version to 1.2.14
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 559
diff changeset
2142
1fb55ff633db Changed log4j version to 1.2.14
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 559
diff changeset
2143 * pom.xml: Changed log4j version to 1.2.14 (later version causes errors and
1fb55ff633db Changed log4j version to 1.2.14
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 559
diff changeset
2144 breaks maven build process).
1fb55ff633db Changed log4j version to 1.2.14
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 559
diff changeset
2145
559
2183c764b403 Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents: 558
diff changeset
2146 2010-02-02 Tim Englich <tim.englich@intevation.de>
2183c764b403 Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents: 558
diff changeset
2147
2183c764b403 Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents: 558
diff changeset
2148 * src/main/webapp/WEB-INF/jsp/header.jsp:
2183c764b403 Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents: 558
diff changeset
2149 Added temporally Include of includes/display_mapviewercall_inc.jsp for the
2183c764b403 Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents: 558
diff changeset
2150 Simulation of the MapViewer-Interface-Request.
2183c764b403 Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents: 558
diff changeset
2151
2183c764b403 Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents: 558
diff changeset
2152 * src/main/webapp/WEB-INF/jsp/includes/display_mapviewercall_inc.jsp:
2183c764b403 Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents: 558
diff changeset
2153 Added new Includefile with the Formular which includes the Data for the
2183c764b403 Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents: 558
diff changeset
2154 Simulation of the MapViewer-Interface-Request.
2183c764b403 Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents: 558
diff changeset
2155
558
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2156 2010-02-01 Tim Englich <tim.englich@intevation.de>
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2157
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2158 * src/main/webapp/WEB-INF/config/struts-config.xml:
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2159 Added am Action for handling the MapViewer-Interface.
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2160 if /gnv/extcall.do is called the processing of the defined
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2161 Information will be done and the GUI will be displayed.
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2162
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2163 * src/main/java/de/intevation/gnv/artifactdatabase/objects/ParametrizedArtifactFactory.java:
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2164 Implementation of the interface ParametrizedArtifactObject fro the
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2165 representation of ArtifactFactories which has further Information.
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2166
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2167 * src/main/java/de/intevation/gnv/artifactdatabase/objects/ParametrizedArtifactObject.java (addParameters):
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2168 Added new Interfacedefinition ParametrizedArtifactObjects for representing those
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2169 ArtifactObjects which includes further Informations. E.g. for creating an
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2170 new Artifact.
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2171
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2172 * src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactFactory.java (equals):
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2173 Override equals-method to get ap proper comparisons of the kinds of objects.
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2174
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2175 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java (getArtifactFactoryMetaInformation):
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2176 Added Method to retrieve Metainformations form the ArtifactDatabases.
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2177 Also added the possibility to send further Informations (e.g: Parameters)
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2178 in the Request-body of an Create-Artifact-Call.
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2179
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2180 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (getArtifactFactoryMetaInformation):
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2181 Added Method to retrieve Metainformations form the ArtifactDatabases.
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2182
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2183 * src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java (execute):
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2184 Added further Businesslogic to the Action which will handle the MapViewer-
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2185 InterfaceCall. Now the retrieved Informations will be sent to the
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2186 ArtifactDatabase an the retrieved Informations will be used to reduce
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2187 the displayed "Fachinformationssysteme". And also will be used to
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2188 send these Informations (e.g: Parameters) during the creation of an
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2189 new Artifact.
8032da9e8b70 Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents: 415
diff changeset
2190
415
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2191 2010-01-27 Hans Plum <hans@intevation.de>
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2192
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2193 RELEASE 0.3
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2194
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2195 * Changes, NEWS, ChangeLog: Summerized activities
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2196
414
59c6c7b62e43 Automatically select entry in multi select boxes if there is only one entry to avoid input failures.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 413
diff changeset
2197 2010-01-27 Ingo Weinzierl <ingo.weinzierl@intevation.de>
59c6c7b62e43 Automatically select entry in multi select boxes if there is only one entry to avoid input failures.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 413
diff changeset
2198
59c6c7b62e43 Automatically select entry in multi select boxes if there is only one entry to avoid input failures.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 413
diff changeset
2199 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Added a
59c6c7b62e43 Automatically select entry in multi select boxes if there is only one entry to avoid input failures.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 413
diff changeset
2200 workarround to avoid input failures caused by multi select boxes with only
59c6c7b62e43 Automatically select entry in multi select boxes if there is only one entry to avoid input failures.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 413
diff changeset
2201 one entry. They look like text input fields and don't force the user to
59c6c7b62e43 Automatically select entry in multi select boxes if there is only one entry to avoid input failures.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 413
diff changeset
2202 select a row. In this case, the single entry is selected automatically.
59c6c7b62e43 Automatically select entry in multi select boxes if there is only one entry to avoid input failures.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 413
diff changeset
2203
413
0ce07c6e132c Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 412
diff changeset
2204 2010-01-25 Ingo Weinzierl <ingo.weinzierl@intevation.de>
0ce07c6e132c Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 412
diff changeset
2205
0ce07c6e132c Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 412
diff changeset
2206 * src/main/webapp/styles/default.css: Added a class for dynamic tables
0ce07c6e132c Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 412
diff changeset
2207 - enabled input fields - to adjust font size of input fields.
0ce07c6e132c Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 412
diff changeset
2208
0ce07c6e132c Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 412
diff changeset
2209 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Removed
0ce07c6e132c Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 412
diff changeset
2210 local-name() method, inserted a table for 'group' items (like input fields
0ce07c6e132c Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 412
diff changeset
2211 of dates) and resized the height of multi select boxes - max 5 items or
0ce07c6e132c Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 412
diff changeset
2212 less.
0ce07c6e132c Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 412
diff changeset
2213
0ce07c6e132c Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 412
diff changeset
2214 * src/main/webapp/WEB-INF/jsp/index.jsp: Removed a typo which made the html
0ce07c6e132c Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 412
diff changeset
2215 output invalid.
0ce07c6e132c Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 412
diff changeset
2216
412
49898531c0b6 Add width, height and the boolean value to adjust the visibility of points in charts to the pdf and svg export links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 411
diff changeset
2217 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de>
49898531c0b6 Add width, height and the boolean value to adjust the visibility of points in charts to the pdf and svg export links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 411
diff changeset
2218
49898531c0b6 Add width, height and the boolean value to adjust the visibility of points in charts to the pdf and svg export links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 411
diff changeset
2219 * src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Add width,
49898531c0b6 Add width, height and the boolean value to adjust the visibility of points in charts to the pdf and svg export links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 411
diff changeset
2220 height and the boolean value to adjust the visibility of points in charts
49898531c0b6 Add width, height and the boolean value to adjust the visibility of points in charts to the pdf and svg export links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 411
diff changeset
2221 to the pdf and svg export links.
49898531c0b6 Add width, height and the boolean value to adjust the visibility of points in charts to the pdf and svg export links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 411
diff changeset
2222
411
8e39c74f9fb6 Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 410
diff changeset
2223 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de>
8e39c74f9fb6 Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 410
diff changeset
2224
8e39c74f9fb6 Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 410
diff changeset
2225 * src/main/resources/applicationMessages.properties,
8e39c74f9fb6 Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 410
diff changeset
2226 src/main/resources/applicationMessages_en.properties: Added legend for
8e39c74f9fb6 Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 410
diff changeset
2227 summary box.
8e39c74f9fb6 Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 410
diff changeset
2228
8e39c74f9fb6 Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 410
diff changeset
2229 * src/main/webapp/styles/default.css: Adapted some css classes regarding the
8e39c74f9fb6 Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 410
diff changeset
2230 position of boxes and removed background image in fieldsets.
8e39c74f9fb6 Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 410
diff changeset
2231
8e39c74f9fb6 Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 410
diff changeset
2232 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Removed
8e39c74f9fb6 Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 410
diff changeset
2233 useless div container (div container is now outside the xsl sheet).
8e39c74f9fb6 Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 410
diff changeset
2234
8e39c74f9fb6 Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 410
diff changeset
2235 * src/main/webapp/WEB-INF/jsp/index.jsp: Moved former parameter into a
8e39c74f9fb6 Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 410
diff changeset
2236 fieldset and added a label to this fieldset.
8e39c74f9fb6 Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 410
diff changeset
2237
410
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2238 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de>
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2239
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2240 * src/main/java/de/intevation/gnv/action/ShowStatisticAction.java: This
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2241 action 'calculates' the statistic and shows the result in the gui.
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2242
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2243 * src/main/webapp/WEB-INF/config/struts-config.xml: Added controller and
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2244 forwards.
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2245
415
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2246 * src/main/webapp/images/statistics.png: Statistic icon. FIXME: Give a Source here!
410
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2247
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2248 * src/main/webapp/WEB-INF/jsp/index.jsp,
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2249 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_statistics_inc.jsp,
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2250 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp,
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2251 src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Added symbol
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2252 in action box to show the statistic.
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2253
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2254 * src/main/webapp/styles/default.css: Adjusted some parameter for a proper
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2255 placement of the statistic box.
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2256
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2257 * src/main/resources/applicationMessages.properties,
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2258 src/main/resources/applicationMessages_en.properties: Added label for
415
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2259 statistic icon.
410
9602f4bffc07 Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 409
diff changeset
2260
409
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2261 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de>
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2262
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2263 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: New action.
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2264 The only task of this action is to parse the describe document and create
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2265 static and dynamic user interface out of it.
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2266
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2267 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java,
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2268 src/main/java/de/intevation/gnv/action/DoOutputAction.java,
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2269 src/main/java/de/intevation/gnv/action/PreviousArtifactStepAction.java,
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2270 src/main/java/de/intevation/gnv/action/FetchArtifactFactoriesAction.java,
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2271 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java,
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2272 src/main/java/de/intevation/gnv/action/ArtifactDatabaseActionBase.java:
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2273 Removed xsl transformation. Classes which needs xsl transformation inherit
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2274 from DescribeUIAction which does the transformation. Now, it is much
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2275 easier to write new actions, because they do not need to parse the
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2276 describe document and create static and dynamic user interfaces.
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2277
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2278 Removed some useless imports.
df78178e1180 Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
2279
408
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2280 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de>
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2281
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2282 * src/main/webapp/WEB-INF/jsp/index.jsp,
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2283 src/main/webapp/WEB-INF/jsp/header.jsp,
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2284 src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp,
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2285 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp,
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2286 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp,
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2287 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_adons_inc.jsp,
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2288 src/main/webapp/WEB-INF/jsp/mainlayout.jsp:
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2289 - Improved the design and the usibility concept ("Bedienkonzept").
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2290 Removed the useless "draw" button after reaching the last state which
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2291 has some output modes.
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2292 - Render chart options - if chart creation is possible for this state - and show
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2293 export actions.
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2294 - Moved chart options and export actions to the left side beneath the
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2295 static and dynamic panals for parameterization.
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2296 - Removed some warnings and errors regaring html conformance.
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2297
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2298 * src/main/webapp/styles/default.css: Made some necessary adjustments
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2299 regarding the movement of chart option and action boxes.
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2300
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2301 * src/main/resources/applicationMessages.properties,
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2302 src/main/resources/applicationMessages_en.properties: Added label for
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2303 action box.
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2304
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2305 * src/main/java/de/intevation/gnv/action/ArtifactDatabaseActionBase.java:
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2306 Removed pathes of xsl sheets from code and put them to a central place.
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2307
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2308 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Added
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2309 urls to xsl transformer for step-back links and create a dynamic ui only
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2310 if there is content for it - avoid creation of empty boxes.
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2311
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2312 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java: Write
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2313 dynamic ui only if there is content. Some code formatting done.
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2314
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2315 * src/main/webapp/images/back_button.png: Button to step back to a previous
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2316 state.
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2317
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2318 * src/main/webapp/WEB-INF/config/struts-config.xml: Added forwards to fis
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2319 selection and previous states.
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2320
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2321 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Enabled
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2322 link to step back to fis selection.
b5733f9f386b Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 407
diff changeset
2323
407
55dae5bb76db Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 406
diff changeset
2324 2010-01-20 Ingo Weinzierl <ingo.weinzierl@intevation.de>
55dae5bb76db Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 406
diff changeset
2325
55dae5bb76db Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 406
diff changeset
2326 Issue149
55dae5bb76db Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 406
diff changeset
2327
55dae5bb76db Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 406
diff changeset
2328 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Show
55dae5bb76db Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 406
diff changeset
2329 chart if there are output modes existing for this state. Set internal
55dae5bb76db Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 406
diff changeset
2330 value of checkboxes to 'true' if they are selected.
55dae5bb76db Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 406
diff changeset
2331
55dae5bb76db Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 406
diff changeset
2332 TODO: We should check if there is an output mode named 'chart' before
55dae5bb76db Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 406
diff changeset
2333 rendering a chart.
55dae5bb76db Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 406
diff changeset
2334
406
a8f0e9fbc81b Added labels for chart option 'draw data points'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 405
diff changeset
2335 2010-01-20 Ingo Weinzierl <ingo.weinzierl@intevation.de>
a8f0e9fbc81b Added labels for chart option 'draw data points'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 405
diff changeset
2336
a8f0e9fbc81b Added labels for chart option 'draw data points'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 405
diff changeset
2337 * src/main/resources/applicationMessages.properties,
a8f0e9fbc81b Added labels for chart option 'draw data points'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 405
diff changeset
2338 src/main/resources/applicationMessages_en.properties: Added label for
a8f0e9fbc81b Added labels for chart option 'draw data points'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 405
diff changeset
2339 char option 'draw data points'.
a8f0e9fbc81b Added labels for chart option 'draw data points'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 405
diff changeset
2340
405
02dc597b9b9a Adapted static ui to bsh style.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 404
diff changeset
2341 2010-01-20 Ingo Weinzierl <ingo.weinzierl@intevation.de>
02dc597b9b9a Adapted static ui to bsh style.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 404
diff changeset
2342
02dc597b9b9a Adapted static ui to bsh style.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 404
diff changeset
2343 * src/main/webapp/styles/default.css,
02dc597b9b9a Adapted static ui to bsh style.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 404
diff changeset
2344 src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Adapted
02dc597b9b9a Adapted static ui to bsh style.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 404
diff changeset
2345 style of static ui to bsh style. Improved indentation.
02dc597b9b9a Adapted static ui to bsh style.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 404
diff changeset
2346
404
3a286c9e186c Disabled step-back functionality.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 403
diff changeset
2347 2010-01-19 Ingo Weinzierl <ingo.weinzierl@intevation.de>
3a286c9e186c Disabled step-back functionality.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 403
diff changeset
2348
3a286c9e186c Disabled step-back functionality.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 403
diff changeset
2349 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl,
3a286c9e186c Disabled step-back functionality.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 403
diff changeset
2350 src/main/webapp/WEB-INF/jsp/index.jsp: Commented links to step back in
3a286c9e186c Disabled step-back functionality.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 403
diff changeset
2351 history out and always render a fis select box (reason for this is the
3a286c9e186c Disabled step-back functionality.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 403
diff changeset
2352 next release and a too buggy 'step-back-history').
3a286c9e186c Disabled step-back functionality.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 403
diff changeset
2353
402
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2354 2010-01-19 Tim Englich <tim.englich@intevation.de>
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2355
403
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents: 402
diff changeset
2356 * src/test/ressources/externalinterfacecall.xml:
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents: 402
diff changeset
2357 Added an Request-Document which contains an Call which might be
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents: 402
diff changeset
2358 send from the MapViewer to the GNV.
415
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2359
403
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents: 402
diff changeset
2360 * src/test/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParserTestCase.java:
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents: 402
diff changeset
2361 Added TestCase for testing the functionality of the XMLExternalCallParser-Implementation.
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents: 402
diff changeset
2362
24a6c0cb0a62 Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents: 402
diff changeset
2363 2010-01-19 Tim Englich <tim.englich@intevation.de>
402
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2364 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultMapService.java:
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2365 DefaultImplementation of the Interface MapService.
415
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2366
402
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2367 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/MapService.java :
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2368 Added a new Interfacespecification for representing an MapService retrieved
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2369 by an MapViewer-Call
415
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2370
402
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2371 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultLayer.java:
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2372 DefaultImplementation of the Interface Layer.
415
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2373
402
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2374 * src/main/java/de/intevation/gnv/artifactdatabase/objects/map/Layer.java:
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2375 Added a new Interfacespecification for representing an Layer retrieved
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2376 by an MapViewer-Call
415
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2377
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2378 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2379 (getArtifactFactoryMetaInformation), src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2380 (getArtifactFactoryMetaInformation):
402
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2381 Added new Method for retrieving Metainformation for the ArtifactFactories using
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2382 the Data which is parsed using the ExternalCallParser.
415
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2383
402
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2384 * src/main/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParserException.java (ExternalCallParserException):
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2385 New ExceptionClass which is used to specify Exception which occurs during parsing
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2386 an ExternalCallParser.
415
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2387
402
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2388 * src/main/java/de/intevation/gnv/action/mapviewer/parser/XMLExternalCallParser.java :
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2389 Added an Implementation of the Inteface ExternalCallParser which is able to parse
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2390 an XML-Document.
415
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2391
402
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2392 * src/main/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParser.java :
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2393 Added a new Interface which provides the required Methods for parsing an
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2394 Request from the MapViewer an provide the parsed Data.
415
9f4a0b990d27 Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents: 414
diff changeset
2395
402
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2396 * src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java:
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2397 Added new Action which provied the reauired logic for Implementing the
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2398 Interface to the MapViewer.
b88e881e8e94 Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents: 401
diff changeset
2399
401
002a4d38c16d Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 400
diff changeset
2400 2010-01-18 Ingo Weinzierl <ingo.weinzierl@intevation.de>
002a4d38c16d Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 400
diff changeset
2401
002a4d38c16d Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 400
diff changeset
2402 * src/main/webapp/WEB-INF/config/struts-config.xml: Added a new controller
002a4d38c16d Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 400
diff changeset
2403 which causes a return to the point, where the user can choose a fis.
002a4d38c16d Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 400
diff changeset
2404
002a4d38c16d Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 400
diff changeset
2405 * src/main/java/de/intevation/gnv/action/SelectFisAction.java: Controller to
002a4d38c16d Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 400
diff changeset
2406 reset the SessionModel and to jump back to fis selection.
002a4d38c16d Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 400
diff changeset
2407
002a4d38c16d Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 400
diff changeset
2408 * src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java,
002a4d38c16d Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 400
diff changeset
2409 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java: Made
002a4d38c16d Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 400
diff changeset
2410 the link to return to the fis select box available in XSL.
002a4d38c16d Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 400
diff changeset
2411
002a4d38c16d Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 400
diff changeset
2412 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Check the
002a4d38c16d Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 400
diff changeset
2413 'fis' attribute is contained in select1 nodes and create a link in this
002a4d38c16d Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 400
diff changeset
2414 case.
002a4d38c16d Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 400
diff changeset
2415
400
a8b1875dcd93 Just include a select box for choosing the fis if there is no static part in the describe document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 399
diff changeset
2416 2010-01-18 Ingo Weinzierl <ingo.weinzierl@intevation.de>
a8b1875dcd93 Just include a select box for choosing the fis if there is no static part in the describe document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 399
diff changeset
2417
a8b1875dcd93 Just include a select box for choosing the fis if there is no static part in the describe document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 399
diff changeset
2418 * src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java:
a8b1875dcd93 Just include a select box for choosing the fis if there is no static part in the describe document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 399
diff changeset
2419 Render the static part of the gui as well - not just the dynamic part.
a8b1875dcd93 Just include a select box for choosing the fis if there is no static part in the describe document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 399
diff changeset
2420
a8b1875dcd93 Just include a select box for choosing the fis if there is no static part in the describe document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 399
diff changeset
2421 * src/main/webapp/WEB-INF/jsp/index.js: Do not include the fis combo box if
a8b1875dcd93 Just include a select box for choosing the fis if there is no static part in the describe document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 399
diff changeset
2422 the describe document contains a static part, which means that the user
a8b1875dcd93 Just include a select box for choosing the fis if there is no static part in the describe document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 399
diff changeset
2423 already selected a fis.
a8b1875dcd93 Just include a select box for choosing the fis if there is no static part in the describe document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 399
diff changeset
2424
a8b1875dcd93 Just include a select box for choosing the fis if there is no static part in the describe document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 399
diff changeset
2425 * src/main/webapp/styles/default.css: Added 20px space at the top of the
a8b1875dcd93 Just include a select box for choosing the fis if there is no static part in the describe document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 399
diff changeset
2426 static table. Otherwise the table hides the links to load and save
a8b1875dcd93 Just include a select box for choosing the fis if there is no static part in the describe document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 399
diff changeset
2427 projects.
a8b1875dcd93 Just include a select box for choosing the fis if there is no static part in the describe document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 399
diff changeset
2428
399
aaf04967bd53 Using a simpler demo WKT polygon in "Horizontalschnitt".
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 398
diff changeset
2429 2010-01-17 Sascha L. Teichmann <sascha.teichmann@intevation.de>
aaf04967bd53 Using a simpler demo WKT polygon in "Horizontalschnitt".
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 398
diff changeset
2430
aaf04967bd53 Using a simpler demo WKT polygon in "Horizontalschnitt".
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 398
diff changeset
2431 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Simpler
aaf04967bd53 Using a simpler demo WKT polygon in "Horizontalschnitt".
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 398
diff changeset
2432 demo WKT polygon.
aaf04967bd53 Using a simpler demo WKT polygon in "Horizontalschnitt".
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 398
diff changeset
2433
398
9005b39c52ac Only display chart addons if we really display a chart.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 397
diff changeset
2434 2010-01-17 Sascha L. Teichmann <sascha.teichmann@intevation.de>
9005b39c52ac Only display chart addons if we really display a chart.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 397
diff changeset
2435
9005b39c52ac Only display chart addons if we really display a chart.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 397
diff changeset
2436 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp:
9005b39c52ac Only display chart addons if we really display a chart.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 397
diff changeset
2437 Only render chart addons when we have a chart.
9005b39c52ac Only display chart addons if we really display a chart.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 397
diff changeset
2438
9005b39c52ac Only display chart addons if we really display a chart.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 397
diff changeset
2439 * src/main/java/de/intevation/gnv/action/DoExportAction.java:
9005b39c52ac Only display chart addons if we really display a chart.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 397
diff changeset
2440 Set right file extensions if we have WMS or ZIP export.
9005b39c52ac Only display chart addons if we really display a chart.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 397
diff changeset
2441
397
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2442 2010-01-17 Sascha L. Teichmann <sascha.teichmann@intevation.de>
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2443
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2444 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp:
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2445 Add links to download zip files and WMS layers if they are
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2446 available.
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2447
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2448 * src/main/resources/applicationMessages.properties,
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2449 src/main/resources/applicationMessages_en.properties:
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2450 Added i10n for new download link types.
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2451
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2452 * src/main/webapp/images/svg.png: New. Gimp rendered PNG
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2453 of official SVG logo. Creative Commons license.
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2454
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2455 * src/main/webapp/images/pdf.png: New. Crystal pdf icon.
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2456 LGPLv2 license.
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2457
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2458 * src/main/webapp/images/disk.png, src/main/webapp/images/map_go.png:
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2459 famfamfam icons for disk and map. Creative Commons license.
dacfb0755956 Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 396
diff changeset
2460
396
8330c1dbab34 Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 395
diff changeset
2461 2010-01-15 Sascha L. Teichmann <sascha.teichmann@intevation.de>
8330c1dbab34 Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 395
diff changeset
2462
8330c1dbab34 Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 395
diff changeset
2463 * src/main/java/de/intevation/gnv/action/PreviousArtifactStepAction.java,
8330c1dbab34 Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 395
diff changeset
2464 src/main/java/de/intevation/gnv/util/XSLTransformer.java:
8330c1dbab34 Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 395
diff changeset
2465 Cleanup imports.
8330c1dbab34 Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 395
diff changeset
2466
395
79378c4babde Fixed a bug which prevented the user to draw charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 394
diff changeset
2467 2010-01-14 Ingo Weinzierl <ingo.weinzierl@intevation.de>
79378c4babde Fixed a bug which prevented the user to draw charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 394
diff changeset
2468
79378c4babde Fixed a bug which prevented the user to draw charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 394
diff changeset
2469 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java:
79378c4babde Fixed a bug which prevented the user to draw charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 394
diff changeset
2470 Fixed a bug which caused that the user was not able to draw charts
79378c4babde Fixed a bug which prevented the user to draw charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 394
diff changeset
2471 anymore. Query the 'output' node of the describe document and render a
79378c4babde Fixed a bug which prevented the user to draw charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 394
diff changeset
2472 'draw'-button if existing. If 'output' is not existing, render a 'select'
79378c4babde Fixed a bug which prevented the user to draw charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 394
diff changeset
2473 button to step forward to the next step.
79378c4babde Fixed a bug which prevented the user to draw charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 394
diff changeset
2474
79378c4babde Fixed a bug which prevented the user to draw charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 394
diff changeset
2475 2010-01-13 Ingo Weinzierl <ingo.weinzierl@intevation.de>
394
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2476
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2477 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java,
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2478 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2479 Added 'doAdvance' method to be able to advance only - without feed or
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2480 describe. We need this method to step back to previous states. Advance was
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2481 bundled with feed and describe, before.
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2482
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2483 * src/main/java/de/intevation/gnv/action/sessionmodel/SessionModelFactory.java:
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2484 Some code refactoring.
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2485
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2486 * src/main/java/de/intevation/gnv/util/XSLTransformer.java,
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2487 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java: Set
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2488 parameter of xsl transformer which contains the url to step back to a
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2489 previous state. This parameter is used in xsl sheet to render a
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2490 link into the user interface.
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2491
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2492 * src/main/java/de/intevation/gnv/action/PreviousArtifactStepAction.java:
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2493 New controller to step back to a previous state.
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2494
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2495 * src/main/webapp/WEB-INF/config/struts-config.xml: Added a new action which
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2496 calls PreviousArtifactStepAction to step back to previous states.
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2497
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2498 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl:
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2499 Refactored gui rendering. The static part of the parameter list is
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2500 rendered in a table with three columns (icon to step back, parameter name,
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2501 selected value). The target state to step back to is contained as
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2502 attribute 'art:state' in 'xform:select', 'xfom:select1' and 'xform:group'
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2503 nodes.
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2504
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2505 * src/main/webapp/styles/default.css: Added a style class to adapt the first
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2506 column of the static part's table.
14eecfde4607 Render links to step back to previous states into gui. Added controller to advance back to these states.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 393
diff changeset
2507
393
d812c5b62eb4 Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 392
diff changeset
2508 2009-01-13 Sascha L. Teichmann <sascha.teichmann@intevation.de>
d812c5b62eb4 Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 392
diff changeset
2509
d812c5b62eb4 Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 392
diff changeset
2510 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Shortened
d812c5b62eb4 Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 392
diff changeset
2511 fractions digits to four places to be displayable in static
d812c5b62eb4 Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 392
diff changeset
2512 ui description.
d812c5b62eb4 Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 392
diff changeset
2513
d812c5b62eb4 Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 392
diff changeset
2514 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl:
d812c5b62eb4 Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 392
diff changeset
2515 Fixed target id of text input field.
d812c5b62eb4 Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 392
diff changeset
2516
392
1b8fd2635ce4 Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 391
diff changeset
2517 2009-01-13 Sascha L. Teichmann <sascha.teichmann@intevation.de>
1b8fd2635ce4 Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 391
diff changeset
2518
1b8fd2635ce4 Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 391
diff changeset
2519 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp,
1b8fd2635ce4 Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 391
diff changeset
2520 src/main/webapp/WEB-INF/config/templates/describe-ui.xsl:
1b8fd2635ce4 Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 391
diff changeset
2521 Added demo wkt polygon to test the "Horizontalschitt".
1b8fd2635ce4 Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 391
diff changeset
2522 Remove this when we have the GIS interface.
1b8fd2635ce4 Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 391
diff changeset
2523
391
ee8003fffc71 Use XMLUtils.ElementCreator to create new nodes in xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 390
diff changeset
2524 2010-01-09 Ingo Weinzierl <ingo.weinzierl@intevation.de>
ee8003fffc71 Use XMLUtils.ElementCreator to create new nodes in xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 390
diff changeset
2525
ee8003fffc71 Use XMLUtils.ElementCreator to create new nodes in xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 390
diff changeset
2526 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
ee8003fffc71 Use XMLUtils.ElementCreator to create new nodes in xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 390
diff changeset
2527 Use XMLUtils.ElementCreator to create new elements for xml documents.
ee8003fffc71 Use XMLUtils.ElementCreator to create new nodes in xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 390
diff changeset
2528
390
f2e2053ecf23 Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tim Englich <tim.englich@intevation.de>
parents: 389
diff changeset
2529 2010-01-08 Tim Englich <tim.englich@intevation.de>
f2e2053ecf23 Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tim Englich <tim.englich@intevation.de>
parents: 389
diff changeset
2530
f2e2053ecf23 Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tim Englich <tim.englich@intevation.de>
parents: 389
diff changeset
2531 * src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java (execute),
f2e2053ecf23 Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tim Englich <tim.englich@intevation.de>
parents: 389
diff changeset
2532 src/main/java/de/intevation/gnv/action/DoOutputAction.java (execute):
f2e2053ecf23 Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tim Englich <tim.englich@intevation.de>
parents: 389
diff changeset
2533 Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
f2e2053ecf23 Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tim Englich <tim.englich@intevation.de>
parents: 389
diff changeset
2534
389
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2535 2010-01-05 Ingo Weinzierl <ingo.weinzierl@intevation.de>
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2536
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2537 * src/main/java/de/intevation/gnv/util/ArtifactNamespaceContext.java:
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2538 NamespaceContext class used by gnv artifacts.
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2539
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2540 * src/main/java/de/intevation/gnv/util/XMLUtils.java: Added
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2541 ArtifactNamespaceContext as default namespace context while creating
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2542 XPath objects.
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2543
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2544 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Removed
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2545 local-name() methods.
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2546
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2547 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java,
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2548 src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java,
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2549 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java: Adjust
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2550 xpathes regarding namespace changes.
416ff31f6273 Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 388
diff changeset
2551
388
6e16dc005704 Removed for-each statements and replaced them with templates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 387
diff changeset
2552 2010-01-05 Ingo Weinzierl <ingo.weinzierl@intevation.de>
6e16dc005704 Removed for-each statements and replaced them with templates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 387
diff changeset
2553
6e16dc005704 Removed for-each statements and replaced them with templates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 387
diff changeset
2554 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Removed
6e16dc005704 Removed for-each statements and replaced them with templates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 387
diff changeset
2555 for-each statements and replaced them with templates.
6e16dc005704 Removed for-each statements and replaced them with templates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 387
diff changeset
2556
387
6de60d996475 First step of changing the operation concept. Static nodes will be rendered as text instead of disabled xforms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 293
diff changeset
2557 2010-01-04 Ingo Weinzierl <ingo.weinzierl@intevation.de>
6de60d996475 First step of changing the operation concept. Static nodes will be rendered as text instead of disabled xforms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 293
diff changeset
2558
6de60d996475 First step of changing the operation concept. Static nodes will be rendered as text instead of disabled xforms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 293
diff changeset
2559 * src/main/webapp/styles/default.css: Added new classes for displaying
6de60d996475 First step of changing the operation concept. Static nodes will be rendered as text instead of disabled xforms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 293
diff changeset
2560 parameters and values in left panel.
6de60d996475 First step of changing the operation concept. Static nodes will be rendered as text instead of disabled xforms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 293
diff changeset
2561
6de60d996475 First step of changing the operation concept. Static nodes will be rendered as text instead of disabled xforms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 293
diff changeset
2562 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Static
6de60d996475 First step of changing the operation concept. Static nodes will be rendered as text instead of disabled xforms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 293
diff changeset
2563 nodes will be rendered as text instead of disabled xforms.
6de60d996475 First step of changing the operation concept. Static nodes will be rendered as text instead of disabled xforms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 293
diff changeset
2564
293
6b0ef2324d02 Release 0.3
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 292
diff changeset
2565 2009-12-17 Sascha L. Teichmann <sascha.teichmann@intevation.de>
6b0ef2324d02 Release 0.3
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 292
diff changeset
2566
6b0ef2324d02 Release 0.3
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 292
diff changeset
2567 RELEASE 0.3
6b0ef2324d02 Release 0.3
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 292
diff changeset
2568
6b0ef2324d02 Release 0.3
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 292
diff changeset
2569 * Changes, NEWS, ChangeLog: Summerized activities
6b0ef2324d02 Release 0.3
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 292
diff changeset
2570
292
419e47efaba5 s/Modeldaten/Modelldaten/
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 291
diff changeset
2571 2009-12-17 Sascha L. Teichmann <sascha.teichmann@intevation.de>
419e47efaba5 s/Modeldaten/Modelldaten/
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 291
diff changeset
2572
419e47efaba5 s/Modeldaten/Modelldaten/
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 291
diff changeset
2573 * src/main/resources/applicationMessages.properties:
419e47efaba5 s/Modeldaten/Modelldaten/
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 291
diff changeset
2574 s/Modeldaten/Modelldaten/
419e47efaba5 s/Modeldaten/Modelldaten/
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 291
diff changeset
2575
291
b48172dc24ed Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 290
diff changeset
2576 2009-12-17 Sascha L. Teichmann <sascha.teichmann@intevation.de>
b48172dc24ed Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 290
diff changeset
2577
b48172dc24ed Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 290
diff changeset
2578 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl,
b48172dc24ed Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 290
diff changeset
2579 src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Added demo wkt linestrings
b48172dc24ed Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 290
diff changeset
2580 via xslt and javascript.
b48172dc24ed Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 290
diff changeset
2581
290
ca10f0ea153a Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents: 289
diff changeset
2582 2009-12-17 Hans Plum <hans@intevation.de>
ca10f0ea153a Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents: 289
diff changeset
2583
390
f2e2053ecf23 Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tim Englich <tim.englich@intevation.de>
parents: 389
diff changeset
2584 Issue 129: Release 0.2: Verbesserung der �bersetzungen
290
ca10f0ea153a Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents: 289
diff changeset
2585
ca10f0ea153a Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents: 289
diff changeset
2586 * src/main/resources/applicationMessages.properties:
ca10f0ea153a Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents: 289
diff changeset
2587 Fixed i18n strings reported by experts
ca10f0ea153a Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents: 289
diff changeset
2588
289
890d7a41ab93 Added Support for Boolean-Output-Parameters in Diagramm-Options
Tim Englich <tim.englich@intevation.de>
parents: 288
diff changeset
2589 2009-12-14 Tim Englich <tim.englich@intevation.de>
890d7a41ab93 Added Support for Boolean-Output-Parameters in Diagramm-Options
Tim Englich <tim.englich@intevation.de>
parents: 288
diff changeset
2590
290
ca10f0ea153a Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents: 289
diff changeset
2591 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp:
ca10f0ea153a Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents: 289
diff changeset
2592 Added switch between boolean and other Values to determin wether a checkbox
ca10f0ea153a Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents: 289
diff changeset
2593 is required or an text-field should be used.
ca10f0ea153a Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents: 289
diff changeset
2594 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java (execute):
ca10f0ea153a Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents: 289
diff changeset
2595 Added parsing of boolean-Option-Values to provide this Feature.
ca10f0ea153a Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents: 289
diff changeset
2596
288
9f0efb10ee24 issue 109: Obsolete attributes in Tomcat removed
Hans Plum <hans.plum@intevation.de>
parents: 287
diff changeset
2597 2009-12-14 Hans Plum <hans@intevation.de>
9f0efb10ee24 issue 109: Obsolete attributes in Tomcat removed
Hans Plum <hans.plum@intevation.de>
parents: 287
diff changeset
2598
390
f2e2053ecf23 Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tim Englich <tim.englich@intevation.de>
parents: 389
diff changeset
2599 Issue109: Tomcat: Konfiguration des Kontexts enth�lt Redundanz
288
9f0efb10ee24 issue 109: Obsolete attributes in Tomcat removed
Hans Plum <hans.plum@intevation.de>
parents: 287
diff changeset
2600
9f0efb10ee24 issue 109: Obsolete attributes in Tomcat removed
Hans Plum <hans.plum@intevation.de>
parents: 287
diff changeset
2601 * src/main/webapp/META-INF/context.xml:
9f0efb10ee24 issue 109: Obsolete attributes in Tomcat removed
Hans Plum <hans.plum@intevation.de>
parents: 287
diff changeset
2602 Removed obsolete configuration attributes.
9f0efb10ee24 issue 109: Obsolete attributes in Tomcat removed
Hans Plum <hans.plum@intevation.de>
parents: 287
diff changeset
2603
287
4ba3b9b8e588 Fixed some spelling problems in german i18n file
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 286
diff changeset
2604 2009-12-09 Sascha L. Teichmann <sascha.teichmann@intevation.de>
4ba3b9b8e588 Fixed some spelling problems in german i18n file
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 286
diff changeset
2605
4ba3b9b8e588 Fixed some spelling problems in german i18n file
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 286
diff changeset
2606 * src/main/resources/applicationMessages.properties: Fixed some
4ba3b9b8e588 Fixed some spelling problems in german i18n file
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 286
diff changeset
2607 spelling problems.
4ba3b9b8e588 Fixed some spelling problems in german i18n file
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 286
diff changeset
2608
286
6d24445806b8 Removed feed Call before Chart- and Statisticsgeneration is called, because
Tim Englich <tim.englich@intevation.de>
parents: 285
diff changeset
2609 2009-12-01 Tim Englich <tim.englich@intevation.de>
6d24445806b8 Removed feed Call before Chart- and Statisticsgeneration is called, because
Tim Englich <tim.englich@intevation.de>
parents: 285
diff changeset
2610
6d24445806b8 Removed feed Call before Chart- and Statisticsgeneration is called, because
Tim Englich <tim.englich@intevation.de>
parents: 285
diff changeset
2611 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute):
6d24445806b8 Removed feed Call before Chart- and Statisticsgeneration is called, because
Tim Englich <tim.englich@intevation.de>
parents: 285
diff changeset
2612 Removed feed Call before Chart- and Statisticsgeneration is called, because
6d24445806b8 Removed feed Call before Chart- and Statisticsgeneration is called, because
Tim Englich <tim.englich@intevation.de>
parents: 285
diff changeset
2613 it is not longer required by the Artifactdatabase.
6d24445806b8 Removed feed Call before Chart- and Statisticsgeneration is called, because
Tim Englich <tim.englich@intevation.de>
parents: 285
diff changeset
2614
6d24445806b8 Removed feed Call before Chart- and Statisticsgeneration is called, because
Tim Englich <tim.englich@intevation.de>
parents: 285
diff changeset
2615
285
2ac194c2af8d Reverted changes in config from last revision.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 284
diff changeset
2616 2009-12-01 Ingo Weinzierl <ingo.weinzierl@intevation.de>
2ac194c2af8d Reverted changes in config from last revision.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 284
diff changeset
2617
2ac194c2af8d Reverted changes in config from last revision.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 284
diff changeset
2618 * src/main/webapp/WEB-INF/web.xml: Reverted changes in config from last
2ac194c2af8d Reverted changes in config from last revision.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 284
diff changeset
2619 revision, which have been committed by mistake.
2ac194c2af8d Reverted changes in config from last revision.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 284
diff changeset
2620
284
47e3647af88f Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 283
diff changeset
2621 2009-12-30 Ingo Weinzierl <ingo.weinzierl@intevation.de>
47e3647af88f Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 283
diff changeset
2622
47e3647af88f Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 283
diff changeset
2623 * src/main/java/de/intevation/gnv/action/DoExportAction.java: Add svg
47e3647af88f Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 283
diff changeset
2624 extension to file when exporting charts to svg.
47e3647af88f Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 283
diff changeset
2625
47e3647af88f Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 283
diff changeset
2626 * src/main/resources/applicationMessages.properties,
47e3647af88f Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 283
diff changeset
2627 src/main/resources/applicationMessages_en.properties: Added label for svg
47e3647af88f Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 283
diff changeset
2628 export link.
47e3647af88f Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 283
diff changeset
2629
47e3647af88f Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 283
diff changeset
2630 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp: Added link
47e3647af88f Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 283
diff changeset
2631 for svg export in html gui.
47e3647af88f Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 283
diff changeset
2632
283
ef10bf497a16 Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 282
diff changeset
2633 2009-12-30 Ingo Weinzierl <ingo.weinzierl@intevation.de>
ef10bf497a16 Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 282
diff changeset
2634
ef10bf497a16 Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 282
diff changeset
2635 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp: Added
ef10bf497a16 Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 282
diff changeset
2636 link for pdf export in html gui.
ef10bf497a16 Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 282
diff changeset
2637
ef10bf497a16 Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 282
diff changeset
2638 * src/main/resources/applicationMessages.properties,
ef10bf497a16 Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 282
diff changeset
2639 src/main/resources/applicationMessages_en.properties: Added label for pdf
ef10bf497a16 Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 282
diff changeset
2640 export link.
ef10bf497a16 Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 282
diff changeset
2641
ef10bf497a16 Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 282
diff changeset
2642 * src/main/java/de/intevation/gnv/action/DoExportAction.java: Added pdf
ef10bf497a16 Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 282
diff changeset
2643 extension to file when exporting charts as pdf.
ef10bf497a16 Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 282
diff changeset
2644
ef10bf497a16 Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 282
diff changeset
2645 NOTE: Update gnv-artifacts to rev381 which supports pdf export.
ef10bf497a16 Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 282
diff changeset
2646
282
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents: 281
diff changeset
2647 2009-11-23 Tim Englich <tim.englich@intevation.de>
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents: 281
diff changeset
2648
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents: 281
diff changeset
2649 * src/main/resources/applicationMessages*.properties:
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents: 281
diff changeset
2650 Added Properties which hold the Version-information of the
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents: 281
diff changeset
2651 GNV which will be set by te Maven package-process.
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents: 281
diff changeset
2652 * src/main/webapp/WEB-INF/config/struts-config.xml:
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents: 281
diff changeset
2653 Added an Action which make the Version-Information accessible.
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents: 281
diff changeset
2654 Now it is possible to get those Information using /version.do
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents: 281
diff changeset
2655 * src/main/webapp/WEB-INF/jsp/version.jsp:
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents: 281
diff changeset
2656 Added an Page where it is possible to get the Information about the current
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents: 281
diff changeset
2657 Version of the GNV and the ArtifactDatabase
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents: 281
diff changeset
2658 * pom.xml:
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents: 281
diff changeset
2659 Added Plugin for creating the BildTime and BildVersion of the gnv.
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents: 281
diff changeset
2660 Replace Tokens in the /src/main/ressources Files
d6c0d426e38a Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
Tim Englich <tim.englich@intevation.de>
parents: 281
diff changeset
2661
281
4ec95d586f31 Removed mistake in xml structure of the artifact protocol.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 169
diff changeset
2662 2009-11-20 Ingo Weinzierl <ingo.weinzierl@intevation.de>
4ec95d586f31 Removed mistake in xml structure of the artifact protocol.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 169
diff changeset
2663
4ec95d586f31 Removed mistake in xml structure of the artifact protocol.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 169
diff changeset
2664 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
4ec95d586f31 Removed mistake in xml structure of the artifact protocol.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 169
diff changeset
2665 Removed mistake from xml structure of the artifact protocol. Mime-type
4ec95d586f31 Removed mistake in xml structure of the artifact protocol.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 169
diff changeset
2666 node was 'out' instead of 'mime-type'.
4ec95d586f31 Removed mistake in xml structure of the artifact protocol.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 169
diff changeset
2667
169
6cf73f5ea4a9 RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents: 168
diff changeset
2668 2009-11-13 Hans Plum <hans@intevation.de>
6cf73f5ea4a9 RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents: 168
diff changeset
2669
6cf73f5ea4a9 RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents: 168
diff changeset
2670 RELEASE-0.2
6cf73f5ea4a9 RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents: 168
diff changeset
2671
6cf73f5ea4a9 RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents: 168
diff changeset
2672 * Changes, NEWS:
6cf73f5ea4a9 RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents: 168
diff changeset
2673 Summerized activities.
6cf73f5ea4a9 RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents: 168
diff changeset
2674
168
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2675 2009-11-13 Hans Plum <hans@intevation.de>
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2676
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2677 * ChangeLog:
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2678 Unified entries with references to issues.
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2679
167
1857273577e3 Added Documentation of Configuration-Entries.
Tim Englich <tim.englich@intevation.de>
parents: 166
diff changeset
2680 2009-11-13 Tim Englich <tim.englich@intevation.de>
1857273577e3 Added Documentation of Configuration-Entries.
Tim Englich <tim.englich@intevation.de>
parents: 166
diff changeset
2681
1857273577e3 Added Documentation of Configuration-Entries.
Tim Englich <tim.englich@intevation.de>
parents: 166
diff changeset
2682 * src/main/webapp/WEB-INF/web.xml:
1857273577e3 Added Documentation of Configuration-Entries.
Tim Englich <tim.englich@intevation.de>
parents: 166
diff changeset
2683 Added Documentation of Configuration-Entries.
1857273577e3 Added Documentation of Configuration-Entries.
Tim Englich <tim.englich@intevation.de>
parents: 166
diff changeset
2684
166
c5edd8fcae8c Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents: 165
diff changeset
2685 2009-11-12 Tim Englich <tim.englich@intevation.de>
c5edd8fcae8c Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents: 165
diff changeset
2686
c5edd8fcae8c Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents: 165
diff changeset
2687 * src/main/webapp/styles/default.css:
c5edd8fcae8c Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents: 165
diff changeset
2688 Added CSS-Entry for the Exception Message Container and
c5edd8fcae8c Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents: 165
diff changeset
2689 put the div at a proper place.
c5edd8fcae8c Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents: 165
diff changeset
2690 * src/main/resources/applicationMessages*.properties:
c5edd8fcae8c Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents: 165
diff changeset
2691 Added localized Exception Messages.
c5edd8fcae8c Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents: 165
diff changeset
2692 * src/main/webapp/WEB-INF/jsp/header.jsp:
c5edd8fcae8c Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents: 165
diff changeset
2693 Added the localization of Exception Messages.
c5edd8fcae8c Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents: 165
diff changeset
2694
165
183850730a90 Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents: 164
diff changeset
2695 2009-11-12 Tim Englich <tim.englich@intevation.de>
183850730a90 Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents: 164
diff changeset
2696
169
6cf73f5ea4a9 RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents: 168
diff changeset
2697 Issue 71: Error while Serialisation of Sessions
6cf73f5ea4a9 RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents: 168
diff changeset
2698
165
183850730a90 Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents: 164
diff changeset
2699 * src/main/java/de/intevation/gnv/action/sessionmodel/SessionModel.java,
183850730a90 Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents: 164
diff changeset
2700 src/main/java/de/intevation/gnv/action/sessionmodel/DefaultSessionModel.java,
183850730a90 Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents: 164
diff changeset
2701 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java,
183850730a90 Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents: 164
diff changeset
2702 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java,
183850730a90 Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents: 164
diff changeset
2703 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
183850730a90 Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents: 164
diff changeset
2704 Imports organized.
183850730a90 Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents: 164
diff changeset
2705 * src/main/java/de/intevation/gnv/artifactdatabase/objects/*.java:
183850730a90 Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents: 164
diff changeset
2706 Made all Interfaces Serailizable and add UID to all Objects issue71
183850730a90 Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents: 164
diff changeset
2707
164
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2708 2009-11-12 Tim Englich <tim.englich@intevation.de>
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2709
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2710 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_statistics_inc.jsp:
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2711 Implemented a better GUI-Structure for displaying the Statisticdata.
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2712 * src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultArtifactStatisticsSet.java,
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2713 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactStatisticsSet.java:
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2714 Added new Beanstructur for a better Representation of the Statistics which
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2715 is generated by the ArtifactDatabase.
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2716 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java (calculateStatistics):
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2717 Changed the parsing algorithm of the Document which is generated
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2718 by the ArtifactDatabase.
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2719 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (calculateStatistics):
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2720 Changed Return-Value to ArtifacStatisticsSet according to the new Structur of
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2721 Statistics that will be generated by the ArtifactDatabase.
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2722 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute):
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2723 Changed the Resultvalue from ArtifactStatisticValue to ArtifacStatisticsSet according
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2724 to API-Changes of the ArtifactDatabaseClient
5570d9b3282f Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents: 163
diff changeset
2725
161
9b35599f50bb BugFix: Text-Inputfields will now be diabaled in static-ui issue81
Tim Englich <tim.englich@intevation.de>
parents: 160
diff changeset
2726 2009-11-11 Tim Englich <tim.englich@intevation.de>
9b35599f50bb BugFix: Text-Inputfields will now be diabaled in static-ui issue81
Tim Englich <tim.englich@intevation.de>
parents: 160
diff changeset
2727
168
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2728 Issue 80: Error handling when session got expired
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2729
163
1fe52a0cbd1f Catch NPE and tell the user that the Session has expired. issue80
Tim Englich <tim.englich@intevation.de>
parents: 162
diff changeset
2730 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute):
1fe52a0cbd1f Catch NPE and tell the user that the Session has expired. issue80
Tim Englich <tim.englich@intevation.de>
parents: 162
diff changeset
2731 Catch NPE and tell the user that the Session has expired. issue80
1fe52a0cbd1f Catch NPE and tell the user that the Session has expired. issue80
Tim Englich <tim.englich@intevation.de>
parents: 162
diff changeset
2732
168
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2733 2009-11-11 Tim Englich <tim.englich@intevation.de>
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2734
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2735 Issue 81: Input of coordinate values do not show up after update
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2736
161
9b35599f50bb BugFix: Text-Inputfields will now be diabaled in static-ui issue81
Tim Englich <tim.englich@intevation.de>
parents: 160
diff changeset
2737 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl:
162
3be414dc974a The Submitbutton now is placed properly after single
Tim Englich <tim.englich@intevation.de>
parents: 161
diff changeset
2738 Remove <br/> Tag after Input-Elements
3be414dc974a The Submitbutton now is placed properly after single
Tim Englich <tim.englich@intevation.de>
parents: 161
diff changeset
2739 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl:
3be414dc974a The Submitbutton now is placed properly after single
Tim Englich <tim.englich@intevation.de>
parents: 161
diff changeset
2740 Add an <br/>-Tag after the generation of Select-Boxes to get
3be414dc974a The Submitbutton now is placed properly after single
Tim Englich <tim.englich@intevation.de>
parents: 161
diff changeset
2741 a better look and feel in the ui. issue81
3be414dc974a The Submitbutton now is placed properly after single
Tim Englich <tim.englich@intevation.de>
parents: 161
diff changeset
2742 * src/main/webapp/WEB-INF/jsp/index.jsp:
3be414dc974a The Submitbutton now is placed properly after single
Tim Englich <tim.englich@intevation.de>
parents: 161
diff changeset
2743 Replace NonBreakingSpace-Strings from UI issue81
3be414dc974a The Submitbutton now is placed properly after single
Tim Englich <tim.englich@intevation.de>
parents: 161
diff changeset
2744
3be414dc974a The Submitbutton now is placed properly after single
Tim Englich <tim.englich@intevation.de>
parents: 161
diff changeset
2745 2009-11-11 Tim Englich <tim.englich@intevation.de>
168
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2746
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2747 Issue 81: Input of coordinate values do not show up after update
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2748
162
3be414dc974a The Submitbutton now is placed properly after single
Tim Englich <tim.englich@intevation.de>
parents: 161
diff changeset
2749 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl:
161
9b35599f50bb BugFix: Text-Inputfields will now be diabaled in static-ui issue81
Tim Englich <tim.englich@intevation.de>
parents: 160
diff changeset
2750 BugFix: Text-Inputfields will now be diabaled in static-ui issue81
9b35599f50bb BugFix: Text-Inputfields will now be diabaled in static-ui issue81
Tim Englich <tim.englich@intevation.de>
parents: 160
diff changeset
2751
160
3b82a20a304a Replaced german umlaut with ascii character in language resource file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 159
diff changeset
2752 2009-11-06 Ingo Weinzierl <ingo.weinzierl@intevation.de>
3b82a20a304a Replaced german umlaut with ascii character in language resource file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 159
diff changeset
2753
3b82a20a304a Replaced german umlaut with ascii character in language resource file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 159
diff changeset
2754 * src/main/resources/applicationMessages.properties: Replaced german umlaut
3b82a20a304a Replaced german umlaut with ascii character in language resource file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 159
diff changeset
2755 witch ascii character.
3b82a20a304a Replaced german umlaut with ascii character in language resource file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 159
diff changeset
2756
159
b98a6d175916 Changed restlet repository from M3 to SNAPSHOT in maven pom file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 158
diff changeset
2757 2009-11-06 Ingo Weinzierl <ingo.weinzierl@intevation.de>
b98a6d175916 Changed restlet repository from M3 to SNAPSHOT in maven pom file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 158
diff changeset
2758
b98a6d175916 Changed restlet repository from M3 to SNAPSHOT in maven pom file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 158
diff changeset
2759 * pom.xml: Changed Restlet repository from M3 to Snapshot.
b98a6d175916 Changed restlet repository from M3 to SNAPSHOT in maven pom file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 158
diff changeset
2760
158
f38a86c2c012 Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 157
diff changeset
2761 2009-11-06 Ingo Weinzierl <ingo.weinzierl@intevation.de>
f38a86c2c012 Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 157
diff changeset
2762
f38a86c2c012 Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 157
diff changeset
2763 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp: Added link
f38a86c2c012 Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 157
diff changeset
2764 for exporting data in ODV format.
f38a86c2c012 Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 157
diff changeset
2765
f38a86c2c012 Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 157
diff changeset
2766 * src/main/resources/applicationMessages.properties,
f38a86c2c012 Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 157
diff changeset
2767 src/main/resources/applicationMessages_en.properties: Added label for
f38a86c2c012 Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 157
diff changeset
2768 odv export and changed label of CSV export.
f38a86c2c012 Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 157
diff changeset
2769
157
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2770 2009-11-05 Tim Englich <tim.englich@intevation.de>
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2771
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2772 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientFactory.java (ArtifactDatabaseClientFactory):
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2773 Removed some deprecatde TODO-Tasks.
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2774 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java (getCurrentStepDescription):
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2775 Changed the Describe-Call of an Artifact from get to post an add the Flag which
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2776 determines if the UI should be delivered to the client.
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2777 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (getCurrentStepDescription):
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2778 Added the possibility to put an Flag which determines if the UI should be delivered from
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2779 the artifact-database to the Metodsignature.
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2780
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2781 * src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java (execute),
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2782 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute),
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2783 src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java (execute),
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2784 src/test/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientTestCase.java (testArtifactDatabaseClient):
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2785 Added the Flag if the UI should be delivered by the artifact-database to the Method-Call.
013d47662161 Switched the Communication for Describe-Calls to the artifact-database from get to post.
Tim Englich <tim.englich@intevation.de>
parents: 156
diff changeset
2786
156
aa5197b3f930 Added Ressources for two new FIS. Current Meter and Ice Station Reports
Tim Englich <tim.englich@intevation.de>
parents: 155
diff changeset
2787 2009-10-28 Tim Englich <tim.englich@intevation.de>
aa5197b3f930 Added Ressources for two new FIS. Current Meter and Ice Station Reports
Tim Englich <tim.englich@intevation.de>
parents: 155
diff changeset
2788
aa5197b3f930 Added Ressources for two new FIS. Current Meter and Ice Station Reports
Tim Englich <tim.englich@intevation.de>
parents: 155
diff changeset
2789 * src/main/resources/applicationMessages*.properties:
aa5197b3f930 Added Ressources for two new FIS. Current Meter and Ice Station Reports
Tim Englich <tim.englich@intevation.de>
parents: 155
diff changeset
2790 Added Ressources for two new FIS. Current Meter and Ice Station Reports
aa5197b3f930 Added Ressources for two new FIS. Current Meter and Ice Station Reports
Tim Englich <tim.englich@intevation.de>
parents: 155
diff changeset
2791
155
b0de3644af61 Added two new FIS according to GT_0020.002
Tim Englich <tim.englich@intevation.de>
parents: 154
diff changeset
2792 2009-10-27 Tim Englich <tim.englich@intevation.de>
b0de3644af61 Added two new FIS according to GT_0020.002
Tim Englich <tim.englich@intevation.de>
parents: 154
diff changeset
2793
b0de3644af61 Added two new FIS according to GT_0020.002
Tim Englich <tim.englich@intevation.de>
parents: 154
diff changeset
2794 * src/main/resources/applicationMessages_en.properties:
156
aa5197b3f930 Added Ressources for two new FIS. Current Meter and Ice Station Reports
Tim Englich <tim.englich@intevation.de>
parents: 155
diff changeset
2795 Added Ressources for two new FIS. Seegangsarchiv and SEACAT
155
b0de3644af61 Added two new FIS according to GT_0020.002
Tim Englich <tim.englich@intevation.de>
parents: 154
diff changeset
2796
154
d6b82c585f1f Bugfix NPE was thrown when an Exception occured in the Called ArtifactDatabase-Server issue58.
Tim Englich <tim.englich@intevation.de>
parents: 153
diff changeset
2797 2009-10-22 Tim Englich <tim.englich@intevation.de>
d6b82c585f1f Bugfix NPE was thrown when an Exception occured in the Called ArtifactDatabase-Server issue58.
Tim Englich <tim.englich@intevation.de>
parents: 153
diff changeset
2798
168
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2799 Issue 58: Behaviour by missing DB connection
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2800
154
d6b82c585f1f Bugfix NPE was thrown when an Exception occured in the Called ArtifactDatabase-Server issue58.
Tim Englich <tim.englich@intevation.de>
parents: 153
diff changeset
2801 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute):
d6b82c585f1f Bugfix NPE was thrown when an Exception occured in the Called ArtifactDatabase-Server issue58.
Tim Englich <tim.englich@intevation.de>
parents: 153
diff changeset
2802 Bugfix NPE was thrown when an Exception occured in the Called ArtifactDatabase-Server issue58.
d6b82c585f1f Bugfix NPE was thrown when an Exception occured in the Called ArtifactDatabase-Server issue58.
Tim Englich <tim.englich@intevation.de>
parents: 153
diff changeset
2803
153
48f538077aea Added context.xml to permitt cookies to provide
Tim Englich <tim.englich@intevation.de>
parents: 152
diff changeset
2804 2009-10-21 Tim Englich <tim.englich@intevation.de>
48f538077aea Added context.xml to permitt cookies to provide
Tim Englich <tim.englich@intevation.de>
parents: 152
diff changeset
2805
168
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2806 Issue 28: Client is not multi-instance enabled
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2807
153
48f538077aea Added context.xml to permitt cookies to provide
Tim Englich <tim.englich@intevation.de>
parents: 152
diff changeset
2808 * src/main/webapp/META-INF/context.xml:
48f538077aea Added context.xml to permitt cookies to provide
Tim Englich <tim.englich@intevation.de>
parents: 152
diff changeset
2809 Added context.xml to permitt cookies to provide
48f538077aea Added context.xml to permitt cookies to provide
Tim Englich <tim.englich@intevation.de>
parents: 152
diff changeset
2810 Multisession-Usability for a single Client issue28
48f538077aea Added context.xml to permitt cookies to provide
Tim Englich <tim.englich@intevation.de>
parents: 152
diff changeset
2811 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp:
48f538077aea Added context.xml to permitt cookies to provide
Tim Englich <tim.englich@intevation.de>
parents: 152
diff changeset
2812 Added URL-Rewrite to add the SessionID to the requested URL to get
48f538077aea Added context.xml to permitt cookies to provide
Tim Englich <tim.englich@intevation.de>
parents: 152
diff changeset
2813 the System work without cookies. issue28
48f538077aea Added context.xml to permitt cookies to provide
Tim Englich <tim.englich@intevation.de>
parents: 152
diff changeset
2814
149
9b7f74e58f8d Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents: 148
diff changeset
2815 2009-10-19 Tim Englich <tim.englich@intevation.de>
9b7f74e58f8d Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents: 148
diff changeset
2816
168
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2817 Issue 55: Unified input of coordinate input
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2818
152
330871ca1fd3 Added uniform Visualization of Single Input-Elements in GUI. issue55
Tim Englich <tim.englich@intevation.de>
parents: 151
diff changeset
2819 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl,
330871ca1fd3 Added uniform Visualization of Single Input-Elements in GUI. issue55
Tim Englich <tim.englich@intevation.de>
parents: 151
diff changeset
2820 src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl:
330871ca1fd3 Added uniform Visualization of Single Input-Elements in GUI. issue55
Tim Englich <tim.englich@intevation.de>
parents: 151
diff changeset
2821 Added uniform Visualization of Single Input-Elements in GUI. issue55
330871ca1fd3 Added uniform Visualization of Single Input-Elements in GUI. issue55
Tim Englich <tim.englich@intevation.de>
parents: 151
diff changeset
2822
330871ca1fd3 Added uniform Visualization of Single Input-Elements in GUI. issue55
Tim Englich <tim.englich@intevation.de>
parents: 151
diff changeset
2823 2009-10-19 Tim Englich <tim.englich@intevation.de>
168
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2824
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2825 Issue 51: Translations for diagram options to be improved
152
330871ca1fd3 Added uniform Visualization of Single Input-Elements in GUI. issue55
Tim Englich <tim.englich@intevation.de>
parents: 151
diff changeset
2826
151
30f0af26b086 Catch Exception that the Calling Program could not put no InputData
Tim Englich <tim.englich@intevation.de>
parents: 150
diff changeset
2827 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp,
30f0af26b086 Catch Exception that the Calling Program could not put no InputData
Tim Englich <tim.englich@intevation.de>
parents: 150
diff changeset
2828 src/main/resources/applicationMessages*.properties:
30f0af26b086 Catch Exception that the Calling Program could not put no InputData
Tim Englich <tim.englich@intevation.de>
parents: 150
diff changeset
2829 Integrated Ressouces for OutputOptions issue51
30f0af26b086 Catch Exception that the Calling Program could not put no InputData
Tim Englich <tim.englich@intevation.de>
parents: 150
diff changeset
2830
30f0af26b086 Catch Exception that the Calling Program could not put no InputData
Tim Englich <tim.englich@intevation.de>
parents: 150
diff changeset
2831 2009-10-19 Tim Englich <tim.englich@intevation.de>
168
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2832
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2833 Issue 35: Wrong data input forces GNV to start from beginning
151
30f0af26b086 Catch Exception that the Calling Program could not put no InputData
Tim Englich <tim.englich@intevation.de>
parents: 150
diff changeset
2834
150
c5408b0f34c7 Now the UI will compelte be shown if the User has done an Mistake entering
Tim Englich <tim.englich@intevation.de>
parents: 149
diff changeset
2835 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute):
c5408b0f34c7 Now the UI will compelte be shown if the User has done an Mistake entering
Tim Englich <tim.englich@intevation.de>
parents: 149
diff changeset
2836 Now the UI will compelte be shown if the User has done an Mistake entering
c5408b0f34c7 Now the UI will compelte be shown if the User has done an Mistake entering
Tim Englich <tim.englich@intevation.de>
parents: 149
diff changeset
2837 values to input-fields eg. Coordinates or formatted Date-Strings. issue 35
c5408b0f34c7 Now the UI will compelte be shown if the User has done an Mistake entering
Tim Englich <tim.englich@intevation.de>
parents: 149
diff changeset
2838
c5408b0f34c7 Now the UI will compelte be shown if the User has done an Mistake entering
Tim Englich <tim.englich@intevation.de>
parents: 149
diff changeset
2839 2009-10-19 Tim Englich <tim.englich@intevation.de>
168
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2840
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2841 Issue 47: Improving translations in time series
150
c5408b0f34c7 Now the UI will compelte be shown if the User has done an Mistake entering
Tim Englich <tim.englich@intevation.de>
parents: 149
diff changeset
2842
149
9b7f74e58f8d Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents: 148
diff changeset
2843 * src/main/resources/applicationMessages_en.properties:
9b7f74e58f8d Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents: 148
diff changeset
2844 Changed Lablevalues according to issue47
9b7f74e58f8d Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents: 148
diff changeset
2845 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl:
9b7f74e58f8d Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents: 148
diff changeset
2846 Add the possibility to render XForms-Group-Lables as Legend-Entries of
9b7f74e58f8d Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents: 148
diff changeset
2847 one Step in the GUI
9b7f74e58f8d Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents: 148
diff changeset
2848
168
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2849 2009-10-16 Tim Englich <tim.englich@intevaion.de>
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2850
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2851 Issue 48: Improving translation of statistics panel
148
42925758e384 Conformation to the tanslation of the Statisticsdescriptors issue48
Tim Englich <tim.englich@intevation.de>
parents: 146
diff changeset
2852
42925758e384 Conformation to the tanslation of the Statisticsdescriptors issue48
Tim Englich <tim.englich@intevation.de>
parents: 146
diff changeset
2853 * src/main/resources/applicationMessages_en.properties:
42925758e384 Conformation to the tanslation of the Statisticsdescriptors issue48
Tim Englich <tim.englich@intevation.de>
parents: 146
diff changeset
2854 Conformation to the tanslation of the Statisticsdescriptors issue48
42925758e384 Conformation to the tanslation of the Statisticsdescriptors issue48
Tim Englich <tim.englich@intevation.de>
parents: 146
diff changeset
2855
146
b6f1ff8c6020 Adding the Names of the two new FIS to the Propertiesfiles issue49
Tim Englich <tim.englich@intevation.de>
parents: 49
diff changeset
2856 2009-10-16 Tim Englich <tim.englich@intevation.de>
b6f1ff8c6020 Adding the Names of the two new FIS to the Propertiesfiles issue49
Tim Englich <tim.englich@intevation.de>
parents: 49
diff changeset
2857
168
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2858 Issue 49: Integration of FIS to Mesh
1ed778ba6153 Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents: 167
diff changeset
2859
146
b6f1ff8c6020 Adding the Names of the two new FIS to the Propertiesfiles issue49
Tim Englich <tim.englich@intevation.de>
parents: 49
diff changeset
2860 * src/main/resources/applicationMessages_en.properties:
b6f1ff8c6020 Adding the Names of the two new FIS to the Propertiesfiles issue49
Tim Englich <tim.englich@intevation.de>
parents: 49
diff changeset
2861 Adding the Names of the two new FIS to the Propertiesfiles issue49
b6f1ff8c6020 Adding the Names of the two new FIS to the Propertiesfiles issue49
Tim Englich <tim.englich@intevation.de>
parents: 49
diff changeset
2862
49
94a07d1d9316 RELEASE 0.1
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 48
diff changeset
2863 2009-10-07 Sascha L. Teichmann <sascha.teichmann@intevation.de>
94a07d1d9316 RELEASE 0.1
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 48
diff changeset
2864
94a07d1d9316 RELEASE 0.1
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 48
diff changeset
2865 RELEASE 0.1
94a07d1d9316 RELEASE 0.1
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 48
diff changeset
2866
94a07d1d9316 RELEASE 0.1
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 48
diff changeset
2867 * Changes, NEWS: Summarized changes.
94a07d1d9316 RELEASE 0.1
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 48
diff changeset
2868
48
60c8f5edf742 English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents: 47
diff changeset
2869 2009-10-06 Tim Englich <tim.englich@intevation.de>
60c8f5edf742 English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents: 47
diff changeset
2870
60c8f5edf742 English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents: 47
diff changeset
2871 * src/main/resources/applicationMessages.properties Edited:
60c8f5edf742 English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents: 47
diff changeset
2872 Removed obsolet Entries
60c8f5edf742 English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents: 47
diff changeset
2873 * src/main/resources/applicationMessages_en.properties Added:
60c8f5edf742 English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents: 47
diff changeset
2874 Added the Support for english-Language
60c8f5edf742 English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents: 47
diff changeset
2875
47
f35b7d7a04d6 Read the Status-Code from the Response and throw an Exception which Message will be visualized in the GUI. gnv/issue18
Tim Englich <tim.englich@intevation.de>
parents: 46
diff changeset
2876 2009-10-06 Tim Englich <tim.englich@intevation.de>
f35b7d7a04d6 Read the Status-Code from the Response and throw an Exception which Message will be visualized in the GUI. gnv/issue18
Tim Englich <tim.englich@intevation.de>
parents: 46
diff changeset
2877
f35b7d7a04d6 Read the Status-Code from the Response and throw an Exception which Message will be visualized in the GUI. gnv/issue18
Tim Englich <tim.englich@intevation.de>
parents: 46
diff changeset
2878 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java (doGetRequestInternal) Edited:
f35b7d7a04d6 Read the Status-Code from the Response and throw an Exception which Message will be visualized in the GUI. gnv/issue18
Tim Englich <tim.englich@intevation.de>
parents: 46
diff changeset
2879 Read the Status-Code from the Response and throw an Exception
f35b7d7a04d6 Read the Status-Code from the Response and throw an Exception which Message will be visualized in the GUI. gnv/issue18
Tim Englich <tim.englich@intevation.de>
parents: 46
diff changeset
2880 which Message will be visualized in the GUI. gnv/issue18
f35b7d7a04d6 Read the Status-Code from the Response and throw an Exception which Message will be visualized in the GUI. gnv/issue18
Tim Englich <tim.englich@intevation.de>
parents: 46
diff changeset
2881
46
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2882 2009-10-08 Sascha L. Teichmann <sascha.teichmann@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2883
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2884 * Changelog -> ChangeLog: Moved to make eclipse happier.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2885
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2886 2009-10-08 Sascha L. Teichmann <sascha.teichmann@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2887
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2888 * Changelog: Unified changelog style.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2889
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2890 2009-10-08 Sascha L. Teichmann <sascha.teichmann@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2891
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2892 * pom.xml: Remove XMLBeans stuff, set filtered resources to UTF-8
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2893
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2894 2009-10-06 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2895
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2896 * src/main/webapp/index.jsp Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2897 Added Index-Page for Global-Forward to Start-URL of the Project gnv/issue14
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2898 * src/main/webapp/WEB-INF/config/struts-config.xml Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2899 Added Global Forward to determine the Start-URL of the Project. gnv/issue14
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2900
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2901 2009-10-06 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2902
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2903 * src/main/webapp/WEB-INF/jsp/header.jsp Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2904 Deaktivate Links save Project and load Project gnv/issue12
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2905
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2906 2009-10-05 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2907
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2908 * src/main/resources/applicationMessages.properties Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2909 Added some more FIS-Ressource.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2910
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2911 2009-10-02 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2912
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2913 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientFactory.java (getArtifactDatabaseClient):
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2914 Putting the ClientLanguage into the getArtifactDatabaseClient-Signature.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2915 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java (setLocale) Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2916 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (setLocale) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2917 Added the Support of Setting the ClientLanguage to the ArtifactDatabaseClient
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2918
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2919 * src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java (execute) Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2920 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute) Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2921 src/main/java/de/intevation/gnv/action/FetchArtifactFactoriesAction.java (execute) Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2922 src/main/java/de/intevation/gnv/action/DoOutputAction.java (execute) Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2923 src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java(execute) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2924 Put the Locale of the Calling Client to the Communication with the ArtifactDatabase.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2925
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2926 * src/test/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientTestCase.java (testArtifactDatabaseClient) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2927 Added DefaultLocale German to the ArtfactDataBaseClient call.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2928
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2929 2009-10-02 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2930
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2931 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2932 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2933 Switched Value for legend from ref-Attribute to Label-Element
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2934 * src/main/webapp/WEB-INF/jsp/includes/display_fis_inc.jsp Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2935 Added translation for FIS (ArtifactFactorynames)
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2936 * src/main/resources/applicationMessages.properties Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2937 Added Germannameds for FIS.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2938
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2939 2009-10-02 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2940
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2941 * src/**/*.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2942 Format Code to max 80 Chars per Row
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2943
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2944 2009-10-02 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2945
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2946 * src/main/java/de/intevation/gnv/util/XSLTransformer.java CLEANUP ,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2947 src/main/java/de/intevation/gnv/util/XMLUtils.java CLEANUP ,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2948 src/main/java/de/intevation/gnv/servlet/GNVActionServlet.java CLEANUP ,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2949 src/main/java/de/intevation/gnv/artifactdatabase/objects/Artifact.java CLEANUP ,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2950 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java CLEANUP ,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2951 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java CLEANUP ,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2952 src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java CLEANUP ,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2953 src/main/java/de/intevation/gnv/action/DoOutputAction.java CLEANUP:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2954 Change non static accesses to static members using declaring type
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2955 Change indirect accesses to static members to direct accesses (accesses through subtypes)
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2956 Remove unused imports
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2957 Add missing '@Override' annotations
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2958 Add missing '@Deprecated' annotations
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2959 Remove unnecessary casts
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2960
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2961 2009-10-02 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2962
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2963 * src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java (execute) Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2964 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute) Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2965 * src/main/java/de/intevation/gnv/action/FetchArtifactFactoriesAction.java (execute) Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2966 * src/main/java/de/intevation/gnv/action/DoOutputAction.java (execute) Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2967 * src/main/java/de/intevation/gnv/action/DoExportAction.java (execute) Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2968 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java (execute) edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2969 Added ExceptionHandling to this Actions
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2970 * src/main/java/de/intevation/gnv/action/ArtifactDatabaseActionBase.java (getExceptionForward) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2971 Added Method for Resolving the ExceptionForward from the Mapping.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2972 * src/main/webapp/WEB-INF/jsp/header.jsp Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2973 Read ExceptionMessage from RequestAttributes
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2974
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2975 2009-09-28 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2976
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2977 * src/main/resources/applicationMessages.properties Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2978 Adding missing StatisticsDescription for Arithmetic Mean.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2979
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2980 2009-09-28 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2981
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2982 * src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultArtifactStatisticValue.java Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2983 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactStatisticValue.java Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2984 Added the Interface and the Defaultimplementation for the Representation of Statistic-Values.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2985 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2986 Added the Busionesslogic for Calculation the Statistics to the Action.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2987 * src/main/java/de/intevation/gnv/action/sessionmodel/DefaultSessionModel.java Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2988 src/main/java/de/intevation/gnv/action/sessionmodel/SessionModel.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2989 Added the Methods for setting and getting the statistics to the SessionModel
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2990 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (calculateStatistics) Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2991 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java (calculateStatistics) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2992 Added the Method for retrieving the Statistics from the current Artifcat.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2993 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_statistics_inc.jsp Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2994 Put the Values of the Statitics into the View.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2995 * src/main/webapp/styles/default.css Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2996 Changed CSS-for Statistics so that it would be displayed.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2997
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2998 2009-09-25 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
2999
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3000 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3001 Bug fixed in CSV_Export Link
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3002
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3003 2009-09-25 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3004
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3005 * src/main/java/de/intevation/gnv/artifactdatabase/objects/Artifact.java Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3006 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactDescription.java Edietd:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3007 Integrated some Method for accessing and Setting OutputModes to an ArtifactDescription.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3008
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3009 * src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputParameter.java Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3010 src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputMode.java Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3011 src/main/java/de/intevation/gnv/artifactdatabase/objects/OutputParameter.java Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3012 src/main/java/de/intevation/gnv/artifactdatabase/objects/OutputMode.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3013 Adding some Beans and their InterfaceDescription for the Representation of OutputModes
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3014 supported by an Artifact
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3015
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3016 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3017 Fetsching the OutputMode-Informations from the Describedocument and put them into a Collection
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3018 of OutputModes.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3019
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3020 * src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3021 Restet SessionModel integrated.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3022
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3023 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3024 Cast for ArtifactDescription removed.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3025
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3026 * src/main/java/de/intevation/gnv/action/DoOutputAction.java Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3027 src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3028 Dynamical read of OutputParameter for Outputgeneration
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3029
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3030 * src/main/java/de/intevation/gnv/action/sessionmodel/DefaultSessionModel.java Edited:,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3031 src/main/java/de/intevation/gnv/action/sessionmodel/SessionModel.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3032 Added some Method for retrieving Diagrammoptions and reset the SessionModel
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3033
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3034 * src/main/java/de/intevation/gnv/action/sessionmodel/DiagrammOptions.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3035 Dynamic Options Support Added
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3036
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3037 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3038 Dynamic Rendring of the Outputparameters of an ArtifactoutputType added.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3039 Ath this Moment only The Outputparameter for Chart ist provided.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3040
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3041 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp Edited :
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3042 Integrated dynamic Setting of Diagramm-Parameter to the Link.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3043 Also Read MimeType from the OPutputParameters of the Artifact.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3044
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3045 2009-09-25 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3046
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3047 * src/main/java/de/intevation/gnv/action/DoOutputAction.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3048 Some Refactoring work done.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3049 Logging Integrated. Extract Method for setting Responseheader Informations.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3050
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3051 * src/main/java/de/intevation/gnv/action/DoExportAction.java Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3052 Action for performing the Exports eg. CSV and Chart
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3053 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3054 Action for do the Bussinesslogic for storing the Diagrammoptions that were
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3055 changed by the User.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3056 * src/main/java/de/intevation/gnv/action/sessionmodel/DefaultSessionModel.java Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3057 * src/main/java/de/intevation/gnv/action/sessionmodel/SessionModel.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3058 Added Accessmethod for the Diagrammoptions.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3059
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3060 * src/main/java/de/intevation/gnv/action/sessionmodel/DiagrammOptions.java Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3061 Bean for the Representation of Diagrammoptions
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3062
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3063 * src/main/resources/applicationMessages.properties Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3064 Added som GUI Lables.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3065
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3066 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3067 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_statistics_inc.jsp Add,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3068 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp Add,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3069 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_adons_inc.jsp Add:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3070 Added the GUI for the Statistics and Diagramoptions and tge Export.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3071
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3072 * src/main/webapp/WEB-INF/config/struts-config.xml Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3073 Added Actions for Performing Exports and Changing Diagramoptions.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3074
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3075 2009-09-24 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3076
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3077 * src/main/webapp/scripts/gnviewer.js Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3078 Removed unused Methods from File.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3079
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3080 2009-09-24 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3081
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3082 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3083 Obsolet Javascript References Removed
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3084 Added Javascript-Reference to the gnviewer.js File
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3085 * src/main/webapp/WEB-INF/jsp/index.jsp Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3086 Please Wait Dialog integrated if an Form will be submittend
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3087
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3088 2009-09-24 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3089
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3090 * src/main/webapp/scripts/gnviewer.js Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3091 Added Javascript-File from Old-Project Revision: 3101
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3092
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3093 2009-09-24 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3094
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3095 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3096 Codecleanup
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3097 ExceptionReporthandling integrated
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3098
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3099 2009-09-24 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3100
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3101 * src/main/webapp/WEB-INF/config/log4j.properties Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3102 Standard Log4J-properties-File which will log all Informations to the Console.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3103 * src/main/webapp/WEB-INF/web.xml Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3104 Added init-Parameter to tell the Application where the Log4J-propertiesfile ist located.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3105 * src/main/java/de/intevation/gnv/servlet/GNVActionServlet.java (init) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3106 Reading Logging-Properties from Propertiesfile. Path maust beconfigured in the web.xml File
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3107
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3108
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3109 2009-09-23 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3110
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3111 * src/main/webapp/WEB-INF/web.xml Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3112 Added Count of ArtifactDatabases and Database-URL to this File
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3113 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (ARTIFACTDATABASE_URL_ID) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3114 Added Static Constants for identifing ArtifactDatabase URLS in PropertiesReader
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3115 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java (initialize) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3116 Read ArtifactDatabase URLS from PropertiesReader
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3117
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3118 2009-09-23 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3119
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3120 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3121 Removed Image-Element and put it into the jsp-Page
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3122 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3123 Moved Image-Element from Classfile to this location.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3124 URL will now be encoded for usage without cookies.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3125 * src/main/webapp/WEB-INF/jsp/includes/display_fis_inc.jsp Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3126 src/main/webapp/WEB-INF/jsp/index.jsp Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3127 URL will now be encoded for usage without cookies.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3128
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3129 2009-09-23 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3130
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3131 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3132 Selection on Input-UI-Data will be fetched from the UI and visualized
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3133 in the GUI.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3134 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3135 Single Text Input-Elements now will be surround with an div and an form Element
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3136 2009-09-22 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3137
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3138 * src/main/java/de/intevation/gnv/util/XSLTransformer.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3139 Logging reduced for a better Performance. XML-Nodes should not be logged because their size could
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3140 cause Problems in Log4J and the ConsoleAppender of Eclipse
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3141
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3142 2009-09-21 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3143
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3144 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3145 Remnoved logging of Resultdocuments becaus it slow down the Application.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3146 * src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java (execute):
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3147 Added support of ArtifactFactory Reload if Session was lost.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3148 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute):
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3149 Added Support of more than one Product.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3150
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3151 2009-09-17 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3152
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3153 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3154 Some Refactoring work done.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3155 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3156 Added XSL-Template for Transforming the stazic UI
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3157 * src/main/webapp/WEB-INF/jsp/includes/display_fis_inc.jsp:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3158 Refactored FIS Rendering to it's own Include-File
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3159 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3160 Refactored Diagramm Rendering to it's own Include-File
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3161 * src/main/webapp/WEB-INF/jsp/index.jsp:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3162 Some Refactoring Work done.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3163 * src/main/webapp/styles/default.css:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3164 Some Changes in DIV-Formatting to get a propper Layout.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3165
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3166 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (NextArtifactStepAction):
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3167 Static UI integrated
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3168
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3169 2009-09-17 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3170
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3171 * src/main/webapp/WEB-INF/jsp/includes/display_fis_inc.jsp:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3172 Refactored FIS Rendering to it's own Include-File
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3173 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3174 Refactored Diagramm Rendering to it's own Include-File
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3175 * src/main/webapp/WEB-INF/jsp/index.jsp:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3176 Some Refactoring Work done.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3177 * src/main/webapp/styles/default.css:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3178 Some Changes in DIV-Formatting to get a propper Layout.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3179
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3180 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (NextArtifactStepAction):
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3181 Static UI integrated
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3182
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3183 2009-09-16 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3184
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3185 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3186 UI also Rendered when Chart is already visualized.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3187 * src/main/webapp/WEB-INF/jsp/index.jsp:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3188 Some Stylingfixes done.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3189 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3190 Legend-Element for SelectEntries Integrated
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3191
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3192 2009-09-16 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3193
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3194 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3195 src/main/webapp/WEB-INF/jsp/index.jsp Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3196 Integrate the new Pageinfrastructur into the Mainlayout
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3197
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3198 * src/main/webapp/WEB-INF/config/struts-config.xml Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3199 Integrate message-resources into the Strutsconfiguration and change
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3200 the mainpage from index.jsp to mainlayout.jsp
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3201
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3202 009-09-16 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3203
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3204 * src/main/webapp/WEB-INF/jsp/header.jsp Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3205 src/main/webapp/WEB-INF/jsp/footer.jsp Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3206 src/main/resources/applicationMessages.properties:Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3207 src/main/webapp/WEB-INF/jsp/mainlayout.jsp Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3208 src/main/webapp/styles/*,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3209 src/main/webapp/scipts/*,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3210 src/main/webapp/images/*:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3211 Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3212
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3213 2009-09-16 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3214
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3215 * src/main/webapp/WEB-INF/config/struts-config.xml Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3216 src/main/webapp/WEB-INF/config/templates/describe-ui.xsl Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3217 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3218 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (doOutput) (doFeed) Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3219 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute) Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3220 src/main/java/de/intevation/gnv/action/DoOutputAction.java Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3221 Chartoutput Added to the View
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3222
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3223 2009-09-16 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3224
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3225 * src/test/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientTestCase.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3226 Added Transformerlogic to the Testcase
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3227
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3228 * src/main/webapp/WEB-INF/jsp/index.jsp Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3229 Integrated the UI of the Artifact
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3230
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3231 * src/main/webapp/WEB-INF/config/struts-config.xml Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3232 Added ActionHandling for managing the next Businesslogic to go to the next Step of an Artifact
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3233
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3234 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3235 Added Transformation-Rules for Input-Elements
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3236
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3237 * src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultInputParameter.java Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3238 src/main/java/de/intevation/gnv/artifactdatabase/objects/InputParameter.java Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3239 Infrastructur for providing InputParametes as an Object
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3240
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3241 * src/main/java/de/intevation/gnv/artifactdatabase/objects/Artifact.java Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3242 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactDescription.java (getInputParameter) (setInputParameter) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3243 Add Methods for providing the reuired Input-Parametes of the current ArtifactDescription
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3244
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3245 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3246 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (doNextStep) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3247 Added doNextStep Method for doing all ControllerWork to move the Artifact into the next Step
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3248
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3249 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3250 Action for switching to the next Step of an Artifact
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3251
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3252 2009-09-15 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3253
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3254 * src/test/java/de/intevation/gnv/util/XSLTransformerTestCase.java:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3255 New Testcase for testing the usability of XSL-Transformations
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3256 * src/test/ressources/describe-ui-test.xml Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3257 An Sample-Document for testing XSL-Transformations
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3258 * src/main/webapp/WEB-INF/jsp/index.jsp Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3259 Added the html-Fragment of the transformated Describe-Methode-response to the document.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3260 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3261 XSL-Template for transforming an Xform-Element to a HTML-Select-Element
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3262 * src/main/java/de/intevation/gnv/util/XSLTransformer.java Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3263 XSl-Transformer for doing XSL-Transformations of the ResultDocuments of
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3264 the ArtifactDatabase
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3265 * src/main/java/de/intevation/gnv/util/XMLUtils.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3266 Integrate a Method for writing an XML-Node to a String for debugging.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3267 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3268 Some Unused imports removed an select the first Child of the ui Node.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3269 * src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java (execute) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3270 Integration of the Describe-Stuff for rendering an GUi
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3271
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3272 2009-09-15 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3273
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3274 * src/test/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientTestCase.java (testArtifactDatabaseClient) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3275 Added "Create Artifact" and "Describe Artifact" to the Testszenario.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3276
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3277 2009-09-14 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3278
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3279 * src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactDescription.java,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3280 src/main/java/de/intevation/gnv/artifactdatabase/objects/Artifact.java,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3281 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3282 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3283 src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3284 Support for Initial DescribeCall to ArtifactDatabase implemented
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3285
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3286 2009-09-14 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3287
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3288 * src/main/webapp/WEB-INF/config/struts-config.xml:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3289 Added two ActionMappings:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3290 One for showing all FIS (ArtifactFactories) in an View.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3291 The other for selceting one ArtifactFactory an visualizing the First Step of an Artifact.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3292 * src/main/webapp/WEB-INF/jsp/index.jsp Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3293 Added an Combobox for selecting an FIS
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3294 * src/main/webapp/WEB-INF/web.xml:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3295 Added the Servletmapping for the Struts Framework
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3296 * src/main/java/de/intevation/gnv/action/SelectArtifactFactoryAction.java Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3297 src/main/java/de/intevation/gnv/action/FetchArtifactFactoriesAction.java Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3298 src/main/java/de/intevation/gnv/action/ArtifactDatabaseActionBase.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3299 Some ActionHandler added for Handling the different Requests of the GNV.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3300 FetchArtifactFactoriesAction: Will provides the Controllerlogic for Queriing all Reachable ArtifactFactories.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3301 SelectArtifactFactoryAction will select one Specific ArtifactFactory and will create
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3302 an Instance in the ArtifactDatabase.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3303
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3304 * src/main/java/de/intevation/gnv/action/sessionmodel/DefaultSessionModel.java Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3305 src/main/java/de/intevation/gnv/action/sessionmodel/SessionModelFactory.java Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3306 src/main/java/de/intevation/gnv/action/sessionmodel/SessionModel.java Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3307 Interface and Defaultimplementation of an Model which can store the Session-Specific Informations.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3308 e.g. Reachable ArtifactFactories and the current Artifact which should be used.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3309
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3310 2009-09-14 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3311
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3312 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3313 All Methods for doing the create-Request and reading the Result-Document implemented.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3314 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (createNewArtifact) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3315 Add Method for creating a new Artifact in the ArtifactDatabase
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3316
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3317 * src/main/java/de/intevation/gnv/artifactdatabase/objects/Artifact.java (Artifact):
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3318 Added new Class for the Representation of an Artifact
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3319 * src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactFactory.java (getHash) Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3320 * src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactObject.java (getHash) Edited
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3321 getHash Method added. Now it will be possible to read the Hash of an Artifact send by the Artifactdatabase.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3322 * src/main/java/de/intevation/gnv/propertiesreader/PropertiesReaderFactory.java (getInstance) Edited:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3323 Bug Fixed. factory will now be instantiated.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3324 * src/main/java/de/intevation/gnv/servlet/GNVActionServlet.java Edited,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3325 Integration of temporal Basic Log4J Support.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3326
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3327 2009-09-11 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3328
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3329 * pom.xml: Further Dependencies and Plugins added
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3330 Deleted some utdated Files
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3331
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3332 2009-09-11 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3333
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3334 * src/test/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientTestCase.java Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3335 Testcase for querying Artifacfactorydescriptions from the ArtifactDatabase
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3336
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3337 2009-09-11 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3338
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3339 * src/main/webapp/WEB-INF/jsp/index.jsp Added ,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3340 src/main/webapp/WEB-INF/config/struts-config.xml Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3341 src/main/java/de/intevation/gnv/servlet/GNVActionServlet.java Added
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3342 src/main/java/de/intevation/gnv/action/ArtifactDatabaseActionBase.java Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3343 Basic Struts-Infrastructur Added
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3344
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3345 2009-09-11 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3346
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3347 * src/main/java/de/intevation/gnv/propertiesreader/ServletPropertiesReader.java Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3348 src/main/java/de/intevation/gnv/propertiesreader/PropertiesReaderFactory.java Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3349 src/main/java/de/intevation/gnv/propertiesreader/PropertiesReader.java Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3350 src/main/java/de/intevation/gnv/propertiesreader/MapPropertiesReader.java Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3351 Infrastructur for Reading Properties from a Map or SercletConfig an provide them
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3352 to the whole Application.
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3353
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3354 2009-09-11 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3355
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3356 * src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactObject.java Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3357 src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactFactory.java Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3358 ObjectStructor for Representing delivered Objects from the ArtifactDatabase
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3359
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3360 * src/main/java/de/intevation/gnv/artifactdatabase/client/exception/ArtifactDatabaseClientException.java Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3361 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3362 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClientFactory.java Added,
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3363 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java Added:
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3364 Integrated Interface-Structure to handle the communication to the ArtifactDatabase
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3365
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3366 2009-09-10 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3367
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3368 * .svnignore Added: Added Eclipse specific Files and Folders to the Ignorelist
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3369
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3370 2009-09-10 Tim Englich <tim.englich@intevation.de>
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3371
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3372 * pom.xml: Created with maven and put the Moduledependencies into it
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3373 * Changes | Changelog | NEWS | README | TODO: Added
3bbb95f43549 Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
3374 * src/**: Added to the Project

http://dive4elements.wald.intevation.org