stable

Clone or download

Read-only

request #9033: Tracker's XML is considered valid even with an empty description

Name, description and short name can not be empty. Short name also only accepts alphanumerics and _ characters. To test it, you can try to validate a XML with an empty description. Change-Id: I82a6307eb543bc862178e33fb6dbbd6608da75cd

Modified Files

Name
M plugins/tracker/tests/TrackerXmlImportTest.php +150 −0 Go to diff View file
M plugins/tracker/www/resources/tracker-definition.rnc +5 −3 Go to diff View file
M plugins/tracker/www/resources/tracker-definition.rng +11 −3 Go to diff View file
M src/common/xml/RNGValidator.class.php +4 −4 Go to diff View file
M src/common/xml/resources/project/tracker-definition.rng +11 −3 Go to diff View file