[jira] [Assigned] (OFBIZ-6760) Move all entity definitions from the applications components into a separate one

2015-12-16 Thread Jacopo Cappellato (JIRA)

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

Jacopo Cappellato reassigned OFBIZ-6760:


Assignee: Jacopo Cappellato

> Move all entity definitions from the applications components into a separate 
> one
> 
>
> Key: OFBIZ-6760
> URL: https://issues.apache.org/jira/browse/OFBIZ-6760
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Jacopo Cappellato
> Fix For: Upcoming Branch
>
>
> See this thread for a previous discussion: 
> http://markmail.org/message/sfdm22wfy3fulpyb



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-6655) Add session tracking mode and make cookie secure

2015-12-16 Thread Gareth Carter (JIRA)

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

Gareth Carter commented on OFBIZ-6655:
--

FYI, most of the local DTD/schemas are found in servlet-api-3.0.jar. The 
LocalResolver in UtilXml will need to be changed or schema removed from all 
web.xml files. 

I believe tomcat OOTB uses this jar - see 
https://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/util/SchemaResolver.html,
 however I have not looked into it with any depth

> Add session tracking mode and make cookie secure
> 
>
> Key: OFBIZ-6655
> URL: https://issues.apache.org/jira/browse/OFBIZ-6655
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL COMPONENTS
>Affects Versions: Trunk, 14.12.01
>Reporter: Deepak Dixit
>Assignee: Deepak Dixit
> Attachments: OFBIA-6655.applications.patch, 
> OFBIZ-6655.framework_themes.patch, sessionConifg_ecommerce.patch
>
>
> Need to enhance security at web-app level. 
> As per current implementation:
> - The cookie containing the session identifier is not secure
> - The session identifier is transmitted in the query string of the URL
> To fix these issue we have to add following session config otpions in web.xml
> {code}
> 
>   
>   true
>   true
>   
>   COOKIE
> 
> {code}
> Also we need to update the web-app servlet specification from 2.3 to 3.0
> {code}
>  xmlns="http://java.sun.com/xml/ns/javaee";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
> 
> http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd";>
> {code}
> https://tomcat.apache.org/whichversion.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-6655) Add session tracking mode and make cookie secure

2015-12-16 Thread Gareth Carter (JIRA)

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

Gareth Carter commented on OFBIZ-6655:
--

FYI, most of the local DTD/schemas are found in servlet-api-3.0.jar. The 
LocalResolver in UtilXml will need to be changed or schema removed from all 
web.xml files. 

I believe tomcat OOTB uses this jar - see 
https://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/util/SchemaResolver.html,
 however I have not looked into it with any depth

> Add session tracking mode and make cookie secure
> 
>
> Key: OFBIZ-6655
> URL: https://issues.apache.org/jira/browse/OFBIZ-6655
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL COMPONENTS
>Affects Versions: Trunk, 14.12.01
>Reporter: Deepak Dixit
>Assignee: Deepak Dixit
> Attachments: OFBIA-6655.applications.patch, 
> OFBIZ-6655.framework_themes.patch, sessionConifg_ecommerce.patch
>
>
> Need to enhance security at web-app level. 
> As per current implementation:
> - The cookie containing the session identifier is not secure
> - The session identifier is transmitted in the query string of the URL
> To fix these issue we have to add following session config otpions in web.xml
> {code}
> 
>   
>   true
>   true
>   
>   COOKIE
> 
> {code}
> Also we need to update the web-app servlet specification from 2.3 to 3.0
> {code}
>  xmlns="http://java.sun.com/xml/ns/javaee";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
> 
> http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd";>
> {code}
> https://tomcat.apache.org/whichversion.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Issue Comment Deleted] (OFBIZ-6655) Add session tracking mode and make cookie secure

2015-12-16 Thread Gareth Carter (JIRA)

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

Gareth Carter updated OFBIZ-6655:
-
Comment: was deleted

(was: FYI, most of the local DTD/schemas are found in servlet-api-3.0.jar. The 
LocalResolver in UtilXml will need to be changed or schema removed from all 
web.xml files. 

I believe tomcat OOTB uses this jar - see 
https://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/util/SchemaResolver.html,
 however I have not looked into it with any depth)

> Add session tracking mode and make cookie secure
> 
>
> Key: OFBIZ-6655
> URL: https://issues.apache.org/jira/browse/OFBIZ-6655
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL COMPONENTS
>Affects Versions: Trunk, 14.12.01
>Reporter: Deepak Dixit
>Assignee: Deepak Dixit
> Attachments: OFBIA-6655.applications.patch, 
> OFBIZ-6655.framework_themes.patch, sessionConifg_ecommerce.patch
>
>
> Need to enhance security at web-app level. 
> As per current implementation:
> - The cookie containing the session identifier is not secure
> - The session identifier is transmitted in the query string of the URL
> To fix these issue we have to add following session config otpions in web.xml
> {code}
> 
>   
>   true
>   true
>   
>   COOKIE
> 
> {code}
> Also we need to update the web-app servlet specification from 2.3 to 3.0
> {code}
>  xmlns="http://java.sun.com/xml/ns/javaee";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
> 
> http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd";>
> {code}
> https://tomcat.apache.org/whichversion.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-6772) Add ability to specify comparison operators for promotions with conditions on quantity

