Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 569:9a5e50e7afaa
Added action and jsp for rendering histograms.
gnv/trunk@687 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 15 Feb 2010 11:42:29 +0000 |
parents | f21ad239c748 |
children | cbd397712ecf |
comparison
equal
deleted
inserted
replaced
568:f21ad239c748 | 569:9a5e50e7afaa |
---|---|
1 2010-02-15 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/webapp/WEB-INF/config/struts-config.xml: Added an action | |
4 'histogram' to render histograms. | |
5 | |
6 * src/main/java/de/intevation/gnv/action/CreateHistogramAction.java: Added a | |
7 new action for rendering histograms. | |
8 | |
9 * src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Display an | |
10 icon for histograms if this output mode is present for this artifact. | |
11 | |
12 * src/main/webapp/images/chart_bar.png: Icon for histograms from famfamfam | |
13 iconset. | |
14 | |
15 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp: JSP for | |
16 rendering histograms. | |
17 | |
18 * src/main/webapp/styles/default.css: Added a style class for adapting | |
19 histogram div. | |
20 | |
21 * src/main/webapp/WEB-INF/jsp/index.jsp: Include display_histogram_inc if | |
22 histogram action have been chosen by user. | |
23 | |
24 * src/main/resources/applicationMessages_en.properties, | |
25 src/main/resources/applicationMessages.properties: Button label and | |
26 alternative image text for histograms. | |
27 | |
28 * src/main/java/de/intevation/gnv/action/ChangeOptionsAction.java: Removed | |
29 comment lines at the beginning of the file. These empty comment lines | |
30 would cause trouble later, when inserting GPL text automatically with a | |
31 script. | |
32 | |
1 2010-02-12 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 33 2010-02-12 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 34 |
3 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Render an | 35 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Render an |
4 icon to trigger a step-back in history for each state. | 36 icon to trigger a step-back in history for each state. |
5 | 37 |