2007-09-28 02:30:57 +04:00
|
|
|
# redMine - project management software
|
|
|
|
# Copyright (C) 2006-2007 Jean-Philippe Lang
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU General Public License
|
|
|
|
# as published by the Free Software Foundation; either version 2
|
|
|
|
# of the License, or (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
|
|
|
|
|
|
|
# DO NOT MODIFY THIS FILE !!!
|
|
|
|
# Settings can be defined through the application in Admin -> Settings
|
|
|
|
|
|
|
|
app_title:
|
|
|
|
default: Redmine
|
|
|
|
app_subtitle:
|
|
|
|
default: Project management
|
|
|
|
welcome_text:
|
|
|
|
default:
|
|
|
|
login_required:
|
|
|
|
default: 0
|
|
|
|
self_registration:
|
2007-11-18 20:46:55 +03:00
|
|
|
default: '2'
|
2007-09-28 02:30:57 +04:00
|
|
|
lost_password:
|
|
|
|
default: 1
|
|
|
|
attachment_max_size:
|
|
|
|
format: int
|
|
|
|
default: 5120
|
|
|
|
issues_export_limit:
|
|
|
|
format: int
|
|
|
|
default: 500
|
2008-03-05 16:44:08 +03:00
|
|
|
activity_days_default:
|
|
|
|
format: int
|
|
|
|
default: 30
|
2007-12-29 14:36:30 +03:00
|
|
|
per_page_options:
|
|
|
|
default: '25,50,100'
|
2007-09-28 02:30:57 +04:00
|
|
|
mail_from:
|
2008-08-25 20:35:20 +04:00
|
|
|
default: redmine@example.net
|
2007-12-02 16:52:16 +03:00
|
|
|
bcc_recipients:
|
|
|
|
default: 1
|
2008-10-16 03:50:33 +04:00
|
|
|
plain_text_mail:
|
|
|
|
default: 0
|
2007-09-28 02:30:57 +04:00
|
|
|
text_formatting:
|
|
|
|
default: textile
|
|
|
|
wiki_compression:
|
|
|
|
default: ""
|
|
|
|
default_language:
|
|
|
|
default: en
|
|
|
|
host_name:
|
|
|
|
default: localhost:3000
|
2007-11-04 13:43:39 +03:00
|
|
|
protocol:
|
|
|
|
default: http
|
2007-09-28 02:30:57 +04:00
|
|
|
feeds_limit:
|
|
|
|
format: int
|
|
|
|
default: 15
|
2008-12-07 18:21:40 +03:00
|
|
|
diff_max_lines_displayed:
|
|
|
|
format: int
|
|
|
|
default: 1500
|
2008-06-08 18:59:26 +04:00
|
|
|
enabled_scm:
|
|
|
|
serialized: true
|
|
|
|
default:
|
|
|
|
- Subversion
|
|
|
|
- Darcs
|
|
|
|
- Mercurial
|
|
|
|
- Cvs
|
|
|
|
- Bazaar
|
|
|
|
- Git
|
2007-09-28 02:30:57 +04:00
|
|
|
autofetch_changesets:
|
|
|
|
default: 1
|
|
|
|
sys_api_enabled:
|
|
|
|
default: 0
|
|
|
|
commit_ref_keywords:
|
|
|
|
default: 'refs,references,IssueID'
|
|
|
|
commit_fix_keywords:
|
|
|
|
default: 'fixes,closes'
|
|
|
|
commit_fix_status_id:
|
|
|
|
format: int
|
|
|
|
default: 0
|
2007-10-10 22:56:59 +04:00
|
|
|
commit_fix_done_ratio:
|
|
|
|
default: 100
|
2007-09-28 02:30:57 +04:00
|
|
|
# autologin duration in days
|
|
|
|
# 0 means autologin is disabled
|
|
|
|
autologin:
|
|
|
|
format: int
|
|
|
|
default: 0
|
|
|
|
# date format
|
|
|
|
date_format:
|
2007-11-16 23:26:36 +03:00
|
|
|
default: ''
|
|
|
|
time_format:
|
|
|
|
default: ''
|
2008-01-25 13:31:06 +03:00
|
|
|
user_format:
|
|
|
|
default: :firstname_lastname
|
|
|
|
format: symbol
|
2007-09-28 02:30:57 +04:00
|
|
|
cross_project_issue_relations:
|
|
|
|
default: 0
|
|
|
|
notified_events:
|
|
|
|
serialized: true
|
2008-02-06 21:56:52 +03:00
|
|
|
default:
|
2007-09-28 02:30:57 +04:00
|
|
|
- issue_added
|
|
|
|
- issue_updated
|
2008-06-25 23:25:28 +04:00
|
|
|
mail_handler_api_enabled:
|
|
|
|
default: 0
|
|
|
|
mail_handler_api_key:
|
|
|
|
default:
|
2007-10-01 16:04:24 +04:00
|
|
|
issue_list_default_columns:
|
|
|
|
serialized: true
|
2008-02-06 21:56:52 +03:00
|
|
|
default:
|
2007-10-01 16:04:24 +04:00
|
|
|
- tracker
|
|
|
|
- status
|
|
|
|
- priority
|
|
|
|
- subject
|
|
|
|
- assigned_to
|
|
|
|
- updated_on
|
2008-03-06 11:32:56 +03:00
|
|
|
display_subprojects_issues:
|
|
|
|
default: 1
|
2008-03-12 22:58:19 +03:00
|
|
|
default_projects_public:
|
|
|
|
default: 1
|
2008-08-31 16:59:57 +04:00
|
|
|
sequential_project_identifiers:
|
|
|
|
default: 0
|
2007-10-07 19:21:40 +04:00
|
|
|
# encodings used to convert repository files content to UTF-8
|
|
|
|
# multiple values accepted, comma separated
|
|
|
|
repositories_encodings:
|
|
|
|
default: ''
|
2008-08-26 16:13:15 +04:00
|
|
|
# encoding used to convert commit logs to UTF-8
|
|
|
|
commit_logs_encoding:
|
|
|
|
default: 'UTF-8'
|
2007-10-10 21:17:37 +04:00
|
|
|
ui_theme:
|
|
|
|
default: ''
|
2007-10-21 18:10:07 +04:00
|
|
|
emails_footer:
|
|
|
|
default: |-
|
2008-02-16 12:14:59 +03:00
|
|
|
You have received this notification because you have either subscribed to it, or are involved in it.
|
2007-10-21 18:10:07 +04:00
|
|
|
To change your notification preferences, please click here: http://hostname/my/account
|
2008-10-31 03:41:28 +03:00
|
|
|
gravatar_enabled:
|
|
|
|
default: 0
|