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 2013/10/22 21:26:58 UTC

svn commit: r1534741 - in /isis/site/trunk/content: ./ components/objectstores/jdo/release-notes/ components/security/shiro/release-notes/ components/viewers/restfulobjects/release-notes/ components/viewers/wicket/release-notes/ core/release-notes/

Author: danhaywood
Date: Tue Oct 22 19:26:57 2013
New Revision: 1534741

URL: http://svn.apache.org/r1534741
Log:
generated release notes for 1.3.0 and related

Added:
    isis/site/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.3.0.md
    isis/site/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.3.0.md
    isis/site/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-2.1.0.md
    isis/site/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.0.md
    isis/site/trunk/content/core/release-notes/isis-1.3.0.md
Modified:
    isis/site/trunk/content/components/objectstores/jdo/release-notes/about.md
    isis/site/trunk/content/components/security/shiro/release-notes/about.md
    isis/site/trunk/content/components/viewers/restfulobjects/release-notes/about.md
    isis/site/trunk/content/components/viewers/wicket/release-notes/about.md
    isis/site/trunk/content/core/release-notes/about.md
    isis/site/trunk/content/documentation.md
    isis/site/trunk/content/release-matrix.md

Modified: isis/site/trunk/content/components/objectstores/jdo/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/release-notes/about.md?rev=1534741&r1=1534740&r2=1534741&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/release-notes/about.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/release-notes/about.md Tue Oct 22 19:26:57 2013
@@ -1,4 +1,7 @@
 Title: Release Notes
 
+- [isis-objectstore-jdo-1.3.0](isis-objectstore-jdo-1.3.0.html)
+- there is no v1.2.0
 - [isis-objectstore-jdo-1.1.0](isis-objectstore-jdo-1.1.0.html)
 - [isis-objectstore-jdo-1.0.0](isis-objectstore-jdo-1.0.0.html)
+

Added: isis/site/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.3.0.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.3.0.md?rev=1534741&view=auto
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.3.0.md (added)
+++ isis/site/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.3.0.md Tue Oct 22 19:26:57 2013
@@ -0,0 +1,73 @@
+Title: isis-objectstore-jdo-1.0.0
+                               
+
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-322'>ISIS-322</a>] -         Allow JDO objectstore to run on the Google App Engine
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-422'>ISIS-422</a>] -         Create Apache Isis API for custom Queries sent to the Objectstore by the PersistenceManager
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-427'>ISIS-427</a>] -         An application setting service (both global and user-specific), with JDO implementation.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-450'>ISIS-450</a>] -         Provide an EventBusService (based on guava) for decoupled intra-session interaction between entities.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-459'>ISIS-459</a>] -         Enhance IsisJdoSupport service to support integration testing (execute arbitrary SQL, delete all instances of an entity)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-488'>ISIS-488</a>] -         Derive Isis&#39; MandatoryFacet from JDO @Column(allowNulls=) annotation, and provide @Mandatory annotation as override
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-553'>ISIS-553</a>] -         Provide view model support, as sketched out in the Restful Objects spec
+</li>
+</ul>
+                    
+
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-270'>ISIS-270</a>] -         NotYetImplementedException in JDO objectstore when debug logging enabled
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-436'>ISIS-436</a>] -         Extend the ApplicationSettings and UserSettings (read/write and listAll)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-438'>ISIS-438</a>] -         Upgrade to DN 3.2.3 and remove the workaround we had introduced ...
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-460'>ISIS-460</a>] -         JDO objectstore should sync adapters on bulk delete.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-509'>ISIS-509</a>] -         Tidy up and rationalize Util classes in core (and all dependents)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-524'>ISIS-524</a>] -         Allow to control the database schema generation using a property in isis.properties file. 
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-529'>ISIS-529</a>] -         Provide hidden versions of the ApplicationSettingsService and UserSettingsService.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-540'>ISIS-540</a>] -         ExceptionRecognizerForJDODataStoreException is too general...
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-557'>ISIS-557</a>] -         If @javax.jdo.annotations.Column(length=...) is specified, then should be used to infer the MaxLengthFacet
+</li>
+</ul>
+    
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-476'>ISIS-476</a>] -         Update JDO/DN to allow for fact that invoking the Persisting callback may have resulted in the target object having already been updated.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-549'>ISIS-549</a>] -         RegisterEntities has two @PostConstruct methods...
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-566'>ISIS-566</a>] -         Concurrency conflict on related entity that has not been edited
+</li>
+</ul>
+    
+<h2>        Dependency upgrade
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-501'>ISIS-501</a>] -         Maven error with DN enhancer: required artifact missing
+</li>
+</ul>
+            
+
+    
+<h2>        Task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-437'>ISIS-437</a>] -         Tidy-up tasks for Isis 1.3.0 and associated components.
+</li>
+</ul>
+                    
\ No newline at end of file

