Search found 4 matches

by kinju
19 Mar 2009, 16:00
Forum: Help
Topic: Graphs : Red crosses for reporters and developers
Replies: 1
Views: 1406

Graphs : Red crosses for reporters and developers

Hi,

I have a problem with mantis graphs.

All managers and + can see all graphs
Non manager (reporter or developer) can see only graph on projets where they are managers.

Where the graph rights are configured please ? I want every body can see all graphs.


Thank you,

Aurélien
by kinju
26 Feb 2009, 14:08
Forum: Help
Topic: Mailing rules
Replies: 0
Views: 1522

Mailing rules

Hi all,


I have a little problem about defining emailing rules.

I would like, that users (min reporters) which monitor a bug receive an email.

Actually :
- if check the box "notify on a new note" in my account, I receive all mails on a new note on all projects where I'm reporter (event if I dont ...
by kinju
08 Jan 2009, 17:42
Forum: Help
Topic: Assigning while reporting
Replies: 1
Views: 2032

Assigning while reporting

Hi all,

Is it possible to have a field "Assign To" directly in the report form ? I'm in version 1.1.6


Thank you,

Aurelien
by kinju
09 Oct 2008, 12:22
Forum: Help
Topic: Mantis 1.1.2 and Subversion
Replies: 0
Views: 1397

Mantis 1.1.2 and Subversion

Hi,


I'm on Windows.
I'm trying to connect my repository with Mantis (1.1.2), but in the file checkin.php the is :

while ( ( $t_line = fgets( STDIN, 1024 ) ) ) {
...
}


So, in command line, I typed :
rep>php -f mantis/checkin.php

Then, I type :
rep>I'm resolved issue #1

But the checkin.php ...