diff --git a/build.xml b/build.xml
index c19a9b9a..28055179 100644
--- a/build.xml
+++ b/build.xml
@@ -101,7 +101,7 @@
Override the core version, to get the 2-level effect.
================================= -->
- false
, which means
-# that a cached copy of each template will be used for 60 seconds before
-# the disk is checked for a new version.
-#
-# developer.defeatFreemarkerCache = true
-
-#
-# For developers only: Setting this option to "true" slows down VIVO performance.
-#
-# Defeat the cache of language-specific text strings, so the language file
-# is read from disk on each request. This permits developers to immediately
-# see the effect of changes to the text strings. The default is
-# false
, which means that the language file is read when
-# VIVO starts up, or when a new theme is selected.
-#
-# developer.defeatI18nCache = true
-
-#
-# For developers only: Setting this option to "true" slows down VIVO performance.
-#
-# 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
-# false
.
-#
-# developer.insertFreemarkerDelimiters = true
-
#
# For OpenSocial integration
# The base URL of the ORNG Shindig server. Usually, this is the same host and port
-# number as VIVO iteself, with a context path of "shindigorng".
+# number as VIVO itself, with a context path of "shindigorng".
#
#OpenSocial.shindigURL = http://localhost:8080/shindigorng
diff --git a/doc/install.html b/doc/install.html
index c30b768e..da498f2d 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -816,7 +816,7 @@ issuing SPARQL queries that read data, and its URI for issuing SPARQL UPDATE com
Show only the most appropriate data values based on the Accept-Language
- header supplied by the browser. Default is true if not set.
+ header supplied by the browser. Default is false if not set.
@@ -824,7 +824,7 @@ issuing SPARQL queries that read data, and its URI for issuing SPARQL UPDATE com
RDFService.languageFilter
@@ -863,65 +863,6 @@ issuing SPARQL queries that read data, and its URI for issuing SPARQL UPDATE com
-
- true
+ false
-
-
- For developers only.
- Defeat the Freemarker template cache, so each template
- is read from disk on each request. This permits developers to immediately
- see the effect of changes to the template. The default is
- false
, which
- means that a cached copy of each template will be used for 60 seconds
- before the disk is checked for a new version.
-
Setting this option to "true" slows down VIVO performance.
-
-
-
-
- developer.defeatFreemarkerCache
-
-
- false
-
-
-
-
- For developers only.
- Defeat the cache of language-specific text strings,
- so the language file is read from disk on each request.
- This permits developers to immediately
- see the effect of changes to the text strings.
- The default is
- false
, which means that the language file is
- read when VIVO starts up, or when a new theme is selected.
-
Setting this option to "true" slows down VIVO performance.
-
-
-
-
- developer.defeatI18nCache = true
-
-
- false
-
-
-
-
- For developers only.
- 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
- false
.
-
Setting this option to "true" slows down VIVO performance.
-
-
-
- developer.insertFreemarkerDelimiters = true
-
-
- false
-
-
On the VIVO home page, display a global map highlighting the geographical focus
diff --git a/doc/upgrade-1.5.html b/doc/upgrade-1.5.html
index b83478fb..692fc8b9 100644
--- a/doc/upgrade-1.5.html
+++ b/doc/upgrade-1.5.html
@@ -182,7 +182,7 @@
Show only the most appropriate data values based on the Accept-Language
- header supplied by the browser. Default is true if not set.
+ header supplied by the browser. Default is false if not set.
@@ -190,7 +190,7 @@
RDFService.languageFilter
diff --git a/doc/upgrade-1.6.html b/doc/upgrade-1.6.html
index 96900885..f655c068 100644
--- a/doc/upgrade-1.6.html
+++ b/doc/upgrade-1.6.html
@@ -52,6 +52,7 @@
- true
+ false
+ This release includes several settings to help developers by instumenting the
+ freemarker templates and the SPARQL queries on the RDFService. Check the wiki for
+ details, or look in the home directory in example.developer.properties
.
+
@@ -620,65 +630,6 @@ -
false
, which
- means that a cached copy of each template will be used for 60 seconds
- before the disk is checked for a new version.
- false
, which means that the language file is
- read when VIVO starts up, or when a new theme is selected.
- false
.
-