Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 2494:88b51e6e0334
Issue 657.
Added UI and service for shapefile upload.
flys-client/trunk@4294 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 25 Apr 2012 07:58:58 +0000 |
parents | f905c936ffff |
children | d0066abb025c |
comparison
equal
deleted
inserted
replaced
2493:f905c936ffff | 2494:88b51e6e0334 |
---|---|
1 2012-04-25 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 Issue 657. | |
4 | |
5 * src/main/java/de/intevation/flys/client/server/FileUploadServiceImpl.java: | |
6 New. Service to upload a base64 encoded file embedded in xml structure. | |
7 | |
8 * src/main/java/de/intevation/flys/client/client/ui/DigitizePanel.java: | |
9 Added upload form to the UI. | |
10 | |
11 * src/main/webapp/WEB-INF/web.xml: | |
12 Registered new servlet and added mapping. | |
13 | |
14 * pom.xml: | |
15 Added dependency apache commons fileupload. | |
16 | |
17 * src/main/java/de/intevation/flys/client/client/FLYSConstants.java, | |
18 src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, | |
19 src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, | |
20 src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: | |
21 Added i18n strings. | |
22 | |
1 2012-04-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 23 2012-04-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 24 |
3 * src/main/java/de/intevation/flys/client/server/FixingsKMChartServiceImpl.java: | 25 * src/main/java/de/intevation/flys/client/server/FixingsKMChartServiceImpl.java: |
4 Use the XSL transform to render the overview. | 26 Use the XSL transform to render the overview. |
5 | 27 |