dev

Forked from tuleap/dev

Clone or download

Read-only

Merge branch 'stable' into 7688_version_docman_links

* stable: This is Tuleap 7.8.99.20 story #7174: Rename angular directory to planning-v2 This is Tuleap 7.8.99.19 story #7471: Click on attachment (or artifact link) should not drag the card story #7471: Display field list decorator (colors) story #7471: Glossification This is Tuleap 7.8.99.18 story #7174: On dropped event, update BacklogItem fields (auto-computed fields...) story #7174: GET OPTIONS /backlog_items/:id story #7174: Display card semantic fields This is Tuleap 7.8.99.17 Remove hardcoded colors Should not allow deletion of a tracker used in kanban Change-Id: I107784e4f9ed7ddb5bbfe8270444298ba096abc6

Modified Files

Name
M ChangeLog +2 −2 Go to diff View file
M VERSION +1 −1 Go to diff View file
M plugins/agiledashboard/ChangeLog +12 −0 Go to diff View file
M plugins/agiledashboard/VERSION +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemRepresentationFactory.class.php +3 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +100 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v2/BacklogItemRepresentationFactory.class.php +3 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +41 −23 Go to diff View file
D plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item-details.tpl.html +0 −11 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.less +6 −89 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html +1 −1 Go to diff View file
R plugins/agiledashboard/www/js/angular/.bowerrc Go to diff View file
R plugins/agiledashboard/www/js/angular/.gitignore Go to diff View file
R plugins/agiledashboard/www/js/angular/CHANGELOG.md Go to diff View file
R plugins/agiledashboard/www/js/angular/Gruntfile.js Go to diff View file
R plugins/agiledashboard/www/js/angular/LICENSE Go to diff View file
R plugins/agiledashboard/www/js/angular/bower.json Go to diff View file
R plugins/agiledashboard/www/js/angular/build.config.js Go to diff View file
R plugins/agiledashboard/www/js/angular/changelog.tpl Go to diff View file
R plugins/agiledashboard/www/js/angular/karma/karma-unit.tpl.js Go to diff View file
R plugins/agiledashboard/www/js/angular/module.prefix Go to diff View file
R plugins/agiledashboard/www/js/angular/module.suffix Go to diff View file
R plugins/agiledashboard/www/js/angular/package.json Go to diff View file
R plugins/agiledashboard/www/js/angular/po/README.mkd Go to diff View file
R plugins/agiledashboard/www/js/angular/po/fr.mo Binary file Go to diff View file
R plugins/agiledashboard/www/js/angular/po/fr.po Go to diff View file
R plugins/agiledashboard/www/js/angular/po/template.pot Go to diff View file
R plugins/agiledashboard/www/js/angular/src/.htaccess Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/app-config.js Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/app-main-controller.js Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/app-planning-controller.js Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/app-planning.spec.js Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/app.js Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details.tpl.html +46 −0 Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item-factory.js Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item-service.js Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item.js Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item.less Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item.tpl.html Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-tem-factory.spec.js Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/app/card-fields-service.js +118 −0 Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/dropped-service.js Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/milestone/milestone-service.js Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/milestone/milestone.js Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/milestone/milestone.less Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/planning.tpl.html Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/project/project-service.js Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/project/project.js Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/shared-properties/shared-properties-service.js Go to diff View file
R plugins/agiledashboard/www/js/angular/src/app/shared-properties/shared-properties.js Go to diff View file
R plugins/agiledashboard/www/js/angular/src/assets/animate.min.css Go to diff View file
R plugins/agiledashboard/www/js/angular/src/assets/grip-close.png Binary file Go to diff View file
R plugins/agiledashboard/www/js/angular/src/assets/grip-open.png Binary file Go to diff View file
A plugins/agiledashboard/www/js/planning-v2/src/assets/loader-mini.gif Binary file Go to diff View file
R plugins/agiledashboard/www/js/angular/src/assets/loader.gif Binary file Go to diff View file
R plugins/agiledashboard/www/js/angular/src/assets/milestone-empty.png Binary file Go to diff View file
R plugins/agiledashboard/www/js/angular/src/assets/planning-divider.png Binary file Go to diff View file
R plugins/agiledashboard/www/js/angular/src/less/main.less Go to diff View file
M plugins/tracker/ChangeLog +3 −0 Go to diff View file
M plugins/tracker/VERSION +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +1 −1 Go to diff View file
M tests/rest/BacklogItemsTest.php +14 −0 Go to diff View file