stable
Clone or download
Read-only
Part of request #14384 Move all javascript build process to Webpack This also unifies themes and scripts build with one webpack config. Everything is supposed to work as before. Change-Id: Ieecf5faa3317603dd706bb2760c2fa30c9a14d61
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/build-manifest.json | +3 | −7 | Go to diff View file |
M | plugins/svn/include/svnPlugin.php | +10 | −14 | Go to diff View file |
R | plugins/svn/www/scripts/package-lock.json | Go to diff View file | ||
A | plugins/svn/package.json | +19 | −0 | Go to diff View file |
R | plugins/svn/www/scripts/permissions-per-group/po/fr.po | Go to diff View file | ||
R | plugins/svn/www/scripts/permissions-per-group/src/SVNPermissions.vue | Go to diff View file | ||
R | plugins/svn/www/scripts/permissions-per-group/src/index.js | Go to diff View file | ||
R | plugins/svn/www/scripts/permissions-per-group/src/rest-querier.js | Go to diff View file | ||
R | plugins/svn/www/scripts/svn-admin-notifications-popover.js | Go to diff View file | ||
R | plugins/svn/www/scripts/svn-admin-notifications.js | Go to diff View file | ||
A | plugins/svn/scripts/svn-admin.js | +21 | −0 | Go to diff View file |
R | plugins/svn/www/scripts/svn.js | Go to diff View file | ||
D | plugins/svn/themes/package-lock.json | +0 | −4 | Go to diff View file |
D | plugins/svn/themes/package.json | +0 | −14 | Go to diff View file |
D | plugins/svn/themes/webpack.common.js | +0 | −42 | Go to diff View file |
A | plugins/svn/webpack.common.js | +72 | −0 | Go to diff View file |
R | plugins/svn/themes/webpack.dev.js | Go to diff View file | ||
R | plugins/svn/themes/webpack.prod.js | Go to diff View file | ||
D | plugins/svn/www/scripts/package.json | +0 | −20 | Go to diff View file |
D | plugins/svn/www/scripts/webpack.config.js | +0 | −47 | Go to diff View file |
M | src/www/scripts/tuleap/user-and-ugroup-autocompleter.js | +108 | −90 | Go to diff View file |
M | tools/rpm/tuleap.rhel6.spec | +1 | −0 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +1 | −0 | Go to diff View file |