Mercurial > dive4elements > gnv-client
comparison gnv/Changes @ 293:6b0ef2324d02
Release 0.3
gnv/trunk@458 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 17 Dec 2009 18:28:20 +0000 |
parents | 6cf73f5ea4a9 |
children | 9f4a0b990d27 |
comparison
equal
deleted
inserted
replaced
292:419e47efaba5 | 293:6b0ef2324d02 |
---|---|
1 2009-12-17 RELEASE 0.3 | |
2 | |
3 New: | |
4 | |
5 * Support for WKT line strings in GUI in form of text fields. | |
6 * Added control for boolean values. | |
7 * Litte demo WKT line string via Javascrip to demonstrate | |
8 new WKT option. | |
9 * Drawing of diagrams is to be triggeres explicitly now. | |
10 * Added options to export diagrams as PDF and SVG. | |
11 * Little info about running version. | |
12 | |
13 Fixed: | |
14 | |
15 * Various i18n messages (Issue 129) | |
16 * Removed some redundancy from the Tomcat configuration (Issue 109) | |
17 * Some communication problems with the artifact database server. | |
18 | |
1 2009-11-13 RELEASE 0.2 | 19 2009-11-13 RELEASE 0.2 |
2 | 20 |
3 New: | 21 New: |
4 | 22 |
5 * Enable client for multi-instances in the same browser by using | 23 * Enable client for multi-instances in the same browser by using |
6 SessionIDs | 24 SessionIDs |
7 | 25 |
8 * Added support for all FIS | 26 * Added support for all FIS |
9 | 27 * Added support for skipping transition steps |
10 * Added support for skipping transition steps | 28 * Added support for CSV and ODV formats via a common mechanism |
11 | 29 * Updated to a newer version of RESTlet API |
12 * Added support for CSV and ODV formats via a common mechanism | 30 * Added first documentation for configuration |
13 | |
14 * Updated to a newer version of RESTlet API | |
15 | |
16 * Added first documentation for configuration | |
17 | 31 |
18 | 32 |
19 2009-10-07 RELEASE 0.1 | 33 2009-10-07 RELEASE 0.1 |
20 | 34 |
21 New: | 35 New: |
22 | 36 |
23 * Initial Struts 1.x based Web-Client for the REST based | 37 * Initial Struts 1.x based Web-Client for the REST based |
24 artifact database. | 38 artifact database. |
25 | 39 |
26 * UI mainly inspired by the prototype from conterra. | 40 * UI mainly inspired by the prototype from conterra. |
27 | 41 |
28 * It implements a runtime system for working with artifacts | 42 * It implements a runtime system for working with artifacts |
29 by storing a client side proxy model in the session of | 43 by storing a client side proxy model in the session of |
30 the servlet context. The workflow is completely controlled | 44 the servlet context. The workflow is completely controlled |
31 by the artifact living in the artifact database. | 45 by the artifact living in the artifact database. |
32 | 46 |
33 * The input forms are generated by XSL transformation from | 47 * The input forms are generated by XSL transformation from |
34 the 'describe' output of the artifact. | 48 the 'describe' output of the artifact. |
35 | 49 |
36 * Output is rendered as PNG, downloadable PNGs, CSV and | 50 * Output is rendered as PNG, downloadable PNGs, CSV and |
37 statistics all produced serverside in the artifact database. | 51 statistics all produced serverside in the artifact database. |
38 | 52 |
39 * i18n/i10n is done by Struts and broadcasted via REST to | 53 * i18n/i10n is done by Struts and broadcasted via REST to |
40 the REST beased artifact database. Supported languages: | 54 the REST beased artifact database. Supported languages: |
41 German and English | 55 German and English |
42 | 56 |
43 * The connection to the REST server is configure in web.xml | 57 * The connection to the REST server is configure in web.xml |
44 default: http://localhost:8181 | 58 default: http://localhost:8181 |