Author: jkuhnert
Date: Tue Mar 21 15:38:21 2006
New Revision: 387670

URL: http://svn.apache.org/viewcvs?rev=387670&view=rev
Log:
More brian patches 

Added:
    
jakarta/tapestry/branches/branch-3-0/framework/src/org/apache/tapestry/valid/ValidationStrings_fi.properties
Modified:
    jakarta/tapestry/branches/branch-3-0/doc/src/UsersGuide/template.xml
    
jakarta/tapestry/branches/branch-3-0/framework/src/org/apache/tapestry/engine/ExternalService.java
    jakarta/tapestry/branches/branch-3-0/status.xml

Modified: jakarta/tapestry/branches/branch-3-0/doc/src/UsersGuide/template.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/branch-3-0/doc/src/UsersGuide/template.xml?rev=387670&r1=387669&r2=387670&view=diff
==============================================================================
--- jakarta/tapestry/branches/branch-3-0/doc/src/UsersGuide/template.xml 
(original)
+++ jakarta/tapestry/branches/branch-3-0/doc/src/UsersGuide/template.xml Tue 
Mar 21 15:38:21 2006
@@ -553,7 +553,7 @@
 filtered, so that any reserved
 HTML characters in a message string are expanded to HTML entities.  For 
example,
 a <literal>&lt;</literal>       will be expanded to 
<literal>&amp;lt;</literal>. If this is not desired,
-add  <literal>raw="yes"</literal> to the &span;. This defeats the filtering, 
and text in the message
+add  <literal>raw="true"</literal> to the &span;. This defeats the filtering, 
and text in the message
 is passed through as-is.
 </para>
 

Modified: 
jakarta/tapestry/branches/branch-3-0/framework/src/org/apache/tapestry/engine/ExternalService.java
URL: 
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/branch-3-0/framework/src/org/apache/tapestry/engine/ExternalService.java?rev=387670&r1=387669&r2=387670&view=diff
==============================================================================
--- 
jakarta/tapestry/branches/branch-3-0/framework/src/org/apache/tapestry/engine/ExternalService.java
 (original)
+++ 
jakarta/tapestry/branches/branch-3-0/framework/src/org/apache/tapestry/engine/ExternalService.java
 Tue Mar 21 15:38:21 2006
@@ -110,6 +110,20 @@
 public class ExternalService extends AbstractService
 {
 
+  /**
+   *  Builds a URL for a service.  This is performed during the
+   *  rendering phase of one request cycle and bulds URLs that will
+   *  invoke activity in a subsequent request cycle.
+   *
+   *  @param cycle Defines the request cycle being processed.
+   *  @param component The component requesting the URL.  Generally, the
+   *  service context is established from the component.
+   *  @param parameters Additional parameters specific to the
+   *  component requesting the EngineServiceLink.
+   *  @return The URL for the service.  The URL always be encoded when it is 
returned.
+   *
+   **/
+  
     public ILink getLink(IRequestCycle cycle, IComponent component, Object[] 
parameters)
     {
         if (parameters == null || parameters.length == 0)

Added: 
jakarta/tapestry/branches/branch-3-0/framework/src/org/apache/tapestry/valid/ValidationStrings_fi.properties
URL: 
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/branch-3-0/framework/src/org/apache/tapestry/valid/ValidationStrings_fi.properties?rev=387670&view=auto
==============================================================================
--- 
jakarta/tapestry/branches/branch-3-0/framework/src/org/apache/tapestry/valid/ValidationStrings_fi.properties
 (added)
+++ 
jakarta/tapestry/branches/branch-3-0/framework/src/org/apache/tapestry/valid/ValidationStrings_fi.properties
 Tue Mar 21 15:38:21 2006
@@ -0,0 +1,24 @@
+# $Id$
+
+field-is-required=Anna syöte kenttään: {0}.
+field-too-short=Kentän {1} arvon minimipituus on {0} merkkiä.
+
+invalid-date-format=Kentän {0} päivämäärä on väärää muotoa. Muoto on {1}.
+invalid-int-format=Kentän {0} arvon pitää olla kokonaisluku.
+invalid-format=Kentän {0} syöte on väärää muotoa.
+invalid-numeric-format=Kentän {0} arvon pitää olla luku.
+
+date-too-early=Kentän {0} päivämäärä ei saa olla ennen {1}.
+date-too-late=Kentän {0} päivämäärä ei saa olla jälkeen {1}.
+
+number-too-small=Kentän {0} arvo ei saa olla pienempi {1}.
+number-too-large=Kentän {0} arvo ei saa olla suurempi kuin {1}.
+
+number-range=Kentän {0} arvon tulee olla välillä {1}-{2}.
+
+invalid-email-format=Sähköpostiosoite kentässä {0} on väärää muotoa. Muoto on 
[EMAIL PROTECTED]
+
+pattern-not-matched=Kentän {0} arvo ei ole vaaditussa muodossa {1}.
+
+invalid-url-format = URL on väärää muotoa.
+disallowed-protocol = Protokolla ei kelpaa - protokollan pitää olla {0}.

Modified: jakarta/tapestry/branches/branch-3-0/status.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/branch-3-0/status.xml?rev=387670&r1=387669&r2=387670&view=diff
==============================================================================
--- jakarta/tapestry/branches/branch-3-0/status.xml (original)
+++ jakarta/tapestry/branches/branch-3-0/status.xml Tue Mar 21 15:38:21 2006
@@ -151,6 +151,12 @@
       <action type="update" dev="JK" fixes-bug="TAPESTRY-310" due-to="Joni 
Suoinen" >
        Add finnish validation strings
       </action>
+      <action type="fix" dev="JK" fixes-bug="TAPESTRY-646" due-to="Brian K. 
Wallace" >
+        Modified text raw="yes" to raw="true" for user guide Insert component 
documentation.
+      </action>
+      <action type="fix" dev="JK" fixes-bug="TAPESTRY-422" due-to="Brian K. 
Wallace" >
+       Patches to Javadoc to explicitly state that URLs returned from 
ExternalService will already be encoded.
+      </action>
     </release>
     <release version="3.0.3" date="Mar 26 2005">
       <action type="fix" dev="PF" fixes-bug="TAPESTRY-278"> Fixes security 
flaw in asset service. </action>



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

Reply via email to