VIVO-11 Add delimiters to Freemarker templates

If enabled by an option in runtime.properties
This commit is contained in:
j2blake 2013-01-25 16:29:30 -05:00
parent a3bd67097b
commit 3b051ecffd
3 changed files with 45 additions and 0 deletions

View file

@ -788,6 +788,24 @@
</td>
</tr>
<tr>
<td colspan="2">
<b>For developers only.</b>
Add starting and ending delimiters to each Freemarker template, so you can see
which template were invoked by viewing the generated HTML.
The default is <code>false</code>.
<br/><b>Setting this option to "true" slows down VIVO performance.</b>
</td>
</tr>
<tr class="odd_row">
<td>
developer.insertFreemarkerDelimiters = true
</td>
<td>
false
</td>
</tr>
<tr>
<td colspan="2">
These values are used when deploying VIVO as an OpenSocial container