[jira] [Assigned] (OFBIZ-10261) Add Document Content: hr-employments.adoc

2018-07-12 Thread Sharan Foga (JIRA)


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

Sharan Foga reassigned OFBIZ-10261:
---

Assignee: Sharan Foga  (was: Benjamin Jugl)

> Add Document Content: hr-employments.adoc
> -
>
> Key: OFBIZ-10261
> URL: https://issues.apache.org/jira/browse/OFBIZ-10261
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Sharan Foga
>Assignee: Sharan Foga
>Priority: Minor
> Attachments: hr-employments.adoc, hr-employments.adoc
>
>
> Using details from the OFBiz wiki workspaces and the Human Resources Guide 
> and other human resources asciidoc file,  write or organise the content for 
> the hr-employments.adoc file.
> A copy of the existing file will be attached. Please write document content 
> for hr-employments.adoc by updating the template then re-attach the updated 
> document to this issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-10260) Add Document Content: hr-employees.adoc

2018-07-12 Thread Sharan Foga (JIRA)


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

Sharan Foga reassigned OFBIZ-10260:
---

Assignee: Sharan Foga  (was: Benjamin Jugl)

> Add Document Content: hr-employees.adoc
> ---
>
> Key: OFBIZ-10260
> URL: https://issues.apache.org/jira/browse/OFBIZ-10260
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Sharan Foga
>Assignee: Sharan Foga
>Priority: Minor
> Attachments: hr-employees.adoc, hr-employees.adoc
>
>
> Using details from the OFBiz wiki workspaces and the Human Resources Guide 
> and other human resources asciidoc files,  write or organise the content for 
> the hr-employees.adoc file.
> A copy of the existing file will be attached. Please write document content 
> for hr-employees.adoc by updating the template then re-attach the updated 
> document to this issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10438) Add method attribute to request-map to controll a uri can be called GET or POST only

2018-07-12 Thread Mathieu Lirzin (JIRA)


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

Mathieu Lirzin commented on OFBIZ-10438:


I have updated the [^OFBIZ-10438_0003-Handle-multiple-request-methods.patch] to 
separate the {{resolveURI}} and {{resolveMethod}} tests in separate inner 
classes.

> Add method attribute to request-map to controll a uri can be called GET or 
> POST only
> 
>
> Key: OFBIZ-10438
> URL: https://issues.apache.org/jira/browse/OFBIZ-10438
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Shi Jinghai
>Assignee: Shi Jinghai
>Priority: Minor
> Attachments: 
> OFBIZ-10438_0001-Add-optional-method-attribute-in-request.patch, 
> OFBIZ-10438_0002-Parse-controller-config-in-one-place.patch, 
> OFBIZ-10438_0003-Handle-multiple-request-methods.patch
>
>
> As discussed in OFBIZ-4274, OFBiz runs doGet method in ControlServlet no 
> matter what request it is.
> I like Mathieu's comment on adding a method attribute to the request-map 
> element, it's almost the same as we implemented in our openapi:
>  
> {code:java}
> 
>    
>    
>    
>    
> 
> {code}
>  The difference is that we DON'T support method list expression:
> {code:java}
> ...
> {code}
>   
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10438) Add method attribute to request-map to controll a uri can be called GET or POST only

2018-07-12 Thread Mathieu Lirzin (JIRA)


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

Mathieu Lirzin updated OFBIZ-10438:
---
Attachment: OFBIZ-10438_0003-Handle-multiple-request-methods.patch

> Add method attribute to request-map to controll a uri can be called GET or 
> POST only
> 
>
> Key: OFBIZ-10438
> URL: https://issues.apache.org/jira/browse/OFBIZ-10438
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Shi Jinghai
>Assignee: Shi Jinghai
>Priority: Minor
> Attachments: 
> OFBIZ-10438_0001-Add-optional-method-attribute-in-request.patch, 
> OFBIZ-10438_0002-Parse-controller-config-in-one-place.patch, 
> OFBIZ-10438_0003-Handle-multiple-request-methods.patch
>
>
> As discussed in OFBIZ-4274, OFBiz runs doGet method in ControlServlet no 
> matter what request it is.
> I like Mathieu's comment on adding a method attribute to the request-map 
> element, it's almost the same as we implemented in our openapi:
>  
> {code:java}
> 
>    
>    
>    
>    
> 
> {code}
>  The difference is that we DON'T support method list expression:
> {code:java}
> ...
> {code}
>   
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10438) Add method attribute to request-map to controll a uri can be called GET or POST only

