RedmineSettings » History » Version 6
Jean-Philippe Lang, 2007-10-13 09:18
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 | 5 | Jean-Philippe Lang | h3. Theme |
16 | |||
17 | This option lets you choose a custom theme. Themes are located in @public/themes/@. |
||
18 | Read more about [[HowTo create a custom Redmine theme|Themes]]. |
||
19 | |||
20 | 3 | Jean-Philippe Lang | h3. Default language |
21 | 1 | Jean-Philippe Lang | |
22 | 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_ |
23 | 1 | Jean-Philippe Lang | |
24 | 3 | Jean-Philippe Lang | h3. Date format |
25 | 1 | Jean-Philippe Lang | |
26 | Lets you choose how dates are displayed: |
||
27 | |||
28 | * Language based: the dates will be displayed according to the format defined for each language (MM/JJ/AAAA for English) |
||
29 | 3 | Jean-Philippe Lang | * ISO 8601: the dates will be always displayed using ISO format (eg. 2007-07-14) |
30 | 1 | Jean-Philippe Lang | |
31 | _Default: Language based_ |
||
32 | |||
33 | 3 | Jean-Philippe Lang | h3. Attachment max. size |
34 | 1 | Jean-Philippe Lang | |
35 | 3 | Jean-Philippe Lang | Maximum size of uploaded files (in kylo-bytes). _Default: 2048 (i.e. 2MB)_ |
36 | 1 | Jean-Philippe Lang | |
37 | 3 | Jean-Philippe Lang | h3. Issues export limit |
38 | 1 | Jean-Philippe Lang | |
39 | 3 | Jean-Philippe Lang | Maximum number of issues contained in CSV and PDF exports. _Default: 500_ |
40 | 1 | Jean-Philippe Lang | |
41 | 3 | Jean-Philippe Lang | h3. Emission mail address |
42 | 1 | Jean-Philippe Lang | |
43 | Email address used in the "From" field of messages sent to users. |
||
44 | |||
45 | 3 | Jean-Philippe Lang | h3. Host name |
46 | 1 | Jean-Philippe Lang | |
47 | Host name of the application. This name is used to write URL in emails sent to users. |
||
48 | |||
49 | 3 | Jean-Philippe Lang | h3. Text formatting |
50 | 1 | Jean-Philippe Lang | |
51 | Formatting method applied to the "description" fields of the issues, news, documents... |
||
52 | |||
53 | 3 | Jean-Philippe Lang | h3. Wiki history compression |
54 | 1 | Jean-Philippe Lang | |
55 | 3 | Jean-Philippe Lang | Lets you activate compression for wiki history storage (reduces database size). _Default: disabled_ |
56 | 1 | Jean-Philippe Lang | |
57 | 3 | Jean-Philippe Lang | h3. Feed content limit |
58 | 1 | Jean-Philippe Lang | |
59 | 3 | Jean-Philippe Lang | Maximum number of records contained in RSS feeds. _Default: 15_ |
60 | 1 | Jean-Philippe Lang | |
61 | 3 | Jean-Philippe Lang | h3. Autofetch commits |
62 | 1 | Jean-Philippe Lang | |
63 | If this option is activated, the application automatically retrieves the new revisions when a user consults the repository. |
||
64 | |||
65 | _Default: Yes_ |
||
66 | |||
67 | 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: |
||
68 | <pre>ruby script/runner "Repository.fetch_changesets" -e production</pre> |
||
69 | |||
70 | 3 | Jean-Philippe Lang | h3. Enable WS for repository management |
71 | 1 | Jean-Philippe Lang | |
72 | 3 | Jean-Philippe Lang | This option should be activated only if you installed the script for automatic SVN repository creation. _Default: No_ |
73 | 1 | Jean-Philippe Lang | |
74 | 3 | Jean-Philippe Lang | h3. Repositories encodings |
75 | 1 | Jean-Philippe Lang | |
76 | 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. |
||
77 | When entering multiple encodings, the first valid encoding regarding the file content is used. |
||
78 | |||
79 | For French users, this option can be for example set to: |
||
80 | |||
81 | UTF-8, ISO 8859-15, CP1252 |
||
82 | |||
83 | For Japanese users: |
||
84 | |||
85 | ISO-2022-JP, EUC-JP, UTF-8, SHIF_JIS, WINDOWS-31J |
||
86 | 3 | Jean-Philippe Lang | |
87 | h2. Authentication |
||
88 | |||
89 | h3. Authentication required |
||
90 | |||
91 | 6 | Jean-Philippe Lang | If this option is checked, no page of the application is accessible to anonymous users. Users must sign to access the application. _Default: No_ |
92 | 3 | Jean-Philippe Lang | |
93 | h3. Autologin |
||
94 | |||
95 | This option let users use the auto-login feature. _Default: Disabled_ |
||
96 | |||
97 | h3. Self-registration enabled |
||
98 | |||
99 | If set to true, users are allowed to register. _Default: Yes_ |
||
100 | |||
101 | h3. Lost password |
||
102 | |||
103 | If this option is checked, lost password functionality is available. _Default: Yes_ |
||
104 | 4 | Jean-Philippe Lang | |
105 | h2. Referencing issues in commit messages |
||
106 | |||
107 | h3. Referencing keywords |
||
108 | |||
109 | h3. Fixing keywords |