Author: hlship
Date: Tue Aug 5 10:11:34 2008
New Revision: 682804
URL: http://svn.apache.org/viewvc?rev=682804&view=rev
Log:
Move most tapestry-core documentation, including the user guide, up to the
project level.
Modified:
tapestry/tapestry5/trunk/src/site/apt/index.apt
tapestry/tapestry5/trunk/src/site/apt/upgrade.apt
Modified: tapestry/tapestry5/trunk/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/apt/index.apt?rev=682804&r1=682803&r2=682804&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/apt/index.apt (original)
+++ tapestry/tapestry5/trunk/src/site/apt/index.apt Tue Aug 5 10:11:34 2008
@@ -84,6 +84,8 @@
New And Of Note
+ * Most general documentation has been moved from the tapestry-core module up
to the project level.
+
* Work has started on a {{{cookbook}Tapestry Cookbook}}, showing how to
tackle common scenarios.
* Component methods may be marked with the @Log annotation, to enable debug
logging of
Modified: tapestry/tapestry5/trunk/src/site/apt/upgrade.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/apt/upgrade.apt?rev=682804&r1=682803&r2=682804&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/apt/upgrade.apt (original)
+++ tapestry/tapestry5/trunk/src/site/apt/upgrade.apt Tue Aug 5 10:11:34 2008
@@ -15,7 +15,7 @@
Release 5.0.14
The signature of the
-
{{{../apidocs/org/apache/tapestry5/services/BeanModelSource.html}BeanModelSource}}.create()
+
{{{apidocs/org/apache/tapestry5/services/BeanModelSource.html}BeanModelSource}}.create()
method has changed; the last parameter is now Messages, not
ComponentResources.
The Grid, PropertyDisplay, PropertyEditor and BeanEditor components have had
their override
@@ -46,10 +46,10 @@
* ClassFabUtils
- Several methods of
{{{../apidocs/org/apache/tapestry5/ioc/services/ClassFabUtils.html}ClassFabUtils}}
+ Several methods of
{{{apidocs/org/apache/tapestry5/ioc/services/ClassFabUtils.html}ClassFabUtils}}
have been removed. The new method {{{castReference()}}} is an improved
replacement for the removed
methods. These methods were largely used when decorating services, and the
new
-
{{{../apidocs/org/apache/tapestry5/ioc/services/AspectDecorator.html}AspectDecorator}}
is even easier.
+
{{{apidocs/org/apache/tapestry5/ioc/services/AspectDecorator.html}AspectDecorator}}
is even easier.
* JavaScript Changes