Search found 638 matches

by Kirill
02 Jan 2009, 22:00
Forum: Customizations
Topic: Status customization issue
Replies: 2
Views: 3911

Re: Status customization issue

Something strange...
When I try add one custom status - I have good result. But if I try add more than one custom statuses, I lost all custom statuses.
How much custom statuses are support?

FIX. May be I write wrong text, but now it work. How I can logedon for test my customization?
by Kirill
05 Nov 2008, 15:02
Forum: Customizations
Topic: Change access for fields
Replies: 0
Views: 1714

Change access for fields

How I can set access to fields Severity and Priority only for Developers?
I set $g_handle_bug_threshold = DEVELOPER; and priority hide, but I'm don't assure that right.
by Kirill
12 Aug 2008, 11:06
Forum: Help
Topic: Can't authenticate to LDAP/Active Directory
Replies: 1
Views: 1949

Re: Can't authenticate to LDAP/Active Directory

This warning about administrator accaunt. Block Administrator - this warning gone ;)
by Kirill
31 Jul 2008, 11:31
Forum: Help
Topic: Activating "anonymous Visitors"
Replies: 3
Views: 2626

Re: Activating "anonymous Visitors"

Change Guest profile, and set him lang.
by Kirill
29 Jul 2008, 10:46
Forum: Help
Topic: Activating "anonymous Visitors"
Replies: 3
Views: 2626

Re: Activating "anonymous Visitors"

Create user with name Guest.
in config write this code

Code: Select all

  $g_allow_anonymous_login  = ON;
  $g_anonymous_account    = 'Guest';
by Kirill
29 Jul 2008, 10:23
Forum: Help
Topic: roadmap
Replies: 1
Views: 1624

Re: roadmap

You must create version in project
Look at this my topic http://www.mantisbt.org/forums/viewtopic.php?f=3&t=4256
by Kirill
23 Jul 2008, 15:03
Forum: General Discussion
Topic: Problem with Email Notification
Replies: 30
Views: 24236

Re: Problem with Email Notification

Mantis anywhere collect logs sending message?

Where I can read about sending mail in Mantis: Mantis try send mail, if not sending and not write error what Mantis will doing?

Mantis if not sending mail ust write error always or this configured?
by Kirill
02 Jul 2008, 14:58
Forum: Help
Topic: Still no GRAPH
Replies: 4
Views: 3764

Re: Still no GRAPH

artgroup wrote:I fix it just:
- moving into the xampp/htdocs/jpgraph dir instead of xampp/htdocs/ArtTrack/jpgraph

with this variables:

$g_jpgraph_path = '../jpgraph/src/'; # dont forget the ending slash!
DEFINE('DIR_BASE','/jpgraph/src/');
try this
$g_jpgraph_path = '/jpgraph/src/';
and where mantis placed?
by Kirill
02 Jul 2008, 13:47
Forum: Help
Topic: Still no GRAPH
Replies: 4
Views: 3764

Re: Still no GRAPH

Why jpgraph/src/ ? Only jpgraph/
by Kirill
01 Jul 2008, 07:37
Forum: Help
Topic: close multiple bugs
Replies: 3
Views: 4198

Re: close multiple bugs

Image

Image
by Kirill
30 Jun 2008, 11:14
Forum: General Discussion
Topic: File charset
Replies: 2
Views: 3192

Re: File charset

Somebody can help?
Can you write me: this problem charset in mantis or charset in Apache?
by Kirill
30 Jun 2008, 11:06
Forum: Help
Topic: Change permition
Replies: 1
Views: 2206

Change permition

How I can do this:
1. Only author and administrator can close task.
2. Developer can only assign status task to Solve.
3. Closed tasks nobody (except administrator) can reopen, only solve.
by Kirill
30 Jun 2008, 10:38
Forum: Help
Topic: close multiple bugs
Replies: 3
Views: 4198

Re: close multiple bugs

I have this bug too.
by Kirill
04 May 2008, 08:36
Forum: General Discussion
Topic: Need quick help
Replies: 2
Views: 2938

Re: Need quick help

This move from db to files, but i want from disk to db.