Mercurial > dive4elements > river
comparison flys-artifacts/Changes @ 746:6af7f385555f
Prepared Changes for the upcoming release.
flys-artifacts/trunk@2249 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 27 Jun 2011 10:24:54 +0000 |
parents | 56c9397ebe89 |
children | 45cfab4eddab |
comparison
equal
deleted
inserted
replaced
745:f959faaa7c4a | 746:6af7f385555f |
---|---|
1 2011-06-27 RELEASE 2.4 | |
2 | |
3 NEW: | |
4 | |
5 * Finalized the Facet concept: output modes and the output generation | |
6 are now based on facets. Facets are created dynamically by an Artifact | |
7 based on the results of a calculation. | |
8 | |
9 * Introduced a report mechanism that gives feedback of calculation | |
10 problems. | |
11 | |
12 * Introduced output modes that generate XML document with calculation | |
13 report information. | |
14 | |
15 * Introduced deactivated themes in charts: such themes are not rendered. | |
16 | |
17 * Introduced a cache to store distance info per river. | |
18 | |
19 * Introduced output modes that generate XML documents which contain meta | |
20 information of charts as axes ranges, data ranges and a transformation | |
21 matrix that allows to transform image coordinates into chart | |
22 coordinates. | |
23 | |
24 * Added support for zoom values in Chart output modes. | |
25 | |
26 * Added support for min/max values in DESCRIBE documents. | |
27 | |
28 * Added "Oberkante" and "Unterkante" columns to distance info service. | |
29 | |
30 * Added a new export mode to save data in AT format. | |
31 | |
32 * Improved performance while storing/loading Q values of WST columns. | |
33 | |
34 * Improved the WQ values validation for calculation 1 & 4. | |
35 | |
36 * Improved calculations to work independent of "from"/"to" order of | |
37 kilometer ranges. | |
38 | |
39 * Improved the input of WQ values for calculation 1. We distinguish | |
40 between a selected Q at a given gauge or a selected Q that doesn't | |
41 base on a given gauge. | |
42 | |
43 * Allow "from" to be greater than "to" in kilometer ranges. | |
44 | |
45 * Write default values of the user into the Artifact's DESCRIBE | |
46 document (flys/issue40). | |
47 | |
48 | |
49 FIXES: | |
50 | |
51 * flys/issue62 Artifacts no longer share their data with each other. | |
52 | |
53 * flys/issue77 Added titles for themes in duration curve charts. | |
54 | |
55 * flys/issue81 | |
56 | |
57 * flys/issue82 Fixed NPE after a calculation has taken place. | |
58 | |
59 * flys/issue84 | |
60 | |
61 * flys/issue85 Fixed location input for calculation 1 & 4. | |
62 | |
63 * flys/issue86 Fixed Q determination based on a given W. | |
64 | |
65 * flys/issue90 Removed space between chart axes and chart area. | |
66 | |
67 * flys/issue93 Renamed calculation 4. | |
68 | |
69 * flys/issue103 Append values selected by the user in the correct format | |
70 to the DESCRIBE document of Artifacts (uses i18n). | |
71 | |
72 * flys/issue147 | |
73 | |
74 * flys/issue150 Invert the X axis correctly for charts of type | |
75 calculation 1 & 4. | |
76 | |
77 * flys/issue154 Repaired computed discharge curve that broke after the | |
78 facets had been finalized. | |
79 | |
80 * flys/issue157 Discharge curve charts (computed an static) will now | |
81 have a lower x value set to "1". | |
82 | |
83 * flys/issue161 Longitudinal section chart's second Y axis will | |
84 initially start at Q=0. | |
85 | |
86 * flys/issue164 Improved input validation for WQ input of calculation 4. | |
87 | |
88 * flys/issue172 Duration curve charts will now have a lower x value set | |
89 to "0". | |
90 | |
91 * flys/issue173 Fixed broken gauge determination in calculation 4. | |
92 | |
93 * flys/issue174 Repaired broken upper margin between chart data and | |
94 chart border in longitudinal section charts. | |
95 | |
96 * Added missing "Corrected W" facet for results of calculation 4. | |
97 | |
98 * Map datasets in duration curve charts to the correct axes. | |
99 | |
100 * Fixed broken XPath to detect output modes in an attribute document of | |
101 a Collection. | |
102 | |
103 * Feed operation will no longer save data if the validation of the given | |
104 values failed. | |
105 | |
106 | |
107 | |
1 2011-05-19 RELEASE 2.3.1 | 108 2011-05-19 RELEASE 2.3.1 |
2 | 109 |
3 NEW: | 110 NEW: |
4 | 111 |
5 * New export format for waterlevels: WST. | 112 * New export format for waterlevels: WST. |