2015-12-16 Thread Jacopo Cappellato (JIRA)
Jacopo Cappellato created OFBIZ-6772:


 Summary: Add ability to specify comparison operators for 
promotions with conditions on quantity
 Key: OFBIZ-6772
 URL: https://issues.apache.org/jira/browse/OFBIZ-6772
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: Trunk
Reporter: Jacopo Cappellato
Assignee: Jacopo Cappellato
Priority: Minor
 Fix For: Upcoming Branch


Add ability to specify comparison operators for promotions with conditions on 
quantity: currently the operator is ignored and only equality is supported.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-6773) Add ability to specify categories/products to filter the order sub-total amount eligible for a discount.

2015-12-16 Thread Jacopo Cappellato (JIRA)
Jacopo Cappellato created OFBIZ-6773:


 Summary: Add ability to specify categories/products to filter the 
order sub-total amount eligible for a discount.
 Key: OFBIZ-6773
 URL: https://issues.apache.org/jira/browse/OFBIZ-6773
 Project: OFBiz
  Issue Type: Improvement
  Components: order
Affects Versions: Trunk
Reporter: Jacopo Cappellato
Assignee: Jacopo Cappellato
Priority: Minor
 Fix For: Upcoming Branch






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-6772) Add ability to specify comparison operators for promotions with conditions on quantity

2015-12-16 Thread Jacopo Cappellato (JIRA)

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

Jacopo Cappellato closed OFBIZ-6772.

Resolution: Fixed

Implemented in rev. 1720312

> Add ability to specify comparison operators for promotions with conditions on 
> quantity
> --
>
> Key: OFBIZ-6772
> URL: https://issues.apache.org/jira/browse/OFBIZ-6772
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Affects Versions: Trunk
>Reporter: Jacopo Cappellato
>Assignee: Jacopo Cappellato
>Priority: Minor
> Fix For: Upcoming Branch
>
>
> Add ability to specify comparison operators for promotions with conditions on 
> quantity: currently the operator is ignored and only equality is supported.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-6773) Add ability to specify categories/products to filter the order sub-total amount eligible for a discount.

2015-12-16 Thread Jacopo Cappellato (JIRA)

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

Jacopo Cappellato closed OFBIZ-6773.

Resolution: Fixed

Implemented in rev. 1720312

> Add ability to specify categories/products to filter the order sub-total 
> amount eligible for a discount.
> 
>
> Key: OFBIZ-6773
> URL: https://issues.apache.org/jira/browse/OFBIZ-6773
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Affects Versions: Trunk
>Reporter: Jacopo Cappellato
>Assignee: Jacopo Cappellato
>Priority: Minor
> Fix For: Upcoming Branch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (OFBIZ-6760) Move all entity definitions from the applications components into a separate one

2015-12-16 Thread Jacopo Cappellato (JIRA)

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

Jacopo Cappellato resolved OFBIZ-6760.
--
Resolution: Fixed

Implemented in rev. 1720413

Community's feedback is welcome!

> Move all entity definitions from the applications components into a separate 
> one
> 
>
> Key: OFBIZ-6760
> URL: https://issues.apache.org/jira/browse/OFBIZ-6760
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL APPLICATIONS
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Jacopo Cappellato
> Fix For: Upcoming Branch
>
>
> See this thread for a previous discussion: 
> http://markmail.org/message/sfdm22wfy3fulpyb



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-6774) ACCTG TRANS ENTRIES PDF link on invoiceOverview does not work

2015-12-16 Thread Morten Jensen (JIRA)
Morten Jensen created OFBIZ-6774:


 Summary: ACCTG TRANS ENTRIES PDF link on invoiceOverview does not 
work
 Key: OFBIZ-6774
 URL: https://issues.apache.org/jira/browse/OFBIZ-6774
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Release Branch 13.07
 Environment: Ubuntu linux 15.04, JVM 7u91-2.6.3-0ubuntu0.15.04.1
Reporter: Morten Jensen
Priority: Minor


Whenever I click on the ACCTG TRANS ENTRIES PDF link in the invoice overview 
screen I get the following error:

org.ofbiz.webapp.control.RequestHandlerException: Unknown request 
[InvoiceAcctgTransEntriesPdf]; this request does not exist or cannot be called 
directly.

A grep through the full ofbiz repo yields no results for an implementation or 
freemarker template - only the link itself in accounting menus xml:

git checkout release13.07

find . -type f -exec grep -i InvoiceAcctgTransEntriesPdf {} \; -ls

528005   72 -rw-rw-r--   1 xxx  xxx 70103 Dec 17 07:05 
./applications/accounting/widget/AccountingMenus.xml






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)