diff --git a/rhodecode/templates/admin/repos/repo_edit.html b/rhodecode/templates/admin/repos/repo_edit.html --- a/rhodecode/templates/admin/repos/repo_edit.html +++ b/rhodecode/templates/admin/repos/repo_edit.html @@ -5,7 +5,10 @@ <%inherit file="/base/base.html"/> <%def name="title()"> - ${_('Edit repository')} ${c.repo_info.repo_name} · ${c.rhodecode_name} + ${_('%s repository settings') % c.repo_info.repo_name} + %if c.rhodecode_name: + · ${c.rhodecode_name} + %endif <%def name="breadcrumbs_links()"> @@ -13,376 +16,56 @@ <%def name="page_nav()"> - ${self.menu('admin')} + ${self.menu('repositories')} <%def name="main()"> ${self.repo_context_bar('options')} -
- -
- ${self.breadcrumbs()} -
- ${h.form(url('repo', repo_name=c.repo_info.repo_name),method='put')} -
- -
-
-
- -
-
- ${h.text('repo_name',class_="medium")} - ${_('Non-changeable id')}: ${c.repo_info.repo_id} -
-
-
-
- -
-
- ${h.text('clone_uri',class_="medium")} - ${_('Optional http[s] url from which repository should be cloned.')} -
-
-
-
- -
-
- ${h.select('repo_group','',c.repo_groups,class_="medium")} - ${_('Optional select a group to put this repository into.')} -
-
-
-
- -
-
- ${h.select('repo_landing_rev','',c.landing_revs,class_="medium")} - ${_('Default revision for files page, downloads, whoosh and readme')} -
-
-
-
- -
-
- ${h.textarea('repo_description')} - ${_('Keep it short and to the point. Use a README file for longer descriptions.')} -
-
+
+ + + -
-
- -
-
- ${h.checkbox('repo_private',value="True")} - ${_('Private repositories are only visible to people explicitly added as collaborators.')} -
-
-
-
- -
-
- ${h.checkbox('repo_enable_statistics',value="True")} - ${_('Enable statistics window on summary page.')} -
-
-
-
- -
-
- ${h.checkbox('repo_enable_downloads',value="True")} - ${_('Enable download menu on summary page.')} -
-
-
-
- -
-
- ${h.checkbox('repo_enable_locking',value="True")} - ${_('Enable lock-by-pulling on repository.')} -
-
-
-
- -
-
-
- ${h.text('user',class_='yui-ac-input')} - ${_('Change owner of this repository.')} -
-
-
-
- %if c.visual.repository_fields: - ## EXTRA FIELDS - %for field in c.repo_fields: -
-
- -
-
- ${h.text(field.field_key_prefixed, field.field_value, class_='medium')} - %if field.field_desc: - ${field.field_desc} - %endif -
-
- %endfor - %endif -
- ${h.submit('save',_('Save'),class_="ui-btn large")} - ${h.reset('reset',_('Reset'),class_="ui-btn large")} -
-
-
- ${h.end_form()} -
- -
-
-
${_('Permissions')}
-
- ${h.form(url('set_repo_perm_member', repo_name=c.repo_info.repo_name),method='post')} -
-
-
-
- -
-
- ${h.hidden('repo_private')} - <%include file="repo_edit_perms.html"/> -
-
-
- ${h.submit('save',_('Save'),class_="ui-btn large")} - ${h.reset('reset',_('Reset'),class_="ui-btn large")} -
-
-
- ${h.end_form()} -
- - -
-
-
${_('Advanced settings')}
+ ##main +
+
-

${_('Statistics')}

- ${h.form(url('repo_stats', repo_name=c.repo_info.repo_name),method='delete')} -
-
- ${h.submit('reset_stats_%s' % c.repo_info.repo_name,_('Reset current statistics'),class_="ui-btn",onclick="return confirm('"+_('Confirm to remove current statistics')+"');")} -
-
    -
  • ${_('Fetched to rev')}: ${c.stats_revision}/${c.repo_last_rev}
  • -
  • ${_('Stats gathered')}: ${c.stats_percentage}%
  • -
-
-
-
- ${h.end_form()} - - %if c.repo_info.clone_uri: -

${_('Remote')}

- ${h.form(url('repo_pull', repo_name=c.repo_info.repo_name),method='put')} -
-
- ${h.submit('remote_pull_%s' % c.repo_info.repo_name,_('Pull changes from remote location'),class_="ui-btn",onclick="return confirm('"+_('Confirm to pull changes from remote side')+"');")} - -
-
- ${h.end_form()} - %endif - -

${_('Cache')}

