Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 127:21d791e21aca
Introduced a state to select the calculation mode.
flys-artifacts/trunk@1467 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 14 Mar 2011 15:47:10 +0000 |
parents | b18aebd1342f |
children | 206312c2aa76 |
comparison
equal
deleted
inserted
replaced
126:b18aebd1342f | 127:21d791e21aca |
---|---|
1 2011-03-14 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/artifacts/winfo.xml: Modified the winfo states. | |
4 | |
5 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: Adapted | |
6 the artifact regarding the changes of the last commit. The states | |
7 describe() method creates the dynamic UI node - the artifact needs to | |
8 apply this node. | |
9 | |
10 * src/main/java/de/intevation/flys/artifacts/states/CalculationSelect.java: | |
11 New. The state for choosing the calculation mode. | |
12 | |
13 * src/main/resources/messages.properties, | |
14 src/main/resources/messages_en.properties, | |
15 src/main/resources/messages_de.properties: Added i18n strings for the | |
16 calculation mode state. | |
17 | |
1 2011-03-14 Ingo Weinzierl <ingo@intevation.de> | 18 2011-03-14 Ingo Weinzierl <ingo@intevation.de> |
2 | 19 |
3 * src/main/java/de/intevation/flys/artifacts/states/DefaultState.java: | 20 * src/main/java/de/intevation/flys/artifacts/states/DefaultState.java: |
4 New. This is the base state for the FLYS application. It provides a | 21 New. This is the base state for the FLYS application. It provides a |
5 method that creates the dynamic ui node for the DESCRIBE. | 22 method that creates the dynamic ui node for the DESCRIBE. |