Project

General

Profile

RedmineSettings » History » Version 3

Jean-Philippe Lang, 2007-10-07 22:42

1 1 Jean-Philippe Lang
h1. Application Settings
2
3 3 Jean-Philippe Lang
{{>TOC}}
4 1 Jean-Philippe Lang
5 3 Jean-Philippe Lang
h2. General settings
6
7
h3. Application title
8
9 1 Jean-Philippe Lang
Title which appears in heading of the application.
10
11 3 Jean-Philippe Lang
h3. Welcome text
12 1 Jean-Philippe Lang
13
Text displayed on the home page of the application. This text can contain HTML tags.
14
15 3 Jean-Philippe Lang
h3. Default language
16 1 Jean-Philippe Lang
17 3 Jean-Philippe Lang
The default language is selected when the application could not determine the user's browser language. The default language is also used when sending email to multiple users. _Default: English_
18 1 Jean-Philippe Lang
19 3 Jean-Philippe Lang
h3. Date format
20 1 Jean-Philippe Lang
21
Lets you choose how dates are displayed:
22
23
  * Language based: the dates will be displayed according to the format defined for each language (MM/JJ/AAAA for English)
24 3 Jean-Philippe Lang
  * ISO 8601: the dates will be always displayed using ISO format (eg. 2007-07-14)
25 1 Jean-Philippe Lang
26
_Default: Language based_
27
28 3 Jean-Philippe Lang
h3. Attachment max. size
29 1 Jean-Philippe Lang
30 3 Jean-Philippe Lang
Maximum size of uploaded files (in kylo-bytes). _Default: 2048 (i.e. 2MB)_
31 1 Jean-Philippe Lang
32 3 Jean-Philippe Lang
h3. Issues export limit
33 1 Jean-Philippe Lang
34 3 Jean-Philippe Lang
Maximum number of issues contained in CSV and PDF exports. _Default: 500_
35 1 Jean-Philippe Lang
36 3 Jean-Philippe Lang
h3. Emission mail address
37 1 Jean-Philippe Lang
38
Email address used in the "From" field of messages sent to users.
39
40 3 Jean-Philippe Lang
h3. Host name
41 1 Jean-Philippe Lang
42
Host name of the application. This name is used to write URL in emails sent to users.
43
44 3 Jean-Philippe Lang
h3. Text formatting
45 1 Jean-Philippe Lang
46
Formatting method applied to the "description" fields of the issues, news, documents...
47
48 3 Jean-Philippe Lang
h3. Wiki history compression
49 1 Jean-Philippe Lang
50 3 Jean-Philippe Lang
Lets you activate compression for wiki history storage (reduces database size). _Default: disabled_
51 1 Jean-Philippe Lang
52 3 Jean-Philippe Lang
h3. Feed content limit
53 1 Jean-Philippe Lang
54 3 Jean-Philippe Lang
Maximum number of records contained in RSS feeds. _Default: 15_
55 1 Jean-Philippe Lang
56 3 Jean-Philippe Lang
h3. Autofetch commits
57 1 Jean-Philippe Lang
58
If this option is activated, the application automatically retrieves the new revisions when a user consults the repository.
59
60
_Default: Yes_
61
62
You can disable this option and automate the call to Repository#fetch_changesets to regularly retrieve the revisions for all of the repositories in the background. Example:
63
<pre>ruby script/runner "Repository.fetch_changesets" -e production</pre>
64
65 3 Jean-Philippe Lang
h3. Enable WS for repository management
66 1 Jean-Philippe Lang
67 3 Jean-Philippe Lang
This option should be activated only if you installed the script for automatic SVN repository creation. _Default: No_
68 1 Jean-Philippe Lang
69 3 Jean-Philippe Lang
h3. Repositories encodings
70 1 Jean-Philippe Lang
71
This option lets you specify prefered encodings for repository files (multiple values allowed, comma separated). These encodings are used to convert files content and diff to UTF-8 so that they're properly displayed in the browser.
72
When entering multiple encodings, the first valid encoding regarding the file content is used.
73
74
For French users, this option can be for example set to:
75
76
  UTF-8, ISO 8859-15, CP1252
77
78
For Japanese users:
79
80
  ISO-2022-JP, EUC-JP, UTF-8, SHIF_JIS, WINDOWS-31J
81 3 Jean-Philippe Lang
82
h2. Authentication
83
84
h3. Authentication required
85
86
If this option is checked, no page of the application is accessible in an anonymous way. The users must login to access it. _Default: No_
87
88
h3. Autologin
89
90
This option let users use the auto-login feature. _Default: Disabled_
91
92
h3. Self-registration enabled
93
94
If set to true, users are allowed to register. _Default: Yes_
95
96
h3. Lost password
97
98
If this option is checked, lost password functionality is available. _Default: Yes_