Author: jleroux
Date: Sat Jul 24 16:29:30 2010
New Revision: 978893
URL: http://svn.apache.org/viewvc?rev=978893&view=rev
Log:
Fix a very specific issue reported by Matthieu Bollot on Neogia dev ML.
Matthieu thought it could be related to double quotes in labels when actually
it was the conjunction of double quotes *AND* the word locale that Freemarker
tried to interpret
the error was
2010-07-24 18:20:26,718 (http-0.0.0.0-28443-2)
[MacroScreenRenderer.java:101:ERROR]
---- exception report ----------------------------------------------------------
Error rendering screen macro [<@renderScreenletBegin id="" title="Mise Ó jour
des champs descriptifs de la fiche article (Ó supprimer si vous voulez utiliser
"alternate locale", autrement dit traduire)" colla
psible=false saveCollapsed=true collapsibleAreaId="" expandToolTip=""
collapseToolTip="" fullUrlString="" padded=true menuString="" showMore=true
collapsed=false javaScriptEnabled=false />] thru ftl
Exception: freemarker.core.ParseException
Message: Encountered "locale" at line 1, column 140 in Sat Jul 24 18:20:26 CEST
2010.
Was expecting:
"=" ...
---- stack trace ---------------------------------------------------------------
freemarker.core.ParseException: Encountered "locale" at line 1, column 140 in
Sat Jul 24 18:20:26 CEST 2010.
Was expecting:
"=" ...
I checked, there were not any other cases
Modified:
ofbiz/trunk/applications/product/config/ProductUiLabels.xml
Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.xml?rev=978893&r1=978892&r2=978893&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/config/ProductUiLabels.xml (original)
+++ ofbiz/trunk/applications/product/config/ProductUiLabels.xml Sat Jul 24
16:29:30 2010
@@ -15243,7 +15243,7 @@
<value xml:lang="de">Einfache Felder übersteuern</value>
<value xml:lang="en">Override Simple Fields</value>
<value xml:lang="es">Reemplazar campos simples</value>
- <value xml:lang="fr">Mise à jour des champs descriptifs de la fiche
article (Ã supprimer si vous voulez utiliser "alternate locale", autrement dit
traduire)</value>
+ <value xml:lang="fr">Mise à jour des champs descriptifs de la fiche
article (Ã supprimer si vous voulez utiliser alternate locale, autrement dit
traduire)</value>
<value xml:lang="it">Sovrapponi Campi Semplici</value>
<value xml:lang="ro">Suprapune Campuri Simple </value>
<value xml:lang="ru">ÐамениÑÑ Ð¿ÑоÑÑÑе полÑ</value>