dev

Forked from tuleap/dev

Clone or download

Read-only

story #7169: create a new item in milestone backlog of planning-v2

Change-Id: I056ed19affebe2c4ffa1ff0e6f24b46759c7eb55

Modified Files

Name
M plugins/agiledashboard/www/js/planning-v2/bower.json +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/build.config.js +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/po/fr.mo Binary file Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/po/fr.po +6 −2 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/po/template.pot +4 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js +34 −3 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app.js +2 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-factory.js +13 −6 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-service.js +12 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item.tpl.html +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-tem-factory.spec.js +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone-service.js +16 −11 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/planning.tpl.html +25 −6 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/project/project-service.js +12 −5 Go to diff View file
M plugins/tracker/include/REST/TrackerReference.class.php +10 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Presenter/CreateArtifactInPlacePresenter.php +13 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/CreateInPlaceRenderer.class.php +4 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +4 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Value.class.php +4 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Selectbox.class.php +14 −4 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +3 −2 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_BindValueTest.php +1 −1 Go to diff View file
A plugins/tracker/tests/Tracker_FormElement_Field_List_Bind_UgroupsValueTest.php +48 −0 Go to diff View file
M plugins/tracker/tests/Tracker_FormElement_Field_List_OpenValueTest.php +1 −1 Go to diff View file
M tests/rest/MilestoneBacklogTest.php +10 −10 Go to diff View file
M tests/rest/MilestonesContentTest.php +7 −7 Go to diff View file
M tests/rest/MilestonesTest.php +3 −0 Go to diff View file
M tests/rest/ProjectTest.php +9 −9 Go to diff View file