[jira] [Commented] (OFBIZ-6711) Have configuration options regarding widgets

2015-11-04 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-6711:


Would be better to have them in your patch ;)

> Have configuration options regarding widgets
> 
>
> Key: OFBIZ-6711
> URL: https://issues.apache.org/jira/browse/OFBIZ-6711
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL APPLICATIONS, ALL COMPONENTS
>Reporter: Pierre Smits
>Assignee: Pierre Smits
> Attachments: OFBIZ-6711-widget.patch
>
>




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


Confluence: OFBIZ workspace site wide banner dissappeared

2015-11-04 Thread Jacques Le Roux

FYI: https://issues.apache.org/jira/servicedesk/agent/INFRA/issue/INFRA-10723

Jacques


[jira] [Commented] (OFBIZ-6711) Have configuration options regarding widgets

2015-11-04 Thread Pierre Smits (JIRA)

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

Pierre Smits commented on OFBIZ-6711:
-

[~jacques.le.roux] Meaning?

> Have configuration options regarding widgets
> 
>
> Key: OFBIZ-6711
> URL: https://issues.apache.org/jira/browse/OFBIZ-6711
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL APPLICATIONS, ALL COMPONENTS
>Reporter: Pierre Smits
>Assignee: Pierre Smits
> Attachments: OFBIZ-6711-widget.patch
>
>




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


[jira] [Commented] (OFBIZ-6711) Have configuration options regarding widgets

2015-11-04 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-6711:


Too bad I just added 3 new properties: OFBIZ-6710

> Have configuration options regarding widgets
> 
>
> Key: OFBIZ-6711
> URL: https://issues.apache.org/jira/browse/OFBIZ-6711
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL APPLICATIONS, ALL COMPONENTS
>Reporter: Pierre Smits
>Assignee: Pierre Smits
> Attachments: OFBIZ-6711-widget.patch
>
>




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


[jira] [Commented] (OFBIZ-5545) Be able to set the period the GL transaction applies to

2015-11-04 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-5545:


Hi David, are you able to reopen (I don't remember it may depend on 
privileges)? If yes please do so when you have a patch ready of detailled 
specification for this improvement, thanks!

> Be able to set the period the GL transaction applies to
> ---
>
> Key: OFBIZ-5545
> URL: https://issues.apache.org/jira/browse/OFBIZ-5545
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Pierre Smits
>
> Currently, when doing gl transactions (whether automated/scheduled or 
> manually),  the transaction is always associated with the current (running)  
> time period. 
> However, it is general practice to have transactions (mainly corrective) 
> after a period has been past, e.g. as a result of audits and such. 
> Therefore, it should be possible to set a period on each gl transaction that 
> overrides the default. 



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


[jira] [Created] (OFBIZ-6710) Improve the way default position and size lookup parameters are set

2015-11-04 Thread Jacques Le Roux (JIRA)
Jacques Le Roux created OFBIZ-6710:
--

 Summary: Improve the way default position and size lookup 
parameters are set
 Key: OFBIZ-6710
 URL: https://issues.apache.org/jira/browse/OFBIZ-6710
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Trunk
Reporter: Jacques Le Roux
Assignee: Jacques Le Roux
Priority: Trivial
 Fix For: Upcoming Branch


Currently when no position, width or height values are passed to the lookup 
widget the default values are set/harcoded in fieldlookup.js. This can be 
decoupled using properties in widget.properties. It then allows to set these 
default values in custom projects where the OOTB don't fit.

Inspired by Nicolas's recent work on modal-layer windows



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


[jira] [Commented] (OFBIZ-6702) Update SimpleContentViewHandler to return mime type on file extension and use inline for content-disposition

2015-11-04 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-6702:


Yes it's a bit complex, so better to let the decision to users ;)

> Update SimpleContentViewHandler to return mime type on file extension and use 
> inline for content-disposition
> 
>
> Key: OFBIZ-6702
> URL: https://issues.apache.org/jira/browse/OFBIZ-6702
> Project: OFBiz
>  Issue Type: Improvement
>  Components: content
>Affects Versions: Trunk
>Reporter: Gareth Carter
>Assignee: Jacques Le Roux
>Priority: Trivial
> Attachments: ContentDisposition.patch, OFBIZ-6702.patch, 
> SimpleContentViewHandler.java.patch
>
>
> SimpleContentViewHandler will return mime type 'text/html' for all 
> DataResource values without a specified mimeTypeId. Changing to 
> DataResourceWorker.getMimeType will allow determining the mimeTypeId by file 
> extension 
> Fixing the mime type will allow the browsers to display content inline if 
> UtilHttp is updated aswell. All unknown extensions will be set to 
> octet-stream causing the browser to prompt for download



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


[jira] [Assigned] (OFBIZ-6711) Have configuration options regarding widgets

2015-11-04 Thread Pierre Smits (JIRA)

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

