Author: irooskov(a)redhat.com
Date: 2010-11-03 23:47:59 -0400 (Wed, 03 Nov 2010)
New Revision: 26240
Modified:
trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
Log:
updated with new fixed issues
Modified: trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2010-11-03
23:03:45 UTC (rev 26239)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2010-11-04
03:47:59 UTC (rev 26240)
@@ -337,6 +337,21 @@
<ulink
url="http://jira.jboss.com/jira/browse/JBIDE-6815">JBIDE-681...;:
A template page has been added that does not incorporate Facelets.
</para>
</listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-6285">JBIDE-628...;:
Previously when a user would insert a start and ending tag (for example,
<tag><tag>), code assistance would turn on when the cursor was
placed between the tags. This behavior was not an assistance to the user under normal
circumstances as when a user pressed the <keycode>Enter</keycode> key, to
seperate the tags, the first code assist proposal would be inserted instead. For this
release Code assistance has been improved by realizing that in the mentioned circumstance
no assistance is required.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-6276">JBIDE-627...;:
The ability to preview refactoring changes made to JSF 2 components has been added.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-6266">JBIDE-626...;:
Content Assist now includes support for Web Standards Tools (WST) categories. A futher two
categories have been added: JBoss JSF/Seam EL and JBoss JSF/Seam Tag Proposals.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</formalpara>
@@ -382,6 +397,11 @@
<ulink
url="http://jira.jboss.com/jira/browse/JBIDE-6487">JBIDE-648...;:
The Maven Hibernate Configurator has been added. This insures that if a maven project
contains a dependency with <property>groupId=org.hibernate</property> and an
<property>artifactId</property> starting with
<property>hibernate</property>, the Maven Hibernate Configurator will enable
Hibernate 3 support.
</para>
</listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-6293">JBIDE-629...;:
The final version of Maven Portletbridge 2.0.0 libraries have been added to the tool set.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</formalpara> -->
@@ -448,6 +468,11 @@
<ulink
url="http://jira.jboss.com/jira/browse/JBIDE-6610">JBIDE-661...;:
Components defined in a custom <filename>component.xml</filename> file were
not recognized. This bug has been corrected through the modification of
<filename>XMLScanner.java</filename>,
<filename>SeamComponentsEntityRecognizer.java</filename> and
<filename>SeamResourceVisitor.java</filename>.
</para>
</listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-6360">JBIDE-636...;:
Previously <property>view-id</property> entries in the navigation of XML files
was not tested for validlity. Error checking for this parameter has been added to the Seam
tools set with this release.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</formalpara>
@@ -503,9 +528,14 @@
</listitem>
<listitem>
<para>
- <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-7034">JBIDE-703...;,
<ulink
url="http://jira.jboss.com/jira/browse/JBIDE-">JBIDE-</ul...
and <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-">JBIDE-</ul...;: New
reporting fields were added to the usage plug-in for the gathering of user data. See the
individual JIRAs for specific field details.
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-7034">JBIDE-703...
and <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-">JBIDE-</ul...;: New
reporting fields were added to the usage plug-in for the gathering of user data. See the
individual JIRAs for specific field details.
</para>
</listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-6376">JBIDE-637...;:
Usage reporting component based on Google Analytics has been added.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</formalpara> -->
@@ -544,6 +574,21 @@
<ulink
url="http://jira.jboss.com/jira/browse/JBIDE-6600">JBIDE-660...;:
The Visual Page Editor would use all available template libraries reguardless of the
opened content. This caused conflicts between templates; an example of this is the
<property>head</property> tag appearing in both the docbook and HTML
templates. The solution has been to create a seperate editor for docbook.
</para>
</listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-6385">JBIDE-638...;:
The icon for the <guiicon>Externalize Strings</guiicon> action in the Visual
Page Editor toolbar has been updated.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-6333">JBIDE-633...;:
When resizing an image, a caption now appears at the users cursor to indicate the current
size an image will be resized to.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink
url="http://jira.jboss.com/jira/browse/JBIDE-6288">JBIDE-628...;:
When hovering over a button created in the Visual Page Editor, the button would not be
highlighted on Linux operating systems. This issue has been corrected by modifying the
following files: <filename>VpeController.java</filename>,
<filename>VpeDnD.java</filename>,
<filename>MozillaEventAdapter.java</filename>,
<filename>VisualDomUtil.java</filename> and
<filename>MozillaDndListener.java</filename>.
+ </para>
+ </listitem>
</itemizedlist>
</para>
</formalpara>