stable

Clone or download

Read-only

Merge commit 'refs/changes/09/6409/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #9427: Quickly switch between FRS/Scrum/Artifact release

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