Author: hlship
Date: Wed Nov 30 19:49:47 2005
New Revision: 350138

URL: http://svn.apache.org/viewcvs?rev=350138&view=rev
Log:
TAPESTRY-767: tapestry.url.ServiceEncoders has reversed the descriptions of the 
after and before attributes

Modified:
    jakarta/tapestry/trunk/framework/src/descriptor/META-INF/tapestry.url.xml
    jakarta/tapestry/trunk/status.xml

Modified: 
jakarta/tapestry/trunk/framework/src/descriptor/META-INF/tapestry.url.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/framework/src/descriptor/META-INF/tapestry.url.xml?rev=350138&r1=350137&r2=350138&view=diff
==============================================================================
--- jakarta/tapestry/trunk/framework/src/descriptor/META-INF/tapestry.url.xml 
(original)
+++ jakarta/tapestry/trunk/framework/src/descriptor/META-INF/tapestry.url.xml 
Wed Nov 30 19:49:47 2005
@@ -60,10 +60,10 @@
           Unique id for this encoder, used when ordering encoder order.
         </attribute>
         <attribute name="before">
-          List of ids of encoders that must come before this encoder.
+          List of ids of encoders that must follow this encoder.
         </attribute>
         <attribute name="after">
-          List of ids of encoders that must follow this encoder.
+          List of ids of encoders that must precede this encoder.
         </attribute>
         <attribute name="object" required="true" translator="object">
           The object that implements the ServiceEncoder interface.

Modified: jakarta/tapestry/trunk/status.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/status.xml?rev=350138&r1=350137&r2=350138&view=diff
==============================================================================
--- jakarta/tapestry/trunk/status.xml (original)
+++ jakarta/tapestry/trunk/status.xml Wed Nov 30 19:49:47 2005
@@ -71,6 +71,7 @@
       <action type="fix" dev="HLS" fixes-bug="TAPESTRY-607">Output encoding 
problem with some versions of Tomcat 5</action>
       <action type="fix" dev="HLS" fixes-bug="TAPESTRY-776">URLs for portlet 
links and forms are null</action>
       <action type="fix" dev="HLS" fixes-bug="TAPESTRY-778" due-to="Jeff 
Lubetkin">ORO Perl5Matcher and Perl5Compiler are used in thread-unsafe 
manner</action>
+      <action type="fix" dev="HLS" 
fixes-bug="TAPESTRY-767">tapestry.url.ServiceEncoders has reversed the 
descriptions of the after and before attributes</action>
     </release>
     <release version="4.0-beta-13" date="Nov 12 2005">
       <action type="update" dev="HLS">Switch to HiveMind 1.1 (final)</action>



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

Reply via email to