Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 3426:e7a67407dea1
Limited the input of time periods in SQ relation calculation to 1.
flys-artifacts/trunk@5082 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 20 Jul 2012 09:34:47 +0000 |
parents | 7babd4e92c8b |
children | 5f47e68a1130 |
comparison
equal
deleted
inserted
replaced
3425:7babd4e92c8b | 3426:e7a67407dea1 |
---|---|
1 2012-07-20 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/artifacts/minfo.xml: Changed the parameters for SQ relation | |
4 period selection; only a single period is allowed now. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/states/PeriodSelect.java: New | |
7 class that allows the selection of a time period. | |
8 | |
9 * src/main/java/de/intevation/flys/artifacts/access/SQRelationAccess.java: | |
10 Reduced support of time periods to a single period. | |
11 | |
12 * src/main/java/de/intevation/flys/artifacts/model/sq/SQRelationCalculation.java: | |
13 Adapted the usage of SQRelationAccess which method signature has | |
14 changed; it returns a single DateRange instance only. | |
15 | |
16 * src/main/resources/messages.properties, | |
17 src/main/resources/messages_de_DE.properties, | |
18 src/main/resources/messages_en.properties, | |
19 src/main/resources/messages_de.properties: Modified the keys of the | |
20 state for SQ relation time period input. | |
21 | |
1 2012-07-20 Ingo Weinzierl <ingo@intevation.de> | 22 2012-07-20 Ingo Weinzierl <ingo@intevation.de> |
2 | 23 |
3 * src/main/java/de/intevation/flys/exports/sq/SQOverviewGenerator.java: | 24 * src/main/java/de/intevation/flys/exports/sq/SQOverviewGenerator.java: |
4 Disabled legends in this overview. | 25 Disabled legends in this overview. |
5 | 26 |