You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/06/10 19:59:06 UTC

svn commit: r865167 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/applib-guide/how-tos/ content/applib-guide/reference/recognized-annotations/

Author: buildbot
Date: Mon Jun 10 17:59:06 2013
New Revision: 865167

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.html
    websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/SortedBy.html
    websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/about.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 10 17:59:06 2013
@@ -1 +1 @@
-1491513
+1491543

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jun 10 17:59:06 2013
@@ -1 +1 @@
-1491513
+1491543

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-015-How-to-specify-an-autocomplete-for-a-property.html Mon Jun 10 17:59:06 2013
@@ -273,8 +273,7 @@
 </code></pre>
 
 <blockquote>
-  <p>Note
-  The <a href="../reference/recognized-annotations/AutoComplete.html">@AutoComplete</a> allows autocomplete functionality to be associated with the domain type (eg <code>Product</code> in the example above).  If both are present, then the per-property autocomplete takes preference.</p>
+  <p>The <a href="../reference/recognized-annotations/AutoComplete.html">@AutoComplete</a> also allows autocomplete functionality to be associated with the domain type (eg <code>Product</code> in the example above).  If both are present, then the per-property autocomplete takes preference.</p>
 </blockquote>
 
 

Modified: websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/how-tos/how-to-03-025-How-to-specify-an-autocomplete-for-an-action-parameter.html Mon Jun 10 17:59:06 2013
@@ -280,8 +280,7 @@
 </code></pre>
 
 <blockquote>
-  <p>Note
-  The <a href="../reference/recognized-annotations/AutoComplete.html">@AutoComplete</a> allows autocomplete functionality to be associated with the domain type (eg <code>Product</code> in the example above).  If both are present, then the per-parameter autocomplete takes preference.</p>
+  <p>The <a href="../reference/recognized-annotations/AutoComplete.html">@AutoComplete</a> also allows autocomplete functionality to be associated with the domain type (eg <code>Product</code> in the example above).  If both are present, then the per-parameter autocomplete takes preference.</p>
 </blockquote>
 
 

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/SortedBy.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/SortedBy.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/SortedBy.html Mon Jun 10 17:59:06 2013
@@ -252,14 +252,10 @@
 </h1>
 </div>
 
-<h2>@SortedBy</h2>
+<h2>@SortedBy [1.3.0-SNAPSHOT]</h2>
 
 <blockquote>
-  <p><strong>Support</strong></p>
-  
-  <ul>
-  <li>Supported by: Wicket viewer; not yet supported by other viewers.</li>
-  </ul>
+  <p>Supported by: Wicket viewer; not yet supported by other viewers.</p>
 </blockquote>
 
 <p>The <code>@SortedBy</code> annotation is an instruction hint for (<code>SortedSet</code>) collections to use the specified comparator rather than the natural ordering of the entity

Modified: websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/about.html
==============================================================================
--- websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/about.html (original)
+++ websites/staging/isis/trunk/content/applib-guide/reference/recognized-annotations/about.html Mon Jun 10 17:59:06 2013
@@ -299,7 +299,7 @@
 <li><a href="./RegEx.html">RegEx</a></li>
 <li><a href="./Render.html">Render</a></li>
 <li><a href="./Resolve.html">Resolve</a></li>
-<li><a href="./SortedBy.html">SortedBy</a></li>
+<li><a href="./SortedBy.html">SortedBy</a> [1.3.0-SNAPSHOT]</li>
 <li><a href="./Title.html">Title</a></li>
 <li><a href="./TypeOf.html">TypeOf</a></li>
 <li><a href="./TypicalLength.html">TypicalLength</a></li>