Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 168:1ed778ba6153
Unified changelog entries with references to issues
gnv/trunk@341 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Hans Plum <hans.plum@intevation.de> |
---|---|
date | Fri, 13 Nov 2009 20:43:03 +0000 |
parents | 1857273577e3 |
children | 6cf73f5ea4a9 |
comparison
equal
deleted
inserted
replaced
167:1857273577e3 | 168:1ed778ba6153 |
---|---|
1 2009-11-13 Hans Plum <hans@intevation.de> | |
2 | |
3 * ChangeLog: | |
4 Unified entries with references to issues. | |
5 | |
1 2009-11-13 Tim Englich <tim.englich@intevation.de> | 6 2009-11-13 Tim Englich <tim.englich@intevation.de> |
2 | 7 |
3 * src/main/webapp/WEB-INF/web.xml: | 8 * src/main/webapp/WEB-INF/web.xml: |
4 Added Documentation of Configuration-Entries. | 9 Added Documentation of Configuration-Entries. |
5 | 10 |
42 Changed the Resultvalue from ArtifactStatisticValue to ArtifacStatisticsSet according | 47 Changed the Resultvalue from ArtifactStatisticValue to ArtifacStatisticsSet according |
43 to API-Changes of the ArtifactDatabaseClient | 48 to API-Changes of the ArtifactDatabaseClient |
44 | 49 |
45 2009-11-11 Tim Englich <tim.englich@intevation.de> | 50 2009-11-11 Tim Englich <tim.englich@intevation.de> |
46 | 51 |
52 Issue 80: Error handling when session got expired | |
53 | |
47 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute): | 54 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute): |
48 Catch NPE and tell the user that the Session has expired. issue80 | 55 Catch NPE and tell the user that the Session has expired. issue80 |
49 | 56 |
50 2009-11-11 Tim Englich <tim.englich@intevation.de> | 57 2009-11-11 Tim Englich <tim.englich@intevation.de> |
58 | |
59 Issue 81: Input of coordinate values do not show up after update | |
60 | |
51 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: | 61 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: |
52 Remove <br/> Tag after Input-Elements | 62 Remove <br/> Tag after Input-Elements |
53 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: | 63 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: |
54 Add an <br/>-Tag after the generation of Select-Boxes to get | 64 Add an <br/>-Tag after the generation of Select-Boxes to get |
55 a better look and feel in the ui. issue81 | 65 a better look and feel in the ui. issue81 |
56 * src/main/webapp/WEB-INF/jsp/index.jsp: | 66 * src/main/webapp/WEB-INF/jsp/index.jsp: |
57 Replace NonBreakingSpace-Strings from UI issue81 | 67 Replace NonBreakingSpace-Strings from UI issue81 |
58 | 68 |
59 2009-11-11 Tim Englich <tim.englich@intevation.de> | 69 2009-11-11 Tim Englich <tim.englich@intevation.de> |
70 | |
71 Issue 81: Input of coordinate values do not show up after update | |
72 | |
60 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: | 73 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: |
61 BugFix: Text-Inputfields will now be diabaled in static-ui issue81 | 74 BugFix: Text-Inputfields will now be diabaled in static-ui issue81 |
62 | 75 |
63 2009-11-06 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 76 2009-11-06 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
64 | 77 |
105 * src/main/resources/applicationMessages_en.properties: | 118 * src/main/resources/applicationMessages_en.properties: |
106 Added Ressources for two new FIS. Seegangsarchiv and SEACAT | 119 Added Ressources for two new FIS. Seegangsarchiv and SEACAT |
107 | 120 |
108 2009-10-22 Tim Englich <tim.englich@intevation.de> | 121 2009-10-22 Tim Englich <tim.englich@intevation.de> |
109 | 122 |
123 Issue 58: Behaviour by missing DB connection | |
124 | |
110 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute): | 125 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute): |
111 Bugfix NPE was thrown when an Exception occured in the Called ArtifactDatabase-Server issue58. | 126 Bugfix NPE was thrown when an Exception occured in the Called ArtifactDatabase-Server issue58. |
112 | 127 |
113 2009-10-21 Tim Englich <tim.englich@intevation.de> | 128 2009-10-21 Tim Englich <tim.englich@intevation.de> |
129 | |
130 Issue 28: Client is not multi-instance enabled | |
114 | 131 |
115 * src/main/webapp/META-INF/context.xml: | 132 * src/main/webapp/META-INF/context.xml: |
116 Added context.xml to permitt cookies to provide | 133 Added context.xml to permitt cookies to provide |
117 Multisession-Usability for a single Client issue28 | 134 Multisession-Usability for a single Client issue28 |
118 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp: | 135 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp: |
119 Added URL-Rewrite to add the SessionID to the requested URL to get | 136 Added URL-Rewrite to add the SessionID to the requested URL to get |
120 the System work without cookies. issue28 | 137 the System work without cookies. issue28 |
121 | 138 |
122 2009-10-19 Tim Englich <tim.englich@intevation.de> | 139 2009-10-19 Tim Englich <tim.englich@intevation.de> |
123 | 140 |
141 Issue 55: Unified input of coordinate input | |
142 | |
124 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl, | 143 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl, |
125 src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: | 144 src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: |
126 Added uniform Visualization of Single Input-Elements in GUI. issue55 | 145 Added uniform Visualization of Single Input-Elements in GUI. issue55 |
127 | 146 |
128 2009-10-19 Tim Englich <tim.englich@intevation.de> | 147 2009-10-19 Tim Englich <tim.englich@intevation.de> |
148 | |
149 Issue 51: Translations for diagram options to be improved | |
129 | 150 |
130 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp, | 151 * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp, |
131 src/main/resources/applicationMessages*.properties: | 152 src/main/resources/applicationMessages*.properties: |
132 Integrated Ressouces for OutputOptions issue51 | 153 Integrated Ressouces for OutputOptions issue51 |
133 | 154 |
134 2009-10-19 Tim Englich <tim.englich@intevation.de> | 155 2009-10-19 Tim Englich <tim.englich@intevation.de> |
156 | |
157 Issue 35: Wrong data input forces GNV to start from beginning | |
135 | 158 |
136 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute): | 159 * src/main/java/de/intevation/gnv/action/NextArtifactStepAction.java (execute): |
137 Now the UI will compelte be shown if the User has done an Mistake entering | 160 Now the UI will compelte be shown if the User has done an Mistake entering |
138 values to input-fields eg. Coordinates or formatted Date-Strings. issue 35 | 161 values to input-fields eg. Coordinates or formatted Date-Strings. issue 35 |
139 | 162 |
140 2009-10-19 Tim Englich <tim.englich@intevation.de> | 163 2009-10-19 Tim Englich <tim.englich@intevation.de> |
164 | |
165 Issue 47: Improving translations in time series | |
141 | 166 |
142 * src/main/resources/applicationMessages_en.properties: | 167 * src/main/resources/applicationMessages_en.properties: |
143 Changed Lablevalues according to issue47 | 168 Changed Lablevalues according to issue47 |
144 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: | 169 * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: |
145 Add the possibility to render XForms-Group-Lables as Legend-Entries of | 170 Add the possibility to render XForms-Group-Lables as Legend-Entries of |
146 one Step in the GUI | 171 one Step in the GUI |
147 | 172 |
148 2009-10-16 Tim Englich <tim.englich@intevation.de> | 173 2009-10-16 Tim Englich <tim.englich@intevaion.de> |
174 | |
175 Issue 48: Improving translation of statistics panel | |
149 | 176 |
150 * src/main/resources/applicationMessages_en.properties: | 177 * src/main/resources/applicationMessages_en.properties: |
151 Conformation to the tanslation of the Statisticsdescriptors issue48 | 178 Conformation to the tanslation of the Statisticsdescriptors issue48 |
152 | 179 |
153 2009-10-16 Tim Englich <tim.englich@intevation.de> | 180 2009-10-16 Tim Englich <tim.englich@intevation.de> |
181 | |
182 Issue 49: Integration of FIS to Mesh | |
154 | 183 |
155 * src/main/resources/applicationMessages_en.properties: | 184 * src/main/resources/applicationMessages_en.properties: |
156 Adding the Names of the two new FIS to the Propertiesfiles issue49 | 185 Adding the Names of the two new FIS to the Propertiesfiles issue49 |
157 | 186 |
158 2009-10-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 187 2009-10-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> |