[jira] Updated: (OFBIZ-3863) selectall.js jquery transformation

2010-08-27 Thread Sascha Rodekamp (JIRA)

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

Sascha Rodekamp updated OFBIZ-3863:
---

Attachment: OFBIZ-3863_selectallUpdate.patch

Hi Jacques, the collapse and expandAll function didn't work correctly ... here 
is the patch, i also replaced the $ with jQuery. Now there should be only the 
stuff from Rubert missing.



 selectall.js jquery transformation
 --

 Key: OFBIZ-3863
 URL: https://issues.apache.org/jira/browse/OFBIZ-3863
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: jQuery
Reporter: Sascha Rodekamp
Assignee: Jacques Le Roux
 Fix For: jQuery

 Attachments: errorjQuery.png, jeditable.zip, 
 OFBIZ-3863_ajaxSubmitFormUpdateAreas.patch, OFBIZ-3863_autocomplete.patch, 
 OFBIZ-3863_autocomplete.patch, OFBIZ-3863_autocomplete_inplaceedit.patch, 
 OFBIZ-3863_dateTimeField.patch, OFBIZ-3863_selectallUpdate.patch, 
 OFBIZ-3863_selectallUpdate.patch, OFBIZ-3863_selectallUpdate.patch, 
 OFBIZ-3863_selectallUpdate.patch, OFBIZ-3863_selectallUpdate.patch, 
 OFBIZ-3863_toggleScreenlet.patch


 Hi,
 i started to change the selectall.js methods.

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



[jira] Updated: (OFBIZ-3863) selectall.js jquery transformation

2010-08-26 Thread Sascha Rodekamp (JIRA)

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

Sascha Rodekamp updated OFBIZ-3863:
---

Attachment: OFBIZ-3863_selectallUpdate.patch

Good morning Jacques,
jep i made a Type so he can't find the variable. Sorry for that.

here is a corrected version.
Cheers

 selectall.js jquery transformation
 --

 Key: OFBIZ-3863
 URL: https://issues.apache.org/jira/browse/OFBIZ-3863
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: jQuery
Reporter: Sascha Rodekamp
Assignee: Jacques Le Roux
 Fix For: jQuery

 Attachments: errorjQuery.png, jeditable.zip, 
 OFBIZ-3863_ajaxSubmitFormUpdateAreas.patch, OFBIZ-3863_autocomplete.patch, 
 OFBIZ-3863_autocomplete.patch, OFBIZ-3863_autocomplete_inplaceedit.patch, 
 OFBIZ-3863_dateTimeField.patch, OFBIZ-3863_selectallUpdate.patch, 
 OFBIZ-3863_selectallUpdate.patch, OFBIZ-3863_selectallUpdate.patch, 
 OFBIZ-3863_selectallUpdate.patch, OFBIZ-3863_toggleScreenlet.patch


 Hi,
 i started to change the selectall.js methods.

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



[jira] Updated: (OFBIZ-3863) selectall.js jquery transformation

2010-08-25 Thread Sascha Rodekamp (JIRA)

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

Sascha Rodekamp updated OFBIZ-3863:
---

Attachment: OFBIZ-3863_selectallUpdate.patch

Hi Jacques i fixed the issues. The main point was, that .load sends GET 
Requests when it get a normal parameter String (name=valname2=val2 ...) it 
only uses POST when it gets a (JSON) Object. That isn't possible because the 
method is on some points called with form.serialize() which creates the normal 
parameter string and no object. So i created a normal Ajax Request with the 
same functionallity but sending the it via POST... works!

Cheers :) And thanks for testing

 selectall.js jquery transformation
 --

 Key: OFBIZ-3863
 URL: https://issues.apache.org/jira/browse/OFBIZ-3863
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: jQuery
Reporter: Sascha Rodekamp
Assignee: Jacques Le Roux
 Fix For: jQuery

 Attachments: errorjQuery.png, jeditable.zip, 
 OFBIZ-3863_ajaxSubmitFormUpdateAreas.patch, OFBIZ-3863_autocomplete.patch, 
 OFBIZ-3863_autocomplete.patch, OFBIZ-3863_autocomplete_inplaceedit.patch, 
 OFBIZ-3863_dateTimeField.patch, OFBIZ-3863_selectallUpdate.patch, 
 OFBIZ-3863_selectallUpdate.patch, OFBIZ-3863_selectallUpdate.patch, 
 OFBIZ-3863_toggleScreenlet.patch


 Hi,
 i started to change the selectall.js methods.

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



