Repository: isis-site
Updated Branches:
  refs/heads/asf-site 576957917 -> 09aecf2c3


http://git-wip-us.apache.org/repos/asf/isis-site/blob/09aecf2c/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 243f16f..b149ee9 100644
--- a/content/index.html
+++ b/content/index.html
@@ -670,7 +670,7 @@ And I must say this: "Great Support from the development 
team"</p>
                     <div class="large-12 medium-12 columns">
                         <br/>
                         <br/>
-                        <p>The above screenshot shows the 
<code>ToDoItem</code> entity; an (optional) XML layout file provides metadata 
dividing the object members into rows, columns and tabs.  Apache Isis also 
supports view models as well as entities, so you can also create dashboards and 
support for similar use cases:</p>
+                        <p>The above screenshot shows the 
<code>ToDoItem</code> entity; an (optional) XML layout file provides metadata 
dividing the object members into rows, columns and tabs.  Apache Isis also 
supports view models as well as entities, so you can also create dashboards, 
home pages and similar:</p>
                     </div>
                 </div>
 
@@ -694,7 +694,7 @@ And I must say this: "Great Support from the development 
team"</p>
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.11.1 \
+    -D archetypeVersion=1.12.0 \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \

http://git-wip-us.apache.org/repos/asf/isis-site/blob/09aecf2c/content/isis-in-pictures.html
----------------------------------------------------------------------
diff --git a/content/isis-in-pictures.html b/content/isis-in-pictures.html
index 09e5241..15c2250 100644
--- a/content/isis-in-pictures.html
+++ b/content/isis-in-pictures.html
@@ -636,7 +636,7 @@ table.CodeRay td.code>pre{padding:0}
 <td class="content">
 <div class="paragraph">
 <p>The remaining screenshots on this page are for v1.10.0 of the framework, 
which precedes the more recent support
-for tabbed views introduced in 1.12.0-SNAPSHOT.</p>
+for tabbed views introduced in v1.12.0.</p>
 </div>
 </td>
 </tr>

http://git-wip-us.apache.org/repos/asf/isis-site/blob/09aecf2c/content/migration-notes.html
----------------------------------------------------------------------
diff --git a/content/migration-notes.html b/content/migration-notes.html
index 60d3fc1..e301dce 100644
--- a/content/migration-notes.html
+++ b/content/migration-notes.html
@@ -506,7 +506,98 @@ table.CodeRay td.code>pre{padding:0}
 <h2 id="_migration-notes_1.11.0-to-1.12.0">From v1.11.0 to 1.12.0</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Apache Isis 1.12.0-SNAPSHOT is still in development.</p>
+<p>Existing projects written against v1.11.x should run against v1.12.0 with 
few if any changes.  If you <strong>do</strong> encounter
+any difficulties then let us know via the <a href="support.html">users mailing 
list</a>, so we can support you and document
+issues here.</p>
+</div>
+<div class="sect2">
+<h3 id="_dynamic_xml_layouts">Dynamic XML Layouts</h3>
+<div class="paragraph">
+<p>The major new feature in 1.12.0 is <a 
href="ugfun.html#_ugfun_object-layout_dynamic_xml">dynamic XML layouts</a>, 
providing
+much enhanced support for custom layouts.</p>
+</div>
+<div class="paragraph">
+<p>The new <code>Xxx.layout.xml</code> file is optional; without it domain 
objects will
+continue to be rendered as before, using metadata from annotations (<a 
href="rgant.html#_rgant_DomainObjectLayout"><code>@DomainObjectLayout</code></a>,
+<a href="rgant.html#_rgant_PropertyLayout"><code>@PropertyLayout</code></a>, 
<a href="rgant.html#_rgant_CollectionLayout"><code>@CollectionLayout</code></a>,
+<a href="rgant.html#_rgant_ActionLayout"><code>@ActionLayout</code></a>, <a 
href="rgant.html#_rgant_MemberOrder"><code>@MemberOrder</code></a> and
+<a 
href="rgant.html#_rgant_MemberGroupLayout"><code>@MemberGroupLayout</code></a>),
 and also from any <a 