Modified: isis/site/trunk/content/components/security/shiro/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/shiro/release-notes/about.md?rev=1534741&r1=1534740&r2=1534741&view=diff
==============================================================================
--- isis/site/trunk/content/components/security/shiro/release-notes/about.md (original)
+++ isis/site/trunk/content/components/security/shiro/release-notes/about.md Tue Oct 22 19:26:57 2013
@@ -1,5 +1,7 @@
 Title: Release Notes
 
+* [isis-security-shiro-1.3.0](isis-security-shiro-1.3.0.html)
+* there is no v1.2.0
 * [isis-security-shiro-1.1.1](isis-security-shiro-1.1.1.html)
 * [isis-security-shiro-1.1.0](isis-security-shiro-1.1.0.html)
 * [isis-security-shiro-1.0.0](isis-security-shiro-1.0.0.html)

Added: isis/site/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.3.0.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.3.0.md?rev=1534741&view=auto
==============================================================================
--- isis/site/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.3.0.md (added)
+++ isis/site/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.3.0.md Tue Oct 22 19:26:57 2013
@@ -0,0 +1,14 @@
+Title: isis-security-shiro-1.3.0
+                              
+<h2>        Improvement
+</h2>
+<ul>
+<li>Updated to run against Isis Core 1.3.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-362'>ISIS-362</a>] -         Upgrade to JMock 2.6.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-509'>ISIS-509</a>] -         Tidy up and rationalize Util classes in core (and all dependents)
+</li>
+</ul>
+    
+                                            
\ No newline at end of file

Modified: isis/site/trunk/content/components/viewers/restfulobjects/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/restfulobjects/release-notes/about.md?rev=1534741&r1=1534740&r2=1534741&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/restfulobjects/release-notes/about.md (original)
+++ isis/site/trunk/content/components/viewers/restfulobjects/release-notes/about.md Tue Oct 22 19:26:57 2013
@@ -1,4 +1,5 @@
 Title: Release Notes
 
-- [isis-viewer-restfulobjects-2.0.0](isis-viewer-restfulobjects-2.0.0.html)
+- [isis-viewer-restfulobjects-2.1.0](isis-viewer-restfulobjects-2.1.0.html) (for isis-core-1.3.0)
+- [isis-viewer-restfulobjects-2.0.0](isis-viewer-restfulobjects-2.0.0.html) (for isis-core-1.2.0)
 - [isis-viewer-restfulobjects-1.0.0](isis-viewer-restfulobjects-1.0.0.html)

Added: isis/site/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-2.1.0.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-2.1.0.md?rev=1534741&view=auto
==============================================================================
--- isis/site/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-2.1.0.md (added)
+++ isis/site/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-2.1.0.md Tue Oct 22 19:26:57 2013
@@ -0,0 +1,38 @@
+Title: viewer-restfulobjects-2.1.0
+
+
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-553'>ISIS-553</a>] -         Provide view model support, as sketched out in the Restful Objects spec
+</li>
+</ul>
+
+                
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-411'>ISIS-411</a>] -         Enhance RO to allow EAGER rendering of properties (as well as collections)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-509'>ISIS-509</a>] -         Tidy up and rationalize Util classes in core (and all dependents)
+</li>
+</ul>
+    
+                    
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-318'>ISIS-318</a>] -         Restful Objects viewer returning 500 instead of 400 when given bad input
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-413'>ISIS-413</a>] -         RO representation of entities with a null LocalDate failing with an ClassCastException
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-464'>ISIS-464</a>] -         Some trivial cleanup
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-496'>ISIS-496</a>] -         Quickstart RO viewer - a link is broken
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-526'>ISIS-526</a>] -         Action Resource Parameters representation
+</li>
+</ul>
+
+                    
\ No newline at end of file

Modified: isis/site/trunk/content/components/viewers/wicket/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/wicket/release-notes/about.md?rev=1534741&r1=1534740&r2=1534741&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/wicket/release-notes/about.md (original)
+++ isis/site/trunk/content/components/viewers/wicket/release-notes/about.md Tue Oct 22 19:26:57 2013
@@ -1,5 +1,6 @@
 Title: Release Notes
 
