Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 1002:b1eea43ba133
Second attempt to apply redirect link patch.
gnv/trunk@1206 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 13 Jun 2010 16:28:37 +0000 |
parents | ebc3d018af6a |
children | cf5ab5eaeb46 |
comparison
equal
deleted
inserted
replaced
1001:ebc3d018af6a | 1002:b1eea43ba133 |
---|---|
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-11 Tim Englich <tim.englich@intevation.de> | 32 2010-06-11 Tim Englich <tim.englich@intevation.de> |
2 | 33 |
3 Issue278 | 34 Issue278 |
4 | 35 |
5 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java: | 36 * src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java: |