stable
Clone or download
Read-only
request #19336: Remove user lab mode
The lab mode in the way it is currently designed has not been used these past years and can be a source of questions for users as they have no way to know what's behind it. Scrum v2 (scrum mono milestone) is now hidden behind a feature flag instead of user lab mode. This brings a new way to manage feature flags, so that developers have better ways to identify existing feature flags. For now only scrum v2 and list picker usage in trackers are covered by this proposal. Change-Id: I88e54b7fe77a4bed948a808dec5b0d2ec8625e4a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/MonoMilestone/ScrumForMonoMilestoneChecker.php | +9 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +7 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/ScrumForMonoMilestoneCheckerTest.php | +6 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/ListPickerIncluder.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Renderer/ListPickerIncluderTest.php | +9 | −9 | Go to diff View file |
M | site-content/en_US/admin/admin.tab | +0 | −2 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +0 | −13 | Go to diff View file |
M | site-content/fr_FR/admin/admin.tab | +0 | −2 | Go to diff View file |
M | src/common/CLI/Events/GetWhitelistedKeys.php | +5 | −1 | Go to diff View file |
M | src/common/Config/ForgeConfig.php | +10 | −2 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +0 | −19 | Go to diff View file |
M | src/common/User/Account/AccountTabPresenterCollection.php | +0 | −1 | Go to diff View file |
D | src/common/User/Account/DisplayExperimentalController.php | +0 | −101 | Go to diff View file |
D | src/common/User/Account/ExperimentalPresenter.php | +0 | −52 | Go to diff View file |
D | src/common/User/Account/UpdateExperimentalPreferences.php | +0 | −67 | Go to diff View file |
D | src/common/User/Account/templates/experimental.mustache | +0 | −45 | Go to diff View file |
M | src/common/User/User.class.php | +0 | −15 | Go to diff View file |
M | src/common/layout/Layout.class.php | +0 | −4 | Go to diff View file |
M | src/themes/common/css/style.scss | +0 | −5 | Go to diff View file |
M | src/www/admin/index.php | +1 | −23 | Go to diff View file |
M | tests/e2e/full/cypress/integration/user_preferences.spec.ts | +0 | −24 | Go to diff View file |
M | tests/unit/common/Config/ForgeConfigTest.php | +8 | −0 | Go to diff View file |
M | tests/unit/common/User/Account/DisplayAppearanceControllerTest.php | +1 | −1 | Go to diff View file |
D | tests/unit/common/User/Account/DisplayExperimentalControllerTest.php | +0 | −86 | Go to diff View file |
D | tests/unit/common/User/Account/UpdateExperimentalPreferencesTest.php | +0 | −147 | Go to diff View file |