2018-07-12 Thread Mathieu Lirzin (JIRA)


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

Mathieu Lirzin updated OFBIZ-10438:
---
Attachment: (was: 
OFBIZ-10438_0003-Handle-multiple-request-methods.patch)

> Add method attribute to request-map to controll a uri can be called GET or 
> POST only
> 
>
> Key: OFBIZ-10438
> URL: https://issues.apache.org/jira/browse/OFBIZ-10438
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Shi Jinghai
>Assignee: Shi Jinghai
>Priority: Minor
> Attachments: 
> OFBIZ-10438_0001-Add-optional-method-attribute-in-request.patch, 
> OFBIZ-10438_0002-Parse-controller-config-in-one-place.patch
>
>
> As discussed in OFBIZ-4274, OFBiz runs doGet method in ControlServlet no 
> matter what request it is.
> I like Mathieu's comment on adding a method attribute to the request-map 
> element, it's almost the same as we implemented in our openapi:
>  
> {code:java}
> 
>    
>    
>    
>    
> 
> {code}
>  The difference is that we DON'T support method list expression:
> {code:java}
> ...
> {code}
>   
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10219) Category tree items are not rendering on ecommerce screen

2018-07-12 Thread Aditya Sharma (JIRA)


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

Aditya Sharma commented on OFBIZ-10219:
---

Hi Aman, Yogesh,

I am unable to regenerate the issue. Can you please check again?

> Category tree items are not rendering on ecommerce screen
> -
>
> Key: OFBIZ-10219
> URL: https://issues.apache.org/jira/browse/OFBIZ-10219
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Aman Agrawal
>Priority: Major
> Attachments: OFBIZ-10219-Fix.png, OFBIZ-10219.patch
>
>
>  
> Steps to regenerate: 
> 1. Open https://demo-trunk.ofbiz.apache.org/ecommerce/control/main
> 2. Go to Category section
> 3. Click any category from the category tree.
> 4. Nothing happens
> Actual: 
> Category items should be displayed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10093) Replace ELRTE plugin with Quill.

2018-07-12 Thread Aditya Sharma (JIRA)


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

