[richfaces-svn-commits] JBoss Rich Faces SVN: r11952 - in trunk/docs/migrationguide/en/src/main/docbook: included and 1 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Sat Dec 20 11:18:38 EST 2008


Author: artdaw
Date: 2008-12-20 11:18:38 -0500 (Sat, 20 Dec 2008)
New Revision: 11952

Added:
   trunk/docs/migrationguide/en/src/main/docbook/included/asClientId.xml
Modified:
   trunk/docs/migrationguide/en/src/main/docbook/master.xml
   trunk/docs/migrationguide/en/src/main/docbook/modules/intro.xml
   trunk/docs/migrationguide/en/src/main/docbook/modules/req.xml
Log:
https://jira.jboss.org/jira/browse/RF-3048 - new chapter "The RichFaces Migration Issues 3.2.x - 3.3.0" was added

Added: trunk/docs/migrationguide/en/src/main/docbook/included/asClientId.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/asClientId.xml	                        (rev 0)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/asClientId.xml	2008-12-20 16:18:38 UTC (rev 11952)
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="asClientId" role="asClientId">
+    <?dbhtml filename="asClientId.html"?>
+    <sectioninfo>
+        <keywordset>
+            <keyword>clientId</keyword>
+            <keyword>AS</keyword>
+        </keywordset>
+    </sectioninfo>
+    <title></title>
+    <!--section>
+        <title>Description</title>
+        <para>
+            
+        </para>
+    </section-->
+    <section>
+        <title>Links</title>
+        <itemizedlist>
+            <listitem>
+                <para>
+                    <ulink url="http://jira.jboss.org/jira/browse/RF-5088">Jira</ulink>
+                </para>
+            </listitem>
+            <listitem>
+                <para>
+                    <ulink url="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=144620&amp;postdays=0&amp;postorder=asc&amp;start=10">RichFaces Forum</ulink>
+                </para>
+            </listitem>
+        </itemizedlist>
+    </section>
+    <!--section>
+        <title>How to reproduce</title>    
+        <para>
+            
+        </para>
+    </section>
+    <section>
+        <title>Causes</title>
+        <para>
+         
+        </para>
+    </section>
+    
+    <section>
+        <title>Workarounds</title>
+        <para>
+          
+        </para>
+    </section-->
+</section>


Property changes on: trunk/docs/migrationguide/en/src/main/docbook/included/asClientId.xml
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/docs/migrationguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/master.xml	2008-12-20 16:08:52 UTC (rev 11951)
+++ trunk/docs/migrationguide/en/src/main/docbook/master.xml	2008-12-20 16:18:38 UTC (rev 11952)
@@ -19,11 +19,18 @@
 	
 	<!ENTITY fileUploadListener SYSTEM "included/fileUploadListener.xml">
 	<!ENTITY myfaces SYSTEM "included/myfaces.xml">
-	<!ENTITY seamMultipartFilter SYSTEM "included/seamMultipartFilter.xml">
+	<!ENTITY seamMultipartFilter SYSTEM "included/seamMultipartFilter.xml">
+	
+	<!ENTITY asClientId SYSTEM "included/asClientId.xml">
 ]>
 <book>
 	<bookinfo>
-		<title>RichFaces Migration Guide</title>
+		<title>RichFaces Migration Guide</title>
+		<author>
+			<firstname>Gleb</firstname>
+			<surname>Galkin</surname>
+			<email>ggalkin at exadel.com</email>
+		</author>   
 		<copyright>
 			<year>2008</year>
 			<holder>Red Hat</holder>
@@ -43,24 +50,24 @@
 	&scope;
 	&req;	  
 	
-	<chapter id="RichFacesMigrationIssues" xreflabel="RichFacesMigrationIssues">
-		<?dbhtml filename="RichFacesMigrationIssues.html"?>
+	<chapter id="RichFacesMigrationIssues31to32" xreflabel="RichFacesMigrationIssues31to32">
+		<?dbhtml filename="RichFacesMigrationIssues31to32.html"?>
 		<chapterinfo>
 			<keywordset>
 				<keyword>RichFaces</keyword>
 				<keyword>Migration Guide</keyword>
 			</keywordset>
 		</chapterinfo>
-		<title>The RichFaces Migration Issues</title>
+		<title>The RichFaces Migration Issues 3.1.x - 3.2.0</title>
 
 		<para>
