Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 784:7b81d563c8c0
Improved date input validation. A given date needs to be in a specific range (issue212).
gnv-artifacts/trunk@866 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 30 Mar 2010 09:17:53 +0000 |
parents | 3509735619e7 |
children | e764cab8c885 |
comparison
equal
deleted
inserted
replaced
783:3509735619e7 | 784:7b81d563c8c0 |
---|---|
1 2010-03-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue212 (Improved input validation) | |
4 | |
5 * src/main/java/de/intevation/gnv/state/MinMaxDateState.java: Improved date | |
6 input validation. The chosen date needs to be in range between upper and | |
7 lower date, otherwise an error message is displayed and the user needs to | |
8 correct his choice. | |
9 | |
10 * src/main/java/de/intevation/gnv/utils/InputValidator.java: Added a new | |
11 method to validate a given date being in range between an upper and a | |
12 lower date bound. | |
13 | |
14 * src/main/resources/lang/artifactMessages.properties, | |
15 src/main/resources/lang/artifactMessages_de_DE.properties, | |
16 src/main/resources/lang/artifactMessages_en.properties, | |
17 src/main/resources/lang/artifactMessages_de.propertie: Added error | |
18 messages for failures while date validation. | |
19 | |
1 2010-03-29 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 20 2010-03-29 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 21 |
3 Issue192 | 22 Issue192 |
4 | 23 |
5 * src/main/java/de/intevation/gnv/chart/AbstractXYLineChart.java: Added an | 24 * src/main/java/de/intevation/gnv/chart/AbstractXYLineChart.java: Added an |