Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2737:83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
flys-artifacts/trunk@4470 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 23 May 2012 08:46:45 +0000 |
parents | 8839086c4b7b |
children | 7337655d3ed8 |
comparison
equal
deleted
inserted
replaced
2736:8839086c4b7b | 2737:83b22ccf48da |
---|---|
1 2012-05-23 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/themes/ThemeGroup.java: | |
4 New. A theme group takes a set of themes configured in the themes.xml. | |
5 | |
6 * src/main/java/de/intevation/flys/themes/ThemeFactory.java: | |
7 Read the theme groups configured in the themes.xml. | |
8 Improved reading the xml file. Thanks to Sascha for the patch. | |
9 | |
10 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | |
11 Get a theme using the new parameter themegroup. | |
12 | |
13 * src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java: | |
14 Create theme groups while configuring themes. | |
15 | |
16 * src/main/java/de/intevation/flys/artifacts/services/ThemeListingService.java: | |
17 New. This service returns a list with all configured theme groups, each | |
18 containing exactly one theme filtered by name. | |
19 The theme name has to be provided as parameter. | |
20 | |
21 * doc/conf/conf.xml: | |
22 Added new service to config. | |
23 | |
24 * doc/conf/themes.xml: | |
25 Introduced theme groups and added new group. | |
26 | |
1 2012-05-23 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 27 2012-05-23 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 28 |
3 * doc/conf/meta-data.xml: Repair CS-DC-Conf, allow loading | 29 * doc/conf/meta-data.xml: Repair CS-DC-Conf, allow loading |
4 waterlevels, add fixations and heightmarks. | 30 waterlevels, add fixations and heightmarks. |
5 | 31 |