You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2012/04/16 19:58:22 UTC

svn commit: r1326703 [2/2] - in /tapestry/tapestry5/trunk/tapestry-core: ./ src/main/java/org/apache/tapestry5/corelib/components/ src/main/java/org/apache/tapestry5/services/ src/main/resources/org/apache/tapestry5/ src/main/resources/org/apache/tapes...

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/Palette.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/Palette.tml?rev=1326703&r1=1326702&r2=1326703&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/Palette.tml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/Palette.tml Mon Apr 16 17:58:21 2012
@@ -1,4 +1,4 @@
-<div class="t-palette" xml:space="default" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+<div class="t-palette" xml:space="default" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd">
     <div class="t-palette-available">
         <div class="t-palette-title">
             <t:delegate to="availableLabel"/>
@@ -7,17 +7,17 @@
     </div>
     <div class="t-palette-controls">
         <button id="${clientId}-select" disabled="disabled">
-            <img src="${select}" alt="${message:select-label}"/>
+            <img src="${select}" alt="${message:core-palette-select-label}"/>
         </button>
         <button id="${clientId}-deselect" disabled="disabled">
-            <img src="${deselect}" alt="${message:deselect-label}"/>
+            <img src="${deselect}" alt="${message:core-palette-deselect-label}"/>
         </button>
         <t:if test="reorder">
             <button id="${clientId}-up" disabled="disabled">
-                <img src="${moveUp}" alt="${message:up-label}"/>
+                <img src="${moveUp}" alt="${message:core-palette-up-label}"/>
             </button>
             <button id="${clientId}-down" disabled="disabled">
-                <img src="${moveDown}" alt="${message:down-label}"/>
+                <img src="${moveDown}" alt="${message:core-palette-down-label}"/>
             </button>
         </t:if>
     </div>

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/ProgressiveDisplay.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/ProgressiveDisplay.tml?rev=1326703&r1=1326702&r2=1326703&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/ProgressiveDisplay.tml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/ProgressiveDisplay.tml Mon Apr 16 17:58:21 2012
@@ -1,6 +1,6 @@
-<t:container xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"
-             xmlns:p="tapestry:parameter">
+<t:container xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd"
+        >
     <t:block id="defaultInitial">
-        <div class="t-loading">${message:progressive-display-loading}</div>
+        <div class="t-loading">${message:core-progressive-display-loading}</div>
     </t:block>
 </t:container>
\ No newline at end of file

Modified: tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/corelib/components/PropertyEditorTest.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/corelib/components/PropertyEditorTest.java?rev=1326703&r1=1326702&r2=1326703&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/corelib/components/PropertyEditorTest.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/corelib/components/PropertyEditorTest.java Mon Apr 16 17:58:21 2012
@@ -1,4 +1,4 @@
-// Copyright 2007, 2008 The Apache Software Foundation
+// Copyright 2007, 2008, 2012 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.
@@ -58,7 +58,7 @@ public class PropertyEditorTest extends 
 
         train_getLocation(resources, l);
 
-        expect(messages.format("block-error", propertyName, dataType, object, exception))
+        expect(messages.format("core-block-error", propertyName, dataType, object, exception))
                 .andReturn(formattedMessage);
 
         replay();

Modified: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/OverrideDateFieldMessageCatalogDemo.properties
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/OverrideDateFieldMessageCatalogDemo.properties?rev=1326703&r1=1326702&r2=1326703&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/OverrideDateFieldMessageCatalogDemo.properties (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/OverrideDateFieldMessageCatalogDemo.properties Mon Apr 16 17:58:21 2012
@@ -1,4 +1,4 @@
-# Copyright 2009 The Apache Software Foundation
+# Copyright 2009, 2012 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.
@@ -11,4 +11,4 @@
 # 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.
-date-value-not-parseable=The input '%s' is not a valid date
\ No newline at end of file
+core-date-value-not-parseable=The input '%s' is not a valid date
\ No newline at end of file