added a new configuration item 'email_sender'
enhanced the code review controller to send a email when a new review message is inserted
This commit is contained in:
@ -252,6 +252,11 @@ cloc_command_path = "@CFGDIR@/cloc.pl"
|
||||
;------------------------------------------------------------------------------
|
||||
code_folder_readme = "README.wiki,README.txt,README"
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; Email address to use when sending notification emails
|
||||
;------------------------------------------------------------------------------
|
||||
email_sender = ""
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; Codepot sets this revision property to assign a tag to a specific revision.
|
||||
;------------------------------------------------------------------------------
|
||||
@ -287,3 +292,4 @@ svn_restriction_allowed_subdir_depth_max = "0"
|
||||
; Set it to an empty string to allow all users.
|
||||
;------------------------------------------------------------------------------
|
||||
codepot_user_executor = "root"
|
||||
|
||||
|
Reference in New Issue
Block a user