@@ -1,16 +1,16 | |||||
1 |
# |
|
1 | # Redmine - project management software | |
2 |
# Copyright (C) 2006-20 |
|
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. | |
@@ -89,7 +89,7 diff_max_lines_displayed: | |||||
89 | default: 1500 |
|
89 | default: 1500 | |
90 | enabled_scm: |
|
90 | enabled_scm: | |
91 | serialized: true |
|
91 | serialized: true | |
92 |
default: |
|
92 | default: | |
93 | - Subversion |
|
93 | - Subversion | |
94 | - Darcs |
|
94 | - Darcs | |
95 | - Mercurial |
|
95 | - Mercurial | |
@@ -119,7 +119,7 commit_logtime_activity_id: | |||||
119 | format: int |
|
119 | format: int | |
120 | default: 0 |
|
120 | default: 0 | |
121 | # autologin duration in days |
|
121 | # autologin duration in days | |
122 |
# 0 means autologin is disabled |
|
122 | # 0 means autologin is disabled | |
123 | autologin: |
|
123 | autologin: | |
124 | format: int |
|
124 | format: int | |
125 | default: 0 |
|
125 | default: 0 | |
@@ -139,7 +139,7 default_issue_start_date_to_creation_date: | |||||
139 | default: 1 |
|
139 | default: 1 | |
140 | notified_events: |
|
140 | notified_events: | |
141 | serialized: true |
|
141 | serialized: true | |
142 |
default: |
|
142 | default: | |
143 | - issue_added |
|
143 | - issue_added | |
144 | - issue_updated |
|
144 | - issue_updated | |
145 | mail_handler_body_delimiters: |
|
145 | mail_handler_body_delimiters: | |
@@ -147,10 +147,10 mail_handler_body_delimiters: | |||||
147 | mail_handler_api_enabled: |
|
147 | mail_handler_api_enabled: | |
148 | default: 0 |
|
148 | default: 0 | |
149 | mail_handler_api_key: |
|
149 | mail_handler_api_key: | |
150 |
default: |
|
150 | default: | |
151 | issue_list_default_columns: |
|
151 | issue_list_default_columns: | |
152 | serialized: true |
|
152 | serialized: true | |
153 |
default: |
|
153 | default: | |
154 | - tracker |
|
154 | - tracker | |
155 | - status |
|
155 | - status | |
156 | - priority |
|
156 | - priority | |
@@ -165,7 +165,7 default_projects_public: | |||||
165 | default: 1 |
|
165 | default: 1 | |
166 | default_projects_modules: |
|
166 | default_projects_modules: | |
167 | serialized: true |
|
167 | serialized: true | |
168 |
default: |
|
168 | default: | |
169 | - issue_tracking |
|
169 | - issue_tracking | |
170 | - time_tracking |
|
170 | - time_tracking | |
171 | - news |
|
171 | - news | |
@@ -198,7 +198,7 emails_footer: | |||||
198 | default: |- |
|
198 | default: |- | |
199 | You have received this notification because you have either subscribed to it, or are involved in it. |
|
199 | You have received this notification because you have either subscribed to it, or are involved in it. | |
200 | To change your notification preferences, please click here: http://hostname/my/account |
|
200 | To change your notification preferences, please click here: http://hostname/my/account | |
201 |
gravatar_enabled: |
|
201 | gravatar_enabled: | |
202 | default: 0 |
|
202 | default: 0 | |
203 | openid: |
|
203 | openid: | |
204 | default: 0 |
|
204 | default: 0 |
General Comments 0
You need to be logged in to leave comments.
Login now