stable
Clone or download
Read-only
Merge commit 'refs/changes/02/4902/10' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #8608: User can manage his own svn tokens Change-Id: Ib13753a4d19ec39d7fe542ade2ee0afb52709440
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/account/account.tab | +20 | −0 | Go to diff View file |
M | site-content/en_US/svn/svn.tab | +4 | −0 | Go to diff View file |
M | site-content/fr_FR/account/account.tab | +20 | −0 | Go to diff View file |
M | site-content/fr_FR/svn/svn.tab | +4 | −0 | Go to diff View file |
M | src/common/autoload.php | +6 | −2 | Go to diff View file |
A | src/common/svn/tokens/SVN_Token.class.php | +88 | −0 | Go to diff View file |
A | src/common/svn/tokens/SVN_TokenDao.class.php | +57 | −0 | Go to diff View file |
A | src/common/svn/tokens/SVN_TokenHandler.class.php | +86 | −0 | Go to diff View file |
A | src/common/svn/tokens/SVN_TokenPresenter.class.php | +76 | −0 | Go to diff View file |
M | src/common/user/PreferencesPresenter.class.php | +82 | −2 | Go to diff View file |
M | src/templates/user/account-maintenance.mustache | +6 | −145 | Go to diff View file |
A | src/templates/user/details.mustache | +22 | −0 | Go to diff View file |
A | src/templates/user/info.mustache | +42 | −0 | Go to diff View file |
A | src/templates/user/shell.mustache | +72 | −0 | Go to diff View file |
M | src/templates/user/ssh-keys-modal.mustache | +4 | −5 | Go to diff View file |
A | src/templates/user/svn-tokens-generate-modal.mustache | +26 | −0 | Go to diff View file |
A | src/templates/user/svn-tokens.mustache | +74 | −0 | Go to diff View file |
A | src/templates/user/third-party-applications.mustache | +7 | −0 | Go to diff View file |
M | src/www/account/index.php | +19 | −1 | Go to diff View file |
A | src/www/account/manage_svn_tokens.php | +61 | −0 | Go to diff View file |
M | src/www/scripts/tuleap/account-maintenance.js | +29 | −13 | Go to diff View file |
M | src/www/themes/common/css/utils/account-maintenance.less | +33 | −11 | Go to diff View file |