svn commit: r1039859 - /ofbiz/trunk/specialpurpose/myportal/config/MyPortalUiLabels.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1039859 - /ofbiz/trunk/specialpurpose/myportal/config/MyPortalUiLabels.xml

jleroux@apache.org
Author: jleroux
Date: Sun Nov 28 10:14:16 2010
New Revision: 1039859

URL: http://svn.apache.org/viewvc?rev=1039859&view=rev
Log:
Fix a bug reported by Bruno on dev ML.
It was introduced by r1039574, related to OFBIZ-4031
I guess Bruno discovered it while working on MyPortal. So it could be that there are more errors like this (<value> tags outside of the <property> tags)

Unfortunately
* The are not reported as errors by XSD when you load the file in an XML editor
* The Label manager does not report them
* The patch is 93074 lines and 5MB
* It's hard to scan this kind of errors in a patch even a small one


Modified:
    ofbiz/trunk/specialpurpose/myportal/config/MyPortalUiLabels.xml

Modified: ofbiz/trunk/specialpurpose/myportal/config/MyPortalUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/config/MyPortalUiLabels.xml?rev=1039859&r1=1039858&r2=1039859&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/config/MyPortalUiLabels.xml (original)
+++ ofbiz/trunk/specialpurpose/myportal/config/MyPortalUiLabels.xml Sun Nov 28 10:14:16 2010
@@ -71,9 +71,9 @@
         <value xml:lang="en">My Orders</value>
         <value xml:lang="zh_TW">我的訂單</value>
     </property>
-        <value xml:lang="zh_TW">我的任務</value>
+        <!--value xml:lang="zh_TW">我的任務</value> MyPortalTasks duplicate
         <value xml:lang="zh_TW">我的時間</value>
-        <value xml:lang="zh_TW">新的訊息</value>
+        <value xml:lang="zh_TW">新的訊息</value--> <!-- error introduced with 1039574, OFBIZ-4031 -->
     <property key="MyPortalNewRegistration">
         <value xml:lang="en">New Registration </value>
         <value xml:lang="fr">Nouvel enregistrement</value>
@@ -108,7 +108,7 @@
         <value xml:lang="zh">刷新图片</value>
         <value xml:lang="zh_TW">重載圖片</value>
     </property>
-        <value xml:lang="zh_TW">發送電子郵件給所有客戶要求變更</value>
+    <!--value xml:lang="zh_TW">發送電子郵件給所有客戶要求變更</value--> <!-- error introduced with 1039574, OFBIZ-4031 -->
     <property key="MyPortalShipToCustomer">
         <value xml:lang="en">Ship To Customer</value>
         <value xml:lang="zh_TW">寄送給客戶</value>