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 2014/07/28 19:58:04 UTC

svn commit: r1614094 - in /isis/site/trunk/content: archetypes/release-notes/about.md archetypes/release-notes/simpleapp-archetype-1.6.0.md components/objectstores/jdo/persistence_xml.md components/viewers/wicket/customizing-the-viewer.md

Author: danhaywood
Date: Mon Jul 28 17:58:04 2014
New Revision: 1614094

URL: http://svn.apache.org/r1614094
Log:
fixing broken links

Modified:
    isis/site/trunk/content/archetypes/release-notes/about.md
    isis/site/trunk/content/archetypes/release-notes/simpleapp-archetype-1.6.0.md
    isis/site/trunk/content/components/objectstores/jdo/persistence_xml.md
    isis/site/trunk/content/components/viewers/wicket/customizing-the-viewer.md

Modified: isis/site/trunk/content/archetypes/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/archetypes/release-notes/about.md?rev=1614094&r1=1614093&r2=1614094&view=diff
==============================================================================
--- isis/site/trunk/content/archetypes/release-notes/about.md (original)
+++ isis/site/trunk/content/archetypes/release-notes/about.md Mon Jul 28 17:58:04 2014
@@ -2,7 +2,7 @@ Title: Release Notes
 
 SimpleApp archetype:
 
-* [simpleapp-archetype-1.6.0](simpleapp-archetype-1.5.0.html)
+* [simpleapp-archetype-1.6.0](simpleapp-archetype-1.6.0.html)
 * [simple_wrj-archetype-1.5.0](simple_wrj-archetype-1.5.0.html)
 * [simple_wrj-archetype-1.4.1](simple_wrj-archetype-1.4.1.html)
 * [simple_wrj-archetype-1.4.0](simple_wrj-archetype-1.4.0.html)

Modified: isis/site/trunk/content/archetypes/release-notes/simpleapp-archetype-1.6.0.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/archetypes/release-notes/simpleapp-archetype-1.6.0.md?rev=1614094&r1=1614093&r2=1614094&view=diff
==============================================================================
--- isis/site/trunk/content/archetypes/release-notes/simpleapp-archetype-1.6.0.md (original)
+++ isis/site/trunk/content/archetypes/release-notes/simpleapp-archetype-1.6.0.md Mon Jul 28 17:58:04 2014
@@ -1,4 +1,4 @@
-Title: simple-wrj-archetype-1.5.0
+Title: simpleapp-1.6.0
 
 Uses:
 

Modified: isis/site/trunk/content/components/objectstores/jdo/persistence_xml.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/persistence_xml.md?rev=1614094&r1=1614093&r2=1614094&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/persistence_xml.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/persistence_xml.md Mon Jul 28 17:58:04 2014
@@ -43,7 +43,7 @@ And, if you are using Eclipse, remember 
 
 ## JDO Applib domain projects.
 
-The JDO objectstore also defines some of its own persistable domain entities, these being used in its implementation of the [Publishing Service](./publishing-service-jdo.html) and the [Settings Services](./settings-services-jdo.html).  These persistable domain entities are defined in the JDO applib, and must be enhanced.
+The JDO objectstore also defines some of its own persistable domain entities, these being used in its implementation of the [Publishing Service](./services/publishing-service-jdo.html) and the [Settings Services](./services/settings-services-jdo.html).  These persistable domain entities are defined in the JDO applib, and must be enhanced.
 
 If just using released versions of Isis, then there is nothing to be done.
 

Modified: isis/site/trunk/content/components/viewers/wicket/customizing-the-viewer.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/wicket/customizing-the-viewer.md?rev=1614094&r1=1614093&r2=1614094&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/wicket/customizing-the-viewer.md (original)
+++ isis/site/trunk/content/components/viewers/wicket/customizing-the-viewer.md Mon Jul 28 17:58:04 2014
@@ -110,7 +110,7 @@ Additional views though could render the
   * [excel integration](https://github.com/isisaddons/isis-wicket-excel) (collection as a downloadable excel spreadsheet)
   * [google maps v3 integration](https://github.com/isisaddons/isis-wicket-gmap3) (render any objects with a location on a map)
   * [wicked charts integration](https://github.com/isisaddons/isis-wicket-wickedcharts) (barchart of any data)
-  * [full calendar integration](https://github.com/isisaddons/isis-wicket-fullcalendar) (render any objects with date properties on a calendar)
+  * [full calendar integration](https://github.com/isisaddons/isis-wicket-fullcalendar2) (render any objects with date properties on a calendar)
   
 Registering these custom views is just a matter of adding the appropriate Maven module to the classpath.  Isis uses the JDK `ServiceLoader` API to automatically discover and register the `ComponentFactory` of each such component.