Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 4115:0cc2c3d89a9d
#900 Added complete start and end date to the discharge info service and display on in the client side.
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 12 Oct 2012 09:27:18 +0200 |
parents | 61020a61ed38 |
children | 4ffeccc5b5a1 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Oct 11 14:54:10 2012 +0200 +++ b/flys-client/ChangeLog Fri Oct 12 09:27:18 2012 +0200 @@ -1,3 +1,14 @@ +2012-10-12 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/GaugeTimeRangePanel.java: + Parse modified date of discharge curves (adapted date format) and + display date as human readable string instead of milli seconds since + 1970. + + * src/main/java/de/intevation/flys/client/client/ui/range/DischargeInfoDataSource.java: + Set field type from 'INTEGER' to 'TEXT' for start and end date. Is there + no type for LONG?? + 2012-10-09 Christian Lins <christian.lins@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/LinkSelection.java,