Merge r2885-2686 from rel-1.2-maint

This commit is contained in:
rjy7 2011-02-15 22:09:33 +00:00
parent 3247ec865d
commit 84ed6b810c
3 changed files with 9 additions and 7 deletions

View file

@ -578,8 +578,9 @@
</li> </li>
</ul> </ul>
The VIVO developers are working to make this visualization more efficient. The VIVO developers are working to make this visualization more efficient.
In the meantime, VIVO release 1.2 allows you to guard against this impact In the meantime, VIVO release 1.2 guards against this impact by disabling
by setting the "visualization.temporal" flag to "disabled". the temporal graph visualization unless the "visualization.temporal" flag
is set to "enabled". To enable it, uncomment the line for this setting.
</td> </td>
</tr> </tr>
<tr class="odd_row"> <tr class="odd_row">

View file

@ -554,8 +554,9 @@
</li> </li>
</ul> </ul>
The VIVO developers are working to make this visualization more efficient. The VIVO developers are working to make this visualization more efficient.
In the meantime, VIVO release 1.2 allows you to guard against this impact In the meantime, VIVO release 1.2 guards against this impact by disabling
by setting the "visualization.temporal" flag to "disabled". the temporal graph visualization unless the "visualization.temporal" flag
is set to "enabled". To enable it, uncomment the line for this setting.
</td> </td>
</tr> </tr>
<tr class="odd_row blue"> <tr class="odd_row blue">

View file

@ -133,10 +133,10 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId
# - VIVO is configured to use Jena SDB, # - VIVO is configured to use Jena SDB,
# - The organization tree is deep, # - The organization tree is deep,
# - The number of grants and publications is large. # - The number of grants and publications is large.
# VIVO release 1.2 allows you to guard against this impact by setting # VIVO release 1.2 guards against this impact by disabling the temporal graph
# the "visualization.temporal" flag to "disabled". # visualization unless the "visualization.temporal" flag is set to "enabled".
# #
visualization.temporal = enabled # visualization.temporal = enabled
# #
# The temporal graph visualization is used to compare different organizations/people # The temporal graph visualization is used to compare different organizations/people