stable

Clone or download

Read-only

Merge commit 'refs/changes/50/3950/16' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7857: create backlog items in modal Change-Id: I4ce66651e39498a78e70ef4878cbb8995c639159

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.class.php +4 −3 Go to diff View file
M plugins/agiledashboard/templates/pane-planning-v2.mustache +1 −1 Go to diff View file
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 +3 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/po/fr.po +41 −3 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/po/template.pot +32 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-main-controller.js +3 −2 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js +36 −12 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.spec.js +197 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app.js +1 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-service.js +7 −16 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-instance-controller.js +44 −0 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-instance-controller.spec.js +132 −0 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-model-factory.js +64 −0 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-model-factory.spec.js +270 −0 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-service.js +34 −0 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-tuleap-factory.js +105 −0 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-tuleap-factory.spec.js +222 −0 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-validate-factory.js +54 −0 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal-validate-factory.spec.js +98 −0 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal.js +4 −0 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal.less +28 −0 Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/modal/modal.tpl.html +87 −0 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/planning.tpl.html +18 −7 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/shared-properties/shared-properties-service.js +17 −6 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/less/main.less +1 −0 Go to diff View file
M src/etc/development.inc.dist +2 −0 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/definitions.less +0 −4 Go to diff View file
M src/www/themes/common/css/style.less +0 −4 Go to diff View file