hlship      2005/08/10 18:05:56

  Modified:    .        status.xml
               framework/src/java/org/apache/tapestry/parse
                        Tapestry_4_0.dtd
  Log:
  TAPESTRY-542: Tapestry 4.0 DTD invalid
  
  Revision  Changes    Path
  1.203     +2 -1      jakarta-tapestry/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/status.xml,v
  retrieving revision 1.202
  retrieving revision 1.203
  diff -u -r1.202 -r1.203
  --- status.xml        10 Aug 2005 19:50:51 -0000      1.202
  +++ status.xml        11 Aug 2005 01:05:56 -0000      1.203
  @@ -64,7 +64,7 @@
         <action type="fix" dev="PF" fixes-bug="TAPESTRY-520">Button component 
needs to implement rewindFormComponent() method</action>
         <action type="fix" dev="PF" fixes-bug="TAPESTRY-521">Button component 
creates invalid markup</action>
         <action type="update" dev="PF">Deprecate label parameter of Button 
component</action>
  -      <action type="fix" dev="HLS" fixes-bug="TAPESTRY-527">Tapestry 4.0 DTD 
invalid</action>
  +      <action type="fix" dev="HLS" 
fixes-bug="TAPESTRY-527,TAPESTRY-542">Tapestry 4.0 DTD invalid</action>
         <action type="fix" dev="HLS" fixes-bug="TAPESTRY-524" due-to="Adam 
Greene">Client Side Persistence Scopes can conflict with each other</action>
         <action type="fix" dev="HLS" fixes-bug="TAPESTRY-519" due-to="Raphael 
Jean">NestedMarkupWriterImpl doesn't close the current open tag when 
getBuffer() is called</action>
         <action type="fix" dev="PF" fixes-bug="TAPESTRY-407">Unable to 
override default pattern of DateTranslator and NumberTranslator when 
initialized via the translator binding</action>
  @@ -87,6 +87,7 @@
         <action type="update" dev="HLS">Add post parameter to 
IEngineService.getLink() to support building links differently for form posts 
vs. link gets</action>
         <action type="fix" dev="HLS" fixes-bug="TAPESTRY-541" due-to="Markus 
Wiederkehr">Add a configuration point for creating additional 
SqueezeAdaptors</action>
         <action type="update" dev="HLS">Change SerializableAdaptor to encode 
with and without compression, and use the shorter of the two</action>
  +      <action type="fix" dev="HLS" fixes-bug="TAPESTRY-543">DateField.jwc is 
4.0 DTD but uses the type attribute of &lt;parameter&gt;</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>
  
  
  
  1.10      +1 -1      
jakarta-tapestry/framework/src/java/org/apache/tapestry/parse/Tapestry_4_0.dtd
  
  Index: Tapestry_4_0.dtd
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tapestry/framework/src/java/org/apache/tapestry/parse/Tapestry_4_0.dtd,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Tapestry_4_0.dtd  3 Aug 2005 21:37:40 -0000       1.9
  +++ Tapestry_4_0.dtd  11 Aug 2005 01:05:56 -0000      1.10
  @@ -50,7 +50,7 @@
   For entity attributes that take a boolean value.
   -->
   <!ENTITY % attribute-flag "(yes|no|true|false|on|off|1|0|y|n|t|f|aye|nay)">
  -<!ENTITY % library-content "(description?, 
(meta|page|component-type|service|library|extension)*)">
  +<!ENTITY % library-content "(description?, 
(meta|page|component-type|library|extension)*)">
   <!-- =======================================================
   Element: application
   Root element
  
  
  

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

Reply via email to