comparison flys-artifacts/ChangeLog @ 1647:103205742e02

Fixed whitespace usage in ChangeLog. flys-artifacts/trunk@2834 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 27 Sep 2011 10:18:06 +0000
parents 614ffddb860e
children d1d6fd8cfbb2
comparison
equal deleted inserted replaced
1646:614ffddb860e 1647:103205742e02
1 2011-09-27 Sascha L. Teichmann <sascha.teichmann@intevation.de>
2
3 * ChangeLog: Fixed whitespace usage.
4
1 2011-09-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> 5 2011-09-27 Sascha L. Teichmann <sascha.teichmann@intevation.de>
2 6
3 * src/main/java/de/intevation/flys/artifacts/services/RiverService.java, 7 * src/main/java/de/intevation/flys/artifacts/services/RiverService.java,
4 src/main/java/de/intevation/flys/artifacts/math/DifferenceCurveFacet.java 8 src/main/java/de/intevation/flys/artifacts/math/DifferenceCurveFacet.java
5 src/main/java/de/intevation/flys/artifacts/model/ManagedDomFacet.java, 9 src/main/java/de/intevation/flys/artifacts/model/ManagedDomFacet.java,
24 * doc/conf/cache.xml: Number of cached annotations was much 28 * doc/conf/cache.xml: Number of cached annotations was much
25 to low. 29 to low.
26 30
27 2011-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> 31 2011-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de>
28 32
29 Improved w-differences diagram generation where multiple differences 33 Improved w-differences diagram generation where multiple differences
30 can be shown. 34 can be shown.
31 35
32 * src/main/java/de/intevation/flys/artifacts/math/DifferenceCurveFacet.java: 36 * src/main/java/de/intevation/flys/artifacts/math/DifferenceCurveFacet.java:
33 New facet type. 37 New facet type.
34 38
35 * src/main/java/de/intevation/flys/artifacts/states/WDifferencesState.java: 39 * src/main/java/de/intevation/flys/artifacts/states/WDifferencesState.java:
53 * src/main/java/de/intevation/flys/utils/GeometryUtils.java: New function 57 * src/main/java/de/intevation/flys/utils/GeometryUtils.java: New function
54 that creates the OpenLayers bounding box based on two Geometries. 58 that creates the OpenLayers bounding box based on two Geometries.
55 59
56 2011-09-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> 60 2011-09-26 Felix Wolfsteller <felix.wolfsteller@intevation.de>
57 61
58 Improved w-differences diagram generation with included "absolute" 62 Improved w-differences diagram generation with included "absolute"
59 values. 63 values.
60 64
61 * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java: 65 * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java:
62 Fixed one (of two) incorrect labels. 66 Fixed one (of two) incorrect labels.
63 (doWaterlevelOut): Survive non-found gauge, fetch kilometer and w 67 (doWaterlevelOut): Survive non-found gauge, fetch kilometer and w
64 instead of values for w and q. 68 instead of values for w and q.
65 69
66 2011-09-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> 70 2011-09-26 Felix Wolfsteller <felix.wolfsteller@intevation.de>
67 71
68 Add positional-conflict-awareness when merging Facets for a 72 Add positional-conflict-awareness when merging Facets for a
69 FLYSArtifactCollection. First come first serve. 73 FLYSArtifactCollection. First come first serve.
70 74
71 * src/main/java/de/intevation/flys/collections/AttributeWriter.java: 75 * src/main/java/de/intevation/flys/collections/AttributeWriter.java:
72 (writeFacets): First, sort incoming facets into 2 groups: 76 (writeFacets): First, sort incoming facets into 2 groups:
73 "genuinely new" and "already there", then for each new check 77 "genuinely new" and "already there", then for each new check
74 whether the position is already taken. If so, push "up" (position++) 78 whether the position is already taken. If so, push "up" (position++)
87 src/main/resources/messages_de.properties: Added strings for the wsplgen 91 src/main/resources/messages_de.properties: Added strings for the wsplgen
88 and barriers WMS layers. 92 and barriers WMS layers.
89 93
90 2011-09-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> 94 2011-09-26 Felix Wolfsteller <felix.wolfsteller@intevation.de>
91 95
92 Fix (revert) access to position in ManagedDomFacet. 96 Fix (revert) access to position in ManagedDomFacet.
93 97
94 * src/main/java/de/intevation/flys/artifacts/model/ManagedDomFacet.java: 98 * src/main/java/de/intevation/flys/artifacts/model/ManagedDomFacet.java:
95 (getPosition): Do not add prefix when querying position ("pos") 99 (getPosition): Do not add prefix when querying position ("pos")
96 attribute, add a logger for faster future debugging. 100 attribute, add a logger for faster future debugging.
97 101
98 2011-09-23 Felix Wolfsteller <felix.wolfsteller@intevation.de> 102 2011-09-23 Felix Wolfsteller <felix.wolfsteller@intevation.de>
99 103
100 Squash positional conflict-bug. 104 Squash positional conflict-bug.
101 105
102 * src/main/java/de/intevation/flys/collections/AttributeWriter.java: 106 * src/main/java/de/intevation/flys/collections/AttributeWriter.java:
103 (mergeFacets): Removed, replaced in parts by pickFacet. 107 (mergeFacets): Removed, replaced in parts by pickFacet.
104 (pickFacet): New, return facet to be added to document. 108 (pickFacet): New, return facet to be added to document.
105 Documentation added. 109 Documentation added.
106 110
107 2011-09-23 Felix Wolfsteller <felix.wolfsteller@intevation.de> 111 2011-09-23 Felix Wolfsteller <felix.wolfsteller@intevation.de>
108 112
109 Squash a bug about wrongly named "art:pos" attribute in ManagedDomFacet (was 113 Squash a bug about wrongly named "art:pos" attribute in ManagedDomFacet (was
110 "pos"). Added documentation from commit message. 114 "pos"). Added documentation from commit message.
111 115
112 * src/main/java/de/intevation/flys/artifacts/model/ManagedDomFacet.java: 116 * src/main/java/de/intevation/flys/artifacts/model/ManagedDomFacet.java:
113 Added documentation (commit message with minor adjustments). 117 Added documentation (commit message with minor adjustments).
114 (getPosition, setPosition): Include PREFIX in attribute name. 118 (getPosition, setPosition): Include PREFIX in attribute name.
115 119
116 2011-09-23 Felix Wolfsteller <felix.wolfsteller@intevation.de> 120 2011-09-23 Felix Wolfsteller <felix.wolfsteller@intevation.de>
117 121
118 Refactoring, doc. 122 Refactoring, doc.
119 123
120 * src/main/java/de/intevation/flys/collections/AttributeWriter.java: 124 * src/main/java/de/intevation/flys/collections/AttributeWriter.java:
121 (mergeFacets): Removed, replaced in parts by pickFacet. 125 (mergeFacets): Removed, replaced in parts by pickFacet.
122 (pickFacet): New, return facet to be added to document. 126 (pickFacet): New, return facet to be added to document.
123 Documentation added. 127 Documentation added.
124 128
125 2011-09-23 Felix Wolfsteller <felix.wolfsteller@intevation.de> 129 2011-09-23 Felix Wolfsteller <felix.wolfsteller@intevation.de>
126 130
127 Cosmetics, docs. 131 Cosmetics, docs.
128 132
129 * src/main/java/de/intevation/flys/collections/AttributeWriter.java: 133 * src/main/java/de/intevation/flys/collections/AttributeWriter.java:
130 Documentation added. 134 Documentation added.
131 135
132 2011-09-22 Ingo Weinzierl <ingo@intevation.de> 136 2011-09-22 Ingo Weinzierl <ingo@intevation.de>
170 new method validateBounds() which really just validates a boundary 174 new method validateBounds() which really just validates a boundary
171 without "step" parameter. 175 without "step" parameter.
172 176
173 2011-09-21 Felix Wolfsteller <felix.wolfsteller@intevation.de> 177 2011-09-21 Felix Wolfsteller <felix.wolfsteller@intevation.de>
174 178
175 Added WaterlevelArtifact to accompany WINFOArtifacts in WDifferencesPlots. 179 Added WaterlevelArtifact to accompany WINFOArtifacts in WDifferencesPlots.
176 180
177 * src/main/java/de/intevation/flys/artifacts/WaterlevelArtifact.java: 181 * src/main/java/de/intevation/flys/artifacts/WaterlevelArtifact.java:
178 New WaterlevelArtifact. 182 New WaterlevelArtifact.
179 183
180 * doc/conf/conf.xml: 184 * doc/conf/conf.xml:
187 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelInfoState.java: 191 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelInfoState.java:
188 New, only state for WaterlevelArtifact. 192 New, only state for WaterlevelArtifact.
189 193
190 2011-09-21 Felix Wolfsteller <felix.wolfsteller@intevation.de> 194 2011-09-21 Felix Wolfsteller <felix.wolfsteller@intevation.de>
191 195
192 Cosmetics, docs. 196 Cosmetics, docs.
193 197
194 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java, 198 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java,
195 src/main/java/de/intevation/flys/collections/AttributeWriter.java, 199 src/main/java/de/intevation/flys/collections/AttributeWriter.java,
196 src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: 200 src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java:
197 Cosmetics, documentation. 201 Cosmetics, documentation.
198 202
199 2011-09-21 Felix Wolfsteller <felix.wolfsteller@intevation.de> 203 2011-09-21 Felix Wolfsteller <felix.wolfsteller@intevation.de>
200 204
201 Added WaterlevelOut-processing ability to WDifferencesCurveGenerator. 205 Added WaterlevelOut-processing ability to WDifferencesCurveGenerator.
202 206
203 * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java: 207 * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java:
204 Process LONGITUDINAL_W facets. 208 Process LONGITUDINAL_W facets.
205 209
206 2011-09-21 Felix Wolfsteller <felix.wolfsteller@intevation.de> 210 2011-09-21 Felix Wolfsteller <felix.wolfsteller@intevation.de>
207 211
208 Improved WDifferenceState in preparation to be able to deal with multiple 212 Improved WDifferenceState in preparation to be able to deal with multiple
209 pairs for differences. 213 pairs for differences.
210 214
211 * src/main/java/de/intevation/flys/artifacts/states/WDifferencesState.java: 215 * src/main/java/de/intevation/flys/artifacts/states/WDifferencesState.java:
212 Prepare multiple-pairs-case. 216 Prepare multiple-pairs-case.
213 217
214 2011-09-21 Ingo Weinzierl <ingo@intevation.de> 218 2011-09-21 Ingo Weinzierl <ingo@intevation.de>
221 * src/main/java/de/intevation/flys/artifacts/states/DistanceOnlySelect.java: 225 * src/main/java/de/intevation/flys/artifacts/states/DistanceOnlySelect.java:
222 New. The state which is used to enter a km range with step width. 226 New. The state which is used to enter a km range with step width.
223 227
224 2011-09-21 Felix Wolfsteller <felix.wolfsteller@intevation.de> 228 2011-09-21 Felix Wolfsteller <felix.wolfsteller@intevation.de>
225 229
226 Cosmetics, improved debug output, doc. 230 Cosmetics, improved debug output, doc.
227 231
228 * src/main/java/de/intevation/flys/artifacts/datacage/Datacage.java: 232 * src/main/java/de/intevation/flys/artifacts/datacage/Datacage.java:
229 Improved debug output. 233 Improved debug output.
230 234
231 * src/main/java/de/intevation/flys/artifacts/model/ManagedFacet.java: 235 * src/main/java/de/intevation/flys/artifacts/model/ManagedFacet.java:
238 * src/main/java/de/intevation/flys/collections/AttributeParser.java: 242 * src/main/java/de/intevation/flys/collections/AttributeParser.java:
239 Whitespace cosmetics. 243 Whitespace cosmetics.
240 244
241 2011-09-21 Felix Wolfsteller <felix.wolfsteller@intevation.de> 245 2011-09-21 Felix Wolfsteller <felix.wolfsteller@intevation.de>
242 246
243 Avoid NullPointerException when drawing XYChart without data. 247 Avoid NullPointerException when drawing XYChart without data.
244 248
245 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: 249 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java:
246 Guard calls to dataset to avoid NullPointerException. 250 Guard calls to dataset to avoid NullPointerException.
247 251
248 2011-09-21 Ingo Weinzierl <ingo@intevation.de> 252 2011-09-21 Ingo Weinzierl <ingo@intevation.de>
290 * doc/conf/meta-data.xml: Added a section for DEMs to the floodmap 294 * doc/conf/meta-data.xml: Added a section for DEMs to the floodmap
291 section. 295 section.
292 296
293 2011-09-16 Felix Wolfsteller <felix.wolfsteller@intevation.de> 297 2011-09-16 Felix Wolfsteller <felix.wolfsteller@intevation.de>
294 298
295 Fix build. 299 Fix build.
296 300
297 * src/main/java/de/intevation/flys/artifacts/state/WDifferencesState.java: 301 * src/main/java/de/intevation/flys/artifacts/state/WDifferencesState.java:
298 Fix build. 302 Fix build.
299 303
300 2011-09-16 Felix Wolfsteller <felix.wolfsteller@intevation.de> 304 2011-09-16 Felix Wolfsteller <felix.wolfsteller@intevation.de>
301 305
302 Take a given WaterlevelPair-String, load artifact and plot the diff. 306 Take a given WaterlevelPair-String, load artifact and plot the diff.
303 307
304 * src/main/java/de/intevation/flys/artifacts/state/WDifferencesState.java: 308 * src/main/java/de/intevation/flys/artifacts/state/WDifferencesState.java:
305 Load correct artifacts. 309 Load correct artifacts.
306 310
307 2011-09-16 Bjoern Schilberg <bjoern.schilberg@intevation.de> 311 2011-09-16 Bjoern Schilberg <bjoern.schilberg@intevation.de>
383 from ArtifactDatabase properly. Write better error logs if that process 387 from ArtifactDatabase properly. Write better error logs if that process
384 fails. 388 fails.
385 389
386 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> 390 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de>
387 391
388 Extend WDifferences branch to have calculations in dedicated, new state. 392 Extend WDifferences branch to have calculations in dedicated, new state.
389 393
390 * doc/conf/artifacts/winfo.xml: Added new State and Transition in 394 * doc/conf/artifacts/winfo.xml: Added new State and Transition in
391 WDifferences-branch. 395 WDifferences-branch.
392 396
393 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelPairSelectState.java: 397 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelPairSelectState.java:
413 * src/main/java/de/intevation/flys/collections/AttributeWriter.java: Merge 417 * src/main/java/de/intevation/flys/collections/AttributeWriter.java: Merge
414 facets only if their name AND their owner artifact are equal. 418 facets only if their name AND their owner artifact are equal.
415 419
416 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> 420 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de>
417 421
418 Partial Fix flys/issue304 (3) (Baseline). 422 Partial Fix flys/issue304 (3) (Baseline).
419 423
420 * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java: 424 * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java:
421 Show Baseline in WDifferencesPlot. 425 Show Baseline in WDifferencesPlot.
422 426
423 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> 427 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de>
424 428
425 Fix flys/issue310 (cross-section theme). 429 Fix flys/issue310 (cross-section theme).
426 430
427 * doc/conf/themes.xml: CrossSection-Themes: profile thin, water blue. 431 * doc/conf/themes.xml: CrossSection-Themes: profile thin, water blue.
428 432
429 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de> 433 2011-09-14 Felix Wolfsteller <felix.wolfsteller@intevation.de>
430 434
431 Fix flys/issue310 (cross-section theme). 435 Fix flys/issue310 (cross-section theme).
432 436
433 * doc/conf/themes.xml: CrossSection-Themes: profile thin, water blue. 437 * doc/conf/themes.xml: CrossSection-Themes: profile thin, water blue.
434 438
435 2011-09-13 Ingo Weinzierl <ingo@intevation.de> 439 2011-09-13 Ingo Weinzierl <ingo@intevation.de>
436 440
444 src/main/resources/messages_de.properties: Added error messages for 448 src/main/resources/messages_de.properties: Added error messages for
445 WSPLGEN job creation errors. 449 WSPLGEN job creation errors.
446 450
447 2011-09-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> 451 2011-09-13 Felix Wolfsteller <felix.wolfsteller@intevation.de>
448 452
449 Fix crash when drawing StickyAxisAnnotation when no range was given. 453 Fix crash when drawing StickyAxisAnnotation when no range was given.
450 User-directed issues remain ( flys/issue303 ). 454 User-directed issues remain ( flys/issue303 ).
451 455
452 * src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java 456 * src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java
453 (draw): 457 (draw):
454 Guard access to domainAxis, rangeAxis and the corresponding ranges. 458 Guard access to domainAxis, rangeAxis and the corresponding ranges.
455 Warn and exit if any was null. 459 Warn and exit if any was null.
486 calculation has been added to the scheduler AND if there are digitized 490 calculation has been added to the scheduler AND if there are digitized
487 geometries existing. 491 geometries existing.
488 492
489 2011-09-12 Felix Wolfsteller <felix.wolfsteller@intevation.de> 493 2011-09-12 Felix Wolfsteller <felix.wolfsteller@intevation.de>
490 494
491 Copied and slightly modified implementation of guessWaterIncreasing from 495 Copied and slightly modified implementation of guessWaterIncreasing from
492 WQKms to (new) DataUtils. Accidentally commited usage in last commit, to 496 WQKms to (new) DataUtils. Accidentally commited usage in last commit, to
493 correct orientation of diagram (invert x axis). 497 correct orientation of diagram (invert x axis).
494 498
495 * src/main/java/de/intevation/flys/utils/DataUtils.java: 499 * src/main/java/de/intevation/flys/utils/DataUtils.java:
496 New file with guessWaterIncreasing implementation from WQKms, 500 New file with guessWaterIncreasing implementation from WQKms,
497 slightly adjusted. 501 slightly adjusted.
498 502
499 2011-09-12 Felix Wolfsteller <felix.wolfsteller@intevation.de> 503 2011-09-12 Felix Wolfsteller <felix.wolfsteller@intevation.de>
500 504
501 Cosmetics. 505 Cosmetics.
502 506
503 * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java, 507 * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java,
504 src/main/java/de/intevation/flys/artifacts/model/WKmsImpl.java: 508 src/main/java/de/intevation/flys/artifacts/model/WKmsImpl.java:
505 Cosmetics. 509 Cosmetics.
506 510
507 2011-09-12 Felix Wolfsteller <felix.wolfsteller@intevation.de> 511 2011-09-12 Felix Wolfsteller <felix.wolfsteller@intevation.de>
508 512
509 Added CSV Export for W-Differences. 513 Added CSV Export for W-Differences.
510 514
511 * doc/conf/conf.xml: Added Exporter. 515 * doc/conf/conf.xml: Added Exporter.
512 516
513 * doc/conf/artifacts/winfo.xml: Removed transition over distances 517 * doc/conf/artifacts/winfo.xml: Removed transition over distances
514 state, added export outputmode and facet. 518 state, added export outputmode and facet.
566 status message and progress information into the DESCRIBE if the 570 status message and progress information into the DESCRIBE if the
567 Artifact has started a background process. 571 Artifact has started a background process.
568 572
569 2011-09-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> 573 2011-09-09 Felix Wolfsteller <felix.wolfsteller@intevation.de>
570 574
571 Fix flys/issue280 . 575 Fix flys/issue280 .
572 576
573 * src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java: 577 * src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java:
574 Do not draw boxes around annotations. 578 Do not draw boxes around annotations.
575 579
576 2011-09-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> 580 2011-09-09 Felix Wolfsteller <felix.wolfsteller@intevation.de>
577 581
578 Fix flys/issue279 . 582 Fix flys/issue279 .
579 583
580 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: 584 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java:
581 Fix behaviour in various thinkable malconditions. 585 Fix behaviour in various thinkable malconditions.
582 586
583 2011-09-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> 587 2011-09-09 Felix Wolfsteller <felix.wolfsteller@intevation.de>

http://dive4elements.wald.intevation.org