stable

Clone or download

Read-only

story #9427: Quickly switch between FRS/Scrum/Artifact release

In new FRS view: [×] Add a tab leading to the linked artifact [×] Add a tab leading to the scrum milestones In Scrum milestone view: [×] Add a tab leading to the artifact [×] Add a tab leading to the FRS view In Artifact view: [×] Add a tab leading to the FRS view [×] Add a tab leading to the scrum milestones Change-Id: Ic550de008dee861f68ea7be8552918b486727eed

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/Milestone/ArtifactView.php +73 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestonePresenter.class.php +5 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +15 −0 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +1 −0 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +1 −0 Go to diff View file
M plugins/agiledashboard/templates/pane-list.mustache +5 −0 Go to diff View file
A plugins/frs/include/FRS/AgileDashboardPaneInfo.php +65 −0 Go to diff View file
A plugins/frs/include/FRS/ArtifactView.php +65 −0 Go to diff View file
M plugins/frs/include/Link/Dao.php +11 −0 Go to diff View file
M plugins/frs/include/Link/Retriever.php +13 −0 Go to diff View file
M plugins/frs/include/autoload.php +4 −2 Go to diff View file
M plugins/frs/include/frsPlugin.class.php +38 −0 Go to diff View file
M plugins/frs/site-content/en_US/frs.tab +1 −0 Go to diff View file
M plugins/frs/site-content/fr_FR/frs.tab +1 −0 Go to diff View file
M plugins/frs/www/js/angular/po/fr.po +10 −2 Go to diff View file
M plugins/frs/www/js/angular/po/template.pot +8 −0 Go to diff View file
M plugins/frs/www/js/angular/src/app/release/release-controller.js +9 −1 Go to diff View file
M plugins/frs/www/js/angular/src/app/release/release-controller.spec.js +45 −1 Go to diff View file
M plugins/frs/www/js/angular/src/app/release/release-rest-service.js +8 −0 Go to diff View file
M plugins/frs/www/js/angular/src/app/release/release.tpl.html +18 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php +22 −1 Go to diff View file