{extends "idf/admin/base.html"} {block docclass}yui-t3{assign $inSource = true}{/block} {block body} {if $form.errors}

{trans 'The form contains some errors. Please correct them to update the source configuration.'}

{if $form.get_top_errors} {$form.render_top_errors|unsafe} {/if}
{/if}
{if $repository_size != -1} {/if}{if $remote_svn} {/if}
{trans 'Repository type:'} {$repository_type}
{trans 'Repository access:'} {$repository_access}
{trans 'Repository size:'} {$repository_size|size}
{$form.f.svn_username.labelTag}: {if $form.f.svn_username.errors}{$form.f.svn_username.fieldErrors}{/if} {$form.f.svn_username|unsafe}
{$form.f.svn_password.labelTag}: {if $form.f.svn_password.errors}{$form.f.svn_password.fieldErrors}{/if} {$form.f.svn_password|unsafe}
{$form.f.webhook_url.labelTag}: {if $form.f.webhook_url.errors}{$form.f.webhook_url.fieldErrors}{/if} {$form.f.webhook_url|unsafe}
{trans 'Web-Hook authentication key:'} {$hookkey}
 
{/block} {block context}

{blocktrans}You can find here the current repository configuration of your project.{/blocktrans}


{blocktrans}

The webhook URL setting specifies an URL to which a HTTP {$hook_request_method} request is sent after each repository commit. If this field is empty, notifications are disabled.

Only properly-escaped HTTP URLs are supported, for example:

In addition, the URL may contain the following "%" notation, which will be replaced with specific project values for each commit:

For example, committing revision 123 to project 'my-project' with post-commit URL http://mydomain.com/%p/%r would send a request to http://mydomain.com/my-project/123.

{/blocktrans}
{/block}