+- [isis-viewer-wicket-1.3.0](isis-viewer-wicket-1.3.0.html)
 - [isis-viewer-wicket-1.2.0](isis-viewer-wicket-1.2.0.html)
 - [isis-viewer-wicket-1.1.0](isis-viewer-wicket-1.1.0.html)
 - [isis-viewer-wicket-1.0.0](isis-viewer-wicket-1.0.0.html)

Added: isis/site/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.0.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.0.md?rev=1534741&view=auto
==============================================================================
--- isis/site/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.0.md (added)
+++ isis/site/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.3.0.md Tue Oct 22 19:26:57 2013
@@ -0,0 +1,104 @@
+Title: isis-viewer-wicket-1.3.0
+                           
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-417'>ISIS-417</a>] -         In wicket viewer, provide a &#39;select all&#39; checkbox on table (for invoking bulk actions)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-419'>ISIS-419</a>] -         Add an autoCompleteXxx() method for more context-sensitive lookups.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-430'>ISIS-430</a>] -         Allow the sort order for SortedSet parented collections to be overridden with a new @SortedBy annotation.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-432'>ISIS-432</a>] -         In the wicket viewer, table columns should be sortable
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-433'>ISIS-433</a>] -         Provide context-specific autoComplete through prefixed methods on actions parameters (cf choices method).
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-434'>ISIS-434</a>] -         Provide context-specific autoComplete through prefixed methods on properties
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-443'>ISIS-443</a>] -         Provide the ability to group domain services into logical menus, using @MemberOrder.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-445'>ISIS-445</a>] -         Actions returning blobs or clobs should download as a file.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-447'>ISIS-447</a>] -         In Wicket viewer, distinguish prototype/exploration actions in the app menu
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-457'>ISIS-457</a>] -         New annotation @CssClass for class member, should render in the HTML markup for that member.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-468'>ISIS-468</a>] -         Provide better layout management of pages in the Wicket viewer.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-475'>ISIS-475</a>] -         Dynamic layout using JSON, using an Xxx.layout.json file
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-478'>ISIS-478</a>] -         Provide conditional choices, defaults and validation between action parameters
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-497'>ISIS-497</a>] -         Allow service actions to be rendered as contributed collections or as contributed properties.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-498'>ISIS-498</a>] -         Enhance Wicket&#39;s BlobPanel so that, if an image is uploaded as the blob, then it is displayed in thumbnail form.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-553'>ISIS-553</a>] -         Provide view model support, as sketched out in the Restful Objects spec
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-554'>ISIS-554</a>] -         Automatically render a &quot;Dashboard&quot; service (perhaps one annotated with @Dashboard) as an object in the Wicket viewer.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-559'>ISIS-559</a>] -         When a @Bulk action is invoked, an interaction context (available via a ThreadLocal) should provide additional contextual information.
+</li>
+</ul>
+                        
+
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-416'>ISIS-416</a>] -         Make spinning icon image in Wicket pluggable
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-424'>ISIS-424</a>] -         Make rememberMe configurable on Wicket sign-in page, and make non-final so can be subclassed.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-444'>ISIS-444</a>] -         Autocomplete should allow minimum characters to be specified; choices should require no characters to be specified.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-453'>ISIS-453</a>] -         Extend @MemberGroups annotation so that it can provide a hint to lay out properties on either left or right hand side of the page (with respect to Wicket viewer&#39;s rendering)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-455'>ISIS-455</a>] -         In Wicket viewer, the links (rendered as buttons) for actions should include the identifier of the action, so that they can be targetted for application-specific CSS.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-473'>ISIS-473</a>] -         Allow operations to individually be specified for &quot;@bookmarkable&quot; behaviour.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-480'>ISIS-480</a>] -         With the new multiple columns for properties, should only be a single edit form, and should also allow collections to &quot;overflow&quot; underneath property columns if need be.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-490'>ISIS-490</a>] -         Switch from log4j to using slf4j throughout
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-500'>ISIS-500</a>] -         Make EntityIconAndTitlePanel easier to subclass; minor tidy up ComponentFactory and PageRegistryDefault.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-520'>ISIS-520</a>] -         Allow wicket viewer to be run in either development or deployment mode by passing in the Isis --type cmd line arg.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-521'>ISIS-521</a>] -         Xxx.layout.json is not read for abstract classes (as used for parented collections)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-523'>ISIS-523</a>] -         If max length of title in collections is 0, then suppress the title label also.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-525'>ISIS-525</a>] -         Wicket tags should be stripped by default, overridable with an Isis property.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-527'>ISIS-527</a>] -         Wicket viewer, auto-focus on first field when edit an object or on action parameter.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-530'>ISIS-530</a>] -         Upgrade to Wicket 6.10.0 and wicket-jquery-ui
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-538'>ISIS-538</a>] -         Improve performance of rendering lists (in Wicket viewer)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-547'>ISIS-547</a>] -         Provide better error logging from the Wicket applicaiton init() method if Isis fails to boot.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-558'>ISIS-558</a>] -         When bulk action is invoked, the action that generated the collection should be resubmitted (so that a full refresh takes place).
+</li>
+</ul>
+    
+
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-401'>ISIS-401</a>] -         In wicket viewer, concurrency checking is currently disabled when invoke action on an entity.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-449'>ISIS-449</a>] -         Error handling when transaction aborted incorrect
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-551'>ISIS-551</a>] -         Not forwarding onto the error page correctly if any of the application actions (ie menus) hit the object store when the transaction has been set to ABORT due to an earlier failure.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-552'>ISIS-552</a>] -         Upgrade to Wicket 6.11.0 and disable HTML5 functionality that caused interference between required text fields and the Wicket viewer&#39;s veil.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-560'>ISIS-560</a>] -         When invoking an action, drop downs get cleared (in the UI) if there is a validation error, but the underlying model is set.  
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-566'>ISIS-566</a>] -         Concurrency conflict on related entity that has not been edited
+</li>
+</ul>
+     
\ No newline at end of file

