# HG changeset patch # User Ingo Weinzierl # Date 1305285895 0 # Node ID 2586149b99349592de39744ed2a844da751904bc # Parent 0fa8bf8a229526751d30bdb88a53f2fbaeb13b83 Prepared Changes for the upcoming release 2.3. flys-client/trunk@1922 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 0fa8bf8a2295 -r 2586149b9934 flys-client/ChangeLog --- a/flys-client/ChangeLog Fri May 13 09:06:13 2011 +0000 +++ b/flys-client/ChangeLog Fri May 13 11:24:55 2011 +0000 @@ -1,3 +1,8 @@ +2011-05-13 Ingo Weinzierl + + * Changes: Prepared Changes for the upcoming release 2.3 - see Changes + file to get to know about the change of version number. + 2011-05-12 Sascha L. Teichmann * src/main/java/de/intevation/flys/client/server/meta/Converter.java: diff -r 0fa8bf8a2295 -r 2586149b9934 flys-client/Changes --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/flys-client/Changes Fri May 13 11:24:55 2011 +0000 @@ -0,0 +1,45 @@ +2011-05-13 RELEASE 2.3 + + NEW: + + * Initial GWT/Ajax based Web-Client for the REST based artifact system: + - Renderer for states specific for WINFO artifact + - Panels for W/Q selection + - Panels for Range selection + - Chart panels for chart output creation + - Export panels that provides download links for exporting computation + data + - Project list displays former projects that might be opened by + double click + - Datacage (dt. 'Datenkorb') UI that displays loadable data for charts + + * RPC-services enable data exchange between client and server + + * Connection settings are configured in config.xml + + * I18N is splitted into two parts and support English and German: + - GUI elements are translated using the GWT i18n mechanism + - Information/data served by the artifact system is translated by the + artifact server + + + LIMITATIONS: + + * Language switch drops the current session + + * Charts served by the artifact system are rendered as PNG only + + * Theme control for charts is not implemented yet. + + * Data served by the datacage can't be added to projects/charts + + + !!! + + The version number of this release depends on an existing desktop variant of + this software that is in version 2.1. + + !!! + + +2011-03-30 RELEASE 0.1