Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 314:6f72e335e2c9
Added ChangeLog entry from last commit.
gnv-artifacts/trunk@372 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 26 Nov 2009 08:45:04 +0000 |
parents | 19fbd03544ea |
children | 63f8b3fb7d9a |
comparison
equal
deleted
inserted
replaced
313:7b4e2f80cba2 | 314:6f72e335e2c9 |
---|---|
1 2009-11-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/artifacts/ressource/RessourceFactory.java: | |
4 New method getLocales() which returns an array of locales which are | |
5 supported by the server. | |
6 | |
7 * src/main/resources/lang/lang.conf: Config-file for supported languages. | |
8 The resource bundles for localized text should be configured here. It is | |
9 used to determine the best locale regarding the supported locales by | |
10 server and browser. | |
11 | |
1 2009-11-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 12 2009-11-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/gnv/chart/TimeSeriesChart.java: Override | 14 * src/main/java/de/intevation/gnv/chart/TimeSeriesChart.java: Override |
4 method generateChart to instantiate TimeSeries charts instead of XY | 15 method generateChart to instantiate TimeSeries charts instead of XY |
5 charts. Before these changes, timeseries charts did not have a valid date | 16 charts. Before these changes, timeseries charts did not have a valid date |