stable
Clone or download
Read-only
request #9335 Do not inherit default trackers when importing from XML
Change-Id: I26473b9f2d53969c9a26b6e1bc1addd81e861ef7
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +7 | −5 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/proftpd/include/proftpdPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/projectlinks/include/projectlinksPlugin.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +18 | −16 | Go to diff View file |
M | src/common/event/Event.class.php | +12 | −0 | Go to diff View file |
M | src/common/project/ProjectCreationData.class.php | +15 | −0 | Go to diff View file |
M | src/common/project/ProjectCreator.class.php | +14 | −8 | Go to diff View file |