[jira] Updated: (OFBIZ-3863) selectall.js jquery transformation

2010-08-18 Thread Sascha Rodekamp (JIRA)

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

Sascha Rodekamp updated OFBIZ-3863:
---

Attachment: OFBIZ-3863_selectallUpdate.txt

Here a patch which updates a few prototype based methods in the selectall.js 
file and convert them to jQuery!

Cheers

 selectall.js jquery transformation
 --

 Key: OFBIZ-3863
 URL: https://issues.apache.org/jira/browse/OFBIZ-3863
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: jQuery
Reporter: Sascha Rodekamp
Assignee: Erwan de FERRIERES
 Fix For: jQuery

 Attachments: errorjQuery.png, jeditable.zip, 
 OFBIZ-3863_ajaxSubmitFormUpdateAreas.patch, OFBIZ-3863_autocomplete.patch, 
 OFBIZ-3863_autocomplete.patch, OFBIZ-3863_autocomplete_inplaceedit.patch, 
 OFBIZ-3863_dateTimeField.patch, OFBIZ-3863_selectallUpdate.txt, 
 OFBIZ-3863_toggleScreenlet.patch


 Hi,
 i started to change the selectall.js methods.

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



[jira] Updated: (OFBIZ-3863) selectall.js jquery transformation

2010-08-18 Thread Sascha Rodekamp (JIRA)

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

Sascha Rodekamp updated OFBIZ-3863:
---

Attachment: OFBIZ-3863_selectallUpdate.patch

 selectall.js jquery transformation
 --

 Key: OFBIZ-3863
 URL: https://issues.apache.org/jira/browse/OFBIZ-3863
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: jQuery
Reporter: Sascha Rodekamp
Assignee: Erwan de FERRIERES
 Fix For: jQuery

 Attachments: errorjQuery.png, jeditable.zip, 
 OFBIZ-3863_ajaxSubmitFormUpdateAreas.patch, OFBIZ-3863_autocomplete.patch, 
 OFBIZ-3863_autocomplete.patch, OFBIZ-3863_autocomplete_inplaceedit.patch, 
 OFBIZ-3863_dateTimeField.patch, OFBIZ-3863_selectallUpdate.patch, 
 OFBIZ-3863_toggleScreenlet.patch


 Hi,
 i started to change the selectall.js methods.

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



[jira] Updated: (OFBIZ-3863) selectall.js jquery transformation

2010-08-18 Thread Sascha Rodekamp (JIRA)

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

Sascha Rodekamp updated OFBIZ-3863:
---

Attachment: (was: OFBIZ-3863_selectallUpdate.txt)

 selectall.js jquery transformation
 --

 Key: OFBIZ-3863
 URL: https://issues.apache.org/jira/browse/OFBIZ-3863
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: jQuery
Reporter: Sascha Rodekamp
Assignee: Erwan de FERRIERES
 Fix For: jQuery

 Attachments: errorjQuery.png, jeditable.zip, 
 OFBIZ-3863_ajaxSubmitFormUpdateAreas.patch, OFBIZ-3863_autocomplete.patch, 
 OFBIZ-3863_autocomplete.patch, OFBIZ-3863_autocomplete_inplaceedit.patch, 
 OFBIZ-3863_dateTimeField.patch, OFBIZ-3863_selectallUpdate.patch, 
 OFBIZ-3863_toggleScreenlet.patch


 Hi,
 i started to change the selectall.js methods.

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



[jira] Updated: (OFBIZ-3863) selectall.js jquery transformation

2010-08-18 Thread Sascha Rodekamp (JIRA)

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

Sascha Rodekamp updated OFBIZ-3863:
---

