Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1828:9562ca537143
Added new optional condition for theme-mappings: the output name.
flys-artifacts/trunk@3158 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 04 Nov 2011 08:59:42 +0000 |
parents | 03f129fa0256 |
children | f5c561abc6ca |
comparison
equal
deleted
inserted
replaced
1827:03f129fa0256 | 1828:9562ca537143 |
---|---|
1 2011-11-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Added new matching condition for theme-mappings: the name of | |
4 the output. | |
5 | |
6 * src/main/java/de/intevation/flys/themes/ThemeMapping.java: | |
7 Added output field and function to match it against a given | |
8 output name. | |
9 | |
10 * src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java: | |
11 Createing ThemeMapping with output attribute from configuration. | |
12 | |
13 * src/main/java/de/intevation/flys/themes/ThemeFactory.java: | |
14 (getTheme(FLYSContext, string)): Removed, never called. | |
15 (getTheme): Added outputName argument, match it. | |
16 | |
17 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | |
18 Pass outputs name until it can be matched against mapping. | |
19 | |
1 2011-11-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 20 2011-11-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 21 |
3 * doc/conf/themes.xml: Added default themes for other.w(q)kms. | 22 * doc/conf/themes.xml: Added default themes for other.w(q)kms. |
4 | 23 |
5 2011-11-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 24 2011-11-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> |