[jira] [Updated] (OFBIZ-10411) XML schemas should use predefined boolean type

2018-05-20 Thread Mathieu Lirzin (JIRA)

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

Mathieu Lirzin updated OFBIZ-10411:
---
Labels: patch  (was: )

> XML schemas should use predefined boolean type
> --
>
> Key: OFBIZ-10411
> URL: https://issues.apache.org/jira/browse/OFBIZ-10411
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Trunk
>Reporter: Mathieu Lirzin
>Assignee: Mathieu Lirzin
>Priority: Minor
>  Labels: patch
> Attachments: OFBIZ-10411-use-boolean-type-in-site-conf.patch, 
> OFBIZ-10411-xml-use-boolean-type-follow-up.patch
>
>
> To define boolean values, some ad-hoc enumeration of "true" and "false" are 
> repeatedly used.  Since XML Schema defines a standard boolean datatype it 
> will be better to use it.
> For now I have only fixed `site-conf.xsd`



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


[jira] [Updated] (OFBIZ-10411) XML schemas should use predefined boolean type

2018-05-20 Thread Mathieu Lirzin (JIRA)

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

Mathieu Lirzin updated OFBIZ-10411:
---
Attachment: OFBIZ-10411-xml-use-boolean-type-follow-up.patch

> XML schemas should use predefined boolean type
> --
>
> Key: OFBIZ-10411
> URL: https://issues.apache.org/jira/browse/OFBIZ-10411
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Trunk
>Reporter: Mathieu Lirzin
>Assignee: Mathieu Lirzin
>Priority: Minor
> Attachments: OFBIZ-10411-use-boolean-type-in-site-conf.patch, 
> OFBIZ-10411-xml-use-boolean-type-follow-up.patch
>
>
> To define boolean values, some ad-hoc enumeration of "true" and "false" are 
> repeatedly used.  Since XML Schema defines a standard boolean datatype it 
> will be better to use it.
> For now I have only fixed `site-conf.xsd`



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


[jira] [Updated] (OFBIZ-10411) XML schemas should use predefined boolean type

2018-05-20 Thread Mathieu Lirzin (JIRA)

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

Mathieu Lirzin updated OFBIZ-10411:
---
Attachment: (was: OFBIZ-10411-xml-use-boolean-type-follow-up.patch)

> XML schemas should use predefined boolean type
> --
>
> Key: OFBIZ-10411
> URL: https://issues.apache.org/jira/browse/OFBIZ-10411
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Trunk
>Reporter: Mathieu Lirzin
>Assignee: Mathieu Lirzin
>Priority: Minor
> Attachments: OFBIZ-10411-use-boolean-type-in-site-conf.patch
>
>
> To define boolean values, some ad-hoc enumeration of "true" and "false" are 
> repeatedly used.  Since XML Schema defines a standard boolean datatype it 
> will be better to use it.
> For now I have only fixed `site-conf.xsd`



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


[jira] [Updated] (OFBIZ-10411) XML schemas should use predefined boolean type

2018-05-20 Thread Mathieu Lirzin (JIRA)

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

Mathieu Lirzin updated OFBIZ-10411:
---
Description: 
To define boolean values, some ad-hoc enumeration of "true" and "false" are 
repeatedly used.  Since XML Schema defines a standard boolean datatype it will 
be better to use it.

For now I have only fixed `site-conf.xsd`

  was:
To define boolean values, some ad-hoc enumeration of "true" and "false" are 
repeatedly used.  Since XML Schema defines a standard boolean datatype I will 
be better to use it.

For now I have only fixed `site-conf.xsd`


> XML schemas should use predefined boolean type
> --
>
> Key: OFBIZ-10411
> URL: https://issues.apache.org/jira/browse/OFBIZ-10411
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Trunk
>Reporter: Mathieu Lirzin
>Assignee: Mathieu Lirzin
>Priority: Minor
> Attachments: OFBIZ-10411-use-boolean-type-in-site-conf.patch, 
> OFBIZ-10411-xml-use-boolean-type-follow-up.patch
>
>
> To define boolean values, some ad-hoc enumeration of "true" and "false" are 
> repeatedly used.  Since XML Schema defines a standard boolean datatype it 
> will be better to use it.
> For now I have only fixed `site-conf.xsd`



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


[jira] [Updated] (OFBIZ-10411) XML schemas should use predefined boolean type

2018-05-20 Thread Mathieu Lirzin (JIRA)

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

Mathieu Lirzin updated OFBIZ-10411:
---
Attachment: OFBIZ-10411-xml-use-boolean-type-follow-up.patch

> XML schemas should use predefined boolean type
> --
>
> Key: OFBIZ-10411
> URL: https://issues.apache.org/jira/browse/OFBIZ-10411
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Trunk
>Reporter: Mathieu Lirzin
>Assignee: Mathieu Lirzin
>Priority: Minor
> Attachments: OFBIZ-10411-use-boolean-type-in-site-conf.patch, 
> OFBIZ-10411-xml-use-boolean-type-follow-up.patch
>
>
> To define boolean values, some ad-hoc enumeration of "true" and "false" are 
> repeatedly used.  Since XML Schema defines a standard boolean datatype I will 
> be better to use it.
> For now I have only fixed `site-conf.xsd`



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


[jira] [Updated] (OFBIZ-10411) XML schemas should use predefined boolean type

2018-05-19 Thread Mathieu Lirzin (JIRA)

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

Mathieu Lirzin updated OFBIZ-10411:
---
Attachment: OFBIZ-10411-use-boolean-type-in-site-conf.patch

> XML schemas should use predefined boolean type
> --
>
> Key: OFBIZ-10411
> URL: https://issues.apache.org/jira/browse/OFBIZ-10411
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Trunk
>Reporter: Mathieu Lirzin
>Priority: Minor
> Attachments: OFBIZ-10411-use-boolean-type-in-site-conf.patch
>
>
> To define boolean values, some ad-hoc enumeration of "true" and "false" are 
> repeatedly used.  Since XML Schema defines a standard boolean datatype I will 
> be better to use it.
> For now I have only fixed `site-conf.xsd`



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