href="ugfun.html#_ugfun_object-layout_dynamic"><code>Xxx.layout.json</code></a>
+file that might already exist.  There is therefore no requirement to move to 
the new more flexible XML-based layout.</p>
+</div>
+<div class="paragraph">
+<p>If you do want to start using the new format, then you will find that 
1.12.0 provides a mixin action (available in
+prototype mode only) called "download XML layout".  This will allow you to 
download the current layout file for the
+object being rendered.  This can then be saved alongside the class' Java 
source file.  Once a <code>Xxx.layout.xml</code> file
+is present, any existing <code>Xxx.layout.json</code> file will be ignored; 
any annotations though will continue to be honoured.</p>
+</div>
+<div class="paragraph">
+<p>If you wish to migrate all your domain objects to use XML layouts, this can 
be done using the "download layouts (XML)"
+(on the "Prototyping" menu), as a single zip file.  This can then be unzipped 
into the <code>src/main/java</code> directory.</p>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_mixins">Mixins</h3>
+<div class="paragraph">
+<p>(As mentioned above), 1.12.0 provides a number of new mixin actions and 
properties:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p><a href="rgcms.html#_rgcms_classes_mixins_Object_clearHints">clear 
hints</a> action</p>
+</li>
+<li>
+<p><a 
href="rgcms.html#_rgcms_classes_mixins_Object_downloadLayoutXml">download 
Layout XML</a> action (prototype mode)</p>
+</li>
+<li>
+<p><a href="rgcms.html#_rgcms_classes_mixins_Object_rebuildMetamodel">rebuild 
metamodel</a> action (prototype mode)</p>
+</li>
+<li>
+<p><a href="rgcms.html#_rgcms_classes_mixins_Persistable_datanucleusXxx">id 
and version</a> properties (for domain entities only)</p>
+</li>
+</ul>
+</div>
+<div class="paragraph">
+<p>These are in addition to the <a 
href="rgcms.html#_rgcms_classes_mixins_Persistable_downloadJdoMetadata">download
 JDO metadata</a> mixin action (prototype mode) provided in earlier versions of 
the framework.</p>
+</div>
+<div class="paragraph">
+<p>The properties are grouped in a "metadata" fieldset, and the mixin actions 
associated with that fieldset.  If the
+domain object is a view model rather than an entity (that is, has no id or 
version) then the actions will instead be rendered
+as top-level actions.</p>
+</div>
+<div class="paragraph">
+<p>Most of these mixin object members are visible only in prototype mode, 
though some are visible in production mode and
+so potentially visible to end-users.  If you wish to suppress these members 
from the view, you can either use <a href="#ugsec.adoc">security</a>,
+or alternatively you can write <a 
href="rgcms.html#_rgcms_classes_super_AbstractSubscriber">subscriber</a>s to 
veto the visibility
+of these members by subscribing to their respective domain events.</p>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_jaxb_view_models_are_editable">JAXB view models are editable</h3>
+<div class="paragraph">
+<p>All <a 
href="rgant.html#_rgant_XmlRootElement"><code>@XmlRootElement</code></a> view 
models are now implicitly editable.  Therefore any
+view models that should be read-only should have editing attribute disabled 
using <a 
href="rgant.html#_rgant_DomainObject_editing"><code>@DomainObject#editing()</code></a>
 (or use a <a 
href="rgcms.html#_rgcms_classes_super_AbstractSubscriber">subscriber</a> to 
veto editability).</p>
+</div>
+</div>
+<div class="sect2">
+<h3 
id="__code_domainobjectcontainer_code_domain_service"><code>DomainObjectContainer</code>
 domain service</h3>
