Ver código fonte

Documentation

tags/v1.3.0
James Moger 11 anos atrás
pai
commit
48d475f17e
2 arquivos alterados com 8 adições e 2 exclusões
  1. 2
    0
      releases.moxie
  2. 6
    2
      src/main/distrib/data/gitblit.properties

+ 2
- 0
releases.moxie Ver arquivo

@@ -27,6 +27,7 @@ r17: {
- Updated Polish translation
additions:
- Added a server setting to force a particular translation/Locale for all sessions
- Added Git Daemon serving
- Option to automatically tag branch tips on each push with an incremental revision number
- Implemented multiple repository owners
@@ -70,6 +71,7 @@ r17: {
- { name: 'git.daemonBindInterface', defaultValue: 'localhost' }
- { name: 'git.daemonPort', defaultValue: 9418 }
- { name: 'git.defaultIncrementalPushTagPrefix', defaultValue: 'r' }
- { name: 'web.forceDefaultLocale', defaultValue: ' ' }
}
#

+ 6
- 2
src/main/distrib/data/gitblit.properties Ver arquivo

@@ -877,10 +877,14 @@ web.aggressiveHeapManagement = false
# RESTART REQUIRED
web.debugMode = false
# Force default locale to all users, ignoring browser settings. Empty value delivers previous behavior.
# Force a default locale for all users, ignoring the browser's settings.
# An empty value allows Gitblit to use the translation preferred by the browser.
#
# Changing this value while the server is running will only affect new sessions.
#
# e.g. web.forceDefaultLocale = en
#
# SINCE 1.3.0
# RESTART REQUIRED
web.forceDefaultLocale =
# Enable/disable global regex substitutions (i.e. shared across repositories)

Carregando…
Cancelar
Salvar