comparison development.ini @ 2339:79b3c9c66c54 beta

Added optional repo_name into issue tracker url to get just the name of repo without group prefix
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 25 May 2012 18:59:15 +0200
parents 50aa7cb78cfe
children 7b092b919f4f
comparison
equal deleted inserted replaced
2338:347b00545b60 2339:79b3c9c66c54
44 44
45 [app:main] 45 [app:main]
46 use = egg:rhodecode 46 use = egg:rhodecode
47 full_stack = true 47 full_stack = true
48 static_files = true 48 static_files = true
49 # Optional Languages
50 # en, fr, pt_BR, zh_CN, zh_TW
49 lang = en 51 lang = en
50 cache_dir = %(here)s/data 52 cache_dir = %(here)s/data
51 index_dir = %(here)s/data/index 53 index_dir = %(here)s/data/index
52 app_instance_uuid = rc-develop 54 app_instance_uuid = rc-develop
53 cut_off_limit = 256000 55 cut_off_limit = 256000
76 ## {id} will be all groups matched from this pattern 78 ## {id} will be all groups matched from this pattern
77 79
78 issue_pat = (?:\s*#)(\d+) 80 issue_pat = (?:\s*#)(\d+)
79 81
80 ## server url to the issue, each {id} will be replaced with match 82 ## server url to the issue, each {id} will be replaced with match
81 ## fetched from the regex and {repo} is replaced with repository name 83 ## fetched from the regex and {repo} is replaced with full repository name
84 ## including groups {repo_name} is replaced with just name of repo
82 85
83 issue_server_link = https://myissueserver.com/{repo}/issue/{id} 86 issue_server_link = https://myissueserver.com/{repo}/issue/{id}
84 87
85 ## prefix to add to link to indicate it's an url 88 ## prefix to add to link to indicate it's an url
86 ## #314 will be replaced by <issue_prefix><id> 89 ## #314 will be replaced by <issue_prefix><id>