Modified: isis/site/trunk/content/core/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/release-notes/about.md?rev=1534741&r1=1534740&r2=1534741&view=diff
==============================================================================
--- isis/site/trunk/content/core/release-notes/about.md (original)
+++ isis/site/trunk/content/core/release-notes/about.md Tue Oct 22 19:26:57 2013
@@ -1,5 +1,6 @@
 Title: Release Notes
 
+- [isis-1.3.0](isis-1.3.0.html)
 - [isis-1.2.0](isis-1.2.0.html)
 - [isis-1.1.0](isis-1.1.0.html)
 - [isis-1.0.0](isis-1.0.0.html)

Added: isis/site/trunk/content/core/release-notes/isis-1.3.0.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/release-notes/isis-1.3.0.md?rev=1534741&view=auto
==============================================================================
--- isis/site/trunk/content/core/release-notes/isis-1.3.0.md (added)
+++ isis/site/trunk/content/core/release-notes/isis-1.3.0.md Tue Oct 22 19:26:57 2013
@@ -0,0 +1,164 @@
+Title: isis-1.3.0
+                   
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-420'>ISIS-420</a>] -         Application-level settings service and a user-level settings service.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-423'>ISIS-423</a>] -         Provide contract test utility for the automatic testing of 1:m and 1:1 bidirectional relationships
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-426'>ISIS-426</a>] -         Provide abstract contract test to easily verify Comparable implementations.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-427'>ISIS-427</a>] -         An application setting service (both global and user-specific), with JDO implementation.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-430'>ISIS-430</a>] -         Allow the sort order for SortedSet parented collections to be overridden with a new @SortedBy annotation.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-433'>ISIS-433</a>] -         Provide context-specific autoComplete through prefixed methods on actions parameters (cf choices method).
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-434'>ISIS-434</a>] -         Provide context-specific autoComplete through prefixed methods on properties
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-440'>ISIS-440</a>] -         Contributed collections to allow decoupling
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-441'>ISIS-441</a>] -         Helper classes in the applib to implement common object contracts (toString, equals, hashCode, compareTo)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-446'>ISIS-446</a>] -         A new DeveloperUtilitiesService to download the metamodel as a CSV spreadsheet
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-450'>ISIS-450</a>] -         Provide an EventBusService (based on guava) for decoupled intra-session interaction between entities.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-452'>ISIS-452</a>] -         New @PostsPropertyChangedEvent annotation to post a PropertyChangedEvent via EventBusService
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-457'>ISIS-457</a>] -         New annotation @CssClass for class member, should render in the HTML markup for that member.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-461'>ISIS-461</a>] -         Provide the ability to run arbitrary fixtures (implementing the applib&#39;s InstallableFixture) in integration tests 
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-463'>ISIS-463</a>] -         Enhance unittestsupport and integtestsupport to enable Cucumber-JVM specs to be written (at  unit- or integration-scope, respectively)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-468'>ISIS-468</a>] -         Provide better layout management of pages in the Wicket viewer.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-469'>ISIS-469</a>] -         Provide implementations of certain layout facets that read from a &quot;Xxx.layout.properties&quot; file
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-470'>ISIS-470</a>] -         Provide the ability to rebuild the metamodel for individual classes, thus allowing dynamic layout capability...
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-475'>ISIS-475</a>] -         Dynamic layout using JSON, using an Xxx.layout.json file
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-478'>ISIS-478</a>] -         Provide conditional choices, defaults and validation between action parameters
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-484'>ISIS-484</a>] -         Contract test for ensuring that injectXxx methods are final and not overridable
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-497'>ISIS-497</a>] -         Allow service actions to be rendered as contributed collections or as contributed properties.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-518'>ISIS-518</a>] -         Support Guava&#39;s Predicate API for allMatches etc in the applib; deprecate the Filter&lt;T&gt; API.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-553'>ISIS-553</a>] -         Provide view model support, as sketched out in the Restful Objects spec
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-554'>ISIS-554</a>] -         Automatically render a &quot;Dashboard&quot; service (perhaps one annotated with @Dashboard) as an object in the Wicket viewer.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-559'>ISIS-559</a>] -         When a @Bulk action is invoked, an interaction context (available via a ThreadLocal) should provide additional contextual information.
+</li>
+</ul>
+
+
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-51'>ISIS-51</a>] -         Standardize on just one collections API (either google-collections/guava or Apache collections)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-74'>ISIS-74</a>] -         Get rid of BoundedFacet (or keep only for information); instead replace with ChoicesFacetBecauseBounded.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-210'>ISIS-210</a>] -         Support parameter choices on contributed actions
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-425'>ISIS-425</a>] -         Factor out abstract contract test class to make it easier to write contract tests that apply to all entities.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-428'>ISIS-428</a>] -         JUnitMockery2 should automatically instantiate the @ClassUnderTest
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-436'>ISIS-436</a>] -         Extend the ApplicationSettings and UserSettings (read/write and listAll)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-444'>ISIS-444</a>] -         Autocomplete should allow minimum characters to be specified; choices should require no characters to be specified.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-453'>ISIS-453</a>] -         Extend @MemberGroups annotation so that it can provide a hint to lay out properties on either left or right hand side of the page (with respect to Wicket viewer&#39;s rendering)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-456'>ISIS-456</a>] -         ResourceServlet should set the contentType for common file types.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-458'>ISIS-458</a>] -         Allow services to be rendered in a different order than listed in isis.properties.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-462'>ISIS-462</a>] -         Improve ValueTypeContractTestAbstract to also test for value types that implement Comparable.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-465'>ISIS-465</a>] -         Provide the ability to reuse FixtureInstallerDelegate to install demo fixtures (in running application).
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-474'>ISIS-474</a>] -         hide operation in the sevice menu that are not invoke-able due to user role permission mapping.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-480'>ISIS-480</a>] -         With the new multiple columns for properties, should only be a single edit form, and should also allow collections to &quot;overflow&quot; underneath property columns if need be.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-482'>ISIS-482</a>] -         Allow as &quot;choices&quot; return type any descendant of &quot;Collection&quot;
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-485'>ISIS-485</a>] -         Clearer messages for validation exceptions (specially MandatoryExceptions)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-490'>ISIS-490</a>] -         Switch from log4j to using slf4j throughout
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-495'>ISIS-495</a>] -         Remove dependences to commons-lang and commons-collection
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-500'>ISIS-500</a>] -         Make EntityIconAndTitlePanel easier to subclass; minor tidy up ComponentFactory and PageRegistryDefault.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-503'>ISIS-503</a>] -         Refactor the way that members are ordered to allow contributee actions to be ordered within regular actions 
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-504'>ISIS-504</a>] -         Metamodel validator should throw a violation if discover any properties/collections on a service
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-509'>ISIS-509</a>] -         Tidy up and rationalize Util classes in core (and all dependents)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-519'>ISIS-519</a>] -         Delete applib&#39;s src-archived/old-valueholders (and the other src-archived stuff too, the never implemented searchable annotations/interfaces).
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-528'>ISIS-528</a>] -         Allow framework to deal with transient objects not instantiated by newTransientInstance.  Improve javadoc.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-536'>ISIS-536</a>] -         Provide the capability to disable concurrency checking in core through a thread-local
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-539'>ISIS-539</a>] -         Allow a reason to be specified in @Disabled annotation
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-546'>ISIS-546</a>] -         OID marshalling should allow an &#39;@&#39; symbol for the version.getUser()
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-564'>ISIS-564</a>] -         The API for the AuditingService#audit omits the id of the property being changed.  Fix this (respecting semver)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-567'>ISIS-567</a>] -         Provide the capability to disable concurrency checking through a global property (in isis.properties)
+</li>
+</ul>
+ 
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-236'>ISIS-236</a>] -         Classes that are not referenced in the DOM aren&#39;t found by the specification loader
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-435'>ISIS-435</a>] -         Problems with Enums implementing methods on values
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-442'>ISIS-442</a>] -         Fix error handling flow in IsisTransaction
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-449'>ISIS-449</a>] -         Error handling when transaction aborted incorrect
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-451'>ISIS-451</a>] -         Abstract methods (and perhaps synthetic methods) not being filtered out of metamodel
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-464'>ISIS-464</a>] -         Some trivial cleanup
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-467'>ISIS-467</a>] -         timezone difference issue in date test in org.apache.isis.objectstore.sql.HsqlTest
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-531'>ISIS-531</a>] -         Reinstate metamodel pseudo-&quot;API&quot; classes that are used by danhaywood&#39;s wicket extensions, was breaking backward compatibility
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-533'>ISIS-533</a>] -         When flushing transaction, allow for fact that flushing might cause additional persistence commands to be created, and iterate.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-545'>ISIS-545</a>] -         Test in error (Unparseable date)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-549'>ISIS-549</a>] -         RegisterEntities has two @PostConstruct methods...
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-565'>ISIS-565</a>] -         NullPointerException on OneToOneAssociation#clearValue
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-566'>ISIS-566</a>] -         Concurrency conflict on related entity that has not been edited
+</li>
+</ul>
+                
+    
+                        
+<h2>        Task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-437'>ISIS-437</a>] -         Tidy-up tasks for Isis 1.3.0 and associated components.
+</li>
+</ul>
+                    
\ No newline at end of file

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1534741&r1=1534740&r2=1534741&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Tue Oct 22 19:26:57 2013
@@ -16,12 +16,6 @@ Title: Documentation
   - [Static and dynamic layouts](core/dynamic-layouts.html) [1.3.0-SNAPSHOT]
   - [Programming Model Cheat Sheet](getting-started/cheat-sheet.html)
 
