Mercurial > dive4elements > gnv-client
annotate gnv/ChangeLog @ 403:24a6c0cb0a62
Added Junit-TestCase for the ExternalCallParser Interface
gnv/trunk@574 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 19 Jan 2010 14:50:39 +0000 |
parents | b88e881e8e94 |
children | 3a286c9e186c |
rev | line source |
---|---|
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
|
1 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
|
2 |
403
24a6c0cb0a62
Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
402
diff
changeset
|
3 * src/test/ressources/externalinterfacecall.xml: |
24a6c0cb0a62
Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
402
diff
changeset
|
4 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
|
5 send from the MapViewer to the GNV. |
24a6c0cb0a62
Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
402
diff
changeset
|
6 * 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
|
7 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
|
8 |
24a6c0cb0a62
Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
402
diff
changeset
|
9 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
|
10 * 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
|
11 DefaultImplementation of the Interface MapService. |
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
|
12 * 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
|
13 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
|
14 by an MapViewer-Call |
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
|
15 * 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
|
16 DefaultImplementation of the Interface Layer. |
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
|
17 * 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
|
18 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
|
19 by an MapViewer-Call |
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
|
20 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java (getArtifactFactoryMetaInformation), |
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
|
21 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (getArtifactFactoryMetaInformation): |
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
|
22 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
|
23 the Data which is parsed using the ExternalCallParser. |
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
|
24 * 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
|
25 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
|
26 an ExternalCallParser. |
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
|
27 * 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
|
28 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
|
29 an XML-Document. |
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
|
30 * 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
|
31 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
|
32 Request from the MapViewer an provide the parsed Data. |
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
|
33 * 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
|
34 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
|
35 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
|
36 |
401
002a4d38c16d
Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
400
diff
changeset
|
37 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
|
38 |
002a4d38c16d
Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
400
diff
changeset
|
39 * 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
|
40 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
|
41 |
002a4d38c16d
Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
400
diff
changeset
|
42 * 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
|
43 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
|
44 |
002a4d38c16d
Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
400
diff
changeset
|
45 * 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
|
46 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
|
47 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
|
48 |
002a4d38c16d
Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
400
diff
changeset
|
49 * 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
|
50 '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
|
51 case. |
002a4d38c16d
Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
400
diff
changeset
|
52 |
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
|
53 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
|
54 |
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
|
55 * 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
|
56 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
|
57 |
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
|
58 * 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
|
59 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
|
60 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
|
61 |
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
|
62 * 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
|
63 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
|
64 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
|
65 |
399
aaf04967bd53
Using a simpler demo WKT polygon in "Horizontalschnitt".
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
398
diff
changeset
|
66 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
|
67 |
aaf04967bd53
Using a simpler demo WKT polygon in "Horizontalschnitt".
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
398
diff
changeset
|
68 * 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
|
69 demo WKT polygon. |
aaf04967bd53
Using a simpler demo WKT polygon in "Horizontalschnitt".
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
398
diff
changeset
|
70 |
398
9005b39c52ac
Only display chart addons if we really display a chart.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
397
diff
changeset
|
71 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
|
72 |
9005b39c52ac
Only display chart addons if we really display a chart.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
397
diff
changeset
|
73 * 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
|
74 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
|
75 |
9005b39c52ac
Only display chart addons if we really display a chart.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
397
diff
changeset
|
76 * 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
|
77 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
|
78 |
397
dacfb0755956
Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
396
diff
changeset
|
79 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
|
80 |
dacfb0755956
Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
396
diff
changeset
|
81 * 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
|
82 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
|
83 available. |
dacfb0755956
Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
396
diff
changeset
|
84 |
dacfb0755956
Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
396
diff
changeset
|
85 * 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
|
86 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
|
87 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
|
88 |
dacfb0755956
Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
396
diff
changeset
|
89 * 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
|
90 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
|
91 |
dacfb0755956
Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
396
diff
changeset
|
92 * 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
|
93 LGPLv2 license. |
dacfb0755956
Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
396
diff
changeset
|
94 |
dacfb0755956
Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
396
diff
changeset
|
95 * 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
|
96 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
|
97 |
396
8330c1dbab34
Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
395
diff
changeset
|
98 2010-01-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
8330c1dbab34
Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
395
diff
changeset
|
99 |
8330c1dbab34
Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
395
diff
changeset
|
100 * src/main/java/de/intevation/gnv/action/PreviousArtifactStepAction.java, |
8330c1dbab34
Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
395
diff
changeset
|
101 src/main/java/de/intevation/gnv/util/XSLTransformer.java: |
8330c1dbab34
Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
395
diff
changeset
|
102 Cleanup imports. |
8330c1dbab34
Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
395
diff
changeset
|
103 |
395
79378c4babde
Fixed a bug which prevented the user to draw charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
394
diff
changeset
|
104 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
|
105 |
79378c4babde
Fixed a bug which prevented the user to draw charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
394
diff
changeset
|
106 * 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
|
107 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
|
108 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
|
109 '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
|
110 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
|
111 |
79378c4babde
Fixed a bug which prevented the user to draw charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
394
diff
changeset
|
112 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
|
113 |
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
|
114 * 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
|
115 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
|
116 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
|
117 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
|
118 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
|
119 |
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
|
120 * 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
|
121 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
|
122 |
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
|
123 * 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
|
124 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
|
125 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
|
126 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
|
127 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
|
128 |
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
|
129 * 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
|
130 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
|
131 |
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
|
132 * 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
|
133 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
|
134 |
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
|
135 * 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
|
136 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
|
137 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
|
138 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
|
139 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
|
140 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
|
141 |
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
|
142 * 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
|
143 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
|
144 |
393
d812c5b62eb4
Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
392
diff
changeset
|
145 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
|
146 |
d812c5b62eb4
Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
392
diff
changeset
|
147 * 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
|
148 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
|
149 ui description. |
d812c5b62eb4
Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
392
diff
changeset
|
150 |
d812c5b62eb4
Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
392
diff
changeset
|
151 * 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
|
152 Fixed target id of text input field. |
d812c5b62eb4
Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
392
diff
changeset
|
153 |
392
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
391
diff
changeset
|
154 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
|
155 |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
391
diff
changeset
|
156 * 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
|
157 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
|
158 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
|
159 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
|
160 |
391
ee8003fffc71
Use XMLUtils.ElementCreator to create new nodes in xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
390
diff
changeset
|
161 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
|
162 |
ee8003fffc71
Use XMLUtils.ElementCreator to create new nodes in xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
390
diff
changeset
|
163 * 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
|
164 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
|
165 |
390
f2e2053ecf23
Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tim Englich <tim.englich@intevation.de>
parents:
389
diff
changeset
|
166 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
|
167 |
f2e2053ecf23
Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tim Englich <tim.englich@intevation.de>
parents:
389
diff
changeset
|
168 * 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
|
169 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
|
170 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
|
171 |
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
|
172 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
|
173 |
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
|
174 * 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
|
175 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
|
176 |
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
|
177 * 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
|
178 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
|
179 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
|
180 |
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
|
181 * 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
|
182 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
|
183 |
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
|
184 * 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
|
185 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
|
186 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
|
187 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
|
188 |
388
6e16dc005704
Removed for-each statements and replaced them with templates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
387
diff
changeset
|
189 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
|
190 |
6e16dc005704
Removed for-each statements and replaced them with templates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
387
diff
changeset
|
191 * 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
|
192 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
|
193 |
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
|
194 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
|
195 |
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
|
196 * 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
|
197 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
|
198 |
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
|
199 * 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
|
200 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
|
201 |
293
6b0ef2324d02
Release 0.3
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
292
diff
changeset
|
202 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
|
203 |
6b0ef2324d02
Release 0.3
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
292
diff
changeset
|
204 RELEASE 0.3 |
6b0ef2324d02
Release 0.3
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
292
diff
changeset
|
205 |
6b0ef2324d02
Release 0.3
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
292
diff
changeset
|
206 * Changes, NEWS, ChangeLog: Summerized activities |
6b0ef2324d02
Release 0.3
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
292
diff
changeset
|
207 |
292
419e47efaba5
s/Modeldaten/Modelldaten/
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
208 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
|
209 |
419e47efaba5
s/Modeldaten/Modelldaten/
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
210 * src/main/resources/applicationMessages.properties: |
419e47efaba5
s/Modeldaten/Modelldaten/
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
211 s/Modeldaten/Modelldaten/ |
419e47efaba5
s/Modeldaten/Modelldaten/
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
212 |
291
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
290
diff
changeset
|
213 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
|
214 |
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
290
diff
changeset
|
215 * 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
|
216 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
|
217 via xslt and javascript. |
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
290
diff
changeset
|
218 |
290
ca10f0ea153a
Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents:
289
diff
changeset
|
219 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
|
220 |
390
f2e2053ecf23
Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tim Englich <tim.englich@intevation.de>
parents:
389
diff
changeset
|
221 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
|
222 |
ca10f0ea153a
Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents:
289
diff
changeset
|
223 * src/main/resources/applicationMessages.properties: |
ca10f0ea153a
Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents:
289
diff
changeset
|
224 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
|
225 |
289
890d7a41ab93
Added Support for Boolean-Output-Parameters in Diagramm-Options
Tim Englich <tim.englich@intevation.de>
parents:
288
diff
changeset
|
226 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
|
227 |
290
ca10f0ea153a
Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents:
289
diff
changeset
|
228 * 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
|
229 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
|
230 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
|
231 * 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
|
232 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
|
233 |
288
9f0efb10ee24
issue 109: Obsolete attributes in Tomcat removed
Hans Plum <hans.plum@intevation.de>
parents:
287
diff
changeset
|
234 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
|
235 |
390
f2e2053ecf23
Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tim Englich <tim.englich@intevation.de>
parents:
389
diff
changeset
|
236 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
|
237 |
9f0efb10ee24
issue 109: Obsolete attributes in Tomcat removed
Hans Plum <hans.plum@intevation.de>
parents:
287
diff
changeset
|
238 * 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
|
239 Removed obsolete configuration attributes. |
9f0efb10ee24
issue 109: Obsolete attributes in Tomcat removed
Hans Plum <hans.plum@intevation.de>
parents:
287
diff
changeset
|
240 |
287
4ba3b9b8e588
Fixed some spelling problems in german i18n file
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
286
diff
changeset
|
241 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
|
242 |
4ba3b9b8e588
Fixed some spelling problems in german i18n file
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
286
diff
changeset
|
243 * 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
|
244 spelling problems. |
4ba3b9b8e588
Fixed some spelling problems in german i18n file
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
286
diff
changeset
|
245 |
286
6d24445806b8
Removed feed Call before Chart- and Statisticsgeneration is called, because
Tim Englich <tim.englich@intevation.de>
parents:
285
diff
changeset
|
246 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
|
247 |
6d24445806b8
Removed feed Call before Chart- and Statisticsgeneration is called, because
Tim Englich <tim.englich@intevation.de>
parents:
285
diff
changeset
|
248 * 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
|
249 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
|
250 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
|
251 |
6d24445806b8
Removed feed Call before Chart- and Statisticsgeneration is called, because
Tim Englich <tim.englich@intevation.de>
parents:
285
diff
changeset
|
252 |
285
2ac194c2af8d
Reverted changes in config from last revision.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
284
diff
changeset
|
253 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
|
254 |
2ac194c2af8d
Reverted changes in config from last revision.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
284
diff
changeset
|
255 * 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
|
256 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
|
257 |
284
47e3647af88f
Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
283
diff
changeset
|
258 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
|
259 |
47e3647af88f
Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
283
diff
changeset
|
260 * 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
|
261 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
|
262 |
47e3647af88f
Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
283
diff
changeset
|
263 * 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
|
264 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
|
265 export link. |
47e3647af88f
Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
283
diff
changeset
|
266 |
47e3647af88f
Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
283
diff
changeset
|
267 * 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
|
268 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
|
269 |
283
ef10bf497a16
Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
282
diff
changeset
|
270 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
|
271 |
ef10bf497a16
Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
282
diff
changeset
|
272 * 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
|
273 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
|
274 |
ef10bf497a16
Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
282
diff
changeset
|
275 * 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
|
276 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
|
277 export link. |
ef10bf497a16
Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
282
diff
changeset
|
278 |
ef10bf497a16
Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
282
diff
changeset
|
279 * 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
|
280 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
|
281 |
ef10bf497a16
Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
282
diff
changeset
|
282 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
|
283 |
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
|
284 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
|
285 |
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
|
286 * 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
|
287 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
|
288 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
|
289 * 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
|
290 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
|
291 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
|
292 * 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
|
293 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
|
294 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
|
295 * 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
|
296 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
|
297 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
|
298 |
281
4ec95d586f31
Removed mistake in xml structure of the artifact protocol.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
169
diff
changeset
|
299 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
|
300 |
4ec95d586f31
Removed mistake in xml structure of the artifact protocol.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
169
diff
changeset
|
301 * 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
|
302 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
|
303 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
|
304 |
169
6cf73f5ea4a9
RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents:
168
diff
changeset
|
305 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
|
306 |
6cf73f5ea4a9
RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents:
168
diff
changeset
|
307 RELEASE-0.2 |
6cf73f5ea4a9
RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents:
168
diff
changeset
|
308 |
6cf73f5ea4a9
RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents:
168
diff
changeset
|
309 * Changes, NEWS: |
6cf73f5ea4a9
RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents:
168
diff
changeset
|
310 Summerized activities. |
6cf73f5ea4a9
RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents:
168
diff
changeset
|
311 |
168
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
312 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
|
313 |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
314 * ChangeLog: |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
315 Unified entries with references to issues. |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
316 |
167
1857273577e3
Added Documentation of Configuration-Entries.
Tim Englich <tim.englich@intevation.de>
parents:
166
diff
changeset
|
317 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
|
318 |
1857273577e3
Added Documentation of Configuration-Entries.
Tim Englich <tim.englich@intevation.de>
parents:
166
diff
changeset
|
319 * src/main/webapp/WEB-INF/web.xml: |
1857273577e3
Added Documentation of Configuration-Entries.
Tim Englich <tim.englich@intevation.de>
parents:
166
diff
changeset
|
320 Added Documentation of Configuration-Entries. |
1857273577e3
Added Documentation of Configuration-Entries.
Tim Englich <tim.englich@intevation.de>
parents:
166
diff
changeset
|
321 |
166
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
322 2009-11-12 Tim Englich <tim.englich@intevation.de> |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
323 |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
324 * src/main/webapp/styles/default.css: |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
325 Added CSS-Entry for the Exception Message Container and |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
326 put the div at a proper place. |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
327 * src/main/resources/applicationMessages*.properties: |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
328 Added localized Exception Messages. |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
329 * src/main/webapp/WEB-INF/jsp/header.jsp: |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
330 Added the localization of Exception Messages. |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
331 |
165
183850730a90
Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents:
164
diff
changeset
|
332 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
|
333 |
169
6cf73f5ea4a9
RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents:
168
diff
changeset
|
334 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
|
335 |
165
183850730a90
Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents:
164
diff
changeset
|
336 * 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
|
337 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
|
338 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
|
339 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
|
340 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
|
341 Imports organized. |
183850730a90
Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents:
164
diff
changeset
|
342 * 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
|
343 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
|
344 |
164
5570d9b3282f
Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents:
163
diff
changeset
|
345 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
|
346 |
5570d9b3282f
Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents:
163
diff
changeset
|
347 * 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
|
348 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
|
349 * 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
|
350 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
|
351 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
|
352 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
|
353 * 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
|
354 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
|
355 by the ArtifactDatabase. |
5570d9b3282f
Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents:
163
diff
changeset
|
356 * 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
|
357 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
|
358 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
|
359 * 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
|
360 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
|
361 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
|
362 |
161
9b35599f50bb
BugFix: Text-Inputfields will now be diabaled in static-ui issue81
Tim Englich <tim.englich@intevation.de>
parents:
160
diff
changeset
|
363 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
|
364 |
168
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
365 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
|
366 |
163
1fe52a0cbd1f
Catch NPE and tell the user that the Session has expired. issue80
Tim Englich <tim.englich@intevation.de>
parents:
162
diff
changeset
|
367 * 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
|
368 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
|
369 |
168
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
370 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
|
371 |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
372 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
|
373 |
161
9b35599f50bb
BugFix: Text-Inputfields will now be diabaled in static-ui issue81
Tim Englich <tim.englich@intevation.de>
parents:
160
diff
changeset
|
374 * 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
|
375 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
|
376 * 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
|
377 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
|
378 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
|
379 * 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
|
380 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
|
381 |
3be414dc974a
The Submitbutton now is placed properly after single
Tim Englich <tim.englich@intevation.de>
parents:
161
diff
changeset
|
382 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
|
383 |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
384 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
|
385 |
162
3be414dc974a
The Submitbutton now is placed properly after single
Tim Englich <tim.englich@intevation.de>
parents:
161
diff
changeset
|
386 * 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
|
387 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
|
388 |
160
3b82a20a304a
Replaced german umlaut with ascii character in language resource file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
159
diff
changeset
|
389 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
|
390 |
3b82a20a304a
Replaced german umlaut with ascii character in language resource file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
159
diff
changeset
|
391 * 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
|
392 witch ascii character. |
3b82a20a304a
Replaced german umlaut with ascii character in language resource file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
159
diff
changeset
|
393 |
159
b98a6d175916
Changed restlet repository from M3 to SNAPSHOT in maven pom file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
158
diff
changeset
|
394 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
|
395 |
b98a6d175916
Changed restlet repository from M3 to SNAPSHOT in maven pom file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
158
diff
changeset
|
396 * 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
|
397 |
158
f38a86c2c012
Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
157
diff
changeset
|
398 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
|
399 |
f38a86c2c012
Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
157
diff
changeset
|
400 * 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
|
401 for exporting data in ODV format. |
f38a86c2c012
Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
157
diff
changeset
|
402 |
f38a86c2c012
Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
157
diff
changeset
|
403 * src/main/resources/applicationMessages.properties, |
f38a86c2c012
Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
157
diff
changeset
|
404 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
|
405 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
|
406 |
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
|
407 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
|
408 |
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
|
409 * 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
|
410 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
|
411 * 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
|
412 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
|
413 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
|
414 * 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
|
415 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
|
416 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
|
417 |
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
|
418 * 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
|
419 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
|
420 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
|
421 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
|
422 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
|
423 |
156
aa5197b3f930
Added Ressources for two new FIS. Current Meter and Ice Station Reports
Tim Englich <tim.englich@intevation.de>
parents:
155
diff
changeset
|
424 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
|
425 |
aa5197b3f930
Added Ressources for two new FIS. Current Meter and Ice Station Reports
Tim Englich <tim.englich@intevation.de>
parents:
155
diff
changeset
|
426 * 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
|
427 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
|
428 |
155
b0de3644af61
Added two new FIS according to GT_0020.002
Tim Englich <tim.englich@intevation.de>
parents:
154
diff
changeset
|
429 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
|
430 |
b0de3644af61
Added two new FIS according to GT_0020.002
Tim Englich <tim.englich@intevation.de>
parents:
154
diff
changeset
|
431 * 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
|
432 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
|
433 |
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
|
434 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
|
435 |
168
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
436 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
|
437 |
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
|
438 * 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
|
439 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
|
440 |
153
48f538077aea
Added context.xml to permitt cookies to provide
Tim Englich <tim.englich@intevation.de>
parents:
152
diff
changeset
|
441 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
|
442 |
168
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
443 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
|
444 |
153
48f538077aea
Added context.xml to permitt cookies to provide
Tim Englich <tim.englich@intevation.de>
parents:
152
diff
changeset
|
445 * 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
|
446 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
|
447 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
|
448 * 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
|
449 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
|
450 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
|
451 |
149
9b7f74e58f8d
Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents:
148
diff
changeset
|
452 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
|
453 |
168
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
454 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
|
455 |
152
330871ca1fd3
Added uniform Visualization of Single Input-Elements in GUI. issue55
Tim Englich <tim.englich@intevation.de>
parents:
151
diff
changeset
|
456 * 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
|
457 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
|
458 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
|
459 |
330871ca1fd3
Added uniform Visualization of Single Input-Elements in GUI. issue55
Tim Englich <tim.englich@intevation.de>
parents:
151
diff
changeset
|
460 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
|
461 |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
462 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
|
463 |
151
30f0af26b086
Catch Exception that the Calling Program could not put no InputData
Tim Englich <tim.englich@intevation.de>
parents:
150
diff
changeset
|
464 * 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
|
465 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
|
466 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
|
467 |
30f0af26b086
Catch Exception that the Calling Program could not put no InputData
Tim Englich <tim.englich@intevation.de>
parents:
150
diff
changeset
|
468 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
|
469 |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
470 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
|
471 |
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
|
472 * 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
|
473 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
|
474 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
|
475 |
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
|
476 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
|
477 |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
478 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
|
479 |
149
9b7f74e58f8d
Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents:
148
diff
changeset
|
480 * src/main/resources/applicationMessages_en.properties: |
9b7f74e58f8d
Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents:
148
diff
changeset
|
481 Changed Lablevalues according to issue47 |
9b7f74e58f8d
Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents:
148
diff
changeset
|
482 * 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
|
483 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
|
484 one Step in the GUI |
9b7f74e58f8d
Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents:
148
diff
changeset
|
485 |
168
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
486 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
|
487 |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
488 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
|
489 |
42925758e384
Conformation to the tanslation of the Statisticsdescriptors issue48
Tim Englich <tim.englich@intevation.de>
parents:
146
diff
changeset
|
490 * 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
|
491 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
|
492 |
146
b6f1ff8c6020
Adding the Names of the two new FIS to the Propertiesfiles issue49
Tim Englich <tim.englich@intevation.de>
parents:
49
diff
changeset
|
493 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
|
494 |
168
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
495 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
|
496 |
146
b6f1ff8c6020
Adding the Names of the two new FIS to the Propertiesfiles issue49
Tim Englich <tim.englich@intevation.de>
parents:
49
diff
changeset
|
497 * 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
|
498 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
|
499 |
49
94a07d1d9316
RELEASE 0.1
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
48
diff
changeset
|
500 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
|
501 |
94a07d1d9316
RELEASE 0.1
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
48
diff
changeset
|
502 RELEASE 0.1 |
94a07d1d9316
RELEASE 0.1
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
48
diff
changeset
|
503 |
94a07d1d9316
RELEASE 0.1
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
48
diff
changeset
|
504 * Changes, NEWS: Summarized changes. |
94a07d1d9316
RELEASE 0.1
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
48
diff
changeset
|
505 |
48
60c8f5edf742
English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents:
47
diff
changeset
|
506 2009-10-06 Tim Englich <tim.englich@intevation.de> |
60c8f5edf742
English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents:
47
diff
changeset
|
507 |
60c8f5edf742
English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents:
47
diff
changeset
|
508 * src/main/resources/applicationMessages.properties Edited: |
60c8f5edf742
English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents:
47
diff
changeset
|
509 Removed obsolet Entries |
60c8f5edf742
English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents:
47
diff
changeset
|
510 * src/main/resources/applicationMessages_en.properties Added: |
60c8f5edf742
English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents:
47
diff
changeset
|
511 Added the Support for english-Language |
60c8f5edf742
English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents:
47
diff
changeset
|
512 |
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
|
513 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
|
514 |
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
|
515 * 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
|
516 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
|
517 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
|
518 |
46
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
519 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
|
520 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
521 * 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
|
522 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
523 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
|
524 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
525 * Changelog: Unified changelog style. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
526 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
527 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
|
528 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
529 * 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
|
530 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
531 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
|
532 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
533 * 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
|
534 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
|
535 * 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
|
536 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
|
537 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
538 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
|
539 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
540 * 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
|
541 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
|
542 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
543 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
|
544 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
545 * 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
|
546 Added some more FIS-Ressource. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
547 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
548 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
|
549 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
550 * 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
|
551 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
|
552 * 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
|
553 * 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
|
554 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
|
555 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
556 * 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
|
557 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
|
558 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
|
559 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
|
560 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
|
561 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
|
562 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
563 * 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
|
564 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
|
565 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
566 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
|
567 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
568 * 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
|
569 * 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
|
570 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
|
571 * 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
|
572 Added translation for FIS (ArtifactFactorynames) |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
573 * 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
|
574 Added Germannameds for FIS. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
575 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
576 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
|
577 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
578 * src/**/*.java Edited: |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
579 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
|
580 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
581 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
|
582 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
583 * 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
|
584 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
|
585 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
|
586 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
|
587 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
|
588 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
|
589 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
|
590 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
|
591 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
|
592 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
|
593 Remove unused imports |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
594 Add missing '@Override' annotations |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
595 Add missing '@Deprecated' annotations |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
596 Remove unnecessary casts |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
597 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
598 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
|
599 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
600 * 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
|
601 * 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
|
602 * 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
|
603 * 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
|
604 * 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
|
605 * 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
|
606 Added ExceptionHandling to this Actions |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
607 * 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
|
608 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
|
609 * 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
|
610 Read ExceptionMessage from RequestAttributes |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
611 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
612 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
|
613 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
614 * 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
|
615 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
|
616 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
617 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
|
618 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
619 * 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
|
620 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
|
621 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
|
622 * 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
|
623 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
|
624 * 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
|
625 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
|
626 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
|
627 * 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
|
628 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
|
629 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
|
630 * 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
|
631 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
|
632 * 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
|
633 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
|
634 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
635 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
|
636 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
637 * 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
|
638 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
|
639 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
640 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
|
641 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
642 * 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
|
643 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
|
644 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
|
645 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
646 * 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
|
647 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
|
648 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
|
649 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
|
650 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
|
651 supported by an Artifact |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
652 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
653 * 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
|
654 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
|
655 of OutputModes. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
656 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
657 * 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
|
658 Restet SessionModel integrated. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
659 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
660 * 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
|
661 Cast for ArtifactDescription removed. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
662 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
663 * 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
|
664 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
|
665 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
|
666 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
667 * 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
|
668 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
|
669 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
|
670 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
671 * 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
|
672 Dynamic Options Support Added |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
673 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
674 * 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
|
675 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
|
676 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
|
677 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
678 * 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
|
679 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
|
680 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
|
681 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
682 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
|
683 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
684 * 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
|
685 Some Refactoring work done. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
686 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
|
687 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
688 * 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
|
689 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
|
690 * 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
|
691 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
|
692 changed by the User. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
693 * 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
|
694 * 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
|
695 Added Accessmethod for the Diagrammoptions. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
696 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
697 * 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
|
698 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
|
699 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
700 * 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
|
701 Added som GUI Lables. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
702 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
703 * 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
|
704 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
|
705 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
|
706 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
|
707 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
|
708 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
709 * 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
|
710 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
|
711 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
712 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
|
713 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
714 * 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
|
715 Removed unused Methods from File. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
716 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
717 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
|
718 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
719 * 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
|
720 Obsolet Javascript References Removed |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
721 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
|
722 * 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
|
723 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
|
724 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
725 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
|
726 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
727 * 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
|
728 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
|
729 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
730 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
|
731 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
732 * 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
|
733 Codecleanup |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
734 ExceptionReporthandling integrated |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
735 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
736 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
|
737 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
738 * 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
|
739 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
|
740 * 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
|
741 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
|
742 * 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
|
743 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
|
744 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
745 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
746 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
|
747 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
748 * 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
|
749 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
|
750 * 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
|
751 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
|
752 * 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
|
753 Read ArtifactDatabase URLS from PropertiesReader |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
754 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
755 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
|
756 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
757 * 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
|
758 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
|
759 * 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
|
760 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
|
761 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
|
762 * 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
|
763 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
|
764 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
|
765 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
766 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
|
767 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
768 * 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
|
769 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
|
770 in the GUI. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
771 * 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
|
772 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
|
773 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
|
774 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
775 * 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
|
776 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
|
777 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
|
778 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
779 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
|
780 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
781 * 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
|
782 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
|
783 * 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
|
784 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
|
785 * 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
|
786 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
|
787 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
788 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
|
789 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
790 * 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
|
791 Some Refactoring work done. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
792 * 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
|
793 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
|
794 * 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
|
795 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
|
796 * 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
|
797 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
|
798 * 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
|
799 Some Refactoring Work done. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
800 * 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
|
801 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
|
802 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
803 * 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
|
804 Static UI integrated |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
805 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
806 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
|
807 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
808 * 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
|
809 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
|
810 * 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
|
811 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
|
812 * 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
|
813 Some Refactoring Work done. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
814 * 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
|
815 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
|
816 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
817 * 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
|
818 Static UI integrated |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
819 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
820 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
|
821 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
822 * 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
|
823 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
|
824 * 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
|
825 Some Stylingfixes done. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
826 * 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
|
827 Legend-Element for SelectEntries Integrated |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
828 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
829 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
|
830 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
831 * 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
|
832 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
|
833 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
|
834 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
835 * 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
|
836 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
|
837 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
|
838 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
839 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
|
840 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
841 * 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
|
842 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
|
843 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
|
844 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
|
845 src/main/webapp/styles/*, |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
846 src/main/webapp/scipts/*, |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
847 src/main/webapp/images/*: |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
848 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
|
849 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
850 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
|
851 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
852 * 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
|
853 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
|
854 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
|
855 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
|
856 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
|
857 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
|
858 Chartoutput Added to the View |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
859 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
860 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
|
861 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
862 * 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
|
863 Added Transformerlogic to the Testcase |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
864 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
865 * 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
|
866 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
|
867 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
868 * 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
|
869 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
|
870 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
871 * 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
|
872 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
|
873 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
874 * 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
|
875 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
|
876 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
|
877 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
878 * 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
|
879 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
|
880 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
|
881 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
882 * 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
|
883 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
|
884 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
|
885 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
886 * 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
|
887 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
|
888 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
889 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
|
890 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
891 * 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
|
892 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
|
893 * 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
|
894 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
|
895 * 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
|
896 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
|
897 * 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
|
898 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
|
899 * 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
|
900 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
|
901 the ArtifactDatabase |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
902 * 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
|
903 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
|
904 * 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
|
905 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
|
906 * 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
|
907 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
|
908 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
909 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
|
910 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
911 * 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
|
912 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
|
913 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
914 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
|
915 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
916 * 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
|
917 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
|
918 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
|
919 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
|
920 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
|
921 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
|
922 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
923 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
|
924 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
925 * 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
|
926 Added two ActionMappings: |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
927 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
|
928 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
|
929 * 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
|
930 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
|
931 * 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
|
932 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
|
933 * 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
|
934 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
|
935 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
|
936 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
|
937 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
|
938 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
|
939 an Instance in the ArtifactDatabase. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
940 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
941 * 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
|
942 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
|
943 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
|
944 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
|
945 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
|
946 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
947 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
|
948 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
949 * 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
|
950 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
|
951 * 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
|
952 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
|
953 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
954 * 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
|
955 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
|
956 * 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
|
957 * 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
|
958 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
|
959 * 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
|
960 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
|
961 * 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
|
962 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
|
963 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
964 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
|
965 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
966 * 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
|
967 Deleted some utdated Files |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
968 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
969 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
|
970 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
971 * 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
|
972 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
|
973 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
974 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
|
975 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
976 * 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
|
977 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
|
978 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
|
979 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
|
980 Basic Struts-Infrastructur Added |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
981 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
982 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
|
983 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
984 * 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
|
985 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
|
986 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
|
987 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
|
988 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
|
989 to the whole Application. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
990 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
991 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
|
992 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
993 * 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
|
994 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
|
995 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
|
996 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
997 * 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
|
998 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
|
999 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
|
1000 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
|
1001 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
|
1002 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1003 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
|
1004 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1005 * .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
|
1006 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1007 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
|
1008 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1009 * 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
|
1010 * 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
|
1011 * src/**: Added to the Project |