Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 230:6de435235927
Added error messages that are displayed during the feed operation.
flys-client/trunk@1720 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 18 Apr 2011 13:27:49 +0000 |
parents | 924da6695800 |
children | aa496a344901 |
comparison
equal
deleted
inserted
replaced
229:924da6695800 | 230:6de435235927 |
---|---|
1 2011-04-18 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/StepForwardServiceImpl.java: | |
4 The error key that is provided by the FLYS artifact server is read from | |
5 feed() result document and used to bring up an error popup with an | |
6 translated error message. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
9 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
10 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, | |
11 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: | |
12 Added error messages for the feed operation. | |
13 | |
1 2011-04-14 Ingo Weinzierl <ingo@intevation.de> | 14 2011-04-14 Ingo Weinzierl <ingo@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/flys/client/client/Config.java: | 16 * src/main/java/de/intevation/flys/client/client/Config.java: |
4 A new method returns the name of the current locale now. | 17 A new method returns the name of the current locale now. |
5 | 18 |