+<div class="paragraph">
+<p>The <a 
href="rgsvc.html#_rgsvc_api_DomainObjectContainer"><code>DomainObjectContainer</code></a>domain
 service has been deprecated, with
+its methods moved to a new set of more fine-grained domain services, such as
+<a 
href="rgsvc.html#_rgsvc_api_RepositoryService"><code>RepositoryService</code></a>
 and
+<a 
href="rgsvc.html#_rgsvc_api_MessageService"><code>MessageService</code></a>.</p>
+</div>
+<div class="paragraph">
+<p>The <code>DomainObjectContainer</code> service will continue to be 
supported until Apache Isis v2.0.0, but in the meantime, consider
+changing existing application code to use these new domain services.</p>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_removal_of_the_code_self_host_code_profile">Removal of the 
<code>self-host</code> profile</h3>
+<div class="paragraph">
+<p>The <code>self-host</code> profile has been removed from the <a 
href="ug.html#_ug_getting-started_simpleapp-archetype">SimpleApp archetype</a>.
+Instead, run the application using either the 
<code>org.apache.isis.WebServer</code> main class, or <code>mvn 
jetty:run</code>, or build the
+WAR and deploy to a servlet container such as Tomcat.</p>
+</div>
 </div>
 <div class="sect2">
 <h3 
id="__code_isis_viewer_wicket_disablemodaldialogs_code_removed"><code>isis.viewer.wicket.disableModalDialogs</code>
 removed</h3>
@@ -2004,6 +2095,11 @@ into the new 
<code>org.isisaddons.module.settings:isis-module-settings-dom</code
                 <ul class="sectlevel1">
 <li><a href="#_migration-notes_1.11.0-to-1.12.0">From v1.11.0 to 1.12.0</a>
 <ul class="sectlevel2">
+<li><a href="#_dynamic_xml_layouts">Dynamic XML Layouts</a></li>
+<li><a href="#_mixins">Mixins</a></li>
+<li><a href="#_jaxb_view_models_are_editable">JAXB view models are 
editable</a></li>
+<li><a 
href="#__code_domainobjectcontainer_code_domain_service"><code>DomainObjectContainer</code>
 domain service</a></li>
+<li><a href="#_removal_of_the_code_self_host_code_profile">Removal of the 
<code>self-host</code> profile</a></li>
 <li><a 
href="#__code_isis_viewer_wicket_disablemodaldialogs_code_removed"><code>isis.viewer.wicket.disableModalDialogs</code>
 removed</a></li>
 </ul>
 </li>

http://git-wip-us.apache.org/repos/asf/isis-site/blob/09aecf2c/content/release-notes.html
----------------------------------------------------------------------
diff --git a/content/release-notes.html b/content/release-notes.html
index 9c57d50..07809b0 100644
--- a/content/release-notes.html
+++ b/content/release-notes.html
@@ -526,7 +526,7 @@ table.CodeRay td.code>pre{padding:0}
 <p>Components</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>Notes</p>
+<p>Release notes</p>
 </div></div></td>
 <td class="tableblock halign-right valign-top"><p 
class="tableblock">Features</p></td>
 <td class="tableblock halign-right valign-top"><p 
class="tableblock">Improves</p></td>
@@ -534,24 +534,22 @@ table.CodeRay td.code>pre{padding:0}
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="#r1.12.0">1.12.0</a></p></td>
-<td class="tableblock halign-left valign-top"></td>
-<td class="tableblock halign-left valign-top"><div></div></td>
+<td class="tableblock halign-left valign-top"><p 
class="tableblock">29-mar-2016</p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p><code>1.12.0-SNAPSHOT</code> is still in development</p>
+<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&amp;version=12327483";>Release
 notes for v1.12.0</a></p>
 </div></div></td>
-<td class="tableblock halign-right valign-top"></td>
-<td class="tableblock halign-right valign-top"></td>
-<td class="tableblock halign-right valign-top"></td>
+<td class="tableblock halign-left valign-top"><div><div class="paragraph">
+<p>Dynamic XML layouts</p>
+</div></div></td>
+<td class="tableblock halign-right valign-top"><p class="tableblock">7</p></td>
+<td class="tableblock halign-right valign-top"><p 
class="tableblock">21</p></td>
+<td class="tableblock halign-right valign-top"><p 
class="tableblock">21</p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="#r1.11.1">1.11.1</a></p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">17-jan-2016</p></td>
-<td class="tableblock halign-left valign-top"><div><div class="ulist">
-<ul>
-<li>
-<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&amp;version=12334640";>1.11.1</a></p>
-</li>
-</ul>
+<td class="tableblock halign-left valign-top"><div><div class="paragraph">
+<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&amp;version=12334640";>Release
 notes for v1.11.1</a></p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
 <p>Re-release under Java 1.7 (using toolchains plugin).</p>
@@ -563,12 +561,8 @@ table.CodeRay td.code>pre{padding:0}
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="#r1.11.0">1.11.0</a></p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">02-jan-2016</p></td>
-<td class="tableblock halign-left valign-top"><div><div class="ulist">
-<ul>
-<li>
-<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&amp;version=12333974";>1.11.0</a></p>
-</li>
-</ul>
+<td class="tableblock halign-left valign-top"><div><div class="paragraph">
+<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&amp;version=12333974";>Release
 notes for v1.11.0</a></p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
 <p>More flexible REST API, view models using JAXB.</p>
@@ -580,12 +574,8 @@ table.CodeRay td.code>pre{padding:0}
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="#r1.10.0">1.10.0</a></p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">10-nov-2015</p></td>
-<td class="tableblock halign-left valign-top"><div><div class="ulist">
-<ul>
-<li>
-<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&amp;version=12333354";>1.10.0</a></p>
-</li>
-</ul>
+<td class="tableblock halign-left valign-top"><div><div class="paragraph">
+<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&amp;version=12333354";>Release
 notes for 1.10.0</a></p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
 <p>New domain services, multi-tenancy support and mixins.</p>
@@ -597,12 +587,8 @@ table.CodeRay td.code>pre{padding:0}
 <tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="#r1.9.0">1.9.0</a></p></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">1-sep-2015</p></td>
-<td class="tableblock halign-left valign-top"><div><div class="ulist">
-<ul>
-<li>
-<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&amp;version=12332806";>1.9.0</a></p>
-</li>
-</ul>
+<td class="tableblock halign-left valign-top"><div><div class="paragraph">
+<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&amp;version=12332806";>Release
 notes for 1.9.0</a></p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
 <p>AppManifest, Restful Objects representations and other "under-the-cover" 
improvements.</p>
@@ -984,7 +970,7 @@ table.CodeRay td.code>pre{padding:0}
 </div>
 </div>
 <div class="sect1">
-<h2 id="r1.12.0">1.12.0-SNAPSHOT</h2>
+<h2 id="r1.12.0">1.12.0</h2>
 <div class="sectionbody">
 <div class="sect2">
 <h3 id="r1.12.0">1.12.0</h3>
@@ -1010,44 +996,27 @@ layout XML and rebuild the metamodel for a given domain 
entity.  There is also a
 functionality).  In all cases these mixins can be hidden using either security 
or by writing a <a 
href="rgcms.html#_rgcms_classes_super_AbstractSubscriber">subscriber</a> to 
veto the visibility of the
 corresponding domain event.</p>
 </div>
-<div class="admonitionblock note">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-note" title="Note"></i>
-</td>
-<td class="content">
-<div class="paragraph">
-<p>Apache Isis 1.12.0-SNAPSHOT is currently being voted on for release; 
expectation is that it will be released by end of March 2016.</p>
-</div>
-</td>
-</tr>
-</table>
-</div>
 <div class="sect3">
 <h4 id="_new_feature">New Feature</h4>
 <div class="ulist">
 <ul>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1351";>ISIS-1351</a> - 
