stable
Clone or download
Read-only
Merge commit 'refs/changes/08/8408/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #10289 Use a module-loader for TLP
Modified Files
Name | ||||
---|---|---|---|---|
M | src/www/themes/common/tlp/gulpfile.js | +1 | −77 | Go to diff View file |
M | src/www/themes/common/tlp/package.json | +16 | −11 | Go to diff View file |
A | src/www/themes/common/tlp/src/index.en_US.js | +5 | −0 | Go to diff View file |
A | src/www/themes/common/tlp/src/index.fr_FR.js | +24 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/src/js/default_locale.js | +2 | −4 | Go to diff View file |
R | src/www/themes/common/tlp/src/js/polyfills.js | Go to diff View file | ||
M | src/www/themes/common/tlp/src/js/dropdowns.js | +90 | −108 | Go to diff View file |
M | src/www/themes/common/tlp/src/js/filter-inline-table.js | +3 | −4 | Go to diff View file |
A | src/www/themes/common/tlp/src/js/index.js | +47 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/src/js/modal.js | +104 | −111 | Go to diff View file |
M | src/www/themes/common/tlp/src/scss/_vendor.scss | +2 | −2 | Go to diff View file |
M | src/www/themes/common/tlp/src/vendor-i18n/fr_FR/flatpickr.l10n.fr.js | +3 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/src/vendor-i18n/fr_FR/tlp.fr.js | +2 | −2 | Go to diff View file |
M | src/www/themes/common/tlp/src/vendor-overrides/flatpickr.js | +6 | −4 | Go to diff View file |
M | src/www/themes/common/tlp/src/vendor-overrides/select2.js | +7 | −4 | Go to diff View file |
D | src/www/themes/common/tlp/src/vendor/.gitignore | +0 | −1 | Go to diff View file |
D | src/www/themes/common/tlp/src/vendor/flatpickr-1.9.1/LICENSE.md | +0 | −21 | Go to diff View file |
D | src/www/themes/common/tlp/src/vendor/flatpickr-1.9.1/flatpickr.min.css | +0 | −1 | Go to diff View file |
D | src/www/themes/common/tlp/src/vendor/flatpickr-1.9.1/flatpickr.min.js | +0 | −1 | Go to diff View file |
D | src/www/themes/common/tlp/src/vendor/jquery-2.1.0/jquery-2.1.0.min.js | +0 | −4 | Go to diff View file |
D | src/www/themes/common/tlp/src/vendor/select2-4.0.3/select2.full.min.js | +0 | −3 | Go to diff View file |
D | src/www/themes/common/tlp/src/vendor/select2-4.0.3/select2.min.css | +0 | −1 | Go to diff View file |
A | src/www/themes/common/tlp/webpack.config.js | +65 | −0 | Go to diff View file |
M | src/www/themes/common/tlp/yarn.lock | +1333 | −716 | 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 |