${h.select('default_repo_perm','',c.repo_perms_choices,class_='form-control')}
- ${h.checkbox('overwrite_default_repo','true')}
-
+
${_('Permissions for the Default user on new repositories.')}
${h.select('default_group_perm','',c.group_perms_choices,class_='form-control')}
- ${h.checkbox('overwrite_default_group','true')}
-
+
${_('Permissions for the Default user on new repository groups.')}
${h.select('default_user_group_perm','',c.user_group_perms_choices,class_='form-control')}
- ${h.checkbox('overwrite_default_user_group','true')}
-
+
${_('Permissions for the Default user on new user groups.')}
${_('Check this option to remove all comments, pull requests and other records related to repositories that no longer exist in the filesystem.')}
- ${h.checkbox('invalidate',True)}
-
+
${_('Check this to reload data and clear cache keys for all repositories.')}
- ${h.checkbox('hooks',True)}
-
+
${_("Verify if Kallithea's Git hooks are installed for each repository. Current hooks will be updated to the latest version.")}
- ${h.checkbox('hooks_overwrite', True)}
-
+
${_("If installing Git hooks, overwrite any existing hooks, even if they do not seem to come from Kallithea. WARNING: This operation will destroy any custom git hooks you may have deployed by hand!")}
- ${_('Allows storing additional customized fields per repository.')}
- ${h.checkbox('show_version','True')}
-
+
${_('Shows or hides a version number of Kallithea displayed in the footer.')}
- ${h.checkbox('use_gravatar','True')}
-
+
-
-
+
${h.text('gravatar_url', size=80, class_='form-control')}
${_('''Gravatar URL allows you to use another avatar server application.
The following variables of the URL will be replaced accordingly.
@@ -32,6 +37,7 @@ ${h.form(url('admin_settings_visual'), m
{md5email} md5 hash of the user email (like at gravatar.com),
{size} size of the image that is expected from the server application,
{netloc} network location/server host of running Kallithea server''')}
+
@@ -69,12 +75,16 @@ ${h.form(url('admin_settings_visual'), m
- ${h.checkbox('show_public_icon','True')}
-
+
- ${h.checkbox('show_private_icon','True')}
-
+
${_('Show public/private icons next to repository names.')}
@@ -85,9 +95,9 @@ ${h.form(url('admin_settings_visual'), m