You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2006/08/01 06:22:53 UTC

svn commit: r427441 - in /cocoon: branches/BRANCH_2_1_X/status.xml trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/datatype/convertor/HtmlCleanerConfiguration.xml

Author: antonio
Date: Mon Jul 31 21:22:53 2006
New Revision: 427441

URL: http://svn.apache.org/viewvc?rev=427441&view=rev
Log:

<action dev="AG" type="fix" fixes-bug="COCOON-1678" due-to="Jeroen Reijn" due-to-email="j.reijn@hippo.nl">
  CForms: HTMLArea unable to set target and title to a "link".
</action>

Modified:
    cocoon/branches/BRANCH_2_1_X/status.xml
    cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/datatype/convertor/HtmlCleanerConfiguration.xml

Modified: cocoon/branches/BRANCH_2_1_X/status.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/status.xml?rev=427441&r1=427440&r2=427441&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/status.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/status.xml Mon Jul 31 21:22:53 2006
@@ -182,8 +182,11 @@
   <release version="@version@" date="@date@">
 -->
   <release version="2.1.10" date="TBD">
+    <action dev="AG" type="fix" fixes-bug="COCOON-1678" due-to="Jeroen Reijn" due-to-email="j.reijn@hippo.nl">
+      CForms: HTMLArea unable to set target and title to a "link".
+    </action>
     <action dev="AG" type="fix" fixes-bug="COCOON-1758" due-to="Carlos Chávez" due-to-email="cchavez@agssa.net">
-      Form locale never used in JXMacros.
+      CForms: Form locale never used in JXMacros.
     </action>
     <action dev="AG" type="fix" fixes-bug="COCOON-1885" due-to="Ard Schrijvers" due-to-email="a.schrijvers@hippo.nl">
       Core: EHDefaultStore returns in the size() method the wrong number of keys.

Modified: cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/datatype/convertor/HtmlCleanerConfiguration.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/datatype/convertor/HtmlCleanerConfiguration.xml?rev=427441&r1=427440&r2=427441&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/datatype/convertor/HtmlCleanerConfiguration.xml (original)
+++ cocoon/trunk/blocks/cocoon-forms/cocoon-forms-impl/src/main/resources/org/apache/cocoon/forms/datatype/convertor/HtmlCleanerConfiguration.xml Mon Jul 31 21:22:53 2006
@@ -75,6 +75,8 @@
       <!-- linking -->
       <element name="a">
         <attribute name="href"/>
+        <attribute name="target"/>
+        <attribute name="title"/> 
       </element>
 
       <!-- inline styles -->