Mercurial > hg > soundsoftware-site
comparison config/settings.yml @ 117:af80e5618e9b redmine-1.1
* Update to Redmine 1.1-stable branch (Redmine SVN rev 4707)
author | Chris Cannam |
---|---|
date | Thu, 13 Jan 2011 12:53:21 +0000 |
parents | 94944d00e43c |
children | b859cc0c4fa1 cbb26bc654de |
comparison
equal
deleted
inserted
replaced
39:150ceac17a8d | 117:af80e5618e9b |
---|---|
64 protocol: | 64 protocol: |
65 default: http | 65 default: http |
66 feeds_limit: | 66 feeds_limit: |
67 format: int | 67 format: int |
68 default: 15 | 68 default: 15 |
69 gantt_items_limit: | |
70 format: int | |
71 default: 500 | |
69 # Maximum size of files that can be displayed | 72 # Maximum size of files that can be displayed |
70 # inline through the file viewer (in KB) | 73 # inline through the file viewer (in KB) |
71 file_max_size_displayed: | 74 file_max_size_displayed: |
72 format: int | 75 format: int |
73 default: 512 | 76 default: 512 |
96 commit_fix_status_id: | 99 commit_fix_status_id: |
97 format: int | 100 format: int |
98 default: 0 | 101 default: 0 |
99 commit_fix_done_ratio: | 102 commit_fix_done_ratio: |
100 default: 100 | 103 default: 100 |
104 commit_logtime_enabled: | |
105 default: 0 | |
106 commit_logtime_activity_id: | |
107 format: int | |
108 default: 0 | |
101 # autologin duration in days | 109 # autologin duration in days |
102 # 0 means autologin is disabled | 110 # 0 means autologin is disabled |
103 autologin: | 111 autologin: |
104 format: int | 112 format: int |
105 default: 0 | 113 default: 0 |