You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by he...@apache.org on 2005/09/08 16:59:52 UTC

svn commit: r279569 - in /jakarta/turbine/core/branches/TURBINE_2_3_BRANCH: conf/TurbineResources.properties src/rttest/testapp/WEB-INF/conf/TurbineCacheTest.properties src/test-cactus/testapp/WEB-INF/conf/TurbineComplete.properties

Author: henning
Date: Thu Sep  8 07:59:42 2005
New Revision: 279569

URL: http://svn.apache.org/viewcvs?rev=279569&view=rev
Log:
Presets for the enhanced UIManager tool by Thomas Vandahl.


Modified:
    jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/TurbineResources.properties
    jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/rttest/testapp/WEB-INF/conf/TurbineCacheTest.properties
    jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/testapp/WEB-INF/conf/TurbineComplete.properties

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/TurbineResources.properties
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/TurbineResources.properties?rev=279569&r1=279568&r2=279569&view=diff
==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/TurbineResources.properties (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/conf/TurbineResources.properties Thu Sep  8 07:59:42 2005
@@ -438,6 +438,10 @@
 # instantiated for the request only anyway).
 services.PullService.tools.per.request.refresh=true
 
+# Path to the resources of the application tools, relative to the 
+# application root
+#services.PullService.tools.resources.dir=/resources/
+
 # These are tools that are placed in the context by the service
 # These tools will be made available to all your
 # templates. You list the tools in the following way:
@@ -520,14 +524,30 @@
 # This is a tool that allows access to the scheduler service.
 # tool.request.scheduler=org.apache.turbine.services.SchedulerTool
 
+# The UI Manager will allow you to skin your Turbine application using simple
+# properties files that are located in the WEBAPP/resources/ directory
+# hierarchy.
+
 tool.global.ui=org.apache.turbine.services.pull.util.UIManager
 
-# The UI Manager will allow you to skin your Turbine
-# application using simple properties files that are
-# located in the WEBAPP/resources/ui/skins/ directory
-# hierarchy.
+# Path to the UI resources, relative to the resources directory defined above
+#tool.ui.dir.skin=/ui/skins
 
-tool.ui.skin=default
+# Path to the images of a skin, relative to the skin directory defined above
+#tool.ui.dir.image=/images
+
+# Default CSS file for a skin
+#tool.ui.css=skin.css
+
+# Default skin name
+#tool.ui.skin=default
+
+#
+# The ui tool normally returns absolute URIs.
+# Setting this property to true allows you to change the behaviour if you 
+# want only relative URIs (e.g. if you run behind a reverse proxy or a load 
+# balancer).
+#tool.ui.want.relative=false
 
 #
 # The content tool can put its URIs through the Servlet container,

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/rttest/testapp/WEB-INF/conf/TurbineCacheTest.properties
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/rttest/testapp/WEB-INF/conf/TurbineCacheTest.properties?rev=279569&r1=279568&r2=279569&view=diff
==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/rttest/testapp/WEB-INF/conf/TurbineCacheTest.properties (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/rttest/testapp/WEB-INF/conf/TurbineCacheTest.properties Thu Sep  8 07:59:42 2005
@@ -529,6 +529,10 @@
 # instantiated for the request only anyway).
 services.PullService.tools.per.request.refresh=true
 
+# Path to the resources of the application tools, relative to the 
+# application root
+#services.PullService.tools.resources.dir=/resources/
+
 # These are tools that are placed in the context by the service
 # These tools will be made available to all your
 # templates. You list the tools in the following way:
@@ -597,14 +601,30 @@
 # tool.request.om=org.apache.turbine.om.OMTool
 # tool.request.intake=org.apache.turbine.services.intake.IntakeTool
 
+# The UI Manager will allow you to skin your Turbine application using simple
+# properties files that are located in the WEBAPP/resources/ directory
+# hierarchy.
+
 tool.global.ui=org.apache.turbine.services.pull.util.UIManager
 
-# The UI Manager will allow you to skin your Turbine
-# application using simple properties files that are
-# located in the WEBAPP/resources/ui/skins/ directory
-# hierarchy.
+# Path to the UI resources, relative to the resources directory defined above
+#tool.ui.dir.skin=/ui/skins
 
-tool.ui.skin=default
+# Path to the images of a skin, relative to the skin directory defined above
+#tool.ui.dir.image=/images
+
+# Default CSS file for a skin
+#tool.ui.css=skin.css
+
+# Default skin name
+#tool.ui.skin=default
+
+#
+# The ui tool normally returns absolute URIs.
+# Setting this property to true allows you to change the behaviour if you 
+# want only relative URIs (e.g. if you run behind a reverse proxy or a load 
+# balancer).
+#tool.ui.want.relative=false
 
 # -------------------------------------------------------------------
 #

Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/testapp/WEB-INF/conf/TurbineComplete.properties
URL: http://svn.apache.org/viewcvs/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/testapp/WEB-INF/conf/TurbineComplete.properties?rev=279569&r1=279568&r2=279569&view=diff
==============================================================================
--- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/testapp/WEB-INF/conf/TurbineComplete.properties (original)
+++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/test-cactus/testapp/WEB-INF/conf/TurbineComplete.properties Thu Sep  8 07:59:42 2005
@@ -386,6 +386,10 @@
 # instantiated for the request only anyway).
 services.PullService.tools.per.request.refresh=true
 
+# Path to the resources of the application tools, relative to the 
+# application root
+#services.PullService.tools.resources.dir=/resources/
+
 # These are tools that are placed in the context by the service
 # These tools will be made available to all your
 # templates. You list the tools in the following way:
@@ -450,6 +454,30 @@
 tool.request.content=org.apache.turbine.service.pull.tools.ContentTool
 # tool.request.l10n=org.apache.turbine.services.localization.LocalizationTool
 
+# The UI Manager will allow you to skin your Turbine application using simple
+# properties files that are located in the WEBAPP/resources/ directory
+# hierarchy.
+
+tool.global.ui=org.apache.turbine.services.pull.util.UIManager
+
+# Path to the UI resources, relative to the resources directory defined above
+#tool.ui.dir.skin=/ui/skins
+
+# Path to the images of a skin, relative to the skin directory defined above
+#tool.ui.dir.image=/images
+
+# Default CSS file for a skin
+#tool.ui.css=skin.css
+
+# Default skin name
+#tool.ui.skin=default
+
+#
+# The ui tool normally returns absolute URIs.
+# Setting this property to true allows you to change the behaviour if you 
+# want only relative URIs (e.g. if you run behind a reverse proxy or a load 
+# balancer).
+#tool.ui.want.relative=false
 
 # -------------------------------------------------------------------
 #



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org