mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 09:53:09 +00:00
(ScottPhillips) Added a switch to enable the themepath parameter to an HTTP request directing which theme to load. This can be turned on via the xmlui.themes.allowoverrides configuration parameter which defaults to off.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2636 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -1037,13 +1037,21 @@ event.consumer.eperson.filters = EPerson+Create
|
||||
### XMLUI (aka manakin) configuration ###
|
||||
# These are XML UI specific configuration items that apply only to Manakin
|
||||
# user interface.
|
||||
#
|
||||
|
||||
# Force all authenticated connections to use SSL, only non-authenticated
|
||||
# connections are allowed over plain http. If set to true, then you need to
|
||||
# ensure that the 'dspace.hostname' parameter is set to the correctly.
|
||||
#xmlui.force.ssl = true
|
||||
|
||||
# Allow the user to override which theme is used to display a particular page.
|
||||
# When submitting a request add the HTTP parameter "themepath" which corresponds
|
||||
# to a particular theme, that specified theme will be used instead of the any
|
||||
# other configured theme. Note that this is a potential security hole allowing
|
||||
# execution of unintended code on the server, this option is only for development
|
||||
# and debugging it should be turned off for any production repository. The default
|
||||
# value unless otherwise specified is "false"
|
||||
#xmlui.theme.allowoverrides = false
|
||||
|
||||
# On the community-list page should all the metadata about a community/collection
|
||||
# be available to the theme. This parameter defaults to true, but if you are
|
||||
# experiencing performance problems on the community-list page you should experiment
|
||||
@@ -1059,7 +1067,6 @@ event.consumer.eperson.filters = EPerson+Create
|
||||
# the website for a period of time.
|
||||
#xmlui.community-list.cache = 12 hours
|
||||
|
||||
|
||||
# Optionally you may configure Manakin to take advantage of metadata stored as a
|
||||
# bitstream. These metadata files should be inside the "METADATA" bundle and named
|
||||
# either MODS.xml or METS.xml. If either of the following options are turned on then
|
||||
|
@@ -801,13 +801,14 @@ More information is provide below in <a href="#newfilter">Creating a new Media/F
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>Property</th>
|
||||
<th width="300px">Property</th>
|
||||
|
||||
<th>Example Values</th>
|
||||
|
||||
<th>Notes</th>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td><code>xmlui.force.ssl</code></td>
|
||||
|
||||
@@ -816,6 +817,13 @@ More information is provide below in <a href="#newfilter">Creating a new Media/F
|
||||
<td>Force all authenticated connections to use SSL, only non-authenticated connections are allowed over plain http. If set to true, then you need to ensure that the 'dspace.hostname' parameter is set to the correctly.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>xmlui.theme.allowoverrides</code></td>
|
||||
|
||||
<td><code>false</code></td>
|
||||
|
||||
<td>If set to true, then allow the user to override which theme is used to display a particular page. When submitting a request add the HTTP parameter "themepath" which corresponds to a particular theme, that specified theme will be used instead of the any other configured theme. Note that this is a potential security hole allowing execution of unintended code on the server, this option is only for development and debugging it should be turned off for any production repository. The default value unless otherwise specified is "false"</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>xmlui.community-list.render.full</code></td>
|
||||
|
Reference in New Issue
Block a user