Author: hlship
Date: Tue Nov 22 06:06:50 2005
New Revision: 348171
URL: http://svn.apache.org/viewcvs?rev=348171&view=rev
Log:
TAPESTRY-275: Single quotes in a localization of DatePicker strings causes a
failure
Modified:
jakarta/tapestry/trunk/contrib/src/descriptor/META-INF/hivemodule.xml
jakarta/tapestry/trunk/framework/src/java/org/apache/tapestry/form/DatePicker.js
jakarta/tapestry/trunk/status.xml
Modified: jakarta/tapestry/trunk/contrib/src/descriptor/META-INF/hivemodule.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/contrib/src/descriptor/META-INF/hivemodule.xml?rev=348171&r1=348170&r2=348171&view=diff
==============================================================================
--- jakarta/tapestry/trunk/contrib/src/descriptor/META-INF/hivemodule.xml
(original)
+++ jakarta/tapestry/trunk/contrib/src/descriptor/META-INF/hivemodule.xml Tue
Nov 22 06:06:50 2005
@@ -55,6 +55,7 @@
<construct class="org.apache.tapestry.contrib.ajax.XTileService">
<set-object property="exceptionReporter"
value="infrastructure:requestExceptionReporter"/>
<set-object property="response" value="infrastructure:response"/>
+ <set-object property="linkFactory" value="infrastructure:linkFactory"/>
</construct>
</invoke-factory>
</service-point>
Modified:
jakarta/tapestry/trunk/framework/src/java/org/apache/tapestry/form/DatePicker.js
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/framework/src/java/org/apache/tapestry/form/DatePicker.js?rev=348171&r1=348170&r2=348171&view=diff
==============================================================================
Binary files - no diff available.
Modified: jakarta/tapestry/trunk/status.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/status.xml?rev=348171&r1=348170&r2=348171&view=diff
==============================================================================
--- jakarta/tapestry/trunk/status.xml (original)
+++ jakarta/tapestry/trunk/status.xml Tue Nov 22 06:06:50 2005
@@ -66,6 +66,7 @@
<action type="add" dev="HLS">Add missing documentation for Tapestry
script template specifications</action>
<action type="fix" dev="HLS" fixes-bug="TAPESTRY-769">StateBinding
doesn't override isInvariant()</action>
<action type="fix" dev="HLS" fixes-bug="TAPESTRY-768">FormMessages class
has typo in message key for fieldAlreadyPrerendered()</action>
+ <action type="fix" dev="HLS" fixes-bug="TAPESTRY-275" due-to="Igor
Grimaylo">Single quotes in a localization of DatePicker strings causes a
failure</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]