Fixed: Title with non-ascii characters breaks wiki
[gitredmine.git] / config / settings.yml
blobbac50e3d56e41f28fa83d14c41974a84a5f7204d
1 # redMine - project management software
2 # Copyright (C) 2006-2007  Jean-Philippe Lang
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.
19 # DO NOT MODIFY THIS FILE !!!
20 # Settings can be defined through the application in Admin -> Settings
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: 1
32 lost_password:
33   default: 1
34 attachment_max_size:
35   format: int
36   default: 5120
37 issues_export_limit:
38   format: int
39   default: 500
40 mail_from:
41   default: redmine@somenet.foo
42 text_formatting:
43   default: textile
44 wiki_compression:
45   default: ""
46 default_language:
47   default: en
48 host_name:
49   default: localhost:3000
50 feeds_limit:
51   format: int
52   default: 15
53 autofetch_changesets:
54   default: 1
55 sys_api_enabled:
56   default: 0
57 commit_ref_keywords:
58   default: 'refs,references,IssueID'
59 commit_fix_keywords:
60   default: 'fixes,closes'
61 commit_fix_status_id:
62   format: int
63   default: 0
64 # autologin duration in days
65 # 0 means autologin is disabled 
66 autologin:
67   format: int
68   default: 0
69 # date format
70 # 0: language based
71 # 1: ISO format
72 date_format:
73   format: int
74   default: 0
75 cross_project_issue_relations:
76   default: 0
77 notified_events:
78   serialized: true
79   default: --
80   - issue_added
81   - issue_updated
82 issue_list_default_columns:
83   serialized: true
84   default: --
85   - tracker
86   - status
87   - priority
88   - subject
89   - assigned_to
90   - updated_on
91