comparison config/settings.yml @ 1115:433d4f72a19b redmine-2.2

Update to Redmine SVN revision 11137 on 2.2-stable branch
author Chris Cannam
date Mon, 07 Jan 2013 12:01:42 +0000
parents cbb26bc654de
children bb32da3bea34 622f24f53b42 261b3d9a4903
comparison
equal deleted inserted replaced
929:5f33065ddc4b 1115:433d4f72a19b
1 # redMine - project management software 1 # Redmine - project management software
2 # Copyright (C) 2006-2007 Jean-Philippe Lang 2 # Copyright (C) 2006-2012 Jean-Philippe Lang
3 # 3 #
4 # This program is free software; you can redistribute it and/or 4 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License 5 # modify it under the terms of the GNU General Public License
6 # as published by the Free Software Foundation; either version 2 6 # as published by the Free Software Foundation; either version 2
7 # of the License, or (at your option) any later version. 7 # of the License, or (at your option) any later version.
8 # 8 #
9 # This program is distributed in the hope that it will be useful, 9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details. 12 # GNU General Public License for more details.
13 # 13 #
14 # You should have received a copy of the GNU General Public License 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 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. 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 17
18 18
29 default: 0 29 default: 0
30 self_registration: 30 self_registration:
31 default: '2' 31 default: '2'
32 lost_password: 32 lost_password:
33 default: 1 33 default: 1
34 unsubscribe:
35 default: 1
34 password_min_length: 36 password_min_length:
35 format: int 37 format: int
36 default: 4 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
37 attachment_max_size: 47 attachment_max_size:
38 format: int 48 format: int
39 default: 5120 49 default: 5120
40 issues_export_limit: 50 issues_export_limit:
41 format: int 51 format: int
77 diff_max_lines_displayed: 87 diff_max_lines_displayed:
78 format: int 88 format: int
79 default: 1500 89 default: 1500
80 enabled_scm: 90 enabled_scm:
81 serialized: true 91 serialized: true
82 default: 92 default:
83 - Subversion 93 - Subversion
84 - Darcs 94 - Darcs
85 - Mercurial 95 - Mercurial
86 - Cvs 96 - Cvs
87 - Bazaar 97 - Bazaar
90 default: 1 100 default: 1
91 sys_api_enabled: 101 sys_api_enabled:
92 default: 0 102 default: 0
93 sys_api_key: 103 sys_api_key:
94 default: '' 104 default: ''
105 commit_cross_project_ref:
106 default: 0
95 commit_ref_keywords: 107 commit_ref_keywords:
96 default: 'refs,references,IssueID' 108 default: 'refs,references,IssueID'
97 commit_fix_keywords: 109 commit_fix_keywords:
98 default: 'fixes,closes' 110 default: 'fixes,closes'
99 commit_fix_status_id: 111 commit_fix_status_id:
105 default: 0 117 default: 0
106 commit_logtime_activity_id: 118 commit_logtime_activity_id:
107 format: int 119 format: int
108 default: 0 120 default: 0
109 # autologin duration in days 121 # autologin duration in days
110 # 0 means autologin is disabled 122 # 0 means autologin is disabled
111 autologin: 123 autologin:
112 format: int 124 format: int
113 default: 0 125 default: 0
114 # date format 126 # date format
115 date_format: 127 date_format:
119 user_format: 131 user_format:
120 default: :firstname_lastname 132 default: :firstname_lastname
121 format: symbol 133 format: symbol
122 cross_project_issue_relations: 134 cross_project_issue_relations:
123 default: 0 135 default: 0
136 # Enables subtasks to be in other projects
137 cross_project_subtasks:
138 default: 'tree'
124 issue_group_assignment: 139 issue_group_assignment:
125 default: 0 140 default: 0
126 default_issue_start_date_to_creation_date: 141 default_issue_start_date_to_creation_date:
127 default: 1 142 default: 1
128 notified_events: 143 notified_events:
129 serialized: true 144 serialized: true
130 default: 145 default:
131 - issue_added 146 - issue_added
132 - issue_updated 147 - issue_updated
133 mail_handler_body_delimiters: 148 mail_handler_body_delimiters:
134 default: '' 149 default: ''
135 mail_handler_api_enabled: 150 mail_handler_api_enabled:
136 default: 0 151 default: 0
137 mail_handler_api_key: 152 mail_handler_api_key:
138 default: 153 default:
139 issue_list_default_columns: 154 issue_list_default_columns:
140 serialized: true 155 serialized: true
141 default: 156 default:
142 - tracker 157 - tracker
143 - status 158 - status
144 - priority 159 - priority
145 - subject 160 - subject
146 - assigned_to 161 - assigned_to
151 default: 'issue_field' 166 default: 'issue_field'
152 default_projects_public: 167 default_projects_public:
153 default: 1 168 default: 1
154 default_projects_modules: 169 default_projects_modules:
155 serialized: true 170 serialized: true
156 default: 171 default:
157 - issue_tracking 172 - issue_tracking
158 - time_tracking 173 - time_tracking
159 - news 174 - news
160 - documents 175 - documents
161 - files 176 - files
184 default: '' 199 default: ''
185 emails_footer: 200 emails_footer:
186 default: |- 201 default: |-
187 You have received this notification because you have either subscribed to it, or are involved in it. 202 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 203 To change your notification preferences, please click here: http://hostname/my/account
189 gravatar_enabled: 204 gravatar_enabled:
190 default: 0 205 default: 0
191 openid: 206 openid:
192 default: 0 207 default: 0
193 gravatar_default: 208 gravatar_default:
194 default: '' 209 default: ''
198 default: 0 213 default: 0
199 default_notification_option: 214 default_notification_option:
200 default: 'only_my_events' 215 default: 'only_my_events'
201 emails_header: 216 emails_header:
202 default: '' 217 default: ''
218 thumbnails_enabled:
219 default: 0
220 thumbnails_size:
221 format: int
222 default: 100
223 non_working_week_days:
224 serialized: true
225 default:
226 - '6'
227 - '7'