Attachment: OFBIZ-3863_selectallUpdate.patch

 selectall.js jquery transformation
 --

 Key: OFBIZ-3863
 URL: https://issues.apache.org/jira/browse/OFBIZ-3863
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: jQuery
Reporter: Sascha Rodekamp
Assignee: Erwan de FERRIERES
 Fix For: jQuery

 Attachments: errorjQuery.png, jeditable.zip, 
 OFBIZ-3863_ajaxSubmitFormUpdateAreas.patch, OFBIZ-3863_autocomplete.patch, 
 OFBIZ-3863_autocomplete.patch, OFBIZ-3863_autocomplete_inplaceedit.patch, 
 OFBIZ-3863_dateTimeField.patch, OFBIZ-3863_selectallUpdate.patch, 
 OFBIZ-3863_selectallUpdate.patch, OFBIZ-3863_toggleScreenlet.patch


 Hi,
 i started to change the selectall.js methods.

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



[jira] Updated: (OFBIZ-3863) selectall.js jquery transformation

2010-08-03 Thread Sascha Rodekamp (JIRA)

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

Sascha Rodekamp updated OFBIZ-3863:
---

Attachment: OFBIZ-3863_ajaxSubmitFormUpdateAreas.patch

hey, here is a patch for the ajax submit form update area function

Chgeers
Sascha

 selectall.js jquery transformation
 --

 Key: OFBIZ-3863
 URL: https://issues.apache.org/jira/browse/OFBIZ-3863
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: jQuery
Reporter: Sascha Rodekamp
Assignee: Erwan de FERRIERES
 Fix For: jQuery

 Attachments: errorjQuery.png, jeditable.zip, 
 OFBIZ-3863_ajaxSubmitFormUpdateAreas.patch, OFBIZ-3863_autocomplete.patch, 
 OFBIZ-3863_autocomplete.patch, OFBIZ-3863_autocomplete_inplaceedit.patch, 
 OFBIZ-3863_dateTimeField.patch, OFBIZ-3863_toggleScreenlet.patch


 Hi,
 i started to change the selectall.js methods.

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



[jira] Updated: (OFBIZ-3863) selectall.js jquery transformation

2010-08-02 Thread Sascha Rodekamp (JIRA)

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

Sascha Rodekamp updated OFBIZ-3863:
---

Attachment: OFBIZ-3863_dateTimeField.patch

Hi Erwan,

here is a fix for the bug on the findAgreement Screens. It is related to an old 
code snipped which i forgott to remove.

Cheers Sascha

 selectall.js jquery transformation
 --

 Key: OFBIZ-3863
 URL: https://issues.apache.org/jira/browse/OFBIZ-3863
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: jQuery
Reporter: Sascha Rodekamp
Assignee: Erwan de FERRIERES
 Fix For: jQuery

 Attachments: errorjQuery.png, jeditable.zip, 
 OFBIZ-3863_autocomplete.patch, OFBIZ-3863_autocomplete.patch, 
 OFBIZ-3863_autocomplete_inplaceedit.patch, OFBIZ-3863_dateTimeField.patch, 
 OFBIZ-3863_toggleScreenlet.patch


 Hi,
 i started to change the selectall.js methods.

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



[jira] Updated: (OFBIZ-3863) selectall.js jquery transformation

2010-07-29 Thread Sascha Rodekamp (JIRA)

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

Sascha Rodekamp updated OFBIZ-3863:
---

Attachment: OFBIZ-3863_autocomplete_inplaceedit.patch
jeditable.zip

Hi Erwan, ok it was my fault, i forgott to add a file into the patch :-)

So now here is the new patch including the autocomplete and the in place editor.
when you applien the patch file please extract the zip file and copy the 
content to: framework/images/jquery/plugins/jeditable/jquery.jeditable.js
(That's the plugin for the in place editor it's MIT licensed). 

Have a nice day
Sascha


 selectall.js jquery transformation
 --

 Key: OFBIZ-3863
 URL: https://issues.apache.org/jira/browse/OFBIZ-3863
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: jQuery
Reporter: Sascha Rodekamp
Assignee: Erwan de FERRIERES
 Fix For: jQuery

 Attachments: jeditable.zip, OFBIZ-3863_autocomplete.patch, 
 OFBIZ-3863_autocomplete.patch, OFBIZ-3863_autocomplete_inplaceedit.patch, 
 OFBIZ-3863_toggleScreenlet.patch


 Hi,
 i started to change the selectall.js methods.

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



[jira] Updated: (OFBIZ-3863) selectall.js jquery transformation

2010-07-29 Thread Erwan de FERRIERES (JIRA)

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

Erwan de FERRIERES updated OFBIZ-3863:
--

Attachment: errorjQuery.png

 selectall.js jquery transformation
 --

 Key: OFBIZ-3863
 URL: https://issues.apache.org/jira/browse/OFBIZ-3863
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: jQuery
Reporter: Sascha Rodekamp
Assignee: Erwan de FERRIERES
 Fix For: jQuery

 Attachments: errorjQuery.png, jeditable.zip, 
 OFBIZ-3863_autocomplete.patch, OFBIZ-3863_autocomplete.patch, 
 OFBIZ-3863_autocomplete_inplaceedit.patch, OFBIZ-3863_toggleScreenlet.patch


 Hi,
 i started to change the selectall.js methods.

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



[jira] Updated: (OFBIZ-3863) selectall.js jquery transformation

2010-07-27 Thread Sascha Rodekamp (JIRA)

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

Sascha Rodekamp updated OFBIZ-3863:
---

Attachment: OFBIZ-3863_autocomplete.patch

 selectall.js jquery transformation
 --

 Key: OFBIZ-3863
 URL: https://issues.apache.org/jira/browse/OFBIZ-3863
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: jQuery
Reporter: Sascha Rodekamp
Assignee: Erwan de FERRIERES
 Fix For: jQuery

 Attachments: OFBIZ-3863_autocomplete.patch, 
 OFBIZ-3863_autocomplete.patch, OFBIZ-3863_toggleScreenlet.patch


 Hi,
 i started to change the selectall.js methods.

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



[jira] Updated: (OFBIZ-3863) selectall.js jquery transformation

2010-07-26 Thread Sascha Rodekamp (JIRA)

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

Sascha Rodekamp updated OFBIZ-3863:
---

Attachment: OFBIZ-3863_autocomplete.patch

Hey guys,

here is the transformationen for the autocomplete functionality.

Cheers
Sascha

 selectall.js jquery transformation
 --

 Key: OFBIZ-3863
 URL: https://issues.apache.org/jira/browse/OFBIZ-3863
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: jQuery
Reporter: Sascha Rodekamp
Assignee: Erwan de FERRIERES
 Fix For: jQuery

 Attachments: OFBIZ-3863_autocomplete.patch, 
 OFBIZ-3863_toggleScreenlet.patch


 Hi,
 i started to change the selectall.js methods.

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



[jira] Updated: (OFBIZ-3863) selectall.js jquery transformation

2010-07-19 Thread Sascha Rodekamp (JIRA)

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

Sascha Rodekamp updated OFBIZ-3863:
---

Attachment: OFBIZ-3863_toggleScreenlet.patch

Hey guys, 
here is the jQuery implementation of the screenlet toggle methods. 

 selectall.js jquery transformation
 --

 Key: OFBIZ-3863
 URL: https://issues.apache.org/jira/browse/OFBIZ-3863
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: jQuery
Reporter: Sascha Rodekamp
 Fix For: jQuery

 Attachments: OFBIZ-3863_toggleScreenlet.patch


 Hi,
 i started to change the selectall.js methods.

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



[jira] Updated: (OFBIZ-3863) selectall.js jquery transformation

2010-07-19 Thread Erwan de FERRIERES (JIRA)

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

Erwan de FERRIERES updated OFBIZ-3863:
--

Assignee: Erwan de FERRIERES

 selectall.js jquery transformation
 --

 Key: OFBIZ-3863
 URL: https://issues.apache.org/jira/browse/OFBIZ-3863
 Project: OFBiz
  Issue Type: Sub-task
  Components: ALL COMPONENTS
Affects Versions: jQuery
Reporter: Sascha Rodekamp
Assignee: Erwan de FERRIERES
 Fix For: jQuery

 Attachments: OFBIZ-3863_toggleScreenlet.patch


 Hi,
 i started to change the selectall.js methods.

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