[jira] Created: (OFBIZ-3830) jQuery Calendar Implementation

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

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

Nicolas Malin (Jira)

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

Erwan de FERRIERES commented on OFBIZ-3830:
-------------------------------------------

Hi Sascha,
when displaying a calendar, I still have the month label in english. do you have any idea where this is coming from ? I'd like to have it in French... does it work for you ?

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3830) jQuery Calendar Implementation

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

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

Sascha Rodekamp updated OFBIZ-3830:
-----------------------------------

    Attachment: OFBIZ-3830_CalendarLanguageFix.patch

Hi Erwan,
you're right the lines which are responsable to load the i18n Calendar Code disappeared  somehow :-)
Here is a small fix.

Cheers

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

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

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

Erwan de FERRIERES commented on OFBIZ-3830:
-------------------------------------------

Hi Sascha,

Thanks for the patch, but as Scott said, there may be an issue if the i18n file doesn't exist.

http://ofbiz.135035.n4.nabble.com/Re-svn-commit-r959894-ofbiz-branches-jquery-framework-common-widget-CommonScreens-xml-td2276091.html#a2276091

Cheers,

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

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

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

Sascha Rodekamp commented on OFBIZ-3830:
----------------------------------------

Hi Erwan,

nope if a file with a specific language didn't exists the editor chooses the default language file (en).

Cheers
Sascha

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

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

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

Scott Gray commented on OFBIZ-3830:
-----------------------------------

Hi Sascha

Direct from my browser after visiting the demo trunk:
Request URL:https://demo-trunk.ofbiz.apache.org/images/calendarDateSelect/locale/en_US.js
Request Method:GET
Status Code:404 Not Found
Request Headers
Accept:*/*
Referer:https://demo-trunk.ofbiz.apache.org/webtools/control/main
User-Agent:Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16
Response Headers
Connection:Keep-Alive
Content-Length:1078
Content-Type:text/html;charset=utf-8
Date:Fri, 02 Jul 2010 08:43:37 GMT
Keep-Alive:timeout=15, max=97

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

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

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

Sascha Rodekamp commented on OFBIZ-3830:
----------------------------------------

Jep Scott that's right, but this is an issue in the current Trunk not in the jQuery Branch. The new jQuery Calendar implementation handle this problem the right way :-)



> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

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

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

Erwan de FERRIERES commented on OFBIZ-3830:
-------------------------------------------

You beat me on the answer. Yeah Scott, we are on the jQuery branch :)

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

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

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

Scott Gray commented on OFBIZ-3830:
-----------------------------------

Sounds great, I knew you were working on a branch but assumed you were just converting the code and not aware of the problem.  Thanks!

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-3830) jQuery Calendar Implementation

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

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

Erwan de FERRIERES closed OFBIZ-3830.
-------------------------------------

    Resolution: Fixed

So we can close. Thanks all !

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

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

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

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

Sascha, Erwan,

I tried a fix in trunk at r960336. If it's ok maybe we will have to merge some parts in the jQuery branch

Thanks


> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

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

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

Sascha Rodekamp commented on OFBIZ-3830:
----------------------------------------

Good morning Jacques, jep that shouldn't be a broblem ;)

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

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

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

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

I have merged the trunk at r960512, looks OK. Though I did not try anything, just reviewed. But I can't see any reason why problems should arise.

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

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

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

Erwan de FERRIERES commented on OFBIZ-3830:
-------------------------------------------

yes it was time to do it ! less to do when the migration will be done. Thanks Jacques !

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

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

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

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

Sascha, Erwan,

BTW if we want to make the use of the new calendar complete we should refer to r960868 (it's for 10.04 but I refer to it only for the idea)

Thanks
PS: I will be in holidays for a week from Thursday, so don't be surprised if I don't answer any questions soon. Holidays are frightening, so much things to do before going... and forgetting... ;)
Anyway, I see things are in good hands :)

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

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

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

Sascha Rodekamp commented on OFBIZ-3830:
----------------------------------------

OK Jacques good hint, i will keep it in mind, thanks.

I wish you a good holiday, take you're time to relaxe a few days :-)

Have a good day
Sascha

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

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

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

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

Thanks Sascha,

I will follow your advice ;)

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3830) jQuery Calendar Implementation

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

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

Sascha Rodekamp updated OFBIZ-3830:
-----------------------------------

    Attachment: OFBIZ-3830_CalSetCurrentTimeOnOpen.patch

Hey,

here is a patch which added the current time to the DateTime Picker :-)

Cheers

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch, OFBIZ-3830_CalSetCurrentTimeOnOpen.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

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

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

Erwan de FERRIERES commented on OFBIZ-3830:
-------------------------------------------

Done at 964556 ! Thanks

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch, OFBIZ-3830_CalSetCurrentTimeOnOpen.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3830) jQuery Calendar Implementation

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

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

Sascha Rodekamp commented on OFBIZ-3830:
----------------------------------------

Thanks Erwan and have a good day!!

> jQuery Calendar Implementation
> ------------------------------
>
>                 Key: OFBIZ-3830
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3830
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: ALL APPLICATIONS
>    Affects Versions: jQuery
>            Reporter: Sascha Rodekamp
>            Assignee: Erwan de FERRIERES
>             Fix For: jQuery
>
>         Attachments: cal.gif, images.zip, jquery.zip, OFBIZ-3814_calendar_fix.patch, OFBIZ-3830_calendar_update.patch, OFBIZ-3830_CalendarLanguageFix.patch, OFBIZ-3830_CalSetCurrentTimeOnOpen.patch
>
>
> Hey, good morning,
> here a few changes from the WE. I try to implement a new jQuery calendar. It's not totally done, yet. I didn't touch the FTLs were the calenar is called. But all calendar calls over the Macro renderer work.
> I used the jQuery User Interface [http://jqueryui.com/] Calendar (so no licence problems) furthermore i added a plugin for the data pickin (GLP/MIT Licence too :-) [http://trentrichardson.com/examples/timepicker/]). The jQuery UI have some interessting widgets!!
> For commit please copy the folder from the jquery.zip in the images/jquery folder. You should have images/jquery/ui and images/jquery/plugins.
> Furthermore there are themes for the jQuery UI widgets. Which i have copied in the Theme CSS of ofbiz. The images.zip contains images which are needed by the jQuery widegts, i placed them in the image folder of each ofbiz Theme.
> I think we have to decide if this is the right way to deal with th jQuery UI.
> Cheers, hava good day
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

12