Extend ConfigurationService to list all configuration properties in the UI</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1351";>ISIS-1351</a> - 
Extend <a 
href="rgsvc.html#_rgsvc_api_ConfigurationService"><code>ConfigurationService</code></a>
 to list all configuration properties in the UI</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1326";>ISIS-1326</a> - 
Add a link to a "quotes" page on the main website.</p>
-</li>
-<li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1325";>ISIS-1325</a> - 
New SessionManagementService</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1325";>ISIS-1325</a> - 
New <a 
href="rgsvc.html#_rgsvc_api_SessionManagementService"><code>SessionManagementService</code></a></p>
 </li>
 <li>
 <p><a href="https://issues.apache.org/jira/browse/ISIS-1317";>ISIS-1317</a> - 
Allow single domain object class to be invalidated through a mixin.</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1313";>ISIS-1313</a> - 
Enhancement to xsd goal of the isis-maven-plugin to ignore/include the Isis 
common schemas.</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1313";>ISIS-1313</a> - 
Enhancement to <a href="rgmvn.html#_rgmvn_xsd">xsd</a> goal of the 
isis-maven-plugin to ignore/include the Isis common schemas.</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1292";>ISIS-1292</a> - 
Extend MetaModel service to surface packages, classes etc (as used by the 
security module).</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1292";>ISIS-1292</a> - 
Extend <a 
href="rgsvc.html#_rgsvc_api_MetaModelService"><code>MetaModelService</code></a> 
to surface packages, classes etc (as used by the security module).</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-993";>ISIS-993</a> - 
Show different object members on multiple tabs</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-993";>ISIS-993</a> - 
Show different object members on multiple tabs (<a 
href="rgfun.html#_ugfun_object-layout_dynamic_xml">dynamic XML layouts</a>)</p>
 </li>
 <li>
 <p><a href="https://issues.apache.org/jira/browse/ISIS-784";>ISIS-784</a> - 
Change Wicket viewer to get rid of edit mode, instead allow individual fields 
to be edited by clicking on them (similar to the way that JIRA works).</p>
@@ -1063,7 +1032,7 @@ corresponding domain event.</p>
 <p><a href="https://issues.apache.org/jira/browse/ISIS-1333";>ISIS-1333</a> - 
Remove self-host profile from the archetype</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1332";>ISIS-1332</a> - 
Factor out a HintStore service, so that this is pluggable.</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1332";>ISIS-1332</a> - 
Factor out a <a 
href="rgsvc.html#_rgsvc_spi_HintStore"><code>HintStore</code></a> service, so 
that this is pluggable.</p>
 </li>
 <li>
 <p><a href="https://issues.apache.org/jira/browse/ISIS-1330";>ISIS-1330</a> - 
Add CSS classes for table cells and for collections to make it easier to fine 
tune pages using CSS.</p>
@@ -1075,28 +1044,28 @@ corresponding domain event.</p>
 <p><a href="https://issues.apache.org/jira/browse/ISIS-1327";>ISIS-1327</a> - 
Change the view mode of the select2 (value drop down) to be a simple text 
field.</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1324";>ISIS-1324</a> - 
Allow multiple different views of same collection in a layout</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1324";>ISIS-1324</a> - 
Allow multiple different views of same collection in a layout (<a 
href="rgfun.html#_ugfun_object-layout_dynamic_xml">dynamic XML layouts</a>)</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1323";>ISIS-1323</a> - 
Deprecate @CollectionLayout#renderType, since is duplicated by 
&#8230;&#8203;</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1323";>ISIS-1323</a> - 
Deprecate @CollectionLayout#renderType, since is duplicated by <a 
href="rgant.html#_rgant_CollectionLayout_defaultView"><code>@CollectionLayout#defaultView()</code></a></p>
 </li>
 <li>
 <p><a href="https://issues.apache.org/jira/browse/ISIS-1322";>ISIS-1322</a> - 
