Search found 22 matches

by s050399b
27 Feb 2007, 04:53
Forum: General Discussion
Topic: Strange status?
Replies: 3
Views: 5383

I should add some information:
After adding to the php files, and seeing the strange symbols, I have restore back to the older ones, but the strange symbols are still there.
by s050399b
26 Feb 2007, 00:13
Forum: General Discussion
Topic: All New Bugs to email to boss?
Replies: 0
Views: 3288

All New Bugs to email to boss?

Hi,

Just got a strange request from the management today:
she wants Mantis to email her all new bugs.

Am I able to set her status as reporter, and she will receive all the new bugs?

Thanks,
by s050399b
22 Feb 2007, 23:16
Forum: General Discussion
Topic: Strange status?
Replies: 3
Views: 5383

Strange status?

I tried to add "verified fix" in mantis, and now i have removed it.

But mantis shows a strange characters:

new
feedback
ack
confirmed
assigned
resolved
@85@
closed
by s050399b
22 Feb 2007, 23:06
Forum: General Discussion
Topic: Manager VS Developers?
Replies: 4
Views: 6384

i think when the status is "assigned", developers and managers are not able to use the "change status to:" to "assigned"; i think it makes sense.

But they could use the "assigned to:" button, but then they have to add a note to it.


Please let me know if this approach makes sense.

Thanks,
by s050399b
22 Feb 2007, 22:49
Forum: General Discussion
Topic: Manager VS Developers?
Replies: 4
Views: 6384

$g_update_bug_assign_threshold = '%handle_bug_threshold%';
$g_handle_bug_threshold = DEVELOPER;

Does it help? Thanks~ :)

Please let me know if you need more info. The above are default values from Mantis


I didn't make any changes via "config_inc.php"
by s050399b
22 Feb 2007, 03:18
Forum: General Discussion
Topic: Manager VS Developers?
Replies: 4
Views: 6384

Let me post more info:

For Developers, they need to do a 2 step processing:
- they need to write a note
- and then they will assign


For managers, they will just:
- click on assign button
- a web page will load up and asking them to post a note why it was assigned
by s050399b
22 Feb 2007, 02:52
Forum: General Discussion
Topic: Manager VS Developers?
Replies: 4
Views: 6384

Manager VS Developers?

Hi,

I noticed that under Manager's role, they are able to change the "Change Status To:" to "assigned".

But under Developer's role, they are unable to.

Could someone let me know what needs to be fix? Or where I should look into?

Thanks~
by s050399b
16 Jan 2007, 01:00
Forum: General Discussion
Topic: Developer can change [Reported By], and [Assigned to]?!
Replies: 1
Views: 4715

Developer can change [Reported By], and [Assigned to]?!

Hi,

I understand that [developer] level can changed the field [assigned to], but they are also allowed to change [reported by]?

Please let me know where to get it fix.

Thanks,
by s050399b
10 Jan 2007, 06:46
Forum: General Discussion
Topic: How do I add a new status?
Replies: 5
Views: 8541

I put in the config_inc.php file:

$g_set_status_threshold = array( VERIFIED => tester );

$g_access_levels_enum_string = '10:viewer,25:reporter,40:updater,55:developer,60:tester,70:manager,90:administrator';

$g_status_enum_string = '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,80 ...
by s050399b
09 Jan 2007, 23:47
Forum: General Discussion
Topic: How do I add a new status?
Replies: 5
Views: 8541

How do I add a new status?

Hi,

How do I add a new status like, "verified fix"?

And how do make that only a particular person or UserID can close bugs?

Thanks
by s050399b
22 Nov 2006, 07:25
Forum: Help
Topic: [Mantis 1.0.6] Project Documentation Notes?
Replies: 8
Views: 8114

yes, i did, it's somewhat different since it can't be seperated by projects.

and it shouldn't be mixed with the "news" on the mantis,

mantis news and project news should not be mixed,
by s050399b
22 Nov 2006, 00:39
Forum: Help
Topic: [Mantis 1.0.6] Project Documentation Notes?
Replies: 8
Views: 8114

Hi vboctor,

We actually want a "notice board" for each project, so that everyone can read about it, and we would like to have that under the mantis menu.

The integration between Dokuwiki and mantis is so separated, linkage and etc are not smooth.
by s050399b
21 Nov 2006, 23:43
Forum: Help
Topic: [Mantis 1.0.6] Project Documentation Notes?
Replies: 8
Views: 8114

I have done DokuWiki, but I didn't quite like it.

How can I hack mantis that it will accept postings without an attachment?
by s050399b
21 Nov 2006, 23:33
Forum: General Discussion
Topic: Workflow: Send back to reporter for testing
Replies: 14
Views: 23827

Set Allow reporters to handle issues.
by s050399b
21 Nov 2006, 23:26
Forum: Help
Topic: [1.0.6 Change Log] - Changing from version to build?
Replies: 0
Views: 2394

[1.0.6 Change Log] - Changing from version to build?

Hi,

Currently, the change log will be affected when bugs are closed and specified that it was fixed in whatever version.

I would like to:
- make it specified that it was fixed in whatever build
- allow the person who change the status to resolve to be able to type in any build number/version ...