Aditya Sharma updated OFBIZ-10093:
--
Description: 
As there is no support for elrte since elrte-1.3 
[https://github.com/Studio-42/elRTE] it is to be replaced with some other good 
editor & we found Quill Js editor as quite suitable:
 * 139 releases
 * Good community support of 101 contributors
 * Licence - BSD 3-Clause "New" or "Revised" License

Links for reference:
 [https://quilljs.com/]

[https://github.com/quilljs/quill]

 

 

  was:
As there is no support for elrte since elrte-1.3 
[https://github.com/Studio-42/elRTE] it is to be replaced with some other good 
editor :
 * 139 releases
 * Good community support of 101 contributors
 * Licence - GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999

Links for reference:
[https://quilljs.com/]

 


> Replace ELRTE plugin with Quill.
> 
>
> Key: OFBIZ-10093
> URL: https://issues.apache.org/jira/browse/OFBIZ-10093
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: Aditya Sharma
>Assignee: Aditya Sharma
>Priority: Major
>
> As there is no support for elrte since elrte-1.3 
> [https://github.com/Studio-42/elRTE] it is to be replaced with some other 
> good editor & we found Quill Js editor as quite suitable:
>  * 139 releases
>  * Good community support of 101 contributors
>  * Licence - BSD 3-Clause "New" or "Revised" License
> Links for reference:
>  [https://quilljs.com/]
> [https://github.com/quilljs/quill]
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10093) Replace ELRTE plugin with Quill.

2018-07-12 Thread Aditya Sharma (JIRA)


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

Aditya Sharma updated OFBIZ-10093:
--
Description: 
As there is no support for elrte since elrte-1.3 
[https://github.com/Studio-42/elRTE] it is to be replaced with some other good 
editor :
 * 139 releases
 * Good community support of 101 contributors
 * Licence - GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999

Links for reference:
[https://quilljs.com/]

 

  was:
As there is no support for elrte since elrte-1.3 
https://github.com/Studio-42/elRTE it is to be replaced with some other good 
editor like TinyMCE:
* 171 releases (latest 14 days ago)
* Good community support of 171 contributors
* Licence - GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999

Links for reference:
https://github.com/tinymce/tinymce.
https://www.tinymce.com/download/
https://www.tinymce.com/docs/configure/localization/
https://www.tinymce.com/download/language-packages/



> Replace ELRTE plugin with Quill.
> 
>
> Key: OFBIZ-10093
> URL: https://issues.apache.org/jira/browse/OFBIZ-10093
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: Aditya Sharma
>Assignee: Aditya Sharma
>Priority: Major
>
> As there is no support for elrte since elrte-1.3 
> [https://github.com/Studio-42/elRTE] it is to be replaced with some other 
> good editor :
>  * 139 releases
>  * Good community support of 101 contributors
>  * Licence - GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999
> Links for reference:
> [https://quilljs.com/]
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10093) Replace ELRTE plugin with Quill.

2018-07-12 Thread Jacques Le Roux (JIRA)


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

Jacques Le Roux updated OFBIZ-10093:

Summary: Replace ELRTE plugin with Quill.  (was: Replace ELRTE plugin with 
TinyMCE.)

> Replace ELRTE plugin with Quill.
> 
>
> Key: OFBIZ-10093
> URL: https://issues.apache.org/jira/browse/OFBIZ-10093
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: Aditya Sharma
>Assignee: Aditya Sharma
>Priority: Major
>
> As there is no support for elrte since elrte-1.3 
> https://github.com/Studio-42/elRTE it is to be replaced with some other good 
> editor like TinyMCE:
> * 171 releases (latest 14 days ago)
> * Good community support of 171 contributors
> * Licence - GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999
> Links for reference:
> https://github.com/tinymce/tinymce.
> https://www.tinymce.com/download/
> https://www.tinymce.com/docs/configure/localization/
> https://www.tinymce.com/download/language-packages/



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10093) Replace ELRTE plugin with Quill.

2018-07-12 Thread Jacques Le Roux (JIRA)


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

Jacques Le Roux commented on OFBIZ-10093:
-

Thanks Aditya

> Replace ELRTE plugin with Quill.
> 
>
> Key: OFBIZ-10093
> URL: https://issues.apache.org/jira/browse/OFBIZ-10093
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: Aditya Sharma
>Assignee: Aditya Sharma
>Priority: Major
>
> As there is no support for elrte since elrte-1.3 
> https://github.com/Studio-42/elRTE it is to be replaced with some other good 
> editor like TinyMCE:
> * 171 releases (latest 14 days ago)
> * Good community support of 171 contributors
> * Licence - GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999
> Links for reference:
> https://github.com/tinymce/tinymce.
> https://www.tinymce.com/download/
> https://www.tinymce.com/docs/configure/localization/
> https://www.tinymce.com/download/language-packages/



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10093) Replace ELRTE plugin with TinyMCE.

2018-07-12 Thread Aditya Sharma (JIRA)


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

Aditya Sharma updated OFBIZ-10093:
--
Issue Type: Improvement  (was: Sub-task)
Parent: (was: OFBIZ-9978)

> Replace ELRTE plugin with TinyMCE.
> --
>
> Key: OFBIZ-10093
> URL: https://issues.apache.org/jira/browse/OFBIZ-10093
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: Aditya Sharma
>Assignee: Aditya Sharma
>Priority: Major
>
> As there is no support for elrte since elrte-1.3 
> https://github.com/Studio-42/elRTE it is to be replaced with some other good 
> editor like TinyMCE:
> * 171 releases (latest 14 days ago)
> * Good community support of 171 contributors
> * Licence - GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999
> Links for reference:
> https://github.com/tinymce/tinymce.
> https://www.tinymce.com/download/
> https://www.tinymce.com/docs/configure/localization/
> https://www.tinymce.com/download/language-packages/



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)