Search found 5 matches

by sunetjensen
16 Apr 2010, 16:35
Forum: Help
Topic: SVN integration stopped working
Replies: 6
Views: 4929

Re: SVN integration stopped working

Did you ever get this working? As you've said - checkin.php is not in the distriubtion any more. Let us know what you had to do. If I figure out my own test installation, I'll post it here. Thx
KM

The source control integration is completely changed. Here is links to make the integration:

http ...
by sunetjensen
02 Apr 2010, 11:28
Forum: Help
Topic: SVN integration stopped working
Replies: 6
Views: 4929

Re: SVN integration stopped working

Seems like core/checkin.php has been moved to another file. Which?
by sunetjensen
30 Mar 2010, 11:03
Forum: Help
Topic: SVN integration stopped working
Replies: 6
Views: 4929

SVN integration stopped working

Hi

After upgrading to version 1.2.0 the source control integration has stopped working. Here is the part of my config file with the source control:

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

$g_source_control_set_status_to = RESOLVED;
$g ...
by sunetjensen
29 Mar 2010, 20:18
Forum: Customizations
Topic: Reporters in the Send a reminder list
Replies: 2
Views: 3580

SOLVED: Reporters in the Send a reminder list

atrol wrote:add the following linw to your config_inc.php

$g_reminder_receive_threshold = REPORTER;
Thanks. That solved the issue :-)
by sunetjensen
29 Mar 2010, 14:20
Forum: Customizations
Topic: Reporters in the Send a reminder list
Replies: 2
Views: 3580

Reporters in the Send a reminder list

Hi

I would like the users with status of Reporter to be in the list "Send a reminder" (bug_reminder_page.php) (we are working with small closed projects). Is that possible?

/Sune