stable
Clone or download
Read-only
Convert to ease writing of tests in a future commit. Part-of: story #22708 flexibility in the management of Tuleap Configuration Change-Id: Iae9b2793e08d85fde1756f0fff2ba44d64ecf465
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/DocmanSettingsSiteAdmin/FilesUploadLimits/DocumentFilesUploadLimitsSaver.php | +4 | −4 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.php | +1 | −0 | Go to diff View file |
M | plugins/document/include/Config/Admin/FilesDownloadLimitsAdminSaveController.php | +5 | −6 | Go to diff View file |
M | plugins/document/include/Config/Admin/HistoryEnforcementAdminSaveController.php | +7 | −8 | Go to diff View file |
M | plugins/document/tests/unit/Config/Admin/FilesDownloadLimitsAdminSaveControllerTest.php | +3 | −3 | Go to diff View file |
M | plugins/document/tests/unit/Config/Admin/HistoryEnforcementAdminSaveControllerTest.php | +3 | −3 | Go to diff View file |
M | plugins/svn/include/svnPlugin.php | +1 | −0 | Go to diff View file |
M | src/common/CLI/Command/PlatformAccessControlCommand.php | +1 | −1 | Go to diff View file |
M | src/common/Config/ConfigDao.php | +21 | −8 | Go to diff View file |
M | src/common/Config/ConfigSet.php | +0 | −1 | Go to diff View file |
M | src/common/Config/ConfigValueDatabaseProvider.php | +2 | −0 | Go to diff View file |
M | src/common/Config/ForgeConfig.php | +2 | −0 | Go to diff View file |
M | src/common/ForgeAccess/AdminController.php | +8 | −13 | Go to diff View file |
M | src/common/ForgeAccess/ForgePropertiesManager.class.php | +3 | −2 | Go to diff View file |
M | src/common/InviteBuddy/Admin/InviteBuddyAdminUpdateController.php | +2 | −2 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +1 | −1 | Go to diff View file |
M | src/common/admin/Homepage/Controller.php | +5 | −4 | Go to diff View file |
M | src/common/admin/ProjectCreation/ProjectFields/ProjectsFieldDescriptionUpdater.php | +3 | −3 | Go to diff View file |
M | src/common/admin/ProjectCreation/ProjectVisibility/ProjectVisibilityConfigManager.php | +2 | −2 | Go to diff View file |
M | src/common/admin/ProjectCreationModerationUpdateController.php | +1 | −1 | Go to diff View file |
M | src/common/date/Admin/RelativeDatesDisplaySaveController.php | +2 | −2 | Go to diff View file |
M | src/tuleap-cfg/Command/Docker/LogToSyslog.php | +2 | −1 | Go to diff View file |
M | src/utils/tuleap.php | +1 | −0 | Go to diff View file |
M | src/www/admin/forgeaccess.php | +1 | −0 | Go to diff View file |
M | src/www/admin/homepage.php | +1 | −0 | Go to diff View file |
M | tests/unit/common/Admin/ProjectCreation/ProjectVisibility/ProjectVisibilityConfigManagerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/Config/ForgeConfigTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/ForgeAccess/ForgePropertiesManagerTest.php | +1 | −1 | Go to diff View file |
M | tests/unit/common/InviteBuddy/Admin/InviteBuddyAdminUpdateControllerTest.php | +3 | −3 | Go to diff View file |
M | tests/unit/common/Project/Admin/ProjectCreation/ProjectsFieldDescriptionUpdaterTest.php | +3 | −3 | Go to diff View file |
M | tests/unit/common/date/Admin/RelativeDatesDisplaySaveControllerTest.php | +2 | −2 | Go to diff View file |