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 2014/02/11 01:24:19 UTC

svn commit: r897311 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/reference/services/01-Clock.html content/reference/services/02-Profiles.html content/reference/services/memento-service.html

Author: buildbot
Date: Tue Feb 11 00:24:18 2014
New Revision: 897311

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/reference/services/01-Clock.html
    websites/staging/isis/trunk/content/reference/services/02-Profiles.html
    websites/staging/isis/trunk/content/reference/services/memento-service.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 00:24:18 2014
@@ -1 +1 @@
-1566890
+1566892

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 00:24:18 2014
@@ -1 +1 @@
-1566890
+1566892

Modified: websites/staging/isis/trunk/content/reference/services/01-Clock.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/01-Clock.html (original)
+++ websites/staging/isis/trunk/content/reference/services/01-Clock.html Tue Feb 11 00:24:18 2014
@@ -279,10 +279,6 @@
 
 <h1>Clock</h1>
 
-<blockquote>
-  <p>The default Clock and alternative implementations.</p>
-</blockquote>
-
 <p>Many if not all enterprise applications deal with dates and times in one way or another. For example, if an <code>Order</code> is placed, then the <code>Customer</code> may have 30 days to pay the Invoice, otherwise a penalty may be levied.
 However, this can complicate automated testing: "today+30" will be a different date every time the test is run.</p>
 

Modified: websites/staging/isis/trunk/content/reference/services/02-Profiles.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/02-Profiles.html (original)
+++ websites/staging/isis/trunk/content/reference/services/02-Profiles.html Tue Feb 11 00:24:18 2014
@@ -279,10 +279,6 @@
 
 <h1>Profiles</h1>
 
-<blockquote>
-  <p>Support for user profiles</p>
-</blockquote>
-
 <p>As well as allowing domain entities to be persisted into object stores,
 <em>Apache Isis</em> also allows user <em>profiles</em> to be persisted into a profile
 store.</p>

Modified: websites/staging/isis/trunk/content/reference/services/memento-service.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/memento-service.html (original)
+++ websites/staging/isis/trunk/content/reference/services/memento-service.html Tue Feb 11 00:24:18 2014
@@ -277,7 +277,7 @@
 </h1>
 </div>
 
-<p>The <code>MementoService</code> was originally introduced to simplify the implementation of <a href="../../applib-guide/reference/ViewModel.html">ViewModel</a>s, which are required to return a string representation of all of their backing state, moreover which is safe for use within a URL.</p>
+<p>The <code>MementoService</code> was originally introduced to simplify the implementation of <a href="../../more-advanced-topics/ViewModel.html">ViewModel</a>s, which are required to return a string representation of all of their backing state, moreover which is safe for use within a URL.</p>
 
 <p>However, it can also be used to create a memento of arbitrary objects.  Indeed, it is used internally by the core implementation of <a href="./background-service.html">BackgroundService</a> for capture the state of action invocations so that they can be executed by a background process.</p>