comparison .svn/pristine/3a/3aae8a9306f873d86b2093587d4c1fbc313d3ba4.svn-base @ 1517:dffacf8a6908 redmine-2.5

Update to Redmine SVN revision 13367 on 2.5-stable branch
author Chris Cannam
date Tue, 09 Sep 2014 09:29:00 +0100
parents
children
comparison
equal deleted inserted replaced
1516:b450a9d58aed 1517:dffacf8a6908
1 # Redmine - project management software
2 # Copyright (C) 2006-2014 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 unsubscribe:
35 default: 1
36 password_min_length:
37 format: int
38 default: 8
39 # Maximum lifetime of user sessions in minutes
40 session_lifetime:
41 format: int
42 default: 0
43 # User session timeout in minutes
44 session_timeout:
45 format: int
46 default: 0
47 attachment_max_size:
48 format: int
49 default: 5120
50 issues_export_limit:
51 format: int
52 default: 500
53 activity_days_default:
54 format: int
55 default: 30
56 per_page_options:
57 default: '25,50,100'
58 mail_from:
59 default: redmine@example.net
60 bcc_recipients:
61 default: 1
62 plain_text_mail:
63 default: 0
64 text_formatting:
65 default: textile
66 cache_formatted_text:
67 default: 0
68 wiki_compression:
69 default: ""
70 default_language:
71 default: en
72 force_default_language_for_anonymous:
73 default: 0
74 force_default_language_for_loggedin:
75 default: 0
76 host_name:
77 default: localhost:3000
78 protocol:
79 default: http
80 feeds_limit:
81 format: int
82 default: 15
83 gantt_items_limit:
84 format: int
85 default: 500
86 # Maximum size of files that can be displayed
87 # inline through the file viewer (in KB)
88 file_max_size_displayed:
89 format: int
90 default: 512
91 diff_max_lines_displayed:
92 format: int
93 default: 1500
94 enabled_scm:
95 serialized: true
96 default:
97 - Subversion
98 - Darcs
99 - Mercurial
100 - Cvs
101 - Bazaar
102 - Git
103 autofetch_changesets:
104 default: 1
105 sys_api_enabled:
106 default: 0
107 sys_api_key:
108 default: ''
109 commit_cross_project_ref:
110 default: 0
111 commit_ref_keywords:
112 default: 'refs,references,IssueID'
113 commit_update_keywords:
114 serialized: true
115 default: []
116 commit_logtime_enabled:
117 default: 0
118 commit_logtime_activity_id:
119 format: int
120 default: 0
121 # autologin duration in days
122 # 0 means autologin is disabled
123 autologin:
124 format: int
125 default: 0
126 # date format
127 date_format:
128 default: ''
129 time_format:
130 default: ''
131 user_format:
132 default: :firstname_lastname
133 format: symbol
134 cross_project_issue_relations:
135 default: 0
136 # Enables subtasks to be in other projects
137 cross_project_subtasks:
138 default: 'tree'
139 issue_group_assignment:
140 default: 0
141 default_issue_start_date_to_creation_date:
142 default: 1
143 notified_events:
144 serialized: true
145 default:
146 - issue_added
147 - issue_updated
148 mail_handler_body_delimiters:
149 default: ''
150 mail_handler_excluded_filenames:
151 default: ''
152 mail_handler_api_enabled:
153 default: 0
154 mail_handler_api_key:
155 default:
156 issue_list_default_columns:
157 serialized: true
158 default:
159 - tracker
160 - status
161 - priority
162 - subject
163 - assigned_to
164 - updated_on
165 display_subprojects_issues:
166 default: 1
167 issue_done_ratio:
168 default: 'issue_field'
169 default_projects_public:
170 default: 1
171 default_projects_modules:
172 serialized: true
173 default:
174 - issue_tracking
175 - time_tracking
176 - news
177 - documents
178 - files
179 - wiki
180 - repository
181 - boards
182 - calendar
183 - gantt
184 default_projects_tracker_ids:
185 serialized: true
186 default:
187 # Role given to a non-admin user who creates a project
188 new_project_user_role_id:
189 format: int
190 default: ''
191 sequential_project_identifiers:
192 default: 0
193 # encodings used to convert repository files content to UTF-8
194 # multiple values accepted, comma separated
195 repositories_encodings:
196 default: ''
197 # encoding used to convert commit logs to UTF-8
198 commit_logs_encoding:
199 default: 'UTF-8'
200 repository_log_display_limit:
201 format: int
202 default: 100
203 ui_theme:
204 default: ''
205 emails_footer:
206 default: |-
207 You have received this notification because you have either subscribed to it, or are involved in it.
208 To change your notification preferences, please click here: http://hostname/my/account
209 gravatar_enabled:
210 default: 0
211 openid:
212 default: 0
213 gravatar_default:
214 default: ''
215 start_of_week:
216 default: ''
217 rest_api_enabled:
218 default: 0
219 jsonp_enabled:
220 default: 0
221 default_notification_option:
222 default: 'only_my_events'
223 emails_header:
224 default: ''
225 thumbnails_enabled:
226 default: 0
227 thumbnails_size:
228 format: int
229 default: 100
230 non_working_week_days:
231 serialized: true
232 default:
233 - '6'
234 - '7'