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/01/27 20:53:07 UTC

svn commit: r1439160 - in /isis/site/trunk/content: ./ components/security/shiro/release-notes/ components/viewers/wicket/release-notes/ core/release-notes/

Author: danhaywood
Date: Sun Jan 27 19:53:07 2013
New Revision: 1439160

URL: http://svn.apache.org/viewvc?rev=1439160&view=rev
Log:
isis site - for 1.1.0 releases

Added:
    isis/site/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.1.0.md
    isis/site/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.1.0.md
    isis/site/trunk/content/core/release-notes/isis-1.1.0.md
Modified:
    isis/site/trunk/content/components/security/shiro/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/security/shiro/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/shiro/release-notes/about.md?rev=1439160&r1=1439159&r2=1439160&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 Sun Jan 27 19:53:07 2013
@@ -1,3 +1,4 @@
 Title: Release Notes
 
+* [isis-security-shiro-1.1.0](isis-security-shiro-1.1.0.html) (RC1)
 * [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.1.0.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.1.0.md?rev=1439160&view=auto
==============================================================================
--- isis/site/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.1.0.md (added)
+++ isis/site/trunk/content/components/security/shiro/release-notes/isis-security-shiro-1.1.0.md Sun Jan 27 19:53:07 2013
@@ -0,0 +1,25 @@
+Title: isis-security-shiro-1.1.0
+                                
+
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-307'>ISIS-307</a>] -         Allow groups to be mapped to roles (eg AD groups to logically internal application roles)
+</li>
+</ul>
+
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-298'>ISIS-298</a>] -         Provide a shiro Realm implementation that supports looking up roles from an LDAP server.
+</li>
+</ul>
+                            
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-306'>ISIS-306</a>] -         Parsing permission strings should trim both before and after.
+</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=1439160&r1=1439159&r2=1439160&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 Sun Jan 27 19:53:07 2013
@@ -1,3 +1,4 @@
 Title: Release Notes
 
+- [isis-viewer-wicket-1.1.0](isis-viewer-wicket-1.1.0.html) (RC1)
 - [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.1.0.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.1.0.md?rev=1439160&view=auto
==============================================================================
--- isis/site/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.1.0.md (added)
+++ isis/site/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.1.0.md Sun Jan 27 19:53:07 2013
@@ -0,0 +1,31 @@
+Title: isis-viewer-wicket-1.1.0
+                
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-282'>ISIS-282</a>] -         Add support for file uploads and downloads to Wicket viewer and JDO objectstore
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-304'>ISIS-304</a>] -         Contributed actions for collections (1-arg, no business rules) do not appear.
+</li>
+</ul>
+
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-308'>ISIS-308</a>] -         Don&#39;t show (null) for a property or a parameter that has no reference (instead show an empty string)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-309'>ISIS-309</a>] -         Minor fixes to support extensions to Wicket viewer.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-315'>ISIS-315</a>] -         Allow Wicket applications to bootstrap from a config directory outside of WEB-INF
+</li>
+</ul>
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-300'>ISIS-300</a>] -         The home page link in Wicket viewer goes to root context &quot;/&quot;, rather than to the base of the webapp.
+</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=1439160&r1=1439159&r2=1439160&view=diff
==============================================================================
--- isis/site/trunk/content/core/release-notes/about.md (original)
+++ isis/site/trunk/content/core/release-notes/about.md Sun Jan 27 19:53:07 2013
@@ -1,3 +1,4 @@
 Title: Release Notes
 
+- [isis-1.1.0](isis-1.1.0.html) (RC1)
 - [isis-1.0.0](isis-1.0.0.html)

Added: isis/site/trunk/content/core/release-notes/isis-1.1.0.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/release-notes/isis-1.1.0.md?rev=1439160&view=auto
==============================================================================
--- isis/site/trunk/content/core/release-notes/isis-1.1.0.md (added)
+++ isis/site/trunk/content/core/release-notes/isis-1.1.0.md Sun Jan 27 19:53:07 2013
@@ -0,0 +1,28 @@
+Title: isis-1.1.0
+                   
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-282'>ISIS-282</a>] -         Add support for file uploads and downloads to Wicket viewer and JDO objectstore
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-304'>ISIS-304</a>] -         Contributed actions for collections (1-arg, no business rules) do not appear.
+</li>
+</ul>
+
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-305'>ISIS-305</a>] -         compareTo methods (when implement Comparable) should be automatically hidden
+</li>
+</ul>
+ 
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-207'>ISIS-207</a>] -         Improve the message given when a field is too long (exceeds its @MaxLength value)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-312'>ISIS-312</a>] -         Guard in BaseFixture to allow fixtures to load in production mode was faulty
+</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=1439160&r1=1439159&r2=1439160&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Sun Jan 27 19:53:07 2013
@@ -9,7 +9,7 @@ Title: Documentation
 ### Getting started
 
 - [Screencasts](getting-started/screencasts.html)
