stable

Clone or download

Read-only

SVN service homepage display a specific message if svn tokens are allowed

This task is part of story #8608: User can manage his own svn tokens The SVN homepage now displays an extra info if the user is able to use one of its tokens in the project. Change-Id: I1fb2037a2e6530c6ade4d449afe15bded5d2d5b4

Modified Files

Name
M plugins/ldap/include/ldapPlugin.class.php +12 −14 Go to diff View file
D plugins/ldap/site-content/en_US/svn_intro.txt +0 −55 Go to diff View file
D plugins/ldap/site-content/fr_FR/svn_intro.txt +0 −54 Go to diff View file
D site-content/en_US/svn/intro.txt +0 −28 Go to diff View file
M site-content/en_US/svn/svn.tab +11 −0 Go to diff View file
M site-content/fr_FR/account/account.tab +2 −2 Go to diff View file
D site-content/fr_FR/svn/intro.txt +0 −25 Go to diff View file
M site-content/fr_FR/svn/svn.tab +12 −1 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/event/Event.class.php +12 −0 Go to diff View file
A src/common/svn/intro/SVN_IntroPresenter.php +120 −0 Go to diff View file
A src/templates/svn/intro.mustache +21 −0 Go to diff View file
M src/www/svn/admin/general_settings.php +2 −2 Go to diff View file
M src/www/svn/svn_intro.php +58 −34 Go to diff View file
M src/www/themes/common/css/utils/svn.less +20 −0 Go to diff View file