-			This chapter includes only those issues that concern migration from the previous versions to 3.2.0. 
+			This chapter includes only those issues that concern migration from from 3.1.x versions to 3.2.0. 
 			Issues, related to the new components and other problems are not covered here. 
 			However, <ulink url="http://jira.jboss.com/jira/browse/RF">Jira</ulink> contains all issues 
 			and if you can not find your case there, please, feel free to report it.   
 		</para>
-		<section id="MostImportant">
-			<?dbhtml filename="MostImportant.html"?>
+		<section id="MostImportant31to32">
+			<?dbhtml filename="MostImportant31to32.html"?>
 			<sectioninfo>
 				<keywordset>
 					<keyword>important</keyword>
@@ -81,8 +88,8 @@
 			&resource;
 		</section>
 
-		<section id="PreviousVersions">
-			<?dbhtml filename="PreviousVersions.html"?>
+		<section id="PreviousVersions31to32">
+			<?dbhtml filename="PreviousVersions31to32.html"?>
 			<sectioninfo>
 				<keywordset>
 					<keyword>upgrade</keyword>
@@ -99,8 +106,8 @@
 			&actionparam;
 		</section>
 
-		<section id="ThirdPartyFrameworks">
-			<?dbhtml filename="ThirdPartyFrameworks.html"?>
+		<section id="ThirdPartyFrameworks31to32">
+			<?dbhtml filename="ThirdPartyFrameworks31to32.html"?>
 			<sectioninfo>
 				<keywordset>
 					<keyword>third</keyword>
@@ -114,5 +121,35 @@
 			&myfaces;
 			&seamMultipartFilter;
 		</section>
+	</chapter>
+	
+	<chapter id="RichFacesMigrationIssues32to33" xreflabel="RichFacesMigrationIssues32to33">
+		<?dbhtml filename="RichFacesMigrationIssues32to33.html"?>
+		<chapterinfo>
+			<keywordset>
+				<keyword>RichFaces</keyword>
+				<keyword>Migration Guide</keyword>
+			</keywordset>
+		</chapterinfo>
+		<title>The RichFaces Migration Issues 3.2.x - 3.3.0</title>
+		<para>
+			This chapter includes only those issues that concern migration from from 3.2.x versions to 3.3.0. 
+			Issues, that are related to the new components and other problems are not covered here. 
+			However, <ulink url="http://jira.jboss.com/jira/browse/RF">Jira</ulink> contains all issues 
+			and if you can not find your case there, please, feel free to report it.   
+		</para>
+		<section id="ThirdPartyFrameworks32to33">
+			<?dbhtml filename="ThirdPartyFrameworks32to33.html"?>
+			<sectioninfo>
+				<keywordset>
+					<keyword>third</keyword>
+					<keyword>party</keyword>
+					<keyword>frameworks</keyword>
+				</keywordset>
+			</sectioninfo>
+			<title>Issues with compatibility with third party frameworks</title>
+			<para>This section covers issues related to compatibility with third party frameworks.</para>
+&asClientId;
+		</section>
 	</chapter>
 </book>

Modified: trunk/docs/migrationguide/en/src/main/docbook/modules/intro.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/modules/intro.xml	2008-12-20 16:08:52 UTC (rev 11951)
+++ trunk/docs/migrationguide/en/src/main/docbook/modules/intro.xml	2008-12-20 16:18:38 UTC (rev 11952)
@@ -10,10 +10,10 @@
 
     <title>Introduction</title>
     <para>
-        This document is aimed to provide guidelines for migrating <property>RichFaces</property> projects from 3.1.x versions to 3.2.0.  
+        This document is aimed to provide guidelines for migrating <property>RichFaces</property> projects.  
     </para>
     <para>
         <property>RichFaces</property> Migration Guide covers  troublesome issues caused by migration and provides
         suitable workarounds and examples.
     </para>
-</chapter>
\ No newline at end of file
+</chapter>

Modified: trunk/docs/migrationguide/en/src/main/docbook/modules/req.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/modules/req.xml	2008-12-20 16:08:52 UTC (rev 11951)
+++ trunk/docs/migrationguide/en/src/main/docbook/modules/req.xml	2008-12-20 16:18:38 UTC (rev 11952)
@@ -11,7 +11,7 @@
     
     <title>Minimum requirements for the project with RichFaces 3.2.0</title>
     <para>
-        You can find all technical requirements to start working with <property>RichFaces 3.2.0</property> 
+        You can find all technical requirements to start working with <property>RichFaces</property> 
         in the <ulink url="http://www.jboss.org/jbossrichfaces/docs/index.html">Developer Guide</ulink>.
     </para>
     




More information about the richfaces-svn-commits mailing list