Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 488:d265f5dc2979
Appended the selected fis to the describe document.
gnv-artifacts/trunk@564 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 18 Jan 2010 13:43:50 +0000 |
parents | 9da25f0c5962 |
children | 3784cf498ab7 |
comparison
equal
deleted
inserted
replaced
487:9da25f0c5962 | 488:d265f5dc2979 |
---|---|
1 2010-01-18 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/artifacts/GNVDefaultArtifact.java: | |
4 Implements a single method to append the selected fis to ui's static part. | |
5 | |
6 * src/main/java/de/intevation/gnv/artifacts/fis/SelectProductArtifact.java, | |
7 src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java: Inherit | |
8 from GNVDefaultArtifact to append the selected fis to static part of the | |
9 describe document. | |
10 | |
11 * src/main/java/de/intevation/gnv/state/StateBase.java: Do not create static | |
12 and dynamic nodes of the user interface any longer - fetch these nodes via | |
13 xpath expression. The creation of these nodes takes place in the artifact | |
14 itself. | |
15 | |
16 * src/main/resources/lang/artifactMessages.properties, | |
17 src/main/resources/lang/artifactMessages_de_DE.properties, | |
18 src/main/resources/lang/artifactMessages_en.properties, | |
19 src/main/resources/lang/artifactMessages_de.propertie: Added label for | |
20 fis. | |
21 | |
1 2010-01-18 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 22 2010-01-18 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 23 |
3 * ChangeLog: Fixed indention. | 24 * ChangeLog: Fixed indention. |
4 | 25 |
5 2010-01-18 Tim Englich <tim.englich@intevation.de> | 26 2010-01-18 Tim Englich <tim.englich@intevation.de> |