diff --git a/rhodecode/templates/admin/settings/settings.html b/rhodecode/templates/admin/settings/settings.html --- a/rhodecode/templates/admin/settings/settings.html +++ b/rhodecode/templates/admin/settings/settings.html @@ -38,11 +38,12 @@ ${_('destroy old data')} + ${_('Rescan repositories location for new repositories. Also deletes obsolete if `destroy` flag is checked ')}
- ${h.submit('rescan',_('Rescan repositories'),class_="ui-button")} + ${h.submit('rescan',_('Rescan repositories'),class_="ui-btn large")}
@@ -67,7 +68,7 @@
- ${h.submit('reindex',_('Reindex'),class_="ui-button")} + ${h.submit('reindex',_('Reindex'),class_="ui-btn large")}
@@ -108,15 +109,72 @@
- ${h.submit('save',_('Save settings'),class_="ui-button")} - ${h.reset('reset',_('Reset'),class_="ui-button")} + ${h.submit('save',_('Save settings'),class_="ui-btn large")} + ${h.reset('reset',_('Reset'),class_="ui-btn large")}
${h.end_form()} -

${_('Mercurial settings')}

- ${h.form(url('admin_setting', setting_id='mercurial'),method='put')} +

${_('Visualisation settings')}

+ ${h.form(url('admin_setting', setting_id='visual'),method='put')} +
+ + +
+ +
+
+ +
+
+
+ ${h.checkbox('rhodecode_show_public_icon','True')} + +
+
+ ${h.checkbox('rhodecode_show_private_icon','True')} + +
+
+
+ +
+
+ +
+
+
+ ${h.checkbox('rhodecode_stylify_metatags','True')} + +
+
+
    +
  • [featured] featured
  • +
  • [stale] stale
  • +
  • [dead] dead
  • +
  • [lang => lang] lang
  • +
  • [license => License] License
  • +
  • [requires => Repo] requires => Repo
  • +
  • [recommends => Repo] recommends => Repo
  • +
  • [see => URI] see => URI
  • +
+
+
+
+ +
+ ${h.submit('save',_('Save settings'),class_="ui-btn large")} + ${h.reset('reset',_('Reset'),class_="ui-btn large")} +
+ +
+
+ ${h.end_form()} + + +

${_('VCS settings')}

+ ${h.form(url('admin_setting', setting_id='vcs'),method='put')}
@@ -129,8 +187,9 @@
${h.checkbox('web_push_ssl','true')} - +
+ ${_('RhodeCode will require SSL for pushing or pulling. If SSL is missing it will return HTTP Error 406: Not Acceptable')}
@@ -148,18 +207,39 @@
- ${h.checkbox('hooks_pretxnchangegroup_push_logger','True')} - + ${h.checkbox('hooks_changegroup_push_logger','True')} +
- ${h.checkbox('hooks_preoutgoing_pull_logger','True')} - + ${h.checkbox('hooks_outgoing_pull_logger','True')} +
${h.link_to(_('advanced setup'),url('admin_edit_setting',setting_id='hooks'),class_="ui-btn")}
+
+
+ +
+
+
+ ${h.checkbox('extensions_largefiles','True')} + +
+
+ ${h.checkbox('extensions_hgsubversion','True')} + +
+ ${_('Requires hgsubversion library installed. Allows clonning from svn remote locations')} + ##
+ ## ${h.checkbox('extensions_hggit','True')} + ## + ##
+ ##${_('Requires hg-git library installed. Allows clonning from git remote locations')} +
+
@@ -169,12 +249,13 @@ ${_('unlock')} + ${_('Location where repositories are stored. After changing this value a restart, and rescan is required')}
- ${h.submit('save',_('Save settings'),class_="ui-button")} - ${h.reset('reset',_('Reset'),class_="ui-button")} + ${h.submit('save',_('Save settings'),class_="ui-btn large")} + ${h.reset('reset',_('Reset'),class_="ui-btn large")}
@@ -204,7 +285,7 @@
- ${h.submit('send',_('Send'),class_="ui-button")} + ${h.submit('send',_('Send'),class_="ui-btn large")}