stable
Clone or download
Read-only
This is a part of story #9087: see linked artifacts in releases To test this: - In the www/js/angular folder, run 'bower install && npm run build' - Create a package and a release. - You can insert Markdown in the Release note and changelog, it should be converted to HTML - You should be able to download files - You should be able to click on a user's name and display his/her profile Known issues: - No spinner is displayed while waiting for the release - No error message is displayed when the REST route sends an error - No modal is displayed to the user about the License agreement These will come in a following commit Change-Id: I38f0be1f95614480e43947cbf2254d65ed837bd3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/frs/include/FRS/ReleasePresenter.php | +7 | −1 | Go to diff View file |
M | plugins/frs/include/frsPlugin.class.php | +5 | −1 | Go to diff View file |
M | plugins/frs/templates/release.mustache | +2 | −2 | Go to diff View file |
M | plugins/frs/www/js/angular/.eslintrc.json | +3 | −3 | Go to diff View file |
M | plugins/frs/www/js/angular/bower.json | +11 | −5 | Go to diff View file |
M | plugins/frs/www/js/angular/build.config.js | +5 | −1 | Go to diff View file |
A | plugins/frs/www/js/angular/po/fr.po | +69 | −0 | Go to diff View file |
M | plugins/frs/www/js/angular/po/template.pot | +56 | −0 | Go to diff View file |
A | plugins/frs/www/js/angular/src/app/app-config.js | +14 | −0 | Go to diff View file |
M | plugins/frs/www/js/angular/src/app/app-controller.js | +7 | −5 | Go to diff View file |
M | plugins/frs/www/js/angular/src/app/app-controller.spec.js | +20 | −5 | Go to diff View file |
M | plugins/frs/www/js/angular/src/app/app.js | +2 | −0 | Go to diff View file |
A | plugins/frs/www/js/angular/src/app/release/file-download/file-download-directive.js | +18 | −0 | Go to diff View file |
A | plugins/frs/www/js/angular/src/app/release/file-download/file-download-directive.spec.js | +34 | −0 | Go to diff View file |
A | plugins/frs/www/js/angular/src/app/release/release-controller.js | +35 | −0 | Go to diff View file |
A | plugins/frs/www/js/angular/src/app/release/release-controller.spec.js | +52 | −0 | Go to diff View file |
A | plugins/frs/www/js/angular/src/app/release/release-directive.js | +13 | −0 | Go to diff View file |
A | plugins/frs/www/js/angular/src/app/release/release-rest-service.js | +26 | −0 | Go to diff View file |
A | plugins/frs/www/js/angular/src/app/release/release-rest-service.spec.js | +40 | −0 | Go to diff View file |
A | plugins/frs/www/js/angular/src/app/release/release.less | +31 | −0 | Go to diff View file |
A | plugins/frs/www/js/angular/src/app/release/release.tpl.html | +69 | −0 | Go to diff View file |
A | plugins/frs/www/js/angular/src/app/shared-properties-service.js | +33 | −0 | Go to diff View file |
M | plugins/frs/www/js/angular/src/less/main.less | +2 | −1 | Go to diff View file |
M | plugins/frs/www/themes/FlamingParrot/css/style.less | +8 | −0 | Go to diff View file |
M | plugins/frs/www/themes/default/css/style.less | +8 | −0 | Go to diff View file |