Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1490:15b4bc8eede0
#302 Improved input validation in WQ panels.
flys-client/trunk@3576 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 03 Jan 2012 13:27:14 +0000 |
parents | 03649eb8933a |
children | 2a00f4849738 |
comparison
equal
deleted
inserted
replaced
1489:03649eb8933a | 1490:15b4bc8eede0 |
---|---|
1 2012-01-02 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue302 (Uncaught exception wenn bei Wasserspiegellage-Berechnung kein W/Q angegeben wird) | |
4 | |
5 * src/main/java/de/intevation/flys/client/client/ui/DoubleRangePanel.java: | |
6 Catch a NumberFormatException in validateForm() and return in such cases | |
7 false for an invalid DoubleRangePanel. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java: Catch | |
10 NullPointerExceptions when fetching from, to and step values from | |
11 DoubleRangePanel. Use DoubleRangePanel.validateForm() (with no parameters) | |
12 to validate the DoubleRangePanel correctly. | |
13 | |
14 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
15 src/main/java/de/intevation/flys/client/client/FLYSConstants.java, | |
16 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
17 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: | |
18 Added errors/warnings. | |
19 | |
1 2012-01-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 20 2012-01-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 21 |
3 Added and fixed translations of theme style properties. | 22 Added and fixed translations of theme style properties. |
4 | 23 |
5 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | 24 * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, |