[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669540#action_12669540 ] Jacques Le Roux commented on OFBIZ-2070: ---------------------------------------- About comments, some are ok though Working base <value xml:lang="es">Taza</value> <value xml:lang="fr">Cup (236,59 cm³)</value> <!-- a very good link : http://unit-converter.org --> <value xml:lang="it">Tazza</value> Working copy (after saving files in Label Manager) <value xml:lang="es">Taza</value> <value xml:lang="fr">Cup (236,59 cm³)</value> <!-- a very good link : http://unit-converter.org --> <value xml:lang="it">Tazza</value> > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669548#action_12669548 ] Jacques Le Roux commented on OFBIZ-2070: ---------------------------------------- Still a problem with <property key="CommonEmptyHeader"> <value xml:lang="de"> </value> <value xml:lang="en"> </value> <value xml:lang="es"> </value> <value xml:lang="fr"> </value> <value xml:lang="it"> </value> <value xml:lang="pt"> </value> <value xml:lang="th"> </value> </property> <property key="CommonEmptyHeader"> <value xml:lang="de"/> <value xml:lang="en"/> <value xml:lang="es"/> <value xml:lang="fr"/> <value xml:lang="it"/> And we are still loosing some char that should be unchanged {code} <property key="ManufacturingDuplicatedComponentInBOM"> <value xml:lang="de">Die folgenden Zuordnungen könnten Endlosschleifen verursachen: {0} --> {1}</value> <value xml:lang="en">The following association could cause loops: {0} --> {1}</value> <value xml:lang="es">La siguiente asociación puede causar recursión: {0} --> {1}</value> <value xml:lang="fr">L'association existante suivante pourrait causer des boucles : {0} --> {1}</value> <value xml:lang="it">Le seguenti associazioni esistono utilizzando le cause: {0} --> {1}</value> <value xml:lang="ro">Urmatoarele asocieri exista utilizand cauzele: {0} --> {1}</value> <value xml:lang="th">ตามการรวมกลุ่มสามารถทำให้เกิดเป็นรอบวงกลมได้</value> <value xml:lang="zh">下列关联可能会导致循环: {0} --> {1}</value> </property> {code} {code} <property key="ManufacturingDuplicatedComponentInBOM"> <value xml:lang="de">Die folgenden Zuordnungen könnten Endlosschleifen verursachen: {0} --> {1}</value> <value xml:lang="en">The following association could cause loops: {0} --> {1}</value> <value xml:lang="es">La siguiente asociación puede causar recursión: {0} --> {1}</value> <value xml:lang="fr">L'association existante suivante pourrait causer des boucles : {0} --> {1}</value> <value xml:lang="it">Le seguenti associazioni esistono utilizzando le cause: {0} --> {1}</value> <value xml:lang="ro">Urmatoarele asocieri exista utilizand cauzele: {0} --> {1}</value> <value xml:lang="th">ตามการรวมกลุ่มสามารถทำให้เกิดเป็นรอบวงกลมได้</value> <value xml:lang="zh">下列关联可能会导致循环: {0} --> {1}</value> </property> {code} > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669549#action_12669549 ] Jacques Le Roux commented on OFBIZ-2070: ---------------------------------------- Even more annoying <property key="ManufacturingNote3"> <value xml:lang="en">, association has expired (<u>and should probably be deleted</u>).</value> <value xml:lang="es">, la asociación ya no es válida (<u>y probablemente debería borrarse</u>.</value> <value xml:lang="fr">, l'association a expiré (<u>et devrait probablement être supprimée</u>.</value> <value xml:lang="it">, associazione è scaduta (<u>e dovrebbe probabilmente essere cancellata</u>).</value> <value xml:lang="th">, มีกลุ่มที่ไม่เข้าร่วม (<u>และควรจะลบ</u>)</value> </property> <property key="ManufacturingNote3"> <value xml:lang="en">, association has expired ().</value> <value xml:lang="es">, la asociación ya no es válida (.</value> <value xml:lang="fr">, l'association a expiré (.</value> <value xml:lang="it">, associazione è scaduta ().</value> <value xml:lang="th">, มีกลุ่มที่ไม่เข้าร่วม ()</value> </property> > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669737#action_12669737 ] Marco Risaliti commented on OFBIZ-2070: --------------------------------------- Hi Jacques, I have dig into the issue on label ManufacturingDuplicatedComponentInBOM and it's ok that Label Manager transform > into > inside an xml tag also because if you insert < it can be in conflict with </value. So in this case is dom xml serializer that transform < in > Thanks Marco > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669767#action_12669767 ] Jacques Le Roux commented on OFBIZ-2070: ---------------------------------------- Hi Marco, I agree that we [can't have ampersand (&) and the left angle bracket (<) characters in xml|http://www.w3.org/TR/REC-xml/#dt-chardata] but all others should be fine. This is only to keep labels more readable, not a big deal... Anyway, we also agreed on dev ML that we should not have any HTLM in labels. So actually we should extract them an put them where labels are called... Thanks > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669780#action_12669780 ] Marco Risaliti commented on OFBIZ-2070: --------------------------------------- Hi Jacques, I agree with you that if we reduce the special characters from xml files that will be more readable. We agreed to remove it from label files but for the moment I convert it to made working correctly Label Manager. In this case if you try to that a look at ManufacturingDuplicatedComponentInBOM we have not lost of infomation with Label Manager. This is a workaround but for the moment acceptable. For CommonEmptyHeader why don't we change the content from space to , what did you think of it ? Thanks Marco > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669783#action_12669783 ] Marco Risaliti commented on OFBIZ-2070: --------------------------------------- One I have completed to fix most of those bugs and Label Manager can be used normally, I would like to add to this tool a new column that show us where a label is referenced into the sources (screens/forms/ftl/java classes/minilang/ect.). Marco > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669856#action_12669856 ] Jacques Le Roux commented on OFBIZ-2070: ---------------------------------------- {quote}In this case if you try to that a look at ManufacturingDuplicatedComponentInBOM we have not lost of infomation with Label Manager. This is a workaround but for the moment acceptable.{quote} Yes, I saw. It's ok with me {quote}For CommonEmptyHeader why don't we change the content from space to , what did you think of it ?{quote} Hu ? I suppose a special char, but which one ? > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669909#action_12669909 ] Jacques Le Roux commented on OFBIZ-2070: ---------------------------------------- Ha yes {code} {code} of course ! Mmm... contradictory with our rule "notHTML in labels". You could for now though if that ease your work. But can't you rather put a specific rule with "> <" in fot this case only ? > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671074#action_12671074 ] Jacques Le Roux commented on OFBIZ-2070: ---------------------------------------- Ho sorry Marco, I was really tired when I wrote such stupidity, of course it's the right solution ! I have commited your proposed change in revision 741495. > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti updated OFBIZ-2070: ---------------------------------- Attachment: LabelsInfo16.patch First version of label manager references, it needs to more patches to be completed. Thanks Marco > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo16.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti updated OFBIZ-2070: ---------------------------------- Attachment: LabelReferences.patch A new patch that now include some changes into Label Manager to see the references of labels into the sources. Thanks Marco > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelReferences.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo16.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673523#action_12673523 ] Jacques Le Roux commented on OFBIZ-2070: ---------------------------------------- Hi Marco, Just applied the patch (looks good) and got this error building [javac15] D:\Workspace\ofbizRun\framework\webtools\src\org\ofbiz\webtools\labelmanager\LabelManagerFactory.java:153: cannot find symbol [javac15] symbol : variable LabelReferences [javac15] location: class org.ofbiz.webtools.labelmanager.LabelManagerFactory [javac15] references = LabelReferences.getLabelReferences(); [javac15] ^ [javac15] 1 error [javac15] 4 warnings BUILD FAILED D:\Workspace\ofbizRun\build.xml:146: The following error occurred while executing this line: D:\Workspace\ofbizRun\framework\build.xml:140: The following error occurred while executing this line: D:\Workspace\ofbizRun\macros.xml:27: The following error occurred while executing this line: D:\Workspace\ofbizRun\framework\webtools\build.xml:55: Compile failed; see the compiler error output for details. > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelReferences.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo16.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti updated OFBIZ-2070: ---------------------------------- Attachment: LabelReferences.java Hi Jacques, the new class LabelReferences.java was not included in the patch with svn diff so I upload it now. Thanks Marco > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelReferences.java, LabelReferences.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo16.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti updated OFBIZ-2070: ---------------------------------- Attachment: (was: LabelReferences.java) > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelReferences2.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo16.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti updated OFBIZ-2070: ---------------------------------- Attachment: (was: LabelReferences.patch) > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelReferences2.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo16.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti updated OFBIZ-2070: ---------------------------------- Attachment: LabelReferences2.patch Hi Jacques, please consider only this updated patch. Thanks Marco > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelReferences2.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo16.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673578#action_12673578 ] Jacques Le Roux commented on OFBIZ-2070: ---------------------------------------- Thanks Marco, Your last patch is in trunk at revision: 744635. I know it's not much used but did you consider to have a getLabelsFromTreeWidgets ? In my opinion must have would be : * a list of missing labels. Since we can select a language it's would be a handy way to update labels from time to time. * A problem currently is when you update a label you have to reload all the labels to continue your translation on other labels. Because of this I don't use this feature but search the missing labels in French and create them using Eclipse+Oxygen+Intel® XML Software Suite > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelReferences2.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo16.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti updated OFBIZ-2070: ---------------------------------- Attachment: LabelReferences3.patch Hi Jacques, this new patch includes some improvements to Label Manager references to see in details in which files are the labels used. I have also implemented the possibility to search labels to be translated for a language. It still to be implemented tree widget references as you proposed. About the problem that when you create or update a new label I propose that when we press update button we can also automatically save the changes to the xml file and be immediately visible in OFBiz without restarting it. Thanks for you help Marco > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelReferences2.patch, LabelReferences3.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo16.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673813#action_12673813 ] Jacques Le Roux commented on OFBIZ-2070: ---------------------------------------- Thanks Marco, Your patch is in trunk at revision: 744842 I really appreciate the new "missing labels" feature, this will allow to update labels in language really easily. Just one point, CommonEmptyHeader is empty in all other languages but English because I removed the redundancy, anyway forget it, it's an exception. There are some others like that I don't remember from the top of my head. I like your last proposition, shall we still have to reload the complete list though ? > New tool to get labels information > ---------------------------------- > > Key: OFBIZ-2070 > URL: https://issues.apache.org/jira/browse/OFBIZ-2070 > Project: OFBiz > Issue Type: New Feature > Components: ALL COMPONENTS > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assignee: Marco Risaliti > Priority: Minor > Fix For: SVN trunk > > Attachments: APACHE2_HEADER_FOR_XML, CleanupLabelsJLR.patch, LabelReferences2.patch, LabelReferences3.patch, LabelsInfo11.patch, LabelsInfo13.patch, LabelsInfo14.patch, LabelsInfo14.patch, LabelsInfo15.patch, LabelsInfo16.patch, LabelsInfo5.png, LabelsInfo9.patch > > > New tool to get labels information used in OFBiz. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |