Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 341:eca7892bf8ff
Added a first small theme configuration and code to read it.
flys-artifacts/trunk@1740 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 21 Apr 2011 08:47:39 +0000 |
parents | b36fd8f21e6a |
children | f72c63713099 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Apr 21 08:44:41 2011 +0000 +++ b/flys-artifacts/ChangeLog Thu Apr 21 08:47:39 2011 +0000 @@ -1,3 +1,16 @@ +2011-04-21 Ingo Weinzierl <ingo@intevation.de> + + * doc/conf/themes.xml: New. A first small theme configuration. + + * doc/conf/conf.xml: Added a link to the theme configuration. + + * src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java: + Defined a key that is used to store a themes map in the FLYSContext. + + * src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java: + The theme configuration is read at startup and the themes are stores in + the FLYSContext. + 2011-04-21 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/themes/Theme.java,