-- [Wicket/Restful/JDO Archetype](getting-started/quickstart-archetype.html) ([1.0.1](getting-started/release-notes/about.html))
+- [Wicket/Restful/JDO Archetype](getting-started/quickstart-archetype.html) ([1.0.2](getting-started/release-notes/about.html)) (RC1)
 - [Editor templates](getting-started/editor-templates.html)
 - [Cheat Sheet](getting-started/cheat-sheet.html)
 - [Icons](getting-started/icons.html)
@@ -62,7 +62,7 @@ Title: Documentation
 
 {group
 
-## Core [1.0.0](core/release-notes/about.html)
+## Core [1.1.0](core/release-notes/about.html) (RC1)
 
 {row-even
 
@@ -110,7 +110,7 @@ Title: Documentation
 
 {span-one-third
 
-###  Wicket [1.0.0](components/viewers/wicket/release-notes/about.html)
+###  Wicket [1.1.0](components/viewers/wicket/release-notes/about.html) (RC1)
 
 - [About](components/viewers/wicket/about.html)
 
@@ -249,7 +249,7 @@ Title: Documentation
 
 {span-one-third
 
-### Shiro [1.0.0](components/security/shiro/release-notes/about.html)
+### Shiro [1.1.0](components/security/shiro/release-notes/about.html) (RC1)
 
 - [About](components/security/shiro/about.html)
 - [Configuring Shiro](components/security/shiro/configuring-shiro.html)

Modified: isis/site/trunk/content/release-matrix.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/release-matrix.md?rev=1439160&r1=1439159&r2=1439160&view=diff
==============================================================================
--- isis/site/trunk/content/release-matrix.md (original)
+++ isis/site/trunk/content/release-matrix.md Sun Jan 27 19:53:07 2013
@@ -17,6 +17,17 @@ The table below lists dependencies betwe
 <tr>
     <td><b><a href="core/about.html">Core</a></b></td>
     <td>&nbsp;</td>
+    <td><b>1.1.0</b>(RC1)</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+</tr>
+<tr>
+    <td>&nbsp;</td>
+    <td>&nbsp;</td>
     <td><b>1.0.0</b></td>
     <td>-</td>
     <td>-</td>
@@ -37,8 +48,19 @@ The table below lists dependencies betwe
     <td>-</td>
 </tr>
 <tr>
-    <td><b>Security</b></td>
+    <td>&nbsp;</td>
     <td><b><a href="components/security/shiro/about.html">Shiro</a></b></td>
+    <td><b>1.1.0</b> (RC1)</td>
+    <td>1.1.0</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+</tr>
+<tr>
+    <td>&nbsp;</td>
+    <td>&nbsp;</td>
     <td><b>1.0.0</b></td>
     <td>1.0.0</td>
     <td>-</td>
@@ -59,8 +81,19 @@ The table below lists dependencies betwe
     <td>-</td>
 </tr>
 <tr>
-    <td><b>Viewer</td>
+    <td><b>Viewer</b></td>
     <td><b><a href="components/viewers/wicket/about.html">Wicket</a></b></td>
+    <td><b>1.1.0</b>(RC1)</td>
+    <td>1.1.0</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+    <td>-</td>
+</tr>
+<tr>
+    <td>&nbsp;</td>
+    <td>&nbsp;</td>
     <td><b>1.0.0</b></td>
     <td>1.0.0</td>
     <td>-</td>
@@ -83,10 +116,21 @@ The table below lists dependencies betwe
 <tr>
     <td><b>Archetype</b></td>
     <td><b><a href="getting-started/quickstart-archetype.html">WRJ</a></b></td>
-    <td><b>1.0.1</b></td>
+    <td><b>1.0.2</b>(RC1)</td>
+    <td>1.1.0</td>
+    <td>1.1.0</td>
     <td>-</td>
     <td>1.0.0</td>
+    <td>1.1.0</td>
     <td>1.0.0</td>
+</tr>
+<tr>
+    <td>&nbsp;</td>
+    <td>&nbsp;</td>
+    <td><b>1.0.1</b></td>
+    <td>1.0.0</td>
+    <td>1.0.0</td>
+    <td>-</td>
     <td>1.0.0</td>
     <td>1.0.0</td>
     <td>1.0.0</td>