stable

Clone or download

Read-only

Merge commit 'refs/changes/22/3822/6' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: request #7973 Tracker XML export does not export field permissions

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php +17 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container.class.php +8 −0 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +1 −14 Go to diff View file
M plugins/tracker/tests/TrackerTest.php +7 −48 Go to diff View file
M plugins/tracker/tests/Tracker_FormElementTest.php +54 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Container_ColumnTest.php +29 −1 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Container_FieldsetTest.php +30 −2 Go to diff View file