Mixins not exposing the mixedin object in events (for subscribers to veto).</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1321";>ISIS-1321</a> - 
Extend MetaModel service to allow CSV of metamodel to be downloaded.</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1321";>ISIS-1321</a> - 
Extend <a 
href="rgsvc.html#_rgsvc_api_MetaModelService"><code>MetaModelService</code></a> 
to allow CSV of metamodel to be downloaded.</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1320";>ISIS-1320</a> - 
Move ContentMappingService to applib (and simplify)</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1320";>ISIS-1320</a> - 
Move <a 
href="rgsvc.html#_rgsvc_spi_ContentMappingService"><code>ContentMappingService</code></a>
 to applib (and simplify)</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1312";>ISIS-1312</a> - 
Improve JaxbServiceDefault#xsd(&#8230;&#8203;) to correctly reference the Isis 
common schema imports.</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1312";>ISIS-1312</a> - 
Improve <a 
href="rgsvc.html#_rgsvc_api_JaxbService"><code>JaxbServiceDefault#xsd(&#8230;&#8203;)</code></a>
 to correctly reference the Isis common schema imports.</p>
 </li>
 <li>
 <p><a href="https://issues.apache.org/jira/browse/ISIS-1300";>ISIS-1300</a> - 
Allow the enablement of the WicketSource plugin to be configurable, and 
disabled by default</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1299";>ISIS-1299</a> - 
@ViewModel and @XmlRootElement view models should automatically support 
isCloneable.</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1299";>ISIS-1299</a> - 
<a href="rgant.html#_rgant_ViewModel"><code>@ViewModel</code></a> and <a 
href="rgant.html#_rgant_XmlRootElement"><code>@XmlRootElement</code></a> view 
models should automatically support isCloneable.</p>
 </li>
 <li>
 <p><a href="https://issues.apache.org/jira/browse/ISIS-1298";>ISIS-1298</a> - 
Fix deprecated annotation use for ViewModel.Cloneable#clone</p>
@@ -1108,16 +1077,16 @@ corresponding domain event.</p>
 <p><a href="https://issues.apache.org/jira/browse/ISIS-1240";>ISIS-1240</a> - 
Derive icon from service when not provided</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1239";>ISIS-1239</a> - 
For wicket ui, use a cookie or similar to remember the hint from last time.</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1239";>ISIS-1239</a> - 
For wicket ui, use a cookie or similar to remember the hint from last time (<a 
href="rgfun.html#_ugfun_object-layout_dynamic_xml">dynamic XML layouts</a>)</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1228";>ISIS-1228</a> - 
Reorganizing/splitting out DomainObjectContainer service.</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1228";>ISIS-1228</a> - 
Reorganizing/splitting out <a 
href="rgant.html#_rgant_DomainObjectContainer"><code>@DomainObjectContainer</code></a>
 service.</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1048";>ISIS-1048</a> - 
Make view model URLs more secure, eg through a private key.</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1048";>ISIS-1048</a> - 
Make view model URLs more secure, eg through a private key (<a 
href="rgsvc.html#_rgsvc_spi_UrlEncodingService"><code>UrlEncodingService</code></a>).</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1037";>ISIS-1037</a> - 
Support layout.xml as well as layout.json</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1037";>ISIS-1037</a> - 
Support layout.xml as well as layout.json (<a 
href="rgfun.html#_ugfun_object-layout_dynamic_xml">dynamic XML layouts</a>)</p>
 </li>
 <li>
 <p><a href="https://issues.apache.org/jira/browse/ISIS-806";>ISIS-806</a> - In 
Wicket viewer, shouldn&#8217;t be possible to invoke an action if editing a 
form.</p>
@@ -1130,7 +1099,7 @@ corresponding domain event.</p>
 <div class="ulist">
 <ul>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1348";>ISIS-1348</a> - 
