stable

Clone or download

Read-only

Upgrade AngularJS version to latest in Kanban and Planning v2

Part of request request #12275 Upgrade Angular version to latest in Kanban, PlanningV2 and TestManagement Another patch is needed for TestManagement plugin. How to test: - run make post-checkout - No functional changes in Kanban or Planning v2 - No functional changes in Open List fields (with all 3 bindings), Artifact link field, Date/Datetime field in the Artifact modal Note: - I took the opportunity to remove concurrently from both apps. We should just use the one in root folder. - I had to remove "javascript:;" hrefs because AngularJS will prefix them with "unsafe:" Change-Id: I3824775653fc4a2a12c940df092f61c01bd77a65

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/package-lock.json +12 −132 Go to diff View file
M plugins/agiledashboard/www/js/kanban/package.json +5 −6 Go to diff View file
M plugins/agiledashboard/www/js/kanban/src/app/app-config.js +2 −6 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/package-lock.json +15 −135 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/package.json +6 −7 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/app-config.js +2 −6 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details.tpl.html +1 −1 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog.tpl.html +2 −2 Go to diff View file
M plugins/agiledashboard/www/js/planning-v2/src/app/planning.tpl.html +1 −1 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/README.mkd +9 −7 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-controller.js +3 −3 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-controller.spec.js +4 −0 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/date-field/date-field-controller.js +10 −10 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-controller.js +1 −3 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/link-field/link-field-controller.spec.js +7 −5 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/static-open-list-field-controller.js +11 −12 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/static-open-list-field-controller.spec.js +1 −1 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/ugroups-open-list-field-controller.js +3 −5 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/ugroups-open-list-field-controller.spec.js +1 −1 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/users-open-list-field-controller.js +2 −4 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/users-open-list-field-controller.spec.js +1 −1 Go to diff View file
M plugins/tracker/www/scripts/package-lock.json +9 −9 Go to diff View file
M plugins/tracker/www/scripts/package.json +3 −3 Go to diff View file