RedmineSettings » History » Version 1
Jean-Philippe Lang, 2007-09-29 13:33
1 | 1 | Jean-Philippe Lang | h1. Application Settings |
---|---|---|---|
2 | |||
3 | * *Application title* |
||
4 | |||
5 | Title which appears in heading of the application. |
||
6 | |||
7 | * *Welcome text* |
||
8 | |||
9 | Text displayed on the home page of the application. This text can contain HTML tags. |
||
10 | |||
11 | * *Default language* |
||
12 | |||
13 | 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. |
||
14 | |||
15 | _Default: English_ |
||
16 | |||
17 | * *Date format* |
||
18 | |||
19 | Lets you choose how dates are displayed: |
||
20 | |||
21 | * Language based: the dates will be displayed according to the format defined for each language (MM/JJ/AAAA for English) |
||
22 | * ISO 8601: the dates will be always displayed with the ISO format (YYYY-MM-DD) |
||
23 | |||
24 | _Default: Language based_ |
||
25 | |||
26 | * *Authent. required* |
||
27 | |||
28 | If this option is checked, no page of the application is accessible in an anonymous way. The users must login to access it. |
||
29 | |||
30 | _Default: No_ |
||
31 | |||
32 | * *Self-registration enabled* |
||
33 | |||
34 | If this option is checked, self registration is allowed. |
||
35 | |||
36 | _Default: Yes_ |
||
37 | |||
38 | * *Lost password* |
||
39 | |||
40 | If this option is checked, lost password functionality is available. |
||
41 | |||
42 | _Default: Yes_ |
||
43 | |||
44 | * *Attachment max. size* |
||
45 | |||
46 | Maximum size of uploaded files (in kylo-bytes) |
||
47 | |||
48 | _Default: 2048 (i.e. 2MB)_ |
||
49 | |||
50 | * *Issues export limit* |
||
51 | |||
52 | Maximum number of issues contained in CSV and PDF exports. |
||
53 | |||
54 | _Default: 500_ |
||
55 | |||
56 | * *Emission mail address* |
||
57 | |||
58 | Email address used in the "From" field of messages sent to users. |
||
59 | |||
60 | * *Host name* |
||
61 | |||
62 | Host name of the application. This name is used to write URL in emails sent to users. |
||
63 | |||
64 | * *Text formatting* |
||
65 | |||
66 | Formatting method applied to the "description" fields of the issues, news, documents... |
||
67 | |||
68 | * *Wiki history compression* |
||
69 | |||
70 | Lets you activate compression for wiki history storage (reduces database size). |
||
71 | |||
72 | _Default: disabled_ |
||
73 | |||
74 | * *Feed content limit* |
||
75 | |||
76 | Maximum number of records contained in RSS feeds. |
||
77 | |||
78 | _Default: 15_ |
||
79 | |||
80 | * *Autofetch commits* |
||
81 | |||
82 | If this option is activated, the application automatically retrieves the new revisions when a user consults the repository. |
||
83 | |||
84 | _Default: Yes_ |
||
85 | |||
86 | 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: |
||
87 | <pre>ruby script/runner "Repository.fetch_changesets" -e production</pre> |
||
88 | |||
89 | * *Enable WS for repository management* |
||
90 | |||
91 | This option should be activated only if you installed the script for automatic SVN repository creation. |
||
92 | |||
93 | _Default: No_ |