Bug with SoapEndpointPublishingRule when multiple endpoints.</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1348";>ISIS-1348</a> - 
Bug with <a 
href="ugtst.html#_ugtst_unit-test-support_soap-fake-server-junit-rule">SoapEndpointPublishingRule</a>
 when multiple endpoints.</p>
 </li>
 <li>
 <p><a href="https://issues.apache.org/jira/browse/ISIS-1347";>ISIS-1347</a> - 
Missing annotation in SimpleObject</p>
@@ -1154,10 +1123,10 @@ corresponding domain event.</p>
 <p><a href="https://issues.apache.org/jira/browse/ISIS-1319";>ISIS-1319</a> - 
Input dialog for action label for mandatory parameter not shown when the 
parameter is an view model</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1318";>ISIS-1318</a> - 
contributed actions/mixins breaks publishing; also flush any pending actions to 
be published as the result of doing a wrapped action via the WrapperFactory</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1318";>ISIS-1318</a> - 
contributed actions/mixins breaks publishing; also flush any pending actions to 
be published as the result of doing a wrapped action via the <a 
href="rgsvc.html#_rgsvc_api_WrapperFactory"><code>WrapperFactory</code></a></p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1315";>ISIS-1315</a> - 
Can&#8217;t generate swagger specs, where actions are contributed.</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1315";>ISIS-1315</a> - 
Can&#8217;t generate <a href="rgmvn.html#_rgmvn_swagger">swagger</a> specs, 
where actions are contributed.</p>
 </li>
 <li>
 <p><a href="https://issues.apache.org/jira/browse/ISIS-1314";>ISIS-1314</a> - 
Filename parameter label missing for DTO mixins</p>
@@ -1166,7 +1135,7 @@ corresponding domain event.</p>
 <p><a href="https://issues.apache.org/jira/browse/ISIS-1311";>ISIS-1311</a> - 
Mixins for Persistable metadata causes exception when rendering.</p>
 </li>
 <li>
-<p><a href="https://issues.apache.org/jira/browse/ISIS-1310";>ISIS-1310</a> - 
DomainObjectContainter#titleOf(..) does not resolve @Title annotated on private 
field</p>
+<p><a href="https://issues.apache.org/jira/browse/ISIS-1310";>ISIS-1310</a> - 
DomainObjectContainer#titleOf(..) does not resolve @Title annotated on private 
field</p>
 </li>
 <li>
 <p><a href="https://issues.apache.org/jira/browse/ISIS-1309";>ISIS-1309</a> - 
Disabled no-arg "are you sure" actions still show the prompt to be shown..</p>
@@ -5008,7 +4977,7 @@ category of UI events (so that titles, icons and CSS 
classes can be provided by
             <div class="fallback-toc">
                 <ul class="sectlevel1">
 <li><a href="#_summary">Summary</a></li>
-<li><a href="#r1.12.0">1.12.0-SNAPSHOT</a>
+<li><a href="#r1.12.0">1.12.0</a>
 <ul class="sectlevel2">
 <li><a href="#r1.12.0">1.12.0</a>
 <ul class="sectlevel3">

http://git-wip-us.apache.org/repos/asf/isis-site/blob/09aecf2c/content/screencasts.html
----------------------------------------------------------------------
diff --git a/content/screencasts.html b/content/screencasts.html
index c2cb766..113544f 100644
--- a/content/screencasts.html
+++ b/content/screencasts.html
@@ -555,7 +555,7 @@ table.CodeRay td.code>pre{padding:0}
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>Dynamic XML layouts (v.1.12.0-SNAPSHOT)<br></p>
+<p>Dynamic XML layouts (v.1.12.0)<br></p>
 </div>
 <div class="paragraph">
 <p><em>Describing how the layout of domain objects can be customized using the 
Bootstrap 3 grid system.</em></p>

Reply via email to