stable
Clone or download
Read-only
request #9676 XML xsd:int only deals with 32bits int
While importing some content that is over 2GB, the filesize value is makred as incorrect because its value is more than 2147483647. This is due to xsd:int type limitation: http://books.xmlschemata.org/relaxng/ch19-77175.html To fix this, we have to use the xsd:long type: http://books.xmlschemata.org/relaxng/ch19-77199.html Change-Id: I71ff65399cca613cf50518dba667a91725d77a73
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/cardwall/www/resources/xml_project_cardwall_data.rnc | +3 | −3 | Go to diff View file |
M | plugins/cardwall/www/resources/xml_project_cardwall_data.rng | +3 | −3 | Go to diff View file |
M | plugins/tracker/www/resources/artifact-definition.rnc | +6 | −6 | Go to diff View file |
M | plugins/tracker/www/resources/artifact-definition.rng | +6 | −6 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rnc | +35 | −35 | Go to diff View file |
M | plugins/tracker/www/resources/tracker-definition.rng | +35 | −35 | Go to diff View file |
M | src/common/xml/resources/frs-definition.rnc | +3 | −3 | Go to diff View file |
M | src/common/xml/resources/project/artifact-definition.rng | +6 | −6 | Go to diff View file |
M | src/common/xml/resources/project/frs-definition.rng | +3 | −3 | Go to diff View file |
M | src/common/xml/resources/project/tracker-definition.rng | +35 | −35 | Go to diff View file |
M | src/common/xml/resources/project/xml_project_cardwall_data.rng | +3 | −3 | Go to diff View file |
M | src/common/xml/resources/users.rnc | +1 | −1 | Go to diff View file |
M | src/common/xml/resources/users.rng | +1 | −1 | Go to diff View file |