To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 63 / 634fa24a02c5bb6db30eef5565a1a7bdf8877051.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (4.24 KB)

1
# redMine - project management software
2
# Copyright (C) 2006-2007  Jean-Philippe Lang
3
#
4
# This program is free software; you can redistribute it and/or
5
# modify it under the terms of the GNU General Public License
6
# as published by the Free Software Foundation; either version 2
7
# of the License, or (at your option) any later version.
8
# 
9
# This program is distributed in the hope that it will be useful,
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
# GNU General Public License for more details.
13
# 
14
# You should have received a copy of the GNU General Public License
15
# along with this program; if not, write to the Free Software
16
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
17

    
18

    
19
# DO NOT MODIFY THIS FILE !!!
20
# Settings can be defined through the application in Admin -> Settings
21

    
22
app_title:
23
  default: Redmine
24
app_subtitle:
25
  default: Project management
26
welcome_text:
27
  default:
28
login_required:
29
  default: 0
30
self_registration:
31
  default: '2'
32
lost_password:
33
  default: 1
34
password_min_length:
35
  format: int
36
  default: 4
37
attachment_max_size:
38
  format: int
39
  default: 5120
40
issues_export_limit:
41
  format: int
42
  default: 500
43
activity_days_default:
44
  format: int
45
  default: 30
46
per_page_options:
47
  default: '25,50,100'
48
mail_from:
49
  default: redmine@example.net
50
bcc_recipients:
51
  default: 1
52
plain_text_mail:
53
  default: 0
54
text_formatting:
55
  default: textile
56
cache_formatted_text:
57
  default: 0
58
wiki_compression:
59
  default: ""
60
default_language:
61
  default: en
62
host_name:
63
  default: localhost:3000
64
protocol:
65
  default: http
66
feeds_limit:
67
  format: int
68
  default: 15
69
gantt_items_limit:
70
  format: int
71
  default: 500
72
# Maximum size of files that can be displayed
73
# inline through the file viewer (in KB)
74
file_max_size_displayed:
75
  format: int
76
  default: 512
77
diff_max_lines_displayed:
78
  format: int
79
  default: 1500
80
enabled_scm:
81
  serialized: true
82
  default: 
83
  - Subversion
84
  - Darcs
85
  - Mercurial
86
  - Cvs
87
  - Bazaar
88
  - Git
89
autofetch_changesets:
90
  default: 1
91
sys_api_enabled:
92
  default: 0
93
sys_api_key:
94
  default: ''
95
commit_ref_keywords:
96
  default: 'refs,references,IssueID'
97
commit_fix_keywords:
98
  default: 'fixes,closes'
99
commit_fix_status_id:
100
  format: int
101
  default: 0
102
commit_fix_done_ratio:
103
  default: 100
104
commit_logtime_enabled:
105
  default: 0
106
commit_logtime_activity_id:
107
  format: int
108
  default: 0
109
# autologin duration in days
110
# 0 means autologin is disabled 
111
autologin:
112
  format: int
113
  default: 0
114
# date format
115
date_format:
116
  default: ''
117
time_format:
118
  default: ''
119
user_format:
120
  default: :firstname_lastname
121
  format: symbol
122
cross_project_issue_relations:
123
  default: 0
124
issue_group_assignment:
125
  default: 0
126
default_issue_start_date_to_creation_date:
127
  default: 1
128
notified_events:
129
  serialized: true
130
  default: 
131
  - issue_added
132
  - issue_updated
133
mail_handler_body_delimiters:
134
  default: ''
135
mail_handler_api_enabled:
136
  default: 0
137
mail_handler_api_key:
138
  default: 
139
issue_list_default_columns:
140
  serialized: true
141
  default: 
142
  - tracker
143
  - status
144
  - priority
145
  - subject
146
  - assigned_to
147
  - updated_on
148
display_subprojects_issues:
149
  default: 1
150
issue_done_ratio:
151
  default: 'issue_field'
152
default_projects_public:
153
  default: 1
154
default_projects_modules:
155
  serialized: true
156
  default: 
157
  - issue_tracking
158
  - time_tracking
159
  - news
160
  - documents
161
  - files
162
  - wiki
163
  - repository
164
  - boards
165
  - calendar
166
  - gantt
167
# Role given to a non-admin user who creates a project
168
new_project_user_role_id:
169
  format: int
170
  default: ''
171
sequential_project_identifiers:
172
  default: 0
173
# encodings used to convert repository files content to UTF-8
174
# multiple values accepted, comma separated
175
repositories_encodings:
176
  default: ''
177
# encoding used to convert commit logs to UTF-8
178
commit_logs_encoding:
179
  default: 'UTF-8'
180
repository_log_display_limit:
181
  format: int
182
  default: 100
183
ui_theme:
184
  default: ''
185
emails_footer:
186
  default: |-
187
    You have received this notification because you have either subscribed to it, or are involved in it.
188
    To change your notification preferences, please click here: http://hostname/my/account
189
gravatar_enabled:  
190
  default: 0
191
openid:
192
  default: 0
193
gravatar_default:
194
  default: ''
195
start_of_week:
196
  default: ''
197
rest_api_enabled:
198
  default: 0
199
default_notification_option:
200
  default: 'only_my_events'
201
emails_header:
202
  default: ''