-### Resources
-
-  - [Editor templates](getting-started/editor-templates.html)
-  - [Icons](getting-started/icons.html)
-
-
 }
 
 {col-md-4
@@ -35,9 +29,10 @@ Title: Documentation
   - [Tutorials](learning-more/tutorials.html)
   - [Richard Pawson's Naked Objects thesis](learning-more/resources/Pawson-Naked-Objects-thesis.pdf)
 
-### Releases
+### Resources
 
-- [Release Matrix](release-matrix.html)
+  - [Editor templates](getting-started/editor-templates.html)
+  - [Icons](getting-started/icons.html)
 
 }
 
@@ -53,6 +48,10 @@ Title: Documentation
 
 Guidance for committers is at the bottom of this page.
 
+### Releases
+
+- [Release Matrix](release-matrix.html)
+
 }
 
 }

Modified: isis/site/trunk/content/release-matrix.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/release-matrix.md?rev=1534741&r1=1534740&r2=1534741&view=diff
==============================================================================
--- isis/site/trunk/content/release-matrix.md (original)
+++ isis/site/trunk/content/release-matrix.md Tue Oct 22 19:26:57 2013
@@ -65,17 +65,6 @@ The table below lists dependencies betwe
 <tr>
     <th class="heading">Security</th>
     <th class="heading"><a href="components/security/file/about.html">File</a></th>
-    <th class="heading">1.3.0(*)</th>
-    <td>1.3.0</td>
-    <td>-</td>
-    <td>-</td>
-    <td>-</td>
-    <td>-</td>
-    <td>-</td>
-</tr>
-<tr>
-    <th class="heading">&nbsp;</th>
-    <th class="heading">&nbsp;</th>
     <th class="heading">1.0.1</th>
     <td>1.2.0</td>
     <td>-</td>