stable
Clone or download
Read-only
request #22678 replace usage of dockblock by attributes for forge config keys
No change should be visible for end users (tuleap config-list, config-get and config-set). Dockblock parsing dependency was removed from src/composer.json but is still required as a dependency of other package, it's why it's left in the composer.lock. Change-Id: I90fcb9c3d68f2150b442a5673833275f3a12b89f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/MonoMilestone/ScrumForMonoMilestoneChecker.php | +2 | −5 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.php | +5 | −10 | Go to diff View file |
M | plugins/gitlab/include/Artifact/Action/CreateBranchButtonFetcher.php | +2 | −5 | Go to diff View file |
M | plugins/gitlfs/include/gitlfsPlugin.php | +4 | −10 | Go to diff View file |
M | plugins/mediawiki/include/MediawikiMLEBExtensionManager.php | +3 | −6 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Login/Registration/AutomaticUserRegistration.php | +2 | −5 | Go to diff View file |
M | plugins/program_management/include/Domain/FeatureFlag/VerifyIterationsFeatureActive.php | +3 | −5 | Go to diff View file |
M | plugins/svn/include/SVN/Commit/FileSizeValidator.php | +2 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/ListPickerIncluder.php | +2 | −5 | Go to diff View file |
M | src/common/BrowserDetection/BrowserDeprecationMessage.php | +6 | −12 | Go to diff View file |
M | src/common/CLI/Command/ConfigListCommand.php | +1 | −1 | Go to diff View file |
M | src/common/CLI/Events/GetWhitelistedKeys.php | +18 | −30 | Go to diff View file |
A | src/common/Config/ConfigKey.php | +32 | −0 | Go to diff View file |
M | src/common/Config/ConfigSet.php | +1 | −1 | Go to diff View file |
A | src/common/Config/FeatureFlagConfigKey.php | +32 | −0 | Go to diff View file |
M | src/common/ForgeAccess/ForgeAccess.php | +5 | −10 | Go to diff View file |
M | src/common/HelpDropdown/HelpDropdownPresenterBuilder.php | +2 | −5 | Go to diff View file |
M | src/common/Instrument/Prometheus/Prometheus.php | +4 | −10 | Go to diff View file |
M | src/common/InviteBuddy/InviteBuddyConfiguration.php | +2 | −5 | Go to diff View file |
M | src/common/Project/DefaultProjectVisibilityRetriever.php | +2 | −5 | Go to diff View file |
M | src/common/Project/ProjectManager.class.php | +12 | −30 | Go to diff View file |
M | src/common/System/ServiceControl.php | +2 | −4 | Go to diff View file |
M | src/common/User/UserStatusManager.class.php | +4 | −6 | Go to diff View file |
M | src/common/User/UserSuspensionManager.php | +6 | −13 | Go to diff View file |
M | src/common/Widget/MyProjects.php | +2 | −5 | Go to diff View file |
M | src/common/admin/ProjectCreation/ProjectVisibility/ProjectVisibilityConfigManager.php | +2 | −5 | Go to diff View file |
M | src/common/backend/BackendLogger.class.php | +2 | −5 | Go to diff View file |
M | src/common/layout/HomePage/NewsCollectionBuilder.php | +2 | −5 | Go to diff View file |
M | src/common/layout/HomePage/StatisticsCollectionBuilder.php | +2 | −4 | Go to diff View file |
M | src/common/log/LogToGraylog2.php | +9 | −20 | Go to diff View file |
M | src/composer.json | +0 | −1 | Go to diff View file |
M | src/composer.lock | +217 | −217 | Go to diff View file |
M | tests/unit/common/CLI/Events/GetWhitelistedKeysTest.php | +3 | −3 | Go to diff View file |