Fixed issue 101, better information for the Subversion login/password.
A nice little help icon is providing more information for the checkout. This for all the backends.
This commit is contained in:
31
src/IDF/templates/idf/source/svn/help.html
Normal file
31
src/IDF/templates/idf/source/svn/help.html
Normal file
@@ -0,0 +1,31 @@
|
||||
{extends "idf/source/base.html"}
|
||||
{block docclass}yui-t2{/block}
|
||||
{block body}
|
||||
|
||||
<p>{blocktrans}The team behind {$project} is using
|
||||
the <strong>subversion</strong> software to manage the source
|
||||
code.{/blocktrans}</p>
|
||||
|
||||
<h3>{trans 'Command-Line Access'}</h3>
|
||||
|
||||
<p><kbd>svn co {$project.getRemoteAccessUrl()}</kbd></p>
|
||||
|
||||
|
||||
{if $isOwner or $isMember}
|
||||
<h3>{trans 'Write Access Authentication'}</h3>
|
||||
|
||||
{aurl 'url', 'IDF_Views_User::myAccount'}
|
||||
<p>{blocktrans}To get write access to the repository, you need to use your username and your <a href="{$url}">extra password</a>.{/blocktrans}</p>
|
||||
|
||||
<p><kbd>svn co {$project.getRemoteAccessUrl()} --username {$user.login}</kbd></p>
|
||||
|
||||
{/if}
|
||||
|
||||
{/block}
|
||||
{block context}
|
||||
<div class="issue-submit-info">
|
||||
<p>{blocktrans}Find here more details on how to access {$project} source code.{/blocktrans}</p>
|
||||
</div>
|
||||
{/block}
|
||||
|
||||
|
@@ -56,7 +56,7 @@
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
<p class="right soft"><kbd>svn co -r {$commit} {$project.getRemoteAccessUrl()}</kbd></p>
|
||||
<p class="right soft"><kbd>svn co -r {$commit} {$project.getRemoteAccessUrl()}</kbd> <a href="{url 'IDF_Views_Source::help', array($project.shortname)}"><img style="vertical-align: text-bottom;" src="{media '/idf/img/help.png'}" alt="{trans 'Help'}" /></a></p>
|
||||
|
||||
|
||||
{/block}
|
||||
|
Reference in New Issue
Block a user