Mercurial > dive4elements > gnv-client
annotate gnv/ChangeLog @ 583:2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
gnv/trunk@725 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 02 Mar 2010 14:55:29 +0000 |
parents | b8ea9383d285 |
children | b31e81f35b64 |
rev | line source |
---|---|
583
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
1 2010-03-02 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
2 |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
3 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java, |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
4 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java: |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
5 Added export mode to 'out'-xml document. |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
6 |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
7 * src/main/java/de/intevation/gnv/action/DoOutputAction.java, |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
8 src/main/java/de/intevation/gnv/action/DoExportAction.java: Call |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
9 'doOutput' for triggering an output like chart, histogram, csv or odv with |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
10 a new parameter export mode which contains the export format (img, pdf, |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
11 svg). |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
12 |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
13 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp, |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
14 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp, |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
15 src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp, |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
16 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp, |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
17 src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Added export |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
18 mode to HTTP-Get requests. |
2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
582
diff
changeset
|
19 |
582
b8ea9383d285
Implemented a One-Step-Back-History.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
581
diff
changeset
|
20 2010-03-02 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
b8ea9383d285
Implemented a One-Step-Back-History.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
581
diff
changeset
|
21 |
b8ea9383d285
Implemented a One-Step-Back-History.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
581
diff
changeset
|
22 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: |
b8ea9383d285
Implemented a One-Step-Back-History.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
581
diff
changeset
|
23 Implemented a One-Step-Back-History. The user is able to step back to |
b8ea9383d285
Implemented a One-Step-Back-History.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
581
diff
changeset
|
24 the last state and to the state for choosing the fis. |
b8ea9383d285
Implemented a One-Step-Back-History.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
581
diff
changeset
|
25 |
581
f0f0d4eaee58
Display chart when reaching a final state which doesn't need any further user input (issue184).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
580
diff
changeset
|
26 2010-03-02 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
f0f0d4eaee58
Display chart when reaching a final state which doesn't need any further user input (issue184).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
580
diff
changeset
|
27 |
f0f0d4eaee58
Display chart when reaching a final state which doesn't need any further user input (issue184).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
580
diff
changeset
|
28 Issue184 |
f0f0d4eaee58
Display chart when reaching a final state which doesn't need any further user input (issue184).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
580
diff
changeset
|
29 |
f0f0d4eaee58
Display chart when reaching a final state which doesn't need any further user input (issue184).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
580
diff
changeset
|
30 * src/main/webapp/WEB-INF/jsp/index.jsp: Display chart per default, when |
f0f0d4eaee58
Display chart when reaching a final state which doesn't need any further user input (issue184).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
580
diff
changeset
|
31 reaching a final state, which doesn't need any further user input. |
f0f0d4eaee58
Display chart when reaching a final state which doesn't need any further user input (issue184).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
580
diff
changeset
|
32 |
580
377da78ed36b
Display an exception if an error occured while stepping back to a former state (issue183).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
33 2010-03-01 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
377da78ed36b
Display an exception if an error occured while stepping back to a former state (issue183).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
34 |
377da78ed36b
Display an exception if an error occured while stepping back to a former state (issue183).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
35 Issue183 |
377da78ed36b
Display an exception if an error occured while stepping back to a former state (issue183).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
36 |
377da78ed36b
Display an exception if an error occured while stepping back to a former state (issue183).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
37 * src/main/java/de/intevation/gnv/action/PreviousArtifactStepAction.java: |
377da78ed36b
Display an exception if an error occured while stepping back to a former state (issue183).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
38 Take care on exceptions and render an error message if an exception |
377da78ed36b
Display an exception if an error occured while stepping back to a former state (issue183).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
39 occured. |
377da78ed36b
Display an exception if an error occured while stepping back to a former state (issue183).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
579
diff
changeset
|
40 |
579
dc548655a66e
Removed litte copy-paste mistake while setting file-extension for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
578
diff
changeset
|
41 2010-03-01 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
dc548655a66e
Removed litte copy-paste mistake while setting file-extension for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
578
diff
changeset
|
42 |
dc548655a66e
Removed litte copy-paste mistake while setting file-extension for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
578
diff
changeset
|
43 * src/main/java/de/intevation/gnv/action/DoExportAction.java: Removed little |
dc548655a66e
Removed litte copy-paste mistake while setting file-extension for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
578
diff
changeset
|
44 copy-paste mistake while setting file-extension for exports. |
dc548655a66e
Removed litte copy-paste mistake while setting file-extension for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
578
diff
changeset
|
45 |
578
fe825061b83e
Set file-extension for histogram exports according to mime-type.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
46 2010-03-01 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
fe825061b83e
Set file-extension for histogram exports according to mime-type.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
47 |
fe825061b83e
Set file-extension for histogram exports according to mime-type.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
48 * src/main/java/de/intevation/gnv/action/DoExportAction.java: Set |
fe825061b83e
Set file-extension for histogram exports according to mime-type.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
49 file-extension according to mime type for histogram exports. |
fe825061b83e
Set file-extension for histogram exports according to mime-type.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
50 |
577
60caaa265e2b
Render a matrix for measurement selection (measurement-parameter).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
51 2010-02-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
60caaa265e2b
Render a matrix for measurement selection (measurement-parameter).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
52 |
60caaa265e2b
Render a matrix for measurement selection (measurement-parameter).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
53 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Render a matrix |
60caaa265e2b
Render a matrix for measurement selection (measurement-parameter).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
54 for measurement selection. |
60caaa265e2b
Render a matrix for measurement selection (measurement-parameter).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
55 |
60caaa265e2b
Render a matrix for measurement selection (measurement-parameter).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
56 * src/main/webapp/styles/default.css: Added new css class to adjust the |
60caaa265e2b
Render a matrix for measurement selection (measurement-parameter).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
57 matrix' column headers. |
60caaa265e2b
Render a matrix for measurement selection (measurement-parameter).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
576
diff
changeset
|
58 |
576
b21fc7502750
Fixed issue 178. Export modes CSV and ODV work again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
575
diff
changeset
|
59 2010-02-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
b21fc7502750
Fixed issue 178. Export modes CSV and ODV work again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
575
diff
changeset
|
60 |
b21fc7502750
Fixed issue 178. Export modes CSV and ODV work again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
575
diff
changeset
|
61 Issue178 |
b21fc7502750
Fixed issue 178. Export modes CSV and ODV work again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
575
diff
changeset
|
62 |
b21fc7502750
Fixed issue 178. Export modes CSV and ODV work again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
575
diff
changeset
|
63 * src/main/java/de/intevation/gnv/action/DoExportAction.java: Added a code |
b21fc7502750
Fixed issue 178. Export modes CSV and ODV work again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
575
diff
changeset
|
64 path for export actions, where no export mode is given. |
b21fc7502750
Fixed issue 178. Export modes CSV and ODV work again.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
575
diff
changeset
|
65 |
575
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
66 2010-02-24 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
67 |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
68 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Added |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
69 user selected type of bin setting (number of bins, bin width) to diagram |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
70 options and request object which are used to create links for chart |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
71 images. |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
72 |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
73 * src/main/java/de/intevation/gnv/action/DoOutputAction.java: Added user |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
74 selected type of bin setting to InputParameters which are used to create |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
75 xml documents for 'out' target. |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
76 |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
77 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp, |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
78 src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp: Added |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
79 checkboxes to select the field to adjust bins in histogram charts (bin |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
80 width or number of bins). When selecting a checkbox, the other box becomes |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
81 disabled. |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
82 |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
83 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp: JavaScript function to toggle |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
84 checkboxes. |
a634d5ee961d
Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
574
diff
changeset
|
85 |
574
800874dc0b29
Add histogram option parameter to http request for fetching histogram image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
573
diff
changeset
|
86 2010-02-24 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
800874dc0b29
Add histogram option parameter to http request for fetching histogram image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
573
diff
changeset
|
87 |
800874dc0b29
Add histogram option parameter to http request for fetching histogram image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
573
diff
changeset
|
88 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp: Append |
800874dc0b29
Add histogram option parameter to http request for fetching histogram image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
573
diff
changeset
|
89 user inserted parameter from histogram options (width, height, bin width, |
800874dc0b29
Add histogram option parameter to http request for fetching histogram image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
573
diff
changeset
|
90 number of bins) to http request when fetching the histogram image. |
800874dc0b29
Add histogram option parameter to http request for fetching histogram image.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
573
diff
changeset
|
91 |
573
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
92 2010-02-23 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
93 |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
94 * src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputMode.java, |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
95 src/main/java/de/intevation/gnv/artifactdatabase/objects/OutputMode.java: |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
96 New method returning export modes. |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
97 |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
98 * src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultExportMode.java, |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
99 src/main/java/de/intevation/gnv/artifactdatabase/objects/ExportMode.java: |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
100 Object storing information about mime-type, description and name of an |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
101 export mode. |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
102 |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
103 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java: |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
104 Parse export modes from describe document and put them into OutputMode |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
105 objects. |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
106 |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
107 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Now, this |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
108 action is able to adjust histogram parameter as well. |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
109 |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
110 * src/main/java/de/intevation/gnv/action/DoExportAction.java: An export is |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
111 triggered regarding a new parameter 'mode' which value can be 'pdf', |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
112 'svg' or 'img'. Before, we just took care on 'target' parameter. |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
113 |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
114 * src/main/resources/applicationMessages.properties, |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
115 src/main/resources/applicationMessages_en.properties: Transformed draw |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
116 button into an update button. |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
117 |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
118 * src/main/webapp/images/arrow_refresh.png: Icon for update button. (source: |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
119 famfamfam) |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
120 |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
121 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp, |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
122 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp, |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
123 src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Moved |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
124 exports from action panel into options panel. Actions (chart, histogram, |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
125 etc) are devided from exports (png, pdf, svg). |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
126 |
572
3f7bbc6dc751
Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
127 2010-02-23 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
3f7bbc6dc751
Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
128 |
3f7bbc6dc751
Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
129 * src/main/webapp/WEB-INF/config/struts-config.xml: Foward to wmslayout.jsp |
3f7bbc6dc751
Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
130 instead of mainlayout.jsp if the user selected wms target. |
3f7bbc6dc751
Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
131 |
3f7bbc6dc751
Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
132 * src/main/webapp/WEB-INF/jsp/wmslayout.jsp: New page for rendering a wms |
3f7bbc6dc751
Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
133 client (OpenLayers). JavaScript loading take place in this page. If the |
3f7bbc6dc751
Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
134 user select the wms target, a forward to this page will be done. |
3f7bbc6dc751
Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
135 |
573
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
136 TODO: Include OpenLayers library from local filesystem instead of loading |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
137 it from openlayers.org! |
bd67164cf28b
Devided actions and exports. Adjusted output and export actions.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
572
diff
changeset
|
138 |
572
3f7bbc6dc751
Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
139 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Removed OpenLayers JavaScript |
3f7bbc6dc751
Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
140 library and function to initialize OpenLayers. This reduces traffic while |
3f7bbc6dc751
Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
141 parameterization. |
3f7bbc6dc751
Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
571
diff
changeset
|
142 |
571
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
143 2010-02-23 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
144 |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
145 * src/main/java/de/intevation/gnv/action/CreateChartAction.java: Class to |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
146 trigger chart rendering. |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
147 |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
148 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Changed |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
149 request parameter from 'diagram' (deprecated) to 'chart'. |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
150 |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
151 * src/main/resources/applicationMessages.properties, |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
152 src/main/resources/applicationMessages_en.properties: Added title and |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
153 labels for histogram options. |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
154 |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
155 * src/main/webapp/images/chart_curve.png: Chart icon (source: famfamfam) |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
156 |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
157 * src/main/webapp/WEB-INF/config/struts-config.xml: Added new action to |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
158 trigger chart rendering analog to histogram action. |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
159 |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
160 * src/main/webapp/WEB-INF/jsp/index.jsp: Render chart option panel only if |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
161 the user already selected charts. |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
162 |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
163 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp, |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
164 src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp, |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
165 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp: Show |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
166 diagram/chart options panel only if the user chose one of them. Placed |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
167 these option panels beneath the action panel. |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
168 |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
169 * src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Added new |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
170 icon for chart rendering. |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
171 |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
172 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Removed js debug output. |
f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
173 |
570
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
174 2010-02-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
175 |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
176 * src/main/webapp/WEB-INF/config/struts-config.xml: New action 'WMSAction'. |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
177 It triggers the generation of shapefiles and mapfile and sets an internal |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
178 flag to intialize an OpenLayers map. |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
179 |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
180 * src/main/java/de/intevation/gnv/action/WMSAction.java: Action which |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
181 triggers the creation of shapefiles and mapfile. An internal flag is set |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
182 to initialize an OpenLayers map with the layer even published. |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
183 |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
184 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java, |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
185 src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java: |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
186 Added a new method to send a request to the artifact server and start |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
187 shapefile and mapfile creation. |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
188 |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
189 * src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Added javascript functions to |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
190 read url parameters and initialize OpenLayers. |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
191 |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
192 * src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Call 'wms.do' |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
193 after clicking WMS button which triggers WMSAction. |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
194 |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
195 * src/main/webapp/WEB-INF/jsp/index.jsp: Added a div-container for rendering |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
196 an OpenLayers map. |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
197 |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
198 * src/main/webapp/styles/default.css: New class for styling map |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
199 div-container. |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
200 |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
201 * src/main/java/de/intevation/gnv/util/XMLUtils.java: Made method static to |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
202 be able to use it without creating an object of this class. |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
203 |
cbd397712ecf
Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
569
diff
changeset
|
204 |
569
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
205 2010-02-15 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
206 |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
207 * src/main/webapp/WEB-INF/config/struts-config.xml: Added an action |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
208 'histogram' to render histograms. |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
209 |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
210 * src/main/java/de/intevation/gnv/action/CreateHistogramAction.java: Added a |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
211 new action for rendering histograms. |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
212 |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
213 * src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Display an |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
214 icon for histograms if this output mode is present for this artifact. |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
215 |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
216 * src/main/webapp/images/chart_bar.png: Icon for histograms from famfamfam |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
217 iconset. |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
218 |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
219 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp: JSP for |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
220 rendering histograms. |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
221 |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
222 * src/main/webapp/styles/default.css: Added a style class for adapting |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
223 histogram div. |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
224 |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
225 * src/main/webapp/WEB-INF/jsp/index.jsp: Include display_histogram_inc if |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
226 histogram action have been chosen by user. |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
227 |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
228 * src/main/resources/applicationMessages_en.properties, |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
229 src/main/resources/applicationMessages.properties: Button label and |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
230 alternative image text for histograms. |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
231 |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
232 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Removed |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
233 comment lines at the beginning of the file. These empty comment lines |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
234 would cause trouble later, when inserting GPL text automatically with a |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
235 script. |
9a5e50e7afaa
Added action and jsp for rendering histograms.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
236 |
568
f21ad239c748
Repaired step-back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
567
diff
changeset
|
237 2010-02-12 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
f21ad239c748
Repaired step-back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
567
diff
changeset
|
238 |
f21ad239c748
Repaired step-back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
567
diff
changeset
|
239 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Render an |
f21ad239c748
Repaired step-back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
567
diff
changeset
|
240 icon to trigger a step-back in history for each state. |
f21ad239c748
Repaired step-back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
567
diff
changeset
|
241 |
f21ad239c748
Repaired step-back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
567
diff
changeset
|
242 * src/main/webapp/WEB-INF/config/struts-config.xml: Added missing forwards |
f21ad239c748
Repaired step-back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
567
diff
changeset
|
243 used for stepping back to former states. |
f21ad239c748
Repaired step-back history.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
567
diff
changeset
|
244 |
567
83ff52574604
Added further XML-Nodes for simulating the MapViewer-Call more detailed.
Tim Englich <tim.englich@intevation.de>
parents:
566
diff
changeset
|
245 2010-02-12 Tim Englich <tim.englich@intevation.de> |
83ff52574604
Added further XML-Nodes for simulating the MapViewer-Call more detailed.
Tim Englich <tim.englich@intevation.de>
parents:
566
diff
changeset
|
246 |
83ff52574604
Added further XML-Nodes for simulating the MapViewer-Call more detailed.
Tim Englich <tim.englich@intevation.de>
parents:
566
diff
changeset
|
247 * src/main/webapp/WEB-INF/jsp/includes/display_mapviewercall_inc.jsp: |
83ff52574604
Added further XML-Nodes for simulating the MapViewer-Call more detailed.
Tim Englich <tim.englich@intevation.de>
parents:
566
diff
changeset
|
248 Added further XML-Nodes for simulating the MapViewer-Call more detailed. |
83ff52574604
Added further XML-Nodes for simulating the MapViewer-Call more detailed.
Tim Englich <tim.englich@intevation.de>
parents:
566
diff
changeset
|
249 |
566
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
250 2010-02-12 Tim Englich <tim.englich@intevation.de> |
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
251 |
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
252 * src/main/webapp/WEB-INF/config/struts-config.xml: |
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
253 Added new Action for Calling the Page with the Form for simmulating |
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
254 the MapViewer-Interface-request. |
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
255 Using the URL |
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
256 http://localhost:8080/gnv/mvcall.do |
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
257 you will retrieve the Formular with the MapViewer-Interface-Request-body |
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
258 |
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
259 * src/main/webapp/WEB-INF/jsp/header.jsp: |
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
260 Added an Switch that will manage that the GUI with the Form of the |
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
261 MapViewer-Interface-Document only will be displaied if it is requested. |
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
262 |
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
263 * src/main/java/de/intevation/gnv/action/mapviewer/ShowMapViewerCallBodyAction.java (execute): |
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
264 Added new Action for handling the Request that should show the Form |
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
265 for insterting the MapViewer-Interface-Document. |
5aea89b9a350
Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
Tim Englich <tim.englich@intevation.de>
parents:
565
diff
changeset
|
266 |
565
8355d7cacd09
Modified the Create-Artifact-Request-Body that a Geometry will be put into
Tim Englich <tim.englich@intevation.de>
parents:
564
diff
changeset
|
267 2010-02-12 Tim Englich <tim.englich@intevation.de> |
8355d7cacd09
Modified the Create-Artifact-Request-Body that a Geometry will be put into
Tim Englich <tim.englich@intevation.de>
parents:
564
diff
changeset
|
268 |
8355d7cacd09
Modified the Create-Artifact-Request-Body that a Geometry will be put into
Tim Englich <tim.englich@intevation.de>
parents:
564
diff
changeset
|
269 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java: |
8355d7cacd09
Modified the Create-Artifact-Request-Body that a Geometry will be put into
Tim Englich <tim.englich@intevation.de>
parents:
564
diff
changeset
|
270 Modified the Create-Artifact-Request-Body that a Geometry will be put into |
8355d7cacd09
Modified the Create-Artifact-Request-Body that a Geometry will be put into
Tim Englich <tim.englich@intevation.de>
parents:
564
diff
changeset
|
271 the Parameter if one is given e.g. using the MapViewer-Interface request. |
8355d7cacd09
Modified the Create-Artifact-Request-Body that a Geometry will be put into
Tim Englich <tim.englich@intevation.de>
parents:
564
diff
changeset
|
272 |
564
97fa3896f505
Added Sampledata and a sample how to call the MapViewer-Interface using CURL.
Tim Englich <tim.englich@intevation.de>
parents:
563
diff
changeset
|
273 2010-02-09 Tim Englich <tim.englich@intevation.de> |
97fa3896f505
Added Sampledata and a sample how to call the MapViewer-Interface using CURL.
Tim Englich <tim.englich@intevation.de>
parents:
563
diff
changeset
|
274 |
97fa3896f505
Added Sampledata and a sample how to call the MapViewer-Interface using CURL.
Tim Englich <tim.englich@intevation.de>
parents:
563
diff
changeset
|
275 * src/test/ressources/externalinterfacecall_curl.xml, |
97fa3896f505
Added Sampledata and a sample how to call the MapViewer-Interface using CURL.
Tim Englich <tim.englich@intevation.de>
parents:
563
diff
changeset
|
276 src/test/ressources/samplecall.txt: |
97fa3896f505
Added Sampledata and a sample how to call the MapViewer-Interface using CURL.
Tim Englich <tim.englich@intevation.de>
parents:
563
diff
changeset
|
277 Added Sampledata and a sample how to call the MapViewer-Interface using CURL. |
97fa3896f505
Added Sampledata and a sample how to call the MapViewer-Interface using CURL.
Tim Englich <tim.englich@intevation.de>
parents:
563
diff
changeset
|
278 |
563
0fc9cd280f1e
Integrated an Textarea so that is possible to manipulate the XML-Document
Tim Englich <tim.englich@intevation.de>
parents:
562
diff
changeset
|
279 2010-02-09 Tim Englich <tim.englich@intevation.de> |
0fc9cd280f1e
Integrated an Textarea so that is possible to manipulate the XML-Document
Tim Englich <tim.englich@intevation.de>
parents:
562
diff
changeset
|
280 |
0fc9cd280f1e
Integrated an Textarea so that is possible to manipulate the XML-Document
Tim Englich <tim.englich@intevation.de>
parents:
562
diff
changeset
|
281 * src/main/webapp/styles/default.css: |
0fc9cd280f1e
Integrated an Textarea so that is possible to manipulate the XML-Document
Tim Englich <tim.englich@intevation.de>
parents:
562
diff
changeset
|
282 Added some stylinginformation for the Textarea for the XML-Document. |
0fc9cd280f1e
Integrated an Textarea so that is possible to manipulate the XML-Document
Tim Englich <tim.englich@intevation.de>
parents:
562
diff
changeset
|
283 * src/main/webapp/WEB-INF/jsp/includes/display_mapviewercall_inc.jsp: |
0fc9cd280f1e
Integrated an Textarea so that is possible to manipulate the XML-Document
Tim Englich <tim.englich@intevation.de>
parents:
562
diff
changeset
|
284 Integrated an Textarea so that is possible to manipulate the XML-Document |
0fc9cd280f1e
Integrated an Textarea so that is possible to manipulate the XML-Document
Tim Englich <tim.englich@intevation.de>
parents:
562
diff
changeset
|
285 which simulates the MapViewer-Interface-Body. |
0fc9cd280f1e
Integrated an Textarea so that is possible to manipulate the XML-Document
Tim Englich <tim.englich@intevation.de>
parents:
562
diff
changeset
|
286 |
561
3f39756e0c8a
Fixed a NPE. Now it is possible to put an Mapservice without an Layer into
Tim Englich <tim.englich@intevation.de>
parents:
560
diff
changeset
|
287 2010-02-09 Tim Englich <tim.englich@intevation.de> |
3f39756e0c8a
Fixed a NPE. Now it is possible to put an Mapservice without an Layer into
Tim Englich <tim.englich@intevation.de>
parents:
560
diff
changeset
|
288 |
562
4df3347d6d1d
Removed trailing and leading Whitespaces from the Parametervalue which
Tim Englich <tim.englich@intevation.de>
parents:
561
diff
changeset
|
289 * src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java (execute): |
4df3347d6d1d
Removed trailing and leading Whitespaces from the Parametervalue which
Tim Englich <tim.englich@intevation.de>
parents:
561
diff
changeset
|
290 Removed trailing and leading Whitespaces from the Parametervalue which |
4df3347d6d1d
Removed trailing and leading Whitespaces from the Parametervalue which
Tim Englich <tim.englich@intevation.de>
parents:
561
diff
changeset
|
291 contains the XML-Document to avoid XML-Parsingerrors. |
4df3347d6d1d
Removed trailing and leading Whitespaces from the Parametervalue which
Tim Englich <tim.englich@intevation.de>
parents:
561
diff
changeset
|
292 |
4df3347d6d1d
Removed trailing and leading Whitespaces from the Parametervalue which
Tim Englich <tim.englich@intevation.de>
parents:
561
diff
changeset
|
293 2010-02-09 Tim Englich <tim.englich@intevation.de> |
4df3347d6d1d
Removed trailing and leading Whitespaces from the Parametervalue which
Tim Englich <tim.englich@intevation.de>
parents:
561
diff
changeset
|
294 |
561
3f39756e0c8a
Fixed a NPE. Now it is possible to put an Mapservice without an Layer into
Tim Englich <tim.englich@intevation.de>
parents:
560
diff
changeset
|
295 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java (createMetaDataRequestBody): |
3f39756e0c8a
Fixed a NPE. Now it is possible to put an Mapservice without an Layer into
Tim Englich <tim.englich@intevation.de>
parents:
560
diff
changeset
|
296 Fixed a NPE. Now it is possible to put an Mapservice without an Layer into |
3f39756e0c8a
Fixed a NPE. Now it is possible to put an Mapservice without an Layer into
Tim Englich <tim.englich@intevation.de>
parents:
560
diff
changeset
|
297 the Request-Document of am Mapviewer-Interface-Call. |
3f39756e0c8a
Fixed a NPE. Now it is possible to put an Mapservice without an Layer into
Tim Englich <tim.englich@intevation.de>
parents:
560
diff
changeset
|
298 |
560
1fb55ff633db
Changed log4j version to 1.2.14
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
559
diff
changeset
|
299 2010-02-05 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
1fb55ff633db
Changed log4j version to 1.2.14
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
559
diff
changeset
|
300 |
1fb55ff633db
Changed log4j version to 1.2.14
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
559
diff
changeset
|
301 Issue170 |
1fb55ff633db
Changed log4j version to 1.2.14
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
559
diff
changeset
|
302 |
1fb55ff633db
Changed log4j version to 1.2.14
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
559
diff
changeset
|
303 * pom.xml: Changed log4j version to 1.2.14 (later version causes errors and |
1fb55ff633db
Changed log4j version to 1.2.14
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
559
diff
changeset
|
304 breaks maven build process). |
1fb55ff633db
Changed log4j version to 1.2.14
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
559
diff
changeset
|
305 |
559
2183c764b403
Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents:
558
diff
changeset
|
306 2010-02-02 Tim Englich <tim.englich@intevation.de> |
2183c764b403
Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents:
558
diff
changeset
|
307 |
2183c764b403
Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents:
558
diff
changeset
|
308 * src/main/webapp/WEB-INF/jsp/header.jsp: |
2183c764b403
Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents:
558
diff
changeset
|
309 Added temporally Include of includes/display_mapviewercall_inc.jsp for the |
2183c764b403
Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents:
558
diff
changeset
|
310 Simulation of the MapViewer-Interface-Request. |
2183c764b403
Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents:
558
diff
changeset
|
311 |
2183c764b403
Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents:
558
diff
changeset
|
312 * src/main/webapp/WEB-INF/jsp/includes/display_mapviewercall_inc.jsp: |
2183c764b403
Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents:
558
diff
changeset
|
313 Added new Includefile with the Formular which includes the Data for the |
2183c764b403
Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents:
558
diff
changeset
|
314 Simulation of the MapViewer-Interface-Request. |
2183c764b403
Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
Tim Englich <tim.englich@intevation.de>
parents:
558
diff
changeset
|
315 |
558
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
316 2010-02-01 Tim Englich <tim.englich@intevation.de> |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
317 |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
318 * src/main/webapp/WEB-INF/config/struts-config.xml: |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
319 Added am Action for handling the MapViewer-Interface. |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
320 if /gnv/extcall.do is called the processing of the defined |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
321 Information will be done and the GUI will be displayed. |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
322 |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
323 * src/main/java/de/intevation/gnv/artifactdatabase/objects/ParametrizedArtifactFactory.java: |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
324 Implementation of the interface ParametrizedArtifactObject fro the |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
325 representation of ArtifactFactories which has further Information. |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
326 |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
327 * src/main/java/de/intevation/gnv/artifactdatabase/objects/ParametrizedArtifactObject.java (addParameters): |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
328 Added new Interfacedefinition ParametrizedArtifactObjects for representing those |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
329 ArtifactObjects which includes further Informations. E.g. for creating an |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
330 new Artifact. |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
331 |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
332 * src/main/java/de/intevation/gnv/artifactdatabase/objects/ArtifactFactory.java (equals): |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
333 Override equals-method to get ap proper comparisons of the kinds of objects. |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
334 |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
335 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java (getArtifactFactoryMetaInformation): |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
336 Added Method to retrieve Metainformations form the ArtifactDatabases. |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
337 Also added the possibility to send further Informations (e.g: Parameters) |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
338 in the Request-body of an Create-Artifact-Call. |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
339 |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
340 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java (getArtifactFactoryMetaInformation): |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
341 Added Method to retrieve Metainformations form the ArtifactDatabases. |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
342 |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
343 * src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java (execute): |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
344 Added further Businesslogic to the Action which will handle the MapViewer- |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
345 InterfaceCall. Now the retrieved Informations will be sent to the |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
346 ArtifactDatabase an the retrieved Informations will be used to reduce |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
347 the displayed "Fachinformationssysteme". And also will be used to |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
348 send these Informations (e.g: Parameters) during the creation of an |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
349 new Artifact. |
8032da9e8b70
Added further business logic for the MapViewer-Interface
Tim Englich <tim.englich@intevation.de>
parents:
415
diff
changeset
|
350 |
415
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
351 2010-01-27 Hans Plum <hans@intevation.de> |
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
352 |
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
353 RELEASE 0.3 |
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
354 |
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
355 * Changes, NEWS, ChangeLog: Summerized activities |
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
356 |
414
59c6c7b62e43
Automatically select entry in multi select boxes if there is only one entry to avoid input failures.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
413
diff
changeset
|
357 2010-01-27 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
59c6c7b62e43
Automatically select entry in multi select boxes if there is only one entry to avoid input failures.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
413
diff
changeset
|
358 |
59c6c7b62e43
Automatically select entry in multi select boxes if there is only one entry to avoid input failures.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
413
diff
changeset
|
359 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Added a |
59c6c7b62e43
Automatically select entry in multi select boxes if there is only one entry to avoid input failures.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
413
diff
changeset
|
360 workarround to avoid input failures caused by multi select boxes with only |
59c6c7b62e43
Automatically select entry in multi select boxes if there is only one entry to avoid input failures.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
413
diff
changeset
|
361 one entry. They look like text input fields and don't force the user to |
59c6c7b62e43
Automatically select entry in multi select boxes if there is only one entry to avoid input failures.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
413
diff
changeset
|
362 select a row. In this case, the single entry is selected automatically. |
59c6c7b62e43
Automatically select entry in multi select boxes if there is only one entry to avoid input failures.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
413
diff
changeset
|
363 |
413
0ce07c6e132c
Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
412
diff
changeset
|
364 2010-01-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
0ce07c6e132c
Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
412
diff
changeset
|
365 |
0ce07c6e132c
Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
412
diff
changeset
|
366 * src/main/webapp/styles/default.css: Added a class for dynamic tables |
0ce07c6e132c
Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
412
diff
changeset
|
367 - enabled input fields - to adjust font size of input fields. |
0ce07c6e132c
Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
412
diff
changeset
|
368 |
0ce07c6e132c
Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
412
diff
changeset
|
369 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Removed |
0ce07c6e132c
Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
412
diff
changeset
|
370 local-name() method, inserted a table for 'group' items (like input fields |
0ce07c6e132c
Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
412
diff
changeset
|
371 of dates) and resized the height of multi select boxes - max 5 items or |
0ce07c6e132c
Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
412
diff
changeset
|
372 less. |
0ce07c6e132c
Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
412
diff
changeset
|
373 |
0ce07c6e132c
Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
412
diff
changeset
|
374 * src/main/webapp/WEB-INF/jsp/index.jsp: Removed a typo which made the html |
0ce07c6e132c
Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
412
diff
changeset
|
375 output invalid. |
0ce07c6e132c
Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
412
diff
changeset
|
376 |
412
49898531c0b6
Add width, height and the boolean value to adjust the visibility of points in charts to the pdf and svg export links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
411
diff
changeset
|
377 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
49898531c0b6
Add width, height and the boolean value to adjust the visibility of points in charts to the pdf and svg export links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
411
diff
changeset
|
378 |
49898531c0b6
Add width, height and the boolean value to adjust the visibility of points in charts to the pdf and svg export links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
411
diff
changeset
|
379 * src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Add width, |
49898531c0b6
Add width, height and the boolean value to adjust the visibility of points in charts to the pdf and svg export links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
411
diff
changeset
|
380 height and the boolean value to adjust the visibility of points in charts |
49898531c0b6
Add width, height and the boolean value to adjust the visibility of points in charts to the pdf and svg export links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
411
diff
changeset
|
381 to the pdf and svg export links. |
49898531c0b6
Add width, height and the boolean value to adjust the visibility of points in charts to the pdf and svg export links.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
411
diff
changeset
|
382 |
411
8e39c74f9fb6
Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
410
diff
changeset
|
383 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
8e39c74f9fb6
Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
410
diff
changeset
|
384 |
8e39c74f9fb6
Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
410
diff
changeset
|
385 * src/main/resources/applicationMessages.properties, |
8e39c74f9fb6
Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
410
diff
changeset
|
386 src/main/resources/applicationMessages_en.properties: Added legend for |
8e39c74f9fb6
Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
410
diff
changeset
|
387 summary box. |
8e39c74f9fb6
Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
410
diff
changeset
|
388 |
8e39c74f9fb6
Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
410
diff
changeset
|
389 * src/main/webapp/styles/default.css: Adapted some css classes regarding the |
8e39c74f9fb6
Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
410
diff
changeset
|
390 position of boxes and removed background image in fieldsets. |
8e39c74f9fb6
Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
410
diff
changeset
|
391 |
8e39c74f9fb6
Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
410
diff
changeset
|
392 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Removed |
8e39c74f9fb6
Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
410
diff
changeset
|
393 useless div container (div container is now outside the xsl sheet). |
8e39c74f9fb6
Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
410
diff
changeset
|
394 |
8e39c74f9fb6
Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
410
diff
changeset
|
395 * src/main/webapp/WEB-INF/jsp/index.jsp: Moved former parameter into a |
8e39c74f9fb6
Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
410
diff
changeset
|
396 fieldset and added a label to this fieldset. |
8e39c74f9fb6
Put former parameter into a fieldset with label and removed background image from all fieldsets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
410
diff
changeset
|
397 |
410
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
398 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
399 |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
400 * src/main/java/de/intevation/gnv/action/ShowStatisticAction.java: This |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
401 action 'calculates' the statistic and shows the result in the gui. |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
402 |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
403 * src/main/webapp/WEB-INF/config/struts-config.xml: Added controller and |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
404 forwards. |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
405 |
415
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
406 * src/main/webapp/images/statistics.png: Statistic icon. FIXME: Give a Source here! |
410
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
407 |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
408 * src/main/webapp/WEB-INF/jsp/index.jsp, |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
409 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_statistics_inc.jsp, |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
410 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp, |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
411 src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Added symbol |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
412 in action box to show the statistic. |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
413 |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
414 * src/main/webapp/styles/default.css: Adjusted some parameter for a proper |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
415 placement of the statistic box. |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
416 |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
417 * src/main/resources/applicationMessages.properties, |
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
418 src/main/resources/applicationMessages_en.properties: Added label for |
415
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
419 statistic icon. |
410
9602f4bffc07
Added statistic to the actions if available.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
409
diff
changeset
|
420 |
409
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
421 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
422 |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
423 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: New action. |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
424 The only task of this action is to parse the describe document and create |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
425 static and dynamic user interface out of it. |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
426 |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
427 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java, |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
428 src/main/java/de/intevation/gnv/action/DoOutputAction.java, |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
429 src/main/java/de/intevation/gnv/action/PreviousArtifactStepAction.java, |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
430 src/main/java/de/intevation/gnv/action/FetchArtifactFactoriesAction.java, |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
431 src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java, |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
432 src/main/java/de/intevation/gnv/action/ArtifactDatabaseActionBase.java: |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
433 Removed xsl transformation. Classes which needs xsl transformation inherit |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
434 from DescribeUIAction which does the transformation. Now, it is much |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
435 easier to write new actions, because they do not need to parse the |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
436 describe document and create static and dynamic user interfaces. |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
437 |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
438 Removed some useless imports. |
df78178e1180
Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
408
diff
changeset
|
439 |
408
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
440 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
441 |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
442 * src/main/webapp/WEB-INF/jsp/index.jsp, |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
443 src/main/webapp/WEB-INF/jsp/header.jsp, |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
444 src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp, |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
445 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp, |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
446 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp, |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
447 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_adons_inc.jsp, |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
448 src/main/webapp/WEB-INF/jsp/mainlayout.jsp: |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
449 - Improved the design and the usibility concept ("Bedienkonzept"). |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
450 Removed the useless "draw" button after reaching the last state which |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
451 has some output modes. |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
452 - Render chart options - if chart creation is possible for this state - and show |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
453 export actions. |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
454 - Moved chart options and export actions to the left side beneath the |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
455 static and dynamic panals for parameterization. |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
456 - Removed some warnings and errors regaring html conformance. |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
457 |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
458 * src/main/webapp/styles/default.css: Made some necessary adjustments |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
459 regarding the movement of chart option and action boxes. |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
460 |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
461 * src/main/resources/applicationMessages.properties, |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
462 src/main/resources/applicationMessages_en.properties: Added label for |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
463 action box. |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
464 |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
465 * src/main/java/de/intevation/gnv/action/ArtifactDatabaseActionBase.java: |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
466 Removed pathes of xsl sheets from code and put them to a central place. |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
467 |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
468 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Added |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
469 urls to xsl transformer for step-back links and create a dynamic ui only |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
470 if there is content for it - avoid creation of empty boxes. |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
471 |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
472 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java: Write |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
473 dynamic ui only if there is content. Some code formatting done. |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
474 |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
475 * src/main/webapp/images/back_button.png: Button to step back to a previous |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
476 state. |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
477 |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
478 * src/main/webapp/WEB-INF/config/struts-config.xml: Added forwards to fis |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
479 selection and previous states. |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
480 |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
481 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Enabled |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
482 link to step back to fis selection. |
b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
407
diff
changeset
|
483 |
407
55dae5bb76db
Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
406
diff
changeset
|
484 2010-01-20 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
55dae5bb76db
Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
406
diff
changeset
|
485 |
55dae5bb76db
Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
406
diff
changeset
|
486 Issue149 |
55dae5bb76db
Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
406
diff
changeset
|
487 |
55dae5bb76db
Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
406
diff
changeset
|
488 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Show |
55dae5bb76db
Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
406
diff
changeset
|
489 chart if there are output modes existing for this state. Set internal |
55dae5bb76db
Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
406
diff
changeset
|
490 value of checkboxes to 'true' if they are selected. |
55dae5bb76db
Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
406
diff
changeset
|
491 |
55dae5bb76db
Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
406
diff
changeset
|
492 TODO: We should check if there is an output mode named 'chart' before |
55dae5bb76db
Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
406
diff
changeset
|
493 rendering a chart. |
55dae5bb76db
Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
406
diff
changeset
|
494 |
406
a8f0e9fbc81b
Added labels for chart option 'draw data points'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
405
diff
changeset
|
495 2010-01-20 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
a8f0e9fbc81b
Added labels for chart option 'draw data points'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
405
diff
changeset
|
496 |
a8f0e9fbc81b
Added labels for chart option 'draw data points'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
405
diff
changeset
|
497 * src/main/resources/applicationMessages.properties, |
a8f0e9fbc81b
Added labels for chart option 'draw data points'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
405
diff
changeset
|
498 src/main/resources/applicationMessages_en.properties: Added label for |
a8f0e9fbc81b
Added labels for chart option 'draw data points'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
405
diff
changeset
|
499 char option 'draw data points'. |
a8f0e9fbc81b
Added labels for chart option 'draw data points'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
405
diff
changeset
|
500 |
405
02dc597b9b9a
Adapted static ui to bsh style.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
404
diff
changeset
|
501 2010-01-20 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
02dc597b9b9a
Adapted static ui to bsh style.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
404
diff
changeset
|
502 |
02dc597b9b9a
Adapted static ui to bsh style.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
404
diff
changeset
|
503 * src/main/webapp/styles/default.css, |
02dc597b9b9a
Adapted static ui to bsh style.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
404
diff
changeset
|
504 src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Adapted |
02dc597b9b9a
Adapted static ui to bsh style.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
404
diff
changeset
|
505 style of static ui to bsh style. Improved indentation. |
02dc597b9b9a
Adapted static ui to bsh style.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
404
diff
changeset
|
506 |
404
3a286c9e186c
Disabled step-back functionality.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
403
diff
changeset
|
507 2010-01-19 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
3a286c9e186c
Disabled step-back functionality.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
403
diff
changeset
|
508 |
3a286c9e186c
Disabled step-back functionality.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
403
diff
changeset
|
509 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl, |
3a286c9e186c
Disabled step-back functionality.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
403
diff
changeset
|
510 src/main/webapp/WEB-INF/jsp/index.jsp: Commented links to step back in |
3a286c9e186c
Disabled step-back functionality.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
403
diff
changeset
|
511 history out and always render a fis select box (reason for this is the |
3a286c9e186c
Disabled step-back functionality.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
403
diff
changeset
|
512 next release and a too buggy 'step-back-history'). |
3a286c9e186c
Disabled step-back functionality.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
403
diff
changeset
|
513 |
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
|
514 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
|
515 |
403
24a6c0cb0a62
Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
402
diff
changeset
|
516 * src/test/ressources/externalinterfacecall.xml: |
24a6c0cb0a62
Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
402
diff
changeset
|
517 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
|
518 send from the MapViewer to the GNV. |
415
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
519 |
403
24a6c0cb0a62
Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
402
diff
changeset
|
520 * 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
|
521 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
|
522 |
24a6c0cb0a62
Added Junit-TestCase for the ExternalCallParser Interface
Tim Englich <tim.englich@intevation.de>
parents:
402
diff
changeset
|
523 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
|
524 * 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
|
525 DefaultImplementation of the Interface MapService. |
415
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
526 |
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
|
527 * 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
|
528 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
|
529 by an MapViewer-Call |
415
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
530 |
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
|
531 * 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
|
532 DefaultImplementation of the Interface Layer. |
415
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
533 |
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
|
534 * 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
|
535 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
|
536 by an MapViewer-Call |
415
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
537 |
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
538 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java |
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
539 (getArtifactFactoryMetaInformation), src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java |
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
540 (getArtifactFactoryMetaInformation): |
402
b88e881e8e94
Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
Tim Englich <tim.englich@intevation.de>
parents:
401
diff
changeset
|
541 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
|
542 the Data which is parsed using the ExternalCallParser. |
415
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
543 |
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
|
544 * 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
|
545 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
|
546 an ExternalCallParser. |
415
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
547 |
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
|
548 * 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
|
549 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
|
550 an XML-Document. |
415
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
551 |
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
|
552 * 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
|
553 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
|
554 Request from the MapViewer an provide the parsed Data. |
415
9f4a0b990d27
Summarized Changes and NEWS for Release 0.4
Hans Plum <hans.plum@intevation.de>
parents:
414
diff
changeset
|
555 |
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
|
556 * 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
|
557 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
|
558 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
|
559 |
401
002a4d38c16d
Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
400
diff
changeset
|
560 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
|
561 |
002a4d38c16d
Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
400
diff
changeset
|
562 * 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
|
563 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
|
564 |
002a4d38c16d
Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
400
diff
changeset
|
565 * 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
|
566 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
|
567 |
002a4d38c16d
Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
400
diff
changeset
|
568 * 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
|
569 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
|
570 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
|
571 |
002a4d38c16d
Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
400
diff
changeset
|
572 * 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
|
573 '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
|
574 case. |
002a4d38c16d
Added a link to jump back to the fis selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
400
diff
changeset
|
575 |
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
|
576 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
|
577 |
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
|
578 * 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
|
579 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
|
580 |
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
|
581 * 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
|
582 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
|
583 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
|
584 |
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
|
585 * 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
|
586 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
|
587 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
|
588 |
399
aaf04967bd53
Using a simpler demo WKT polygon in "Horizontalschnitt".
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
398
diff
changeset
|
589 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
|
590 |
aaf04967bd53
Using a simpler demo WKT polygon in "Horizontalschnitt".
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
398
diff
changeset
|
591 * 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
|
592 demo WKT polygon. |
aaf04967bd53
Using a simpler demo WKT polygon in "Horizontalschnitt".
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
398
diff
changeset
|
593 |
398
9005b39c52ac
Only display chart addons if we really display a chart.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
397
diff
changeset
|
594 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
|
595 |
9005b39c52ac
Only display chart addons if we really display a chart.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
397
diff
changeset
|
596 * 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
|
597 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
|
598 |
9005b39c52ac
Only display chart addons if we really display a chart.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
397
diff
changeset
|
599 * 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
|
600 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
|
601 |
397
dacfb0755956
Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
396
diff
changeset
|
602 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
|
603 |
dacfb0755956
Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
396
diff
changeset
|
604 * 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
|
605 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
|
606 available. |
dacfb0755956
Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
396
diff
changeset
|
607 |
dacfb0755956
Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
396
diff
changeset
|
608 * 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
|
609 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
|
610 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
|
611 |
dacfb0755956
Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
396
diff
changeset
|
612 * 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
|
613 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
|
614 |
dacfb0755956
Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
396
diff
changeset
|
615 * 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
|
616 LGPLv2 license. |
dacfb0755956
Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
396
diff
changeset
|
617 |
dacfb0755956
Added download links for ZIP files and WMS layers.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
396
diff
changeset
|
618 * 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
|
619 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
|
620 |
396
8330c1dbab34
Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
395
diff
changeset
|
621 2010-01-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
8330c1dbab34
Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
395
diff
changeset
|
622 |
8330c1dbab34
Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
395
diff
changeset
|
623 * src/main/java/de/intevation/gnv/action/PreviousArtifactStepAction.java, |
8330c1dbab34
Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
395
diff
changeset
|
624 src/main/java/de/intevation/gnv/util/XSLTransformer.java: |
8330c1dbab34
Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
395
diff
changeset
|
625 Cleanup imports. |
8330c1dbab34
Cleanup imports
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
395
diff
changeset
|
626 |
395
79378c4babde
Fixed a bug which prevented the user to draw charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
394
diff
changeset
|
627 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
|
628 |
79378c4babde
Fixed a bug which prevented the user to draw charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
394
diff
changeset
|
629 * 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
|
630 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
|
631 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
|
632 '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
|
633 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
|
634 |
79378c4babde
Fixed a bug which prevented the user to draw charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
394
diff
changeset
|
635 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
|
636 |
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
|
637 * 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
|
638 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
|
639 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
|
640 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
|
641 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
|
642 |
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
|
643 * 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
|
644 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
|
645 |
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
|
646 * 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
|
647 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
|
648 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
|
649 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
|
650 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
|
651 |
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
|
652 * 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
|
653 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
|
654 |
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
|
655 * 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
|
656 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
|
657 |
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
|
658 * 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
|
659 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
|
660 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
|
661 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
|
662 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
|
663 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
|
664 |
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
|
665 * 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
|
666 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
|
667 |
393
d812c5b62eb4
Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
392
diff
changeset
|
668 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
|
669 |
d812c5b62eb4
Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
392
diff
changeset
|
670 * 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
|
671 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
|
672 ui description. |
d812c5b62eb4
Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
392
diff
changeset
|
673 |
d812c5b62eb4
Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
392
diff
changeset
|
674 * 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
|
675 Fixed target id of text input field. |
d812c5b62eb4
Fixes fake wkt polygon input.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
392
diff
changeset
|
676 |
392
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
391
diff
changeset
|
677 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
|
678 |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
391
diff
changeset
|
679 * 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
|
680 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
|
681 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
|
682 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
|
683 |
391
ee8003fffc71
Use XMLUtils.ElementCreator to create new nodes in xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
390
diff
changeset
|
684 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
|
685 |
ee8003fffc71
Use XMLUtils.ElementCreator to create new nodes in xml documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
390
diff
changeset
|
686 * 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
|
687 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
|
688 |
390
f2e2053ecf23
Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tim Englich <tim.englich@intevation.de>
parents:
389
diff
changeset
|
689 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
|
690 |
f2e2053ecf23
Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tim Englich <tim.englich@intevation.de>
parents:
389
diff
changeset
|
691 * 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
|
692 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
|
693 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
|
694 |
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
|
695 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
|
696 |
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
|
697 * 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
|
698 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
|
699 |
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
|
700 * 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
|
701 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
|
702 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
|
703 |
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
|
704 * 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
|
705 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
|
706 |
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
|
707 * 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
|
708 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
|
709 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
|
710 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
|
711 |
388
6e16dc005704
Removed for-each statements and replaced them with templates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
387
diff
changeset
|
712 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
|
713 |
6e16dc005704
Removed for-each statements and replaced them with templates.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
387
diff
changeset
|
714 * 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
|
715 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
|
716 |
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
|
717 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
|
718 |
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
|
719 * 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
|
720 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
|
721 |
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
|
722 * 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
|
723 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
|
724 |
293
6b0ef2324d02
Release 0.3
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
292
diff
changeset
|
725 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
|
726 |
6b0ef2324d02
Release 0.3
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
292
diff
changeset
|
727 RELEASE 0.3 |
6b0ef2324d02
Release 0.3
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
292
diff
changeset
|
728 |
6b0ef2324d02
Release 0.3
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
292
diff
changeset
|
729 * Changes, NEWS, ChangeLog: Summerized activities |
6b0ef2324d02
Release 0.3
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
292
diff
changeset
|
730 |
292
419e47efaba5
s/Modeldaten/Modelldaten/
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
731 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
|
732 |
419e47efaba5
s/Modeldaten/Modelldaten/
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
733 * src/main/resources/applicationMessages.properties: |
419e47efaba5
s/Modeldaten/Modelldaten/
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
734 s/Modeldaten/Modelldaten/ |
419e47efaba5
s/Modeldaten/Modelldaten/
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
735 |
291
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
290
diff
changeset
|
736 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
|
737 |
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
290
diff
changeset
|
738 * 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
|
739 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
|
740 via xslt and javascript. |
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
290
diff
changeset
|
741 |
290
ca10f0ea153a
Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents:
289
diff
changeset
|
742 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
|
743 |
390
f2e2053ecf23
Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tim Englich <tim.englich@intevation.de>
parents:
389
diff
changeset
|
744 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
|
745 |
ca10f0ea153a
Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents:
289
diff
changeset
|
746 * src/main/resources/applicationMessages.properties: |
ca10f0ea153a
Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents:
289
diff
changeset
|
747 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
|
748 |
289
890d7a41ab93
Added Support for Boolean-Output-Parameters in Diagramm-Options
Tim Englich <tim.englich@intevation.de>
parents:
288
diff
changeset
|
749 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
|
750 |
290
ca10f0ea153a
Issue 129: Fixed i18n strings for german language
Hans Plum <hans.plum@intevation.de>
parents:
289
diff
changeset
|
751 * 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
|
752 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
|
753 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
|
754 * 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
|
755 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
|
756 |
288
9f0efb10ee24
issue 109: Obsolete attributes in Tomcat removed
Hans Plum <hans.plum@intevation.de>
parents:
287
diff
changeset
|
757 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
|
758 |
390
f2e2053ecf23
Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tim Englich <tim.englich@intevation.de>
parents:
389
diff
changeset
|
759 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
|
760 |
9f0efb10ee24
issue 109: Obsolete attributes in Tomcat removed
Hans Plum <hans.plum@intevation.de>
parents:
287
diff
changeset
|
761 * 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
|
762 Removed obsolete configuration attributes. |
9f0efb10ee24
issue 109: Obsolete attributes in Tomcat removed
Hans Plum <hans.plum@intevation.de>
parents:
287
diff
changeset
|
763 |
287
4ba3b9b8e588
Fixed some spelling problems in german i18n file
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
286
diff
changeset
|
764 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
|
765 |
4ba3b9b8e588
Fixed some spelling problems in german i18n file
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
286
diff
changeset
|
766 * 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
|
767 spelling problems. |
4ba3b9b8e588
Fixed some spelling problems in german i18n file
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
286
diff
changeset
|
768 |
286
6d24445806b8
Removed feed Call before Chart- and Statisticsgeneration is called, because
Tim Englich <tim.englich@intevation.de>
parents:
285
diff
changeset
|
769 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
|
770 |
6d24445806b8
Removed feed Call before Chart- and Statisticsgeneration is called, because
Tim Englich <tim.englich@intevation.de>
parents:
285
diff
changeset
|
771 * 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
|
772 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
|
773 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
|
774 |
6d24445806b8
Removed feed Call before Chart- and Statisticsgeneration is called, because
Tim Englich <tim.englich@intevation.de>
parents:
285
diff
changeset
|
775 |
285
2ac194c2af8d
Reverted changes in config from last revision.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
284
diff
changeset
|
776 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
|
777 |
2ac194c2af8d
Reverted changes in config from last revision.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
284
diff
changeset
|
778 * 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
|
779 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
|
780 |
284
47e3647af88f
Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
283
diff
changeset
|
781 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
|
782 |
47e3647af88f
Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
283
diff
changeset
|
783 * 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
|
784 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
|
785 |
47e3647af88f
Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
283
diff
changeset
|
786 * 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
|
787 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
|
788 export link. |
47e3647af88f
Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
283
diff
changeset
|
789 |
47e3647af88f
Added link in gui to export charts to svg.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
283
diff
changeset
|
790 * 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
|
791 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
|
792 |
283
ef10bf497a16
Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
282
diff
changeset
|
793 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
|
794 |
ef10bf497a16
Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
282
diff
changeset
|
795 * 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
|
796 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
|
797 |
ef10bf497a16
Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
282
diff
changeset
|
798 * 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
|
799 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
|
800 export link. |
ef10bf497a16
Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
282
diff
changeset
|
801 |
ef10bf497a16
Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
282
diff
changeset
|
802 * 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
|
803 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
|
804 |
ef10bf497a16
Added link in gui to export charts to pdf.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
282
diff
changeset
|
805 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
|
806 |
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
|
807 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
|
808 |
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
|
809 * 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
|
810 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
|
811 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
|
812 * 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
|
813 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
|
814 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
|
815 * 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
|
816 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
|
817 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
|
818 * 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
|
819 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
|
820 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
|
821 |
281
4ec95d586f31
Removed mistake in xml structure of the artifact protocol.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
169
diff
changeset
|
822 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
|
823 |
4ec95d586f31
Removed mistake in xml structure of the artifact protocol.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
169
diff
changeset
|
824 * 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
|
825 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
|
826 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
|
827 |
169
6cf73f5ea4a9
RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents:
168
diff
changeset
|
828 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
|
829 |
6cf73f5ea4a9
RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents:
168
diff
changeset
|
830 RELEASE-0.2 |
6cf73f5ea4a9
RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents:
168
diff
changeset
|
831 |
6cf73f5ea4a9
RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents:
168
diff
changeset
|
832 * Changes, NEWS: |
6cf73f5ea4a9
RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents:
168
diff
changeset
|
833 Summerized activities. |
6cf73f5ea4a9
RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents:
168
diff
changeset
|
834 |
168
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
835 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
|
836 |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
837 * ChangeLog: |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
838 Unified entries with references to issues. |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
839 |
167
1857273577e3
Added Documentation of Configuration-Entries.
Tim Englich <tim.englich@intevation.de>
parents:
166
diff
changeset
|
840 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
|
841 |
1857273577e3
Added Documentation of Configuration-Entries.
Tim Englich <tim.englich@intevation.de>
parents:
166
diff
changeset
|
842 * src/main/webapp/WEB-INF/web.xml: |
1857273577e3
Added Documentation of Configuration-Entries.
Tim Englich <tim.englich@intevation.de>
parents:
166
diff
changeset
|
843 Added Documentation of Configuration-Entries. |
1857273577e3
Added Documentation of Configuration-Entries.
Tim Englich <tim.englich@intevation.de>
parents:
166
diff
changeset
|
844 |
166
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
845 2009-11-12 Tim Englich <tim.englich@intevation.de> |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
846 |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
847 * src/main/webapp/styles/default.css: |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
848 Added CSS-Entry for the Exception Message Container and |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
849 put the div at a proper place. |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
850 * src/main/resources/applicationMessages*.properties: |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
851 Added localized Exception Messages. |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
852 * src/main/webapp/WEB-INF/jsp/header.jsp: |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
853 Added the localization of Exception Messages. |
c5edd8fcae8c
Added localized Exception Messages.
Tim Englich <tim.englich@intevation.de>
parents:
165
diff
changeset
|
854 |
165
183850730a90
Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents:
164
diff
changeset
|
855 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
|
856 |
169
6cf73f5ea4a9
RELEASE 0.2: Summarized activities in NEWS, Changes
Hans Plum <hans.plum@intevation.de>
parents:
168
diff
changeset
|
857 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
|
858 |
165
183850730a90
Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents:
164
diff
changeset
|
859 * 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
|
860 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
|
861 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
|
862 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
|
863 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
|
864 Imports organized. |
183850730a90
Made all Interfaces Serailizable and add UID to all Objects issue71
Tim Englich <tim.englich@intevation.de>
parents:
164
diff
changeset
|
865 * 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
|
866 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
|
867 |
164
5570d9b3282f
Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents:
163
diff
changeset
|
868 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
|
869 |
5570d9b3282f
Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents:
163
diff
changeset
|
870 * 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
|
871 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
|
872 * 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
|
873 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
|
874 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
|
875 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
|
876 * 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
|
877 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
|
878 by the ArtifactDatabase. |
5570d9b3282f
Implemented a better GUI-Structure for displaying the Statisticdata. issue83
Tim Englich <tim.englich@intevation.de>
parents:
163
diff
changeset
|
879 * 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
|
880 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
|
881 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
|
882 * 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
|
883 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
|
884 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
|
885 |
161
9b35599f50bb
BugFix: Text-Inputfields will now be diabaled in static-ui issue81
Tim Englich <tim.englich@intevation.de>
parents:
160
diff
changeset
|
886 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
|
887 |
168
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
888 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
|
889 |
163
1fe52a0cbd1f
Catch NPE and tell the user that the Session has expired. issue80
Tim Englich <tim.englich@intevation.de>
parents:
162
diff
changeset
|
890 * 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
|
891 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
|
892 |
168
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
893 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
|
894 |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
895 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
|
896 |
161
9b35599f50bb
BugFix: Text-Inputfields will now be diabaled in static-ui issue81
Tim Englich <tim.englich@intevation.de>
parents:
160
diff
changeset
|
897 * 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
|
898 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
|
899 * 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
|
900 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
|
901 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
|
902 * 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
|
903 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
|
904 |
3be414dc974a
The Submitbutton now is placed properly after single
Tim Englich <tim.englich@intevation.de>
parents:
161
diff
changeset
|
905 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
|
906 |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
907 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
|
908 |
162
3be414dc974a
The Submitbutton now is placed properly after single
Tim Englich <tim.englich@intevation.de>
parents:
161
diff
changeset
|
909 * 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
|
910 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
|
911 |
160
3b82a20a304a
Replaced german umlaut with ascii character in language resource file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
159
diff
changeset
|
912 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
|
913 |
3b82a20a304a
Replaced german umlaut with ascii character in language resource file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
159
diff
changeset
|
914 * 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
|
915 witch ascii character. |
3b82a20a304a
Replaced german umlaut with ascii character in language resource file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
159
diff
changeset
|
916 |
159
b98a6d175916
Changed restlet repository from M3 to SNAPSHOT in maven pom file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
158
diff
changeset
|
917 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
|
918 |
b98a6d175916
Changed restlet repository from M3 to SNAPSHOT in maven pom file.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
158
diff
changeset
|
919 * 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
|
920 |
158
f38a86c2c012
Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
157
diff
changeset
|
921 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
|
922 |
f38a86c2c012
Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
157
diff
changeset
|
923 * 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
|
924 for exporting data in ODV format. |
f38a86c2c012
Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
157
diff
changeset
|
925 |
f38a86c2c012
Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
157
diff
changeset
|
926 * src/main/resources/applicationMessages.properties, |
f38a86c2c012
Added link to export data as odv.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
157
diff
changeset
|
927 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
|
928 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
|
929 |
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
|
930 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
|
931 |
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
|
932 * 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
|
933 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
|
934 * 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
|
935 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
|
936 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
|
937 * 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
|
938 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
|
939 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
|
940 |
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
|
941 * 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
|
942 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
|
943 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
|
944 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
|
945 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
|
946 |
156
aa5197b3f930
Added Ressources for two new FIS. Current Meter and Ice Station Reports
Tim Englich <tim.englich@intevation.de>
parents:
155
diff
changeset
|
947 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
|
948 |
aa5197b3f930
Added Ressources for two new FIS. Current Meter and Ice Station Reports
Tim Englich <tim.englich@intevation.de>
parents:
155
diff
changeset
|
949 * 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
|
950 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
|
951 |
155
b0de3644af61
Added two new FIS according to GT_0020.002
Tim Englich <tim.englich@intevation.de>
parents:
154
diff
changeset
|
952 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
|
953 |
b0de3644af61
Added two new FIS according to GT_0020.002
Tim Englich <tim.englich@intevation.de>
parents:
154
diff
changeset
|
954 * 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
|
955 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
|
956 |
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
|
957 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
|
958 |
168
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
959 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
|
960 |
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
|
961 * 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
|
962 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
|
963 |
153
48f538077aea
Added context.xml to permitt cookies to provide
Tim Englich <tim.englich@intevation.de>
parents:
152
diff
changeset
|
964 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
|
965 |
168
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
966 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
|
967 |
153
48f538077aea
Added context.xml to permitt cookies to provide
Tim Englich <tim.englich@intevation.de>
parents:
152
diff
changeset
|
968 * 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
|
969 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
|
970 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
|
971 * 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
|
972 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
|
973 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
|
974 |
149
9b7f74e58f8d
Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents:
148
diff
changeset
|
975 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
|
976 |
168
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
977 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
|
978 |
152
330871ca1fd3
Added uniform Visualization of Single Input-Elements in GUI. issue55
Tim Englich <tim.englich@intevation.de>
parents:
151
diff
changeset
|
979 * 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
|
980 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
|
981 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
|
982 |
330871ca1fd3
Added uniform Visualization of Single Input-Elements in GUI. issue55
Tim Englich <tim.englich@intevation.de>
parents:
151
diff
changeset
|
983 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
|
984 |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
985 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
|
986 |
151
30f0af26b086
Catch Exception that the Calling Program could not put no InputData
Tim Englich <tim.englich@intevation.de>
parents:
150
diff
changeset
|
987 * 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
|
988 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
|
989 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
|
990 |
30f0af26b086
Catch Exception that the Calling Program could not put no InputData
Tim Englich <tim.englich@intevation.de>
parents:
150
diff
changeset
|
991 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
|
992 |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
993 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
|
994 |
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
|
995 * 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
|
996 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
|
997 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
|
998 |
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
|
999 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
|
1000 |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
1001 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
|
1002 |
149
9b7f74e58f8d
Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents:
148
diff
changeset
|
1003 * src/main/resources/applicationMessages_en.properties: |
9b7f74e58f8d
Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents:
148
diff
changeset
|
1004 Changed Lablevalues according to issue47 |
9b7f74e58f8d
Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents:
148
diff
changeset
|
1005 * 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
|
1006 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
|
1007 one Step in the GUI |
9b7f74e58f8d
Changed Lablevalues according to issue47
Tim Englich <tim.englich@intevation.de>
parents:
148
diff
changeset
|
1008 |
168
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
1009 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
|
1010 |
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
1011 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
|
1012 |
42925758e384
Conformation to the tanslation of the Statisticsdescriptors issue48
Tim Englich <tim.englich@intevation.de>
parents:
146
diff
changeset
|
1013 * 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
|
1014 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
|
1015 |
146
b6f1ff8c6020
Adding the Names of the two new FIS to the Propertiesfiles issue49
Tim Englich <tim.englich@intevation.de>
parents:
49
diff
changeset
|
1016 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
|
1017 |
168
1ed778ba6153
Unified changelog entries with references to issues
Hans Plum <hans.plum@intevation.de>
parents:
167
diff
changeset
|
1018 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
|
1019 |
146
b6f1ff8c6020
Adding the Names of the two new FIS to the Propertiesfiles issue49
Tim Englich <tim.englich@intevation.de>
parents:
49
diff
changeset
|
1020 * 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
|
1021 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
|
1022 |
49
94a07d1d9316
RELEASE 0.1
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
48
diff
changeset
|
1023 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
|
1024 |
94a07d1d9316
RELEASE 0.1
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
48
diff
changeset
|
1025 RELEASE 0.1 |
94a07d1d9316
RELEASE 0.1
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
48
diff
changeset
|
1026 |
94a07d1d9316
RELEASE 0.1
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
48
diff
changeset
|
1027 * Changes, NEWS: Summarized changes. |
94a07d1d9316
RELEASE 0.1
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
48
diff
changeset
|
1028 |
48
60c8f5edf742
English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents:
47
diff
changeset
|
1029 2009-10-06 Tim Englich <tim.englich@intevation.de> |
60c8f5edf742
English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents:
47
diff
changeset
|
1030 |
60c8f5edf742
English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents:
47
diff
changeset
|
1031 * src/main/resources/applicationMessages.properties Edited: |
60c8f5edf742
English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents:
47
diff
changeset
|
1032 Removed obsolet Entries |
60c8f5edf742
English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents:
47
diff
changeset
|
1033 * src/main/resources/applicationMessages_en.properties Added: |
60c8f5edf742
English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents:
47
diff
changeset
|
1034 Added the Support for english-Language |
60c8f5edf742
English-Language-Support added
Tim Englich <tim.englich@intevation.de>
parents:
47
diff
changeset
|
1035 |
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
|
1036 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
|
1037 |
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
|
1038 * 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
|
1039 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
|
1040 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
|
1041 |
46
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1042 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
|
1043 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1044 * 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
|
1045 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1046 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
|
1047 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1048 * Changelog: Unified changelog style. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1049 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1050 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
|
1051 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1052 * 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
|
1053 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1054 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
|
1055 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1056 * 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
|
1057 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
|
1058 * 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
|
1059 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
|
1060 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1061 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
|
1062 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1063 * 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
|
1064 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
|
1065 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1066 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
|
1067 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1068 * 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
|
1069 Added some more FIS-Ressource. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1070 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1071 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
|
1072 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1073 * 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
|
1074 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
|
1075 * 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
|
1076 * 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
|
1077 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
|
1078 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1079 * 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
|
1080 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
|
1081 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
|
1082 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
|
1083 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
|
1084 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
|
1085 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1086 * 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
|
1087 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
|
1088 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1089 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
|
1090 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1091 * 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
|
1092 * 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
|
1093 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
|
1094 * 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
|
1095 Added translation for FIS (ArtifactFactorynames) |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1096 * 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
|
1097 Added Germannameds for FIS. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1098 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1099 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
|
1100 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1101 * src/**/*.java Edited: |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1102 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
|
1103 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1104 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
|
1105 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1106 * 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
|
1107 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
|
1108 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
|
1109 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
|
1110 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
|
1111 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
|
1112 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
|
1113 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
|
1114 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
|
1115 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
|
1116 Remove unused imports |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1117 Add missing '@Override' annotations |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1118 Add missing '@Deprecated' annotations |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1119 Remove unnecessary casts |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1120 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1121 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
|
1122 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1123 * 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
|
1124 * 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
|
1125 * 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
|
1126 * 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
|
1127 * 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
|
1128 * 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
|
1129 Added ExceptionHandling to this Actions |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1130 * 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
|
1131 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
|
1132 * 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
|
1133 Read ExceptionMessage from RequestAttributes |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1134 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1135 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
|
1136 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1137 * 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
|
1138 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
|
1139 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1140 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
|
1141 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1142 * 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
|
1143 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
|
1144 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
|
1145 * 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
|
1146 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
|
1147 * 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
|
1148 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
|
1149 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
|
1150 * 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
|
1151 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
|
1152 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
|
1153 * 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
|
1154 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
|
1155 * 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
|
1156 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
|
1157 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1158 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
|
1159 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1160 * 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
|
1161 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
|
1162 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1163 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
|
1164 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1165 * 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
|
1166 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
|
1167 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
|
1168 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1169 * 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
|
1170 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
|
1171 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
|
1172 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
|
1173 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
|
1174 supported by an Artifact |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1175 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1176 * 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
|
1177 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
|
1178 of OutputModes. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1179 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1180 * 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
|
1181 Restet SessionModel integrated. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1182 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1183 * 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
|
1184 Cast for ArtifactDescription removed. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1185 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1186 * 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
|
1187 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
|
1188 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
|
1189 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1190 * 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
|
1191 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
|
1192 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
|
1193 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1194 * 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
|
1195 Dynamic Options Support Added |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1196 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1197 * 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
|
1198 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
|
1199 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
|
1200 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1201 * 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
|
1202 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
|
1203 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
|
1204 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1205 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
|
1206 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1207 * 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
|
1208 Some Refactoring work done. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1209 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
|
1210 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1211 * 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
|
1212 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
|
1213 * 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
|
1214 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
|
1215 changed by the User. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1216 * 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
|
1217 * 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
|
1218 Added Accessmethod for the Diagrammoptions. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1219 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1220 * 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
|
1221 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
|
1222 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1223 * 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
|
1224 Added som GUI Lables. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1225 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1226 * 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
|
1227 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
|
1228 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
|
1229 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
|
1230 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
|
1231 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1232 * 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
|
1233 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
|
1234 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1235 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
|
1236 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1237 * 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
|
1238 Removed unused Methods from File. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1239 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1240 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
|
1241 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1242 * 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
|
1243 Obsolet Javascript References Removed |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1244 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
|
1245 * 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
|
1246 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
|
1247 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1248 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
|
1249 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1250 * 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
|
1251 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
|
1252 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1253 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
|
1254 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1255 * 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
|
1256 Codecleanup |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1257 ExceptionReporthandling integrated |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1258 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1259 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
|
1260 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1261 * 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
|
1262 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
|
1263 * 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
|
1264 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
|
1265 * 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
|
1266 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
|
1267 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1268 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1269 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
|
1270 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1271 * 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
|
1272 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
|
1273 * 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
|
1274 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
|
1275 * 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
|
1276 Read ArtifactDatabase URLS from PropertiesReader |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1277 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1278 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
|
1279 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1280 * 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
|
1281 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
|
1282 * 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
|
1283 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
|
1284 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
|
1285 * 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
|
1286 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
|
1287 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
|
1288 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1289 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
|
1290 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1291 * 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
|
1292 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
|
1293 in the GUI. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1294 * 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
|
1295 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
|
1296 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
|
1297 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1298 * 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
|
1299 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
|
1300 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
|
1301 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1302 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
|
1303 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1304 * 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
|
1305 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
|
1306 * 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
|
1307 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
|
1308 * 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
|
1309 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
|
1310 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1311 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
|
1312 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1313 * 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
|
1314 Some Refactoring work done. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1315 * 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
|
1316 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
|
1317 * 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
|
1318 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
|
1319 * 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
|
1320 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
|
1321 * 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
|
1322 Some Refactoring Work done. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1323 * 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
|
1324 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
|
1325 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1326 * 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
|
1327 Static UI integrated |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1328 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1329 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
|
1330 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1331 * 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
|
1332 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
|
1333 * 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
|
1334 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
|
1335 * 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
|
1336 Some Refactoring Work done. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1337 * 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
|
1338 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
|
1339 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1340 * 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
|
1341 Static UI integrated |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1342 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1343 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
|
1344 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1345 * 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
|
1346 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
|
1347 * 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
|
1348 Some Stylingfixes done. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1349 * 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
|
1350 Legend-Element for SelectEntries Integrated |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1351 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1352 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
|
1353 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1354 * 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
|
1355 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
|
1356 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
|
1357 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1358 * 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
|
1359 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
|
1360 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
|
1361 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1362 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
|
1363 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1364 * 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
|
1365 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
|
1366 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
|
1367 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
|
1368 src/main/webapp/styles/*, |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1369 src/main/webapp/scipts/*, |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1370 src/main/webapp/images/*: |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1371 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
|
1372 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1373 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
|
1374 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1375 * 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
|
1376 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
|
1377 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
|
1378 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
|
1379 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
|
1380 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
|
1381 Chartoutput Added to the View |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1382 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1383 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
|
1384 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1385 * 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
|
1386 Added Transformerlogic to the Testcase |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1387 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1388 * 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
|
1389 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
|
1390 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1391 * 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
|
1392 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
|
1393 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1394 * 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
|
1395 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
|
1396 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1397 * 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
|
1398 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
|
1399 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
|
1400 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1401 * 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
|
1402 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
|
1403 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
|
1404 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1405 * 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
|
1406 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
|
1407 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
|
1408 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1409 * 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
|
1410 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
|
1411 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1412 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
|
1413 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1414 * 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
|
1415 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
|
1416 * 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
|
1417 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
|
1418 * 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
|
1419 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
|
1420 * 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
|
1421 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
|
1422 * 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
|
1423 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
|
1424 the ArtifactDatabase |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1425 * 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
|
1426 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
|
1427 * 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
|
1428 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
|
1429 * 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
|
1430 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
|
1431 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1432 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
|
1433 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1434 * 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
|
1435 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
|
1436 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1437 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
|
1438 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1439 * 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
|
1440 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
|
1441 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
|
1442 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
|
1443 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
|
1444 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
|
1445 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1446 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
|
1447 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1448 * 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
|
1449 Added two ActionMappings: |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1450 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
|
1451 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
|
1452 * 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
|
1453 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
|
1454 * 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
|
1455 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
|
1456 * 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
|
1457 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
|
1458 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
|
1459 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
|
1460 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
|
1461 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
|
1462 an Instance in the ArtifactDatabase. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1463 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1464 * 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
|
1465 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
|
1466 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
|
1467 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
|
1468 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
|
1469 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1470 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
|
1471 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1472 * 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
|
1473 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
|
1474 * 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
|
1475 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
|
1476 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1477 * 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
|
1478 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
|
1479 * 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
|
1480 * 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
|
1481 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
|
1482 * 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
|
1483 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
|
1484 * 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
|
1485 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
|
1486 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1487 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
|
1488 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1489 * 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
|
1490 Deleted some utdated Files |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1491 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1492 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
|
1493 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1494 * 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
|
1495 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
|
1496 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1497 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
|
1498 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1499 * 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
|
1500 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
|
1501 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
|
1502 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
|
1503 Basic Struts-Infrastructur Added |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1504 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1505 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
|
1506 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1507 * 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
|
1508 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
|
1509 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
|
1510 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
|
1511 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
|
1512 to the whole Application. |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1513 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1514 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
|
1515 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1516 * 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
|
1517 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
|
1518 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
|
1519 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1520 * 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
|
1521 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
|
1522 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
|
1523 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
|
1524 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
|
1525 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1526 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
|
1527 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1528 * .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
|
1529 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1530 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
|
1531 |
3bbb95f43549
Moved Changelog to ChangeLog to make eclipse happier.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1532 * 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
|
1533 * 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
|
1534 * src/**: Added to the Project |