comparison development.ini @ 4006:cdf10b3df899

Allow RhodeCode maintainers to specify a custom bug tracker. This allows people who maintain large RhodeCode installations to setup their own bug tracker and respond to requests against their specific installation. The maintainer is then free to forward problems with RhodeCode to the canonical issue tracker on bitbucket. If the config option "bugtracker" is present, its value will be used with the "Report a bug" button. If left blank, this disables the button. If no value is present, then the default is used. This is so that the new config option doesn't break installations of RhodeCode upgrading to a newer version and to allow easier installation for the common use case.
author Jonathan Sternberg <jonathansternberg@gmail.com>
date Mon, 17 Jun 2013 12:41:28 -0400
parents 5aa571d559bf
children 9b4ba12ef8c3
comparison
equal deleted inserted replaced
4005:266a3cbc0302 4006:cdf10b3df899
169 ## netloc - network location 169 ## netloc - network location
170 ## path - usually repo_name 170 ## path - usually repo_name
171 171
172 #clone_uri = {scheme}://{user}{pass}{netloc}{path} 172 #clone_uri = {scheme}://{user}{pass}{netloc}{path}
173 173
174 ## issue tracker RhodeCode (leave blank to disable, absent for default)
175 #bugtracker = http://bitbucket.org/marcinkuzminski/rhodecode/issues
176
174 ## issue tracking mapping for commits messages 177 ## issue tracking mapping for commits messages
175 ## comment out issue_pat, issue_server, issue_prefix to enable 178 ## comment out issue_pat, issue_server, issue_prefix to enable
176 179
177 ## pattern to get the issues from commit messages 180 ## pattern to get the issues from commit messages
178 ## default one used here is #<numbers> with a regex passive group for `#` 181 ## default one used here is #<numbers> with a regex passive group for `#`