stable
Clone or download
Read-only
Javascript files and CSS are explicitly loaded by their respective controllers For project admin 'PermissionsPerGroup' the required JS files have now their dedicated event instead of being injected in shadow mode. Part of story #10408 have a burning parrot git repository list Change-Id: I8c95dc93f51df00de786d9a38eb0fdfc38067c3b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +12 | −14 | Go to diff View file |
M | plugins/git/include/Git/AdminGerritController.class.php | +6 | −0 | Go to diff View file |
M | plugins/git/include/Git/AdminGitoliteConfig.php | +2 | −0 | Go to diff View file |
M | plugins/git/include/Git/AdminMirrorController.class.php | +6 | −0 | Go to diff View file |
M | plugins/git/include/Git/AdminRouter.class.php | +14 | −1 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +4 | −55 | Go to diff View file |
M | plugins/svn/include/svnPlugin.class.php | +8 | −14 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +9 | −13 | Go to diff View file |
M | src/common/Request/FrontRouter.php | +1 | −1 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
A | src/common/project/Admin/PermissionPerGroup/PermissionPerGroupDisplayEvent.php | +45 | −0 | Go to diff View file |
M | src/www/project/admin/permission_per_group.php | +5 | −2 | Go to diff View file |
M | tests/phpunit/common/Request/FrontRouterTest.php | +1 | −0 | Go to diff View file |