Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 993:9b126bceb0b2
gnv/issue219: Added rendering of direct links.
gnv/trunk@1194 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 10 Jun 2010 22:01:23 +0000 |
parents | 9ff116474e7b |
children | 541ff0db1b12 |
comparison
equal
deleted
inserted
replaced
992:9ff116474e7b | 993:9b126bceb0b2 |
---|---|
1 2010-06-10 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 Issue 219 | |
4 | |
5 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java: | |
6 Broke over long line. | |
7 | |
8 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: Fed | |
9 more parameters into XSL transformation to allow better form rendering. | |
10 | |
11 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java: | |
12 use explicit boolean to indicate that we are still able to advance. | |
13 | |
14 * src/main/java/de/intevation/gnv/util/XSLTransformer.java: Removed | |
15 stupid initial size of hash map. | |
16 | |
17 * src/main/webapp/styles/gnv.css: Added style to render direct | |
18 links to look like buttons. | |
19 | |
20 * src/main/webapp/WEB-INF/config/struts-config.xml: Added a few | |
21 forwards. The log is full of unresolvable forwards. TODO: This | |
22 needs to be checked and is not a problem introduced by direct | |
23 link feature. | |
24 | |
25 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Render | |
26 the direct links if there are less than six item in a single | |
27 select list. | |
28 | |
29 * src/main/webapp/WEB-INF/jsp/index.jsp: Cleanup a bit. Removed | |
30 form rendering here and moved it into the dynamic XSL transformation. | |
31 | |
1 2010-06-10 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 32 2010-06-10 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 33 |
3 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: Removed some | 34 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: Removed some |
4 code for testing that have been commited by mistaken. | 35 code for testing that have been commited by mistaken. |
5 | 36 |