stable
Clone or download
Read-only
Merge commit 'refs/changes/94/10594/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #11224 Migrate site-admin scripts to webpack
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/kanban/package-lock.json | +2 | −2 | Go to diff View file |
M | src/common/admin/PermissionDelegationController.php | +6 | −1 | Go to diff View file |
M | src/common/admin/PermissionDelegationIndexPresenter.php | +4 | −1 | Go to diff View file |
M | src/templates/admin/permission_delegation/index.mustache | +1 | −3 | Go to diff View file |
M | src/www/admin/approve_pending_users.php | +6 | −1 | Go to diff View file |
M | src/www/admin/grouplist.php | +7 | −1 | Go to diff View file |
M | src/www/admin/index.php | +8 | −2 | Go to diff View file |
M | src/www/admin/lastlogins.php | +8 | −2 | Go to diff View file |
M | src/www/admin/massmail.php | +7 | −2 | Go to diff View file |
M | src/www/admin/project-configuration.php | +8 | −2 | Go to diff View file |
M | src/www/admin/projecthistory.php | +8 | −2 | Go to diff View file |
M | src/www/admin/system_events/index.php | +10 | −2 | Go to diff View file |
M | src/www/admin/system_events/notifications.php | +9 | −2 | Go to diff View file |
M | src/www/admin/usergroup.php | +8 | −2 | Go to diff View file |
M | src/www/scripts/admin/massmail.js | +11 | −5 | Go to diff View file |
M | src/www/scripts/admin/most-recent-logins.js | +10 | −4 | Go to diff View file |
M | src/www/scripts/admin/pending-users.js | +8 | −6 | Go to diff View file |
M | src/www/scripts/admin/permission-delegation.js | +40 | −31 | Go to diff View file |
M | src/www/scripts/admin/project-configuration.js | +9 | −6 | Go to diff View file |
M | src/www/scripts/admin/project-history.js | +20 | −16 | Go to diff View file |
M | src/www/scripts/admin/project-list.js | +7 | −5 | Go to diff View file |
M | src/www/scripts/admin/system-events-admin-homepage.js | +10 | −8 | Go to diff View file |
M | src/www/scripts/admin/system-events-notifications.js | +14 | −10 | Go to diff View file |
M | src/www/scripts/admin/system-events.js | +17 | −14 | Go to diff View file |
M | src/www/scripts/admin/trackers-pending-removal.js | +9 | −7 | Go to diff View file |
M | src/www/scripts/admin/userdetails.js | +9 | −8 | Go to diff View file |
M | src/www/scripts/webpack.config.js | +15 | −3 | Go to diff View file |
M | src/www/tracker/admin/restore.php | +8 | −2 | Go to diff View file |