Pierre Smits reassigned OFBIZ-6711:
---

Assignee: Pierre Smits

> Have configuration options regarding widgets
> 
>
> Key: OFBIZ-6711
> URL: https://issues.apache.org/jira/browse/OFBIZ-6711
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL APPLICATIONS, ALL COMPONENTS
>Reporter: Pierre Smits
>Assignee: Pierre Smits
>




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


[jira] [Created] (OFBIZ-6711) Have configuration options regarding widgets

2015-11-04 Thread Pierre Smits (JIRA)
Pierre Smits created OFBIZ-6711:
---

 Summary: Have configuration options regarding widgets
 Key: OFBIZ-6711
 URL: https://issues.apache.org/jira/browse/OFBIZ-6711
 Project: OFBiz
  Issue Type: Sub-task
Reporter: Pierre Smits






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


[jira] [Commented] (OFBIZ-6702) Update SimpleContentViewHandler to return mime type on file extension and use inline for content-disposition

2015-11-04 Thread Gareth Carter (JIRA)

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

Gareth Carter commented on OFBIZ-6702:
--

Here is an interesting link about security 
https://code.google.com/p/browsersec/wiki/Part2

https://tools.ietf.org/html/rfc6266
{quote}
On the other hand, if it matches "inline" (case-insensitively), this
   implies default processing.  Therefore, the disposition type "inline"
   is only useful when it is augmented with additional parameters, such
   as the filename (see below).
{quote}

Seems like specifying inline is the equivalent of not adding 
Content-Disposition.

> Update SimpleContentViewHandler to return mime type on file extension and use 
> inline for content-disposition
> 
>
> Key: OFBIZ-6702
> URL: https://issues.apache.org/jira/browse/OFBIZ-6702
> Project: OFBiz
>  Issue Type: Improvement
>  Components: content
>Affects Versions: Trunk
>Reporter: Gareth Carter
>Assignee: Jacques Le Roux
>Priority: Trivial
> Attachments: ContentDisposition.patch, OFBIZ-6702.patch, 
> SimpleContentViewHandler.java.patch
>
>
> SimpleContentViewHandler will return mime type 'text/html' for all 
> DataResource values without a specified mimeTypeId. Changing to 
> DataResourceWorker.getMimeType will allow determining the mimeTypeId by file 
> extension 
> Fixing the mime type will allow the browsers to display content inline if 
> UtilHttp is updated aswell. All unknown extensions will be set to 
> octet-stream causing the browser to prompt for download



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


[jira] [Closed] (OFBIZ-6710) Improve the way default position and size lookup parameters are set

2015-11-04 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-6710.
--
Resolution: Done

Done at revision: 1712520  


> Improve the way default position and size lookup parameters are set
> ---
>
> Key: OFBIZ-6710
> URL: https://issues.apache.org/jira/browse/OFBIZ-6710
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Branch
>
>
> Currently when no position, width or height values are passed to the lookup 
> widget the default values are set/harcoded in fieldlookup.js. This can be 
> decoupled using properties in widget.properties. It then allows to set these 
> default values in custom projects where the OOTB don't fit.
> Inspired by Nicolas's recent work on modal-layer windows



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


[jira] [Updated] (OFBIZ-6711) Have configuration options regarding widgets

2015-11-04 Thread Pierre Smits (JIRA)

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

Pierre Smits updated OFBIZ-6711:

Attachment: OFBIZ-6711-widget.patch

This patch addresses the issue.

> Have configuration options regarding widgets
> 
>
> Key: OFBIZ-6711
> URL: https://issues.apache.org/jira/browse/OFBIZ-6711
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: ALL APPLICATIONS, ALL COMPONENTS
>Reporter: Pierre Smits
>Assignee: Pierre Smits
> Attachments: OFBIZ-6711-widget.patch
>
>




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


[jira] [Updated] (OFBIZ-5303) Attic defunct 'iDeal' code

2015-11-04 Thread Pierre Smits (JIRA)

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

Pierre Smits updated OFBIZ-5303:

Summary: Attic defunct 'iDeal' code  (was: Move third party payment 
processors to 'OFBiz-Extra')

> Attic defunct 'iDeal' code
> --
>
> Key: OFBIZ-5303
> URL: https://issues.apache.org/jira/browse/OFBIZ-5303
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting, product
>Affects Versions: SlimDown, Trunk
>Reporter: Pierre Smits
>
> Currently we have multiple payment processors (e.g. worldpay and iDeal) 
> integrated in the Accounting component.
> However, in order to reduce to basic functionality in the standard 
> applications/components and to be in sync with other solutions that use 
> third-party apps, these should be moved out of the basic applications. 
> Not only does that reduce maintenance on and resource consumption by the 
> basic applications, but it also gives end-users and implementers a choice 
> regarding the processor(s).



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