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