[jira] [Created] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

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

[jira] [Created] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
--------------------------------------------------------------------------------------------------------------------------------------

                 Key: OFBIZ-4555
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
             Project: OFBiz
          Issue Type: Improvement
          Components: framework
    Affects Versions: SVN trunk
            Reporter: Leon
            Priority: Minor
             Fix For: SVN trunk


1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.

2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.

3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leon updated OFBIZ-4555:
------------------------

    Attachment: OFBIZ-4555.patch

The patch file is UTF8 encoding exported from eclipse directly. But I cannot apply it back directly unless I change the encoding to GBK. Anyone know this issue?
               

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148493#comment-13148493 ]

Sascha Rodekamp commented on OFBIZ-4555:
----------------------------------------

Hi Leon,
i have problems importing your patch zh-* looks really strange in my eclipse :-D. Do we have a plan how to create proper patch?
               

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148765#comment-13148765 ]

Jacques Le Roux commented on OFBIZ-4555:
----------------------------------------

https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices#OFBizContributorsBestPractices-HowtoSendinYourContributions(orhowtocreateandapplypatches)
               

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Issue Comment Edited] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13148765#comment-13148765 ]

Jacques Le Roux edited comment on OFBIZ-4555 at 11/11/11 9:46 PM:
------------------------------------------------------------------

https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices#OFBizContributorsBestPractices-HowtoSendinYourContributions%28orhowtocreateandapplypatches%29
               
      was (Author: jacques.le.roux):
    https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices#OFBizContributorsBestPractices-HowtoSendinYourContributions(orhowtocreateandapplypatches)
                 

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leon updated OFBIZ-4555:
------------------------

    Attachment: OFBIZ-4555_DI.patch

use "svn di" to create this patch exactly as tutorial.

if you still have problem to import it into eclipse, pls convert its encoding from utf8 to ascii and try again.
               

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555_DI.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leon updated OFBIZ-4555:
------------------------

    Attachment:     (was: OFBIZ-4555.patch)
   

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555_DI.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Assigned] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux reassigned OFBIZ-4555:
--------------------------------------

    Assignee: Jacques Le Roux
   

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555_DI.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13149018#comment-13149018 ]

Jacques Le Roux commented on OFBIZ-4555:
----------------------------------------

I have any problems with this patch in Eclipse (I use Subclipse). I did not apply yet because I wondered about the jquery-ui-timepicker-en.js. I think it will actually being unused (default values in main script) but is maybe needed to avoid false alert in js console, checking...
               

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555_DI.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-4555.
----------------------------------

    Resolution: Fixed

Thanks Leon,

Your patch is in trunk at r1201229  

               

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555_DI.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13149023#comment-13149023 ]

Jacques Le Roux commented on OFBIZ-4555:
----------------------------------------

FYI: actually I used the previous patch w/out issues
               

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555_DI.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13149046#comment-13149046 ]

Jacques Le Roux commented on OFBIZ-4555:
----------------------------------------

Mmm... I wonder if there are  not been issues with patch encoding...double checking...
               

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555_DI.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13149049#comment-13149049 ]

Jacques Le Roux commented on OFBIZ-4555:
----------------------------------------

Finally reapplied the patch at r1201247  

               

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555_DI.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13149057#comment-13149057 ]

Leon commented on OFBIZ-4555:
-----------------------------

I checked the encoding of new commited js files, they're messed.

If you use command line "patch" to import the patch file, it should be ok. But if you use eclipse + svn plugin, seems the patch file will be recognized as ascii and be convert to utf8 again. I just noticed this kind of symptom, but do not know why.

So If you use eclipse, pls try the new attached patch file (in ascii mode): "OFBIZ-4555_ISO.patch".

               

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555_DI.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leon updated OFBIZ-4555:
------------------------

    Attachment: OFBIZ-4555_ISO.patch
   

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555_DI.patch, OFBIZ-4555_ISO.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Reopened] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux reopened OFBIZ-4555:
------------------------------------


Thanks for checking Leon,

I'm (still ;) on Windows XP and use svn 1.7.1 clients. I saw the file was correct when I changed the encoding with Scite the 2d time. So you might be right, I will revert again and try with Tortoise, which I know is, so far, not corrupting files, like you described
               

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555_DI.patch, OFBIZ-4555_ISO.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Closed] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-4555.
----------------------------------

    Resolution: Fixed

Should be definitively OK at r1201257  

               

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555_DI.patch, OFBIZ-4555_ISO.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13149067#comment-13149067 ]

Leon commented on OFBIZ-4555:
-----------------------------

Yes, definately OK ^^
               

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555_DI.patch, OFBIZ-4555_ISO.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-4555) add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-4555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13149071#comment-13149071 ]

Jacques Le Roux commented on OFBIZ-4555:
----------------------------------------

Just checked in Eclipse (using Aptana js Editor) :)

Thanks for confirmation
               

> add datetimepicker language file for zh-CN, zh-HK, zh-TW, and an en one in order to avoid "jquery-ui-timepicker-en.js" not found error
> --------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4555
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4555
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-4555_DI.patch, OFBIZ-4555_ISO.patch
>
>
> 1. add datetimepicker language file to system: jquery-ui-timepicker-zh-CN.js, jquery-ui-timepicker-zh-HK.js and jquery-ui-timepicker-zh-TW.js.
> 2. also add a "jquery-ui-timepicker-en.js" file, it's the default datetimepicker language file but not exist now.
> 3. run service "createJsLanguageFileMapping" to update sLanguageFileMapping.java accordingly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira