stable
Clone or download
Read-only
Part of request #30355 Split core frontend into separate apps no functionnal changes expected in site-admin Co-authored by Joris Masson <joris.masson@enalean.com> Change-Id: I0e12948983222b74645c5878b7db93b61b350e1b
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Password/Administration/PasswordPolicyDisplayController.php | +3 | −2 | Go to diff View file |
M | src/common/admin/PermissionDelegationController.php | +2 | −2 | Go to diff View file |
M | src/common/admin/PermissionDelegationIndexPresenter.php | +0 | −3 | Go to diff View file |
M | src/common/admin/ProjectCreation/ProjectFields/ProjectFieldsDisplayController.php | +3 | −2 | Go to diff View file |
M | src/common/admin/ProjectCreation/WebhooksDisplayController.php | +4 | −5 | Go to diff View file |
M | src/common/admin/ProjectWidgetsConfigurationDisplayController.php | +5 | −3 | Go to diff View file |
M | src/common/date/Admin/RelativeDatesDisplayController.php | +3 | −3 | Go to diff View file |
M | src/scripts/main/package.json | +0 | −5 | Go to diff View file |
M | src/scripts/main/pnpm-lock.yaml | +0 | −15 | Go to diff View file |
M | src/scripts/main/webpack.common.js | +0 | −18 | Go to diff View file |
A | src/scripts/site-admin/jest.config.js | +26 | −0 | Go to diff View file |
A | src/scripts/site-admin/package.json | +31 | −0 | Go to diff View file |
A | src/scripts/site-admin/pnpm-lock.yaml | +57 | −0 | Go to diff View file |
A | src/scripts/site-admin/src/ckeditor4.d.ts | +22 | −0 | Go to diff View file |
R | src/scripts/main/src/site-admin/dates-display.test.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/dates-display.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/description-fields.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/generate-pie-charts.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/massmail.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/most-recent-logins.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/password-policy.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/pending-users.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/permission-delegation.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/project-configuration.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/project-history.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/project-list.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/project-widgets-configuration/index.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/project-widgets-configuration/project-widgets-configuration.test.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/project-widgets-configuration/project-widgets-configuration.ts | Go to diff View file | ||
R | src/scripts/main/src/tuleap/switches/switch-autosubmitter.test.ts | Go to diff View file | ||
R | src/scripts/main/src/tuleap/switches/switch-autosubmitter.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/system-events-admin-homepage.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/system-events-notifications.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/system-events.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/trackers-pending-removal.ts | Go to diff View file | ||
R | src/scripts/main/src/site-admin/userdetails.ts | Go to diff View file | ||
A | src/scripts/site-admin/tsconfig.json | +7 | −0 | Go to diff View file |
A | src/scripts/site-admin/webpack.common.js | +63 | −0 | Go to diff View file |
A | src/scripts/site-admin/webpack.dev.js | +23 | −0 | Go to diff View file |
A | src/scripts/site-admin/webpack.prod.js | +23 | −0 | Go to diff View file |
M | src/www/admin/approve_pending_users.php | +2 | −3 | Go to diff View file |
M | src/www/admin/grouplist.php | +2 | −5 | Go to diff View file |
M | src/www/admin/index.php | +3 | −9 | Go to diff View file |
M | src/www/admin/lastlogins.php | +2 | −5 | Go to diff View file |
M | src/www/admin/massmail.php | +2 | −1 | Go to diff View file |
M | src/www/admin/projecthistory.php | +2 | −5 | Go to diff View file |
M | src/www/admin/system_events/index.php | +2 | −5 | Go to diff View file |
M | src/www/admin/system_events/notifications.php | +2 | −5 | Go to diff View file |
M | src/www/admin/usergroup.php | +2 | −4 | Go to diff View file |
M | src/www/tracker/admin/restore.php | +2 | −5 | Go to diff View file |