Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 613:471ca61b83b5
#165 Set the max length of project names to 50 characters.
flys-client/trunk@2228 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 24 Jun 2011 11:19:35 +0000 |
parents | e59f2569558e |
children | 80626c4a5bbf |
comparison
equal
deleted
inserted
replaced
612:e59f2569558e | 613:471ca61b83b5 |
---|---|
1 2011-06-24 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue165 (Projektliste: Einige Auffälligkeiten nach Neuimplementierung) | |
4 | |
5 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: | |
6 Set the maximal length of project names to 50 characters. If the name, | |
7 entered by the user, is longer than this max value, it is not saved to | |
8 artifact server and the old name is displayed again. | |
9 | |
10 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
11 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
12 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties, | |
13 src/main/java/de/intevation/flys/client/client/FLYSConstants.java: | |
14 Added warning message for too long project names. | |
15 | |
1 2011-06-24 Ingo Weinzierl <ingo@intevation.de> | 16 2011-06-24 Ingo Weinzierl <ingo@intevation.de> |
2 | 17 |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: | 18 * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: |
4 The "zoom-to-max-extent" button will have the effect that no zoom values | 19 The "zoom-to-max-extent" button will have the effect that no zoom values |
5 are transfered to the server. | 20 are transfered to the server. |