added the 'https_compulsory' option.

added the 'https_url' option.
renamed 'always_require_signin' to 'signin_compulsory'
fixed the bug of not displaying an empty line properly in source_diff.php
This commit is contained in:
2010-02-22 11:58:55 +00:00
parent 407e889c3a
commit 8a6ed40c03
12 changed files with 71 additions and 23 deletions

View File

@ -37,16 +37,24 @@ ldap_password_format = "${password}"
;------------------------------------------------------------------------------
language = "auto"
;------------------------------------------------------------------------------
; When set to yes, viewing pages require a user to sign in.
;------------------------------------------------------------------------------
always_require_signin = "no"
;------------------------------------------------------------------------------
; Use websvn as a repository browser.
;------------------------------------------------------------------------------
enable_websvn = "no"
;------------------------------------------------------------------------------
; When set to yes, viewing pages require a user to sign in.
;------------------------------------------------------------------------------
singin_compulsory = "no"
;------------------------------------------------------------------------------
; When set to yes, non-http access is diverted to https using
; the base URL specified in https_base_url. api calls are not affected.
; change api_base_url to force https api calls instead.
;------------------------------------------------------------------------------
https_compulsory = "no"
https_url = "https://${SERVER_NAME}${REQUEST_URI}"
;------------------------------------------------------------------------------
; API base URL
;------------------------------------------------------------------------------