Notes on list view query changes
This commit is contained in:
parent
9441c34aef
commit
6fda197337
1 changed files with 10 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
<h3>upload.directory and LuceneSetup.indexDir are merged into vitro.home.directory.</h3>
|
<h3>upload.directory and LuceneSetup.indexDir are merged into vitro.home.directory.</h3>
|
||||||
|
|
||||||
<h3>Template changes</h3>
|
<h3>Template changes [see RY for further details]</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<p>${stylesheets}, ${scripts}, and ${headScripts} add() methods now take the full tag as an argument.
|
<p>${stylesheets}, ${scripts}, and ${headScripts} add() methods now take the full tag as an argument.
|
||||||
|
@ -47,6 +47,15 @@
|
||||||
<li>propertyGroups.getPropertyAndRemoveFromList() has been deprecated. The replacement method is propertyGroups.pullProperty().
|
<li>propertyGroups.getPropertyAndRemoveFromList() has been deprecated. The replacement method is propertyGroups.pullProperty().
|
||||||
No change in functionality.</li>
|
No change in functionality.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h3>List view changes [see RY for further details]</h3>
|
||||||
|
<ul>
|
||||||
|
<li><query-base> and <query-collated> have been replaced with a single query <query-select>
|
||||||
|
that contains tags for fragments to be used only in the collated version of the query.
|
||||||
|
</li>
|
||||||
|
<li>This and other changes are documented in vitro/doc/list_view_configuration_guidelines.txt.</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
</div> <!-- #wrapper-content -->
|
</div> <!-- #wrapper-content -->
|
||||||
|
|
||||||
<div id="footer" role="contentinfo">
|
<div id="footer" role="contentinfo">
|
||||||
|
|
Loading…
Add table
Reference in a new issue