stable

Clone or download

Read-only

Transfer SVN Tokens

Part of story #14552 User preferences goes Burning Parrot Change-Id: Idfee76d3110f715bfde26306389404ec1f98a5bd

Modified Files

Name
M site-content/en_US/account/account.tab +0 −23 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +55 −1 Go to diff View file
M site-content/fr_FR/account/account.tab +0 −23 Go to diff View file
M src/common/Request/RouteCollector.php +17 −0 Go to diff View file
M src/common/User/Account/DisplayKeysTokensController.php +9 −2 Go to diff View file
M src/common/User/Account/KeysTokensPresenter.php +6 −1 Go to diff View file
A src/common/User/Account/SVNTokensPresenter.php +57 −0 Go to diff View file
A src/common/User/Account/SVNTokensPresenterBuilder.php +54 −0 Go to diff View file
M src/common/User/Account/templates/access-keys.mustache +2 −2 Go to diff View file
M src/common/User/Account/templates/keys-tokens.mustache +4 −0 Go to diff View file
A src/common/User/Account/templates/svn-tokens.mustache +112 −0 Go to diff View file
M src/common/User/PreferencesPresenter.class.php +0 −90 Go to diff View file
A src/common/User/SVNToken/SVNTokenCreateController.php +72 −0 Go to diff View file
A src/common/User/SVNToken/SVNTokenRevokeController.php +71 −0 Go to diff View file
M src/common/svn/tokens/SVN_TokenHandler.class.php +13 −1 Go to diff View file
M src/templates/user/account-maintenance.mustache +0 −1 Go to diff View file
D src/templates/user/svn-tokens-generate-modal.mustache +0 −26 Go to diff View file
D src/templates/user/svn-tokens.mustache +0 −74 Go to diff View file
M src/www/account/index.php +0 −18 Go to diff View file
D src/www/account/manage_svn_tokens.php +0 −58 Go to diff View file
M src/www/scripts/account/keys-tokens.ts +38 −14 Go to diff View file
M src/www/scripts/tuleap/account-maintenance.js +0 −32 Go to diff View file
M src/www/themes/common/css/utils/_account-maintenance.scss +0 −34 Go to diff View file
M tests/lib/Builders/LayoutInspector.php +18 −0 Go to diff View file
M tests/lib/Builders/TestLayout.php +5 −0 Go to diff View file
M tests/phpunit/common/User/Account/DisplayKeysTokensControllerTest.php +20 −0 Go to diff View file
A tests/phpunit/common/User/SVNToken/SVNTokenCreateControllerTest.php +113 −0 Go to diff View file
A tests/phpunit/common/User/SVNToken/SVNTokenRevokeControllerTest.php +119 −0 Go to diff View file