stable

Clone or download

Read-only

Merge commit 'refs/changes/51/27551/2' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: Closes request #30022: Remove direct dependency to jQuery in the script managing resource restrictions

Modified Files

Name
M plugins/git/include/Git/AdminGerritController.class.php +8 −3 Go to diff View file
M plugins/git/include/Git/AdminMirrorController.class.php +8 −3 Go to diff View file
M plugins/mediawiki/include/MediawikiSiteAdminController.class.php +10 −0 Go to diff View file
M plugins/mediawiki/include/mediawikiPlugin.php +0 −9 Go to diff View file
M plugins/pluginsadministration/include/PluginsAdministrationViews.class.php +10 −0 Go to diff View file
M plugins/pluginsadministration/include/pluginsadministrationPlugin.php +0 −2 Go to diff View file
D src/scripts/main/src/tuleap/manage-allowed-projects-on-resource.js +0 −159 Go to diff View file
M src/scripts/main/webpack.common.js +0 −2 Go to diff View file
A src/scripts/manage-project-restrictions-resources/package.json +21 −0 Go to diff View file
A src/scripts/manage-project-restrictions-resources/pnpm-lock.yaml +15 −0 Go to diff View file
A src/scripts/manage-project-restrictions-resources/src/index.ts +173 −0 Go to diff View file
A src/scripts/manage-project-restrictions-resources/tsconfig.json +4 −0 Go to diff View file
A src/scripts/manage-project-restrictions-resources/vite.config.ts +48 −0 Go to diff View file