hlship      2005/07/29 10:48:46

  Modified:    contrib/src/java/org/apache/tapestry/contrib/valid
                        NumericField.jwc DateField.jwc
                        ValidatingTextField.jwc
               .        status.xml
  Log:
  TAPESTRY-515: Deprecate out-of-date contrib components
  
  Revision  Changes    Path
  1.8       +1 -1      
jakarta-tapestry/contrib/src/java/org/apache/tapestry/contrib/valid/NumericField.jwc
  
  Index: NumericField.jwc
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tapestry/contrib/src/java/org/apache/tapestry/contrib/valid/NumericField.jwc,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- NumericField.jwc  18 Apr 2005 17:08:19 -0000      1.7
  +++ NumericField.jwc  29 Jul 2005 17:48:46 -0000      1.8
  @@ -18,7 +18,7 @@
   <!DOCTYPE component-specification PUBLIC
     "-//Apache Software Foundation//Tapestry Specification 4.0//EN"
     "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd";>
  -<component-specification 
class="org.apache.tapestry.contrib.valid.NumericField">
  +<component-specification 
class="org.apache.tapestry.contrib.valid.NumericField" deprecated="true">
       <parameter name="disabled"/>
       <parameter name="hidden"/>
       <parameter name="displayWidth"/>
  
  
  
  1.7       +1 -1      
jakarta-tapestry/contrib/src/java/org/apache/tapestry/contrib/valid/DateField.jwc
  
  Index: DateField.jwc
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tapestry/contrib/src/java/org/apache/tapestry/contrib/valid/DateField.jwc,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- DateField.jwc     18 Apr 2005 17:08:19 -0000      1.6
  +++ DateField.jwc     29 Jul 2005 17:48:46 -0000      1.7
  @@ -19,7 +19,7 @@
     "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 
     "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd";>
     
  -<component-specification class="org.apache.tapestry.contrib.valid.DateField">
  +<component-specification class="org.apache.tapestry.contrib.valid.DateField" 
deprecated="true">
   
     <parameter name="disabled"/>
     <parameter name="hidden"/>
  
  
  
  1.8       +1 -1      
jakarta-tapestry/contrib/src/java/org/apache/tapestry/contrib/valid/ValidatingTextField.jwc
  
  Index: ValidatingTextField.jwc
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tapestry/contrib/src/java/org/apache/tapestry/contrib/valid/ValidatingTextField.jwc,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ValidatingTextField.jwc   18 Apr 2005 17:08:19 -0000      1.7
  +++ ValidatingTextField.jwc   29 Jul 2005 17:48:46 -0000      1.8
  @@ -1,4 +1,4 @@
  -<?xml version="1.0" encoding="UTF-8"?>
<!-- 
   Copyright 2004, 2005 The Apache Software Foundation

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
-->
<!DOCTYPE component-specification PUBLIC 
  "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 
  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd";>
  
<component-specification 
class="org.apache.tapestry.contrib.valid.ValidatingTextField" allow-body="no">

  <parameter name="disabled"/>  
  <parameter name="hidden"/>
  <parameter name="displayWidth"/>
  <parameter name="maximumLength"/>

  <parameter name="text" required="yes"/>
  <parameter name="displayName" required="yes"/>
  <parameter name="minimumLength"/>
  <parameter name="required"/>
 
  <reserved-parameter name="type"/>
  <reserved-parameter name="value"/>
  
</component-specification>
  +<?xml version="1.0" encoding="UTF-8"?>
<!-- 
   Copyright 2004, 2005 The Apache Software Foundation

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
-->
<!DOCTYPE component-specification PUBLIC 
  "-//Apache Software Foundation//Tapestry Specification 4.0//EN" 
  "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd";>
  
<component-specification 
class="org.apache.tapestry.contrib.valid.ValidatingTextField" allow-body="no" 
deprecated="true">

  <parameter name="disabled"/>  
  <parameter name="hidden"/>
  <parameter name="displayWidth"/>
  <parameter name="maximumLength"/>

  <parameter name="text" required="yes"/>
  <parameter name="displayName" required="yes"/>
  <parameter name="minimumLength"/>
  <parameter name="required"/>
 
  <reserved-parameter name="type"/>
  <reserved-parameter name="value"/>
  
</component-specification>
   <!-- 
      Copyright 2004, 2005 The Apache Software Foundation
   
  
  
  
  1.179     +1 -0      jakarta-tapestry/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/status.xml,v
  retrieving revision 1.178
  retrieving revision 1.179
  diff -u -r1.178 -r1.179
  --- status.xml        28 Jul 2005 19:12:09 -0000      1.178
  +++ status.xml        29 Jul 2005 17:48:46 -0000      1.179
  @@ -58,6 +58,7 @@
         <action type="fix" dev="HLS" 
fixes-bug="TAPESTRY-435,TAPESTRY-325,TAPESTRY-309,TAPESTRY-311,TAPESTRY-252,TAPESTRY-254,TAPESTRY-327,TAPESTRY-333"
 due-to="Our many international users">Add many translations of 
ValidationStrings.properties.</action>
         <action type="fix" dev="HLS" fixes-bug="TAPESTRY-441">Poor reporting 
of duplicate method implementations</action>
         <action type="update" dev="HLS">Remove default-binding attribute from 
&lt;parameter&gt; element</action>
  +       <action type="fix" dev="HLS" fixes-bug="TAPESTRY-515">Deprecate 
out-of-date contrib components</action>
       </release>
       <release version="4.0-beta-3" date="Jul 22 2005">
         <action type="fix" dev="HLS" fixes-bug="TAPESTRY-398" due-to="Jonas 
Maurus">HiveMind configuration error breaks the useage of the state: binding 
prefix</action>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to