Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 3180:4d5b15049ac2
Fix ChangeLog encoding
flys-artifacts/trunk@4795 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 26 Jun 2012 10:45:33 +0000 |
parents | 436ab826e82b |
children | de67497de5a0 |
comparison
equal
deleted
inserted
replaced
3179:436ab826e82b | 3180:4d5b15049ac2 |
---|---|
1 2012-06-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 1 2012-06-26 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 2 |
3 Minor polish for LegendItem-Aggregation. | 3 Minor polish for LegendItem-Aggregation. |
4 | 4 |
5 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | 5 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: |
6 Define and use static SPACE Shape. | 6 Define and use static SPACE Shape. |
7 | |
8 2012-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
9 | |
10 * src/main/java/de/intevation/flys/artifacts/math/fitting/FunctionFactory.java: | |
11 Register the singletons instead of new objects. | |
12 | |
13 * src/main/java/de/intevation/flys/artifacts/math/fitting/Pow.java, | |
14 src/main/java/de/intevation/flys/artifacts/math/fitting/InvQuad.java, | |
15 src/main/java/de/intevation/flys/artifacts/math/fitting/SQPow.java, | |
16 src/main/java/de/intevation/flys/artifacts/math/fitting/LogLinear.java, | |
17 src/main/java/de/intevation/flys/artifacts/math/fitting/InvPow.java, | |
18 src/main/java/de/intevation/flys/artifacts/math/fitting/InvSQPow.java, | |
19 src/main/java/de/intevation/flys/artifacts/math/fitting/InvLogLinear.java, | |
20 src/main/java/de/intevation/flys/artifacts/math/fitting/Quad.java: | |
21 Link the functions to there inverses via getInverse(). | |
22 | 7 |
23 2012-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 8 2012-06-26 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
24 | 9 |
25 * src/main/java/de/intevation/flys/artifacts/math/fitting/FunctionFactory.java: | 10 * src/main/java/de/intevation/flys/artifacts/math/fitting/FunctionFactory.java: |
26 Register the singletons instead of new objects. | 11 Register the singletons instead of new objects. |
3482 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: | 3467 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: |
3483 Removed superfluous import. | 3468 Removed superfluous import. |
3484 | 3469 |
3485 2012-03-30 Ingo Weinzierl <ingo@intevation.de> | 3470 2012-03-30 Ingo Weinzierl <ingo@intevation.de> |
3486 | 3471 |
3487 flys/issue460 (W-Differenzen: Fr�here Berechnungen aus den Datenkorb werden doppelt geladen) | 3472 flys/issue460 (W-Differenzen: Frühere Berechnungen aus den Datenkorb werden doppelt geladen) |
3488 | 3473 |
3489 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: Removed | 3474 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: Removed |
3490 code to find out all Outputs of this Artifacts. A method getOutputs() | 3475 code to find out all Outputs of this Artifacts. A method getOutputs() |
3491 had been implemented some time ago that does exactly this work. | 3476 had been implemented some time ago that does exactly this work. |
3492 | 3477 |
3549 * doc/conf/artifacts/winfo.xml: | 3534 * doc/conf/artifacts/winfo.xml: |
3550 changed data type from intrange to longrange. | 3535 changed data type from intrange to longrange. |
3551 | 3536 |
3552 2012-03-20 Ingo Weinzierl <ingo@intevation.de> | 3537 2012-03-20 Ingo Weinzierl <ingo@intevation.de> |
3553 | 3538 |
3554 flys/issue544 (Historische ATs: Eingabeunterst�tzung W/Q) | 3539 flys/issue544 (Historische ATs: Eingabeunterstützung W/Q) |
3555 | 3540 |
3556 * src/main/java/de/intevation/flys/artifacts/services/GaugeInfoService.java: | 3541 * src/main/java/de/intevation/flys/artifacts/services/GaugeInfoService.java: |
3557 New service that returns information for gauges based on a specified | 3542 New service that returns information for gauges based on a specified |
3558 river. | 3543 river. |
3559 | 3544 |
3568 * src/main/java/de/intevation/flys/artifacts/model/Calculation6.java: Skip | 3553 * src/main/java/de/intevation/flys/artifacts/model/Calculation6.java: Skip |
3569 DischargeTables that have no time interval set. | 3554 DischargeTables that have no time interval set. |
3570 | 3555 |
3571 2012-03-20 Ingo Weinzierl <ingo@intevation.de> | 3556 2012-03-20 Ingo Weinzierl <ingo@intevation.de> |
3572 | 3557 |
3573 flys/issue146 (In WINFO Diagramm Abflusskurve raus, wenn nicht gew�nscht) | 3558 flys/issue146 (In WINFO Diagramm Abflusskurve raus, wenn nicht gewünscht) |
3574 | 3559 |
3575 * doc/conf/artifacts/winfo.xml: Do not create outputs for discharge curves | 3560 * doc/conf/artifacts/winfo.xml: Do not create outputs for discharge curves |
3576 at gauge any longer. | 3561 at gauge any longer. |
3577 | 3562 |
3578 2012-03-20 Ingo Weinzierl <ingo@intevation.de> | 3563 2012-03-20 Ingo Weinzierl <ingo@intevation.de> |
3579 | 3564 |
3580 flys/issue252 (W-INFO: Wasserspiegellagenberechnung / Mitf�hrung der J�hrlichkeiten in der Diagramm-/Ergbnisausgabe) | 3565 flys/issue252 (W-INFO: Wasserspiegellagenberechnung / Mitführung der Jährlichkeiten in der Diagramm-/Ergbnisausgabe) |
3581 | 3566 |
3582 * src/main/java/de/intevation/flys/exports/WaterlevelExporter.java: Added | 3567 * src/main/java/de/intevation/flys/exports/WaterlevelExporter.java: Added |
3583 the numeric value of a selected named main value to the WST column name. | 3568 the numeric value of a selected named main value to the WST column name. |
3584 | 3569 |
3585 2012-03-16 Ingo Weinzierl <ingo@intevation.de> | 3570 2012-03-16 Ingo Weinzierl <ingo@intevation.de> |
3620 Improved the look of the minimum and maximum shape of a series. They are | 3605 Improved the look of the minimum and maximum shape of a series. They are |
3621 now rectangles with a darker fill color as the line color is. | 3606 now rectangles with a darker fill color as the line color is. |
3622 | 3607 |
3623 2012-03-15 Ingo Weinzierl <ingo@intevation.de> | 3608 2012-03-15 Ingo Weinzierl <ingo@intevation.de> |
3624 | 3609 |
3625 flys/issue522 (W-INFO / Bezugslinienverfahren / Schriftgr��e der Achsenbeschriftung) | 3610 flys/issue522 (W-INFO / Bezugslinienverfahren / Schriftgröße der Achsenbeschriftung) |
3626 | 3611 |
3627 * src/main/java/de/intevation/flys/exports/TimeseriesChartGenerator.java, | 3612 * src/main/java/de/intevation/flys/exports/TimeseriesChartGenerator.java, |
3628 src/main/java/de/intevation/flys/exports/ChartGenerator.java, | 3613 src/main/java/de/intevation/flys/exports/ChartGenerator.java, |
3629 src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Label and | 3614 src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Label and |
3630 tick label fonts for axes will now always be the same. | 3615 tick label fonts for axes will now always be the same. |
3726 * doc/conf/meta-data.xml: Improved datacage configuration to serve | 3711 * doc/conf/meta-data.xml: Improved datacage configuration to serve |
3727 floodmaps. | 3712 floodmaps. |
3728 | 3713 |
3729 2012-03-05 Ingo Weinzierl <ingo@intevation.de> | 3714 2012-03-05 Ingo Weinzierl <ingo@intevation.de> |
3730 | 3715 |
3731 flys/issue566 (�SK: Formalien in der Parametrisierung) | 3716 flys/issue566 (ÜSK: Formalien in der Parametrisierung) |
3732 | 3717 |
3733 * src/main/java/de/intevation/flys/artifacts/states/FloodplainChoice.java: | 3718 * src/main/java/de/intevation/flys/artifacts/states/FloodplainChoice.java: |
3734 Override getLabelFor() method to return better I18N strings for selected | 3719 Override getLabelFor() method to return better I18N strings for selected |
3735 floodplain option. | 3720 floodplain option. |
3736 | 3721 |
4162 * src/main/java/de/intevation/flys/themes/ThemeAccess.java: | 4147 * src/main/java/de/intevation/flys/themes/ThemeAccess.java: |
4163 Parse and apply text rotation field. | 4148 Parse and apply text rotation field. |
4164 | 4149 |
4165 2012-02-13 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 4150 2012-02-13 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
4166 | 4151 |
4167 Partial fix for flys/issue499 (Wasserspiegellagen: Berechnung f�r W frei und Pegel kaputt) | 4152 Partial fix for flys/issue499 (Wasserspiegellagen: Berechnung für W frei und Pegel kaputt) |
4168 There are still validation issue in the client. | 4153 There are still validation issue in the client. |
4169 | 4154 |
4170 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: | 4155 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: |
4171 Fixed state evaluation for "W auf freier Strecke"/"W am Pegel". | 4156 Fixed state evaluation for "W auf freier Strecke"/"W am Pegel". |
4172 There is still an issue in the client with the input validation | 4157 There is still an issue in the client with the input validation |
4396 src/main/java/de/intevation/flys/artifacts/states/ReferenceCurveState.java: | 4381 src/main/java/de/intevation/flys/artifacts/states/ReferenceCurveState.java: |
4397 Pass call context to calculation. | 4382 Pass call context to calculation. |
4398 | 4383 |
4399 2012-02-09 Ingo Weinzierl <ingo@intevation.de> | 4384 2012-02-09 Ingo Weinzierl <ingo@intevation.de> |
4400 | 4385 |
4401 flys/issue485 (Themen k�nnen umgenannt werden, dies wird nicht in der Legende reflektiert) | 4386 flys/issue485 (Themen können umgenannt werden, dies wird nicht in der Legende reflektiert) |
4402 | 4387 |
4403 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | 4388 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: |
4404 Use ArtifactAndFacet.setFacetDescription() to set the description for | 4389 Use ArtifactAndFacet.setFacetDescription() to set the description for |
4405 themes which are stored in the Collection's XML attribute. | 4390 themes which are stored in the Collection's XML attribute. |
4406 | 4391 |
4725 src/main/resources/messages_en.properties, | 4710 src/main/resources/messages_en.properties, |
4726 src/main/resources/messages_de.properties: Fixed key spelling. | 4711 src/main/resources/messages_de.properties: Fixed key spelling. |
4727 | 4712 |
4728 2012-02-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 4713 2012-02-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
4729 | 4714 |
4730 Fix flys/issue478 (Manuelle Punkte: Stil nicht �nderbar). | 4715 Fix flys/issue478 (Manuelle Punkte: Stil nicht änderbar). |
4731 | 4716 |
4732 * doc/conf/themes: Map correct theme to manualpoint themes. | 4717 * doc/conf/themes: Map correct theme to manualpoint themes. |
4733 | 4718 |
4734 2012-02-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 4719 2012-02-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
4735 | 4720 |
6069 | 6054 |
6070 * src/main/java/de/intevation/flys/exports/ChartExportHelper.java: | 6055 * src/main/java/de/intevation/flys/exports/ChartExportHelper.java: |
6071 | 6056 |
6072 2012-01-23 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 6057 2012-01-23 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
6073 | 6058 |
6074 Fix flys/issue395 (SVG/PDF-Export: L�ngsschitt enth�lt keine | 6059 Fix flys/issue395 (SVG/PDF-Export: Längsschitt enthält keine |
6075 Streckenfavoriten.) | 6060 Streckenfavoriten.) |
6076 | 6061 |
6077 * src/main/java/de/intevation/flys/exports/ChartExportHelper.java: | 6062 * src/main/java/de/intevation/flys/exports/ChartExportHelper.java: |
6078 Fix pdf/svg rendering of annotatios, by adding a | 6063 Fix pdf/svg rendering of annotatios, by adding a |
6079 ChartRenderingInfo-object to the chart.draw call. | 6064 ChartRenderingInfo-object to the chart.draw call. |
6635 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: | 6620 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: |
6636 (getCrossSections, getCrossSectionNames): Removed. | 6621 (getCrossSections, getCrossSectionNames): Removed. |
6637 | 6622 |
6638 2011-01-11 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 6623 2011-01-11 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
6639 | 6624 |
6640 flys/issue439 (Streckenfavoriten lassen sich nicht �ber den Datenkorb | 6625 flys/issue439 (Streckenfavoriten lassen sich nicht über den Datenkorb |
6641 hinzuladen) | 6626 hinzuladen) |
6642 | 6627 |
6643 * doc/conf/meta-data.xml: Made Annotations available via datacage | 6628 * doc/conf/meta-data.xml: Made Annotations available via datacage |
6644 in longitudinal section, cosmetics. | 6629 in longitudinal section, cosmetics. |
6645 | 6630 |
6818 * src/main/java/de/intevation/flys/artifacts/services/FLYSService.java: | 6803 * src/main/java/de/intevation/flys/artifacts/services/FLYSService.java: |
6819 Added Override annotation. | 6804 Added Override annotation. |
6820 | 6805 |
6821 2011-01-05 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 6806 2011-01-05 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
6822 | 6807 |
6823 flys/issue432 (Diagrammeigenschaften/Fl�chenrenderer: | 6808 flys/issue432 (Diagrammeigenschaften/Flächenrenderer: |
6824 Legenden-schriftgr��e f�r Fl�chenthemen wird ignoriert) | 6809 Legenden-schriftgröße für Flächenthemen wird ignoriert) |
6825 | 6810 |
6826 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | 6811 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: |
6827 Respect legend item size when generating legend items for | 6812 Respect legend item size when generating legend items for |
6828 area dataseries. | 6813 area dataseries. |
6829 | 6814 |
6863 | 6848 |
6864 * doc/conf/cache.xml: Disable cache for cross-sections. | 6849 * doc/conf/cache.xml: Disable cache for cross-sections. |
6865 | 6850 |
6866 2012-01-05 Ingo Weinzierl <ingo@intevation.de> | 6851 2012-01-05 Ingo Weinzierl <ingo@intevation.de> |
6867 | 6852 |
6868 flys/issue447 (W-Differenzen: Fehler beim Hinzuf�gen einer Parameterisierung) | 6853 flys/issue447 (W-Differenzen: Fehler beim Hinzufügen einer Parameterisierung) |
6869 | 6854 |
6870 * src/main/java/de/intevation/flys/collections/CollectionAttribute.java: | 6855 * src/main/java/de/intevation/flys/collections/CollectionAttribute.java: |
6871 Added a new method cleanEmptyOutputs() which removes Outputs that have | 6856 Added a new method cleanEmptyOutputs() which removes Outputs that have |
6872 no Facets set. | 6857 no Facets set. |
6873 | 6858 |
6875 CollectionAttribute.cleanEmptyOutputs() at the end of write() to remove | 6860 CollectionAttribute.cleanEmptyOutputs() at the end of write() to remove |
6876 empty Outputs that have been added during the merge process. | 6861 empty Outputs that have been added during the merge process. |
6877 | 6862 |
6878 2012-01-05 Ingo Weinzierl <ingo@intevation.de> | 6863 2012-01-05 Ingo Weinzierl <ingo@intevation.de> |
6879 | 6864 |
6880 flys/issue440 (Karte: WSPLGEN Berechnungen f�r Mosel schlagen fehl) | 6865 flys/issue440 (Karte: WSPLGEN Berechnungen für Mosel schlagen fehl) |
6881 | 6866 |
6882 * src/main/java/de/intevation/flys/utils/GeometryUtils.java: Modified the | 6867 * src/main/java/de/intevation/flys/utils/GeometryUtils.java: Modified the |
6883 getRiverBoundary() method because the signature of | 6868 getRiverBoundary() method because the signature of |
6884 RiverAxis.getRiverAxis() has changed. This method will now take each | 6869 RiverAxis.getRiverAxis() has changed. This method will now take each |
6885 geometry into account, that is retrieved by | 6870 geometry into account, that is retrieved by |
7346 (setup): Set cross_section.km to either masters km or the lowest | 7331 (setup): Set cross_section.km to either masters km or the lowest |
7347 defined cross-section line, whatever is bigger. | 7332 defined cross-section line, whatever is bigger. |
7348 | 7333 |
7349 2011-12-21 Ingo Weinzierl <ingo@intevation.de> | 7334 2011-12-21 Ingo Weinzierl <ingo@intevation.de> |
7350 | 7335 |
7351 flys/issue252 (W-INFO: Wasserspiegellagenberechnung / Mitf�hrung der J�hrlichkeiten in der Diagramm-/Ergbnisausgabe) | 7336 flys/issue252 (W-INFO: Wasserspiegellagenberechnung / Mitführung der Jährlichkeiten in der Diagramm-/Ergbnisausgabe) |
7352 | 7337 |
7353 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: Added a function | 7338 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: Added a function |
7354 stripNamedMainValue(). The result of this function is a named main value's | 7339 stripNamedMainValue(). The result of this function is a named main value's |
7355 base name without declaration of a year. | 7340 base name without declaration of a year. |
7356 | 7341 |
7557 * src/main/java/de/intevation/flys/artifacts/states/DischargeLongitudinalSection.java: | 7542 * src/main/java/de/intevation/flys/artifacts/states/DischargeLongitudinalSection.java: |
7558 Use correct variable to create Facet names. | 7543 Use correct variable to create Facet names. |
7559 | 7544 |
7560 2011-12-19 Ingo Weinzierl <ingo@intevation.de> | 7545 2011-12-19 Ingo Weinzierl <ingo@intevation.de> |
7561 | 7546 |
7562 flys/issue380 (W-INFO / �berschwemmungskarte, falsches DGM) | 7547 flys/issue380 (W-INFO / Überschwemmungskarte, falsches DGM) |
7563 | 7548 |
7564 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Added a | 7549 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Added a |
7565 convinience method that returns a parameter of FLYSArtifact as Integer. | 7550 convinience method that returns a parameter of FLYSArtifact as Integer. |
7566 | 7551 |
7567 * src/main/java/de/intevation/flys/artifacts/states/DGMSelect.java: Override | 7552 * src/main/java/de/intevation/flys/artifacts/states/DGMSelect.java: Override |
8112 (includeYRange, mergeRanges): Moved NaN-guard to lowest level. | 8097 (includeYRange, mergeRanges): Moved NaN-guard to lowest level. |
8113 (combineXRanges): Also NaN guard the X Axis extent. | 8098 (combineXRanges): Also NaN guard the X Axis extent. |
8114 | 8099 |
8115 2011-12-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 8100 2011-12-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
8116 | 8101 |
8117 Partial fix for flys/issue420 (Berechnete Abflusskurve: Kein Diagramm f�r | 8102 Partial fix for flys/issue420 (Berechnete Abflusskurve: Kein Diagramm für |
8118 Mosel). Protect axis extent calculation from empty or invalid | 8103 Mosel). Protect axis extent calculation from empty or invalid |
8119 datasets. | 8104 datasets. |
8120 | 8105 |
8121 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | 8106 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: |
8122 (includeRange, includeYRange): Renamed, updated callers. | 8107 (includeRange, includeYRange): Renamed, updated callers. |