- ${h.form(url('repo_cache', repo_name=c.repo_info.repo_name),method='delete')} -
-
- ${h.submit('reset_cache_%s' % c.repo_info.repo_name,_('Invalidate repository cache'),class_="ui-btn",onclick="return confirm('"+_('Confirm to invalidate repository cache')+"');")} -
-
    -
  • ${_('Manually invalidate cache for this repository. On first access repository will be cached again')} -
  • -
-
-
- ${_('List of cached values')} - - - - - - - %for cache in c.repo_info.cache_keys: - - - - - - %endfor -
${_('Prefix')}${_('Key')}${_('Active')}
${cache.get_prefix() or '-'}${cache.cache_key}${h.boolicon(cache.cache_active)}
-
-
+
+ <%include file="/admin/repos/repo_edit_${c.active}.html"/>
- ${h.end_form()} - -

${_('Public journal')}

- ${h.form(url('repo_public_journal', repo_name=c.repo_info.repo_name),method='put')} -
- ${h.hidden('auth_token',str(h.get_token()))} -
- %if c.in_public_journal: - ${h.submit('set_public_%s' % c.repo_info.repo_name,_('Remove from public journal'),class_="ui-btn")} - %else: - ${h.submit('set_public_%s' % c.repo_info.repo_name,_('Add to public journal'),class_="ui-btn")} - %endif -
-
-
    -
  • ${_('All actions made on this repository will be accessible to everyone in public journal')} -
  • -
-
-
- ${h.end_form()} - -

${_('Locking')}

- ${h.form(url('repo_locking', repo_name=c.repo_info.repo_name),method='put')} -
-
- %if c.repo_info.locked[0]: - ${h.submit('set_unlock' ,_('Unlock locked repo'),class_="ui-btn",onclick="return confirm('"+_('Confirm to unlock repository')+"');")} - ${'Locked by %s on %s' % (h.person_by_id(c.repo_info.locked[0]),h.fmt_date(h.time_to_datetime(c.repo_info.locked[1])))} - %else: - ${h.submit('set_lock',_('Lock repo'),class_="ui-btn",onclick="return confirm('"+_('Confirm to lock repository')+"');")} - ${_('Repository is not locked')} - %endif -
-
-
    -
  • ${_('Force locking on repository. Works only when anonymous access is disabled')} -
  • -
-
-
- ${h.end_form()} - -

${_('Set as fork of')}

- ${h.form(url('repo_as_fork', repo_name=c.repo_info.repo_name),method='put')} -
-
- ${h.select('id_fork_of','',c.repos_list,class_="medium")} - ${h.submit('set_as_fork_%s' % c.repo_info.repo_name,_('Set'),class_="ui-btn",)} -
-
-
    -
  • ${_('''Manually set this repository as a fork of another from the list''')}
  • -
-
-
- ${h.end_form()} - -

${_('Delete')}

- ${h.form(url('repo', repo_name=c.repo_info.repo_name),method='delete')} -
-
-
-##
-## -##
-
- ${h.submit('remove_%s' % c.repo_info.repo_name,_('Remove this repository'),class_="ui-btn red",onclick="return confirm('"+_('Confirm to delete this repository')+"');")} - %if c.repo_info.forks.count(): - - ${ungettext('this repository has %s fork', 'this repository has %s forks', c.repo_info.forks.count()) % c.repo_info.forks.count()} - - - %endif -
    -
  • ${_('This repository will be renamed in a special way in order to be unaccesible for RhodeCode and VCS systems. If you need to fully delete it from file system please do it manually')}
  • -
-
-
-
-
- ${h.end_form()}
-##TODO: this should be controlled by the VISUAL setting -%if c.visual.repository_fields: -
- -
-
${_('Extra fields')}
-
- -
- - %for field in c.repo_fields: - - - - - - %endfor -
${field.field_label} (${field.field_key})${field.field_type} - ${h.form(url('delete_repo_fields', repo_name=c.repo_info.repo_name, field_id=field.repo_field_id),method='delete')} - ${h.submit('remove_%s' % field.repo_field_id, _('delete'), id="remove_field_%s" % field.repo_field_id, - class_="delete_icon action_button", onclick="return confirm('"+_('Confirm to delete this field: %s') % field.field_key+"');")} - ${h.end_form()} -
-
- - ${h.form(url('create_repo_fields', repo_name=c.repo_info.repo_name),method='put')} -
- -
-
-
- -
-
- ${h.text('new_field_key', class_='small')} -
-
-
-
- -
-
- ${h.text('new_field_label', class_='small', placeholder=_('Enter short label'))} -
-
- -
-
- -
-
- ${h.text('new_field_desc', class_='small', placeholder=_('Enter description of a field'))} -
-
- -
- ${h.submit('save',_('Add'),class_="ui-btn large")} - ${h.reset('reset',_('Reset'),class_="ui-btn large")} -
-
-
- ${h.end_form()} -
-%endif