Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 2513:89814cc6e922
Fix issue652: spinner input.
flys-client/trunk@4371 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 09 May 2012 21:44:54 +0000 |
parents | 1aa6aec70b97 |
children | 902526c9efd4 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed May 09 20:07:22 2012 +0000 +++ b/flys-client/ChangeLog Wed May 09 21:44:54 2012 +0000 @@ -1,3 +1,18 @@ +2012-05-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + issue652: Empty spinner leads to exception. + + * src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java: + Employ ValueFormatter and ValueParser to respect locale and stabilize. + +2012-05-09 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * src/main/java/de/intevation/flys/client/client/FLYSConstants.java, + src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: + Added i18n strings for showmiddleheight theme property strings. + 2012-05-09 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/webapp/WEB-INF/config.yaml: Simplified config. Still ugly.