stable

Clone or download

Read-only

Move lab mode preferences

The (de)activation of lab mode is now in its dedicated page. Part of story #14552 User preferences goes Burning Parrot Change-Id: I872cb7e7045005c91b19eba922fdd5e7ef0681c9

Modified Files

Name
M site-content/en_US/account/account.tab +0 −3 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +14 −1 Go to diff View file
M site-content/fr_FR/account/account.tab +0 −3 Go to diff View file
M src/common/Request/RouteCollector.php +18 −0 Go to diff View file
M src/common/User/Account/AccountTabPresenterCollection.php +1 −0 Go to diff View file
A src/common/User/Account/DisplayExperimentalController.php +96 −0 Go to diff View file
A src/common/User/Account/ExperimentalPresenter.php +52 −0 Go to diff View file
A src/common/User/Account/UpdateExperimentalPreferences.php +68 −0 Go to diff View file
A src/common/User/Account/templates/experimental.mustache +39 −0 Go to diff View file
M src/common/User/PreferencesPresenter.class.php +0 −25 Go to diff View file
M src/common/User/User.class.php +4 −16 Go to diff View file
M src/templates/user/preferences.mustache +0 −16 Go to diff View file
M src/www/account/updateprefs.php +0 −2 Go to diff View file
D src/www/themes/common/images/lab_features_default.png +- −- Go to diff View file
A tests/phpunit/common/User/Account/DisplayExperimentalControllerTest.php +85 −0 Go to diff View file
A tests/phpunit/common/User/Account/UpdateExperimentalPreferencesTest.php +175 −0 Go to diff View file