Mercurial > hg > soundsoftware-site
comparison config/settings.yml @ 1337:077b8890835a cannam
Merge from live branch
author | Chris Cannam |
---|---|
date | Thu, 20 Jun 2013 13:14:02 +0100 |
parents | bb32da3bea34 |
children | 4f746d8966dd 51364c0cd58f |
comparison
equal
deleted
inserted
replaced
1304:6137548ba453 | 1337:077b8890835a |
---|---|
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 |
33 default: 0 | 33 default: 0 |
34 self_registration: | 34 self_registration: |
35 default: '2' | 35 default: '2' |
36 lost_password: | 36 lost_password: |
37 default: 1 | 37 default: 1 |
38 unsubscribe: | |
39 default: 1 | |
38 password_min_length: | 40 password_min_length: |
39 format: int | 41 format: int |
40 default: 4 | 42 default: 8 |
43 # Maximum lifetime of user sessions in minutes | |
44 session_lifetime: | |
45 format: int | |
46 default: 0 | |
47 # User session timeout in minutes | |
48 session_timeout: | |
49 format: int | |
50 default: 0 | |
41 attachment_max_size: | 51 attachment_max_size: |
42 format: int | 52 format: int |
43 default: 5120 | 53 default: 5120 |
44 issues_export_limit: | 54 issues_export_limit: |
45 format: int | 55 format: int |
81 diff_max_lines_displayed: | 91 diff_max_lines_displayed: |
82 format: int | 92 format: int |
83 default: 1500 | 93 default: 1500 |
84 enabled_scm: | 94 enabled_scm: |
85 serialized: true | 95 serialized: true |
86 default: | 96 default: |
87 - Subversion | 97 - Subversion |
88 - Darcs | 98 - Darcs |
89 - Mercurial | 99 - Mercurial |
90 - Cvs | 100 - Cvs |
91 - Bazaar | 101 - Bazaar |
94 default: 1 | 104 default: 1 |
95 sys_api_enabled: | 105 sys_api_enabled: |
96 default: 0 | 106 default: 0 |
97 sys_api_key: | 107 sys_api_key: |
98 default: '' | 108 default: '' |
109 commit_cross_project_ref: | |
110 default: 0 | |
99 commit_ref_keywords: | 111 commit_ref_keywords: |
100 default: 'refs,references,IssueID' | 112 default: 'refs,references,IssueID' |
101 commit_fix_keywords: | 113 commit_fix_keywords: |
102 default: 'fixes,closes' | 114 default: 'fixes,closes' |
103 commit_fix_status_id: | 115 commit_fix_status_id: |
109 default: 0 | 121 default: 0 |
110 commit_logtime_activity_id: | 122 commit_logtime_activity_id: |
111 format: int | 123 format: int |
112 default: 0 | 124 default: 0 |
113 # autologin duration in days | 125 # autologin duration in days |
114 # 0 means autologin is disabled | 126 # 0 means autologin is disabled |
115 autologin: | 127 autologin: |
116 format: int | 128 format: int |
117 default: 0 | 129 default: 0 |
118 # date format | 130 # date format |
119 date_format: | 131 date_format: |
123 user_format: | 135 user_format: |
124 default: :firstname_lastname | 136 default: :firstname_lastname |
125 format: symbol | 137 format: symbol |
126 cross_project_issue_relations: | 138 cross_project_issue_relations: |
127 default: 0 | 139 default: 0 |
140 # Enables subtasks to be in other projects | |
141 cross_project_subtasks: | |
142 default: 'tree' | |
128 issue_group_assignment: | 143 issue_group_assignment: |
129 default: 0 | 144 default: 0 |
130 default_issue_start_date_to_creation_date: | 145 default_issue_start_date_to_creation_date: |
131 default: 1 | 146 default: 1 |
132 notified_events: | 147 notified_events: |
133 serialized: true | 148 serialized: true |
134 default: | 149 default: |
135 - issue_added | 150 - issue_added |
136 - issue_updated | 151 - issue_updated |
137 mail_handler_body_delimiters: | 152 mail_handler_body_delimiters: |
138 default: '' | 153 default: '' |
139 mail_handler_api_enabled: | 154 mail_handler_api_enabled: |
140 default: 0 | 155 default: 0 |
141 mail_handler_api_key: | 156 mail_handler_api_key: |
142 default: | 157 default: |
143 issue_list_default_columns: | 158 issue_list_default_columns: |
144 serialized: true | 159 serialized: true |
145 default: | 160 default: |
146 - tracker | 161 - tracker |
147 - status | 162 - status |
148 - priority | 163 - priority |
149 - subject | 164 - subject |
150 - assigned_to | 165 - assigned_to |
155 default: 'issue_field' | 170 default: 'issue_field' |
156 default_projects_public: | 171 default_projects_public: |
157 default: 1 | 172 default: 1 |
158 default_projects_modules: | 173 default_projects_modules: |
159 serialized: true | 174 serialized: true |
160 default: | 175 default: |
161 - issue_tracking | 176 - issue_tracking |
162 - time_tracking | 177 - time_tracking |
163 - news | 178 - news |
164 - documents | 179 - documents |
165 - files | 180 - files |
188 default: '' | 203 default: '' |
189 emails_footer: | 204 emails_footer: |
190 default: |- | 205 default: |- |
191 You have received this notification because you have either subscribed to it, or are involved in it. | 206 You have received this notification because you have either subscribed to it, or are involved in it. |
192 To change your notification preferences, please click here: http://hostname/my/account | 207 To change your notification preferences, please click here: http://hostname/my/account |
193 gravatar_enabled: | 208 gravatar_enabled: |
194 default: 0 | 209 default: 0 |
195 openid: | 210 openid: |
196 default: 0 | 211 default: 0 |
197 gravatar_default: | 212 gravatar_default: |
198 default: '' | 213 default: '' |
202 default: 0 | 217 default: 0 |
203 default_notification_option: | 218 default_notification_option: |
204 default: 'only_my_events' | 219 default: 'only_my_events' |
205 emails_header: | 220 emails_header: |
206 default: '' | 221 default: '' |
222 thumbnails_enabled: | |
223 default: 0 | |
224 thumbnails_size: | |
225 format: int | |
226 default: 100 | |
227 non_working_week_days: | |
228 serialized: true | |
229 default: | |
230 - '6' | |
231 - '7' |