You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/08/14 20:34:22 UTC

[13/24] isis-site git commit: ISIS-1521: updates for 1.15.0 release (bump up from -SNAPSHOT)

http://git-wip-us.apache.org/repos/asf/isis-site/blob/83a95eb0/content/guides/dg/dg.html
----------------------------------------------------------------------
diff --git a/content/guides/dg/dg.html b/content/guides/dg/dg.html
index 28b521b..4332cda 100644
--- a/content/guides/dg/dg.html
+++ b/content/guides/dg/dg.html
@@ -200,7 +200,9 @@ table.CodeRay td.code>pre{padding:0}
         <li><a href="../../release-notes/release-notes.html">Release Notes</a></li> 
         <li><a href="../../migration-notes/migration-notes.html">Migration Notes</a></li> 
         <li role="separator" class="divider"></li> 
-        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">Maven archetype</a></li> 
+        <li class="dropdown-header">Maven archetypes</li> 
+        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_helloworld-archetype">helloworld</a></li> 
+        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">simpleapp</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
         <li><a href="https://github.com/apache/isis">Github mirror</a></li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/83a95eb0/content/guides/dg/dg.pdf
----------------------------------------------------------------------
diff --git a/content/guides/dg/dg.pdf b/content/guides/dg/dg.pdf
index 6999663..8ea7450 100644
--- a/content/guides/dg/dg.pdf
+++ b/content/guides/dg/dg.pdf
@@ -4,8 +4,8 @@
 << /Title (Developers' Guide)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170801163642+01'00')
-/ModDate (D:20170801163642+01'00')
+/CreationDate (D:20170814204153+01'00')
+/ModDate (D:20170814204153+01'00')
 >>
 endobj
 2 0 obj

http://git-wip-us.apache.org/repos/asf/isis-site/blob/83a95eb0/content/guides/rgant/rgant.html
----------------------------------------------------------------------
diff --git a/content/guides/rgant/rgant.html b/content/guides/rgant/rgant.html
index 80392d8..4447cc2 100644
--- a/content/guides/rgant/rgant.html
+++ b/content/guides/rgant/rgant.html
@@ -200,7 +200,9 @@ table.CodeRay td.code>pre{padding:0}
         <li><a href="../../release-notes/release-notes.html">Release Notes</a></li> 
         <li><a href="../../migration-notes/migration-notes.html">Migration Notes</a></li> 
         <li role="separator" class="divider"></li> 
-        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">Maven archetype</a></li> 
+        <li class="dropdown-header">Maven archetypes</li> 
+        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_helloworld-archetype">helloworld</a></li> 
+        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">simpleapp</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
         <li><a href="https://github.com/apache/isis">Github mirror</a></li> 
@@ -12302,7 +12304,7 @@ container.persist(cust);</code></pre>
            <td class="tableblock halign-left valign-top">
             <div>
              <div class="paragraph"> 
-              <p>(<code>1.15.0-SNAPSHOT</code>) how a property prompt should be displayed within the UI</p> 
+              <p>how a property prompt should be displayed within the UI</p> 
              </div>
             </div></td> 
           </tr> 
@@ -12332,7 +12334,7 @@ container.persist(cust);</code></pre>
            <td class="tableblock halign-left valign-top">
             <div>
              <div class="paragraph"> 
-              <p>(<code>1.15.0-SNAPSHOT</code>) indicates that the value held by the property never changes over time (even if other properties of the object do change).</p> 
+              <p>indicates that the value held by the property never changes over time (even if other properties of the object do change).</p> 
              </div> 
              <div class="paragraph"> 
               <p>Used as a hint to the viewer not to redraw the property if possible after an AJAX update.</p> 
@@ -12782,7 +12784,7 @@ container.persist(cust);</code></pre>
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_rgant-PropertyLayout_promptStyle">31.6. <code>promptStyle()</code> (<code>1.15.0-SNAPSHOT</code>)</h3>
+         <h3 id="_rgant-PropertyLayout_promptStyle">31.6. <code>promptStyle()</code></h3>
          <div class="btn-group" style="float: right; font-size: small; padding: 6px; margin-top: -55px; ">
           <button type="button" class="btn btn-xs btn-default" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant-PropertyLayout_promptStyle.adoc&quot;"><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button>
           <button type="button" class="btn btn-xs btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="caret"></span><span class="sr-only">Toggle Dropdown</span></button>
@@ -12948,7 +12950,7 @@ container.persist(cust);</code></pre>
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_rgant-PropertyLayout_unchanging">31.9. <code>unchanging()</code> (<code>1.15.0-SNAPSHOT</code>)</h3>
+         <h3 id="_rgant-PropertyLayout_unchanging">31.9. <code>unchanging()</code></h3>
          <div class="btn-group" style="float: right; font-size: small; padding: 6px; margin-top: -55px; ">
           <button type="button" class="btn btn-xs btn-default" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant-PropertyLayout_unchanging.adoc&quot;"><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button>
           <button type="button" class="btn btn-xs btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="caret"></span><span class="sr-only">Toggle Dropdown</span></button>