Search found 2 matches

by mryellow
29 May 2009, 03:07
Forum: General Discussion
Topic: Moderation BOOOOO
Replies: 1
Views: 2181

Moderation BOOOOO

So I guess you don't want people to partisipate.

CYA!

-Ben
by mryellow
29 May 2009, 03:05
Forum: Customizations
Topic: Integrating Mantis with a remote SVN host
Replies: 18
Views: 32420

Re: Integrating Mantis with a remote SVN host

http://www.mantisbt.org/bugs/view.php?id=8847

This patch to 1.1.6 doesn't appear to work.

Version 1.1.7 SVN fails.
Version 1.1.6 SVN works.

WORKS:

config-inc

$g_source_control_account = 'svn';
$g_source_control_regexp = '/\b(?:bug|issue)\s*[#]{0,1}(\d+)\b/i';

$g_source_control_set_status ...