Search found 74 matches

by Buga
09 Mar 2010, 14:29
Forum: Help
Topic: Setting the default category
Replies: 4
Views: 9197

Re: Setting the default category

my guess would be that you need to define the id of the category. You cna either find it in the html code of the select element or you search directly in the category table of mantis
by Buga
09 Feb 2010, 07:46
Forum: Help
Topic: Missing target version in view (Mantis 1.1.8)
Replies: 4
Views: 4887

Re: Missing target version in view (Mantis 1.1.8)

Yes I set it to Nobody to hide the Roadmap link in the menu. As it was an empty page I didnt see any reason to list it there.

I set the config option back to 10 Viewer and now in people can see the target version.

thanks for your help
by Buga
05 Feb 2010, 14:32
Forum: Help
Topic: Missing target version in view (Mantis 1.1.8)
Replies: 4
Views: 4887

Missing target version in view (Mantis 1.1.8)

Hi I know that there are several threads about this issue but I didnt find one with exactly the same problem I have. I have a project with many different versions and the users are using the filed target version for all tickets. The problem is that there is no way to see the value of this field. You...
by Buga
06 Nov 2009, 11:44
Forum: Help
Topic: How to use $g_email_send_using_cronjob
Replies: 3
Views: 9053

Re: How to use $g_email_send_using_cronjob

You need to call core/send_emails.php in your cronjob
by Buga
09 Sep 2009, 19:54
Forum: Help
Topic: mailto custom field not working
Replies: 16
Views: 17489

Re: mailto custom field not working

Hi the custom field of type email ist a normal textbox. the only difference is that the input is checkef with a regular expression. There is no function behind to send any emails. you can jsut stroe mails there and can be sure that a mailadress is entered. if you want to inform other users use the m...
by Buga
09 Sep 2009, 19:25
Forum: General Discussion
Topic: AD integration and punctuation in usernames for 1.2.0rc1
Replies: 2
Views: 2754

Re: AD integration and punctuation in usernames for 1.2.0rc1

you can define the allowed chars in the config with a regular expression. just check the config default file
by Buga
18 Aug 2009, 07:51
Forum: Help
Topic: Change timezone
Replies: 2
Views: 2616

Re: Change timezone

You can choose a timezone in your userprofile. I am not sure if there is a global setting for this.
i would also be interested if it is possible to set a default value for the timezone
by Buga
18 Aug 2009, 07:50
Forum: Help
Topic: How to activate tracking of time spent on bug ?
Replies: 7
Views: 4499

Re: How to activate tracking of time spent on bug ?

time tracking is a new feature in Mantis 1.2
But 1.2 is still in RC state so either you decide to run a rc version or you wait until there is a stable release of Mantis 1.2
by Buga
13 Aug 2009, 09:01
Forum: Help
Topic: Assigning Issues to Users
Replies: 3
Views: 2509

Re: Assigning Issues to Users

check your 5 projects. My guess would be that you created the accounts as developer for mantis. but when you assign a user to a project you can give them again an access role. this role overwrites the global one. So my gues is that 2 of your 7 users have a role below devoloper in your project
by Buga
12 Aug 2009, 07:28
Forum: Help
Topic: Migrate from linux to windows: attachment issues
Replies: 5
Views: 3181

Re: Migrate from linux to windows: attachment issues

Did you set the $g_absolute_path_default_upload_folder config option in your config file to the right folder?
Are you sure all access options for the folder are correct?

Does it work with new attachments you add to tickets?
by Buga
11 Aug 2009, 10:17
Forum: Help
Topic: About Installation
Replies: 2
Views: 2679

Re: About Installation

its enough to add the mysql account in the first 2 boxes when it has root priviledges. Simly let the fields to create database empty.

And we cant help you with your errors if you dont post them:)
by Buga
10 Aug 2009, 07:14
Forum: Help
Topic: how to make bug really "private"
Replies: 3
Views: 2365

Re: how to make bug really "private"

Yes this was my fault.
I ghave you the wrong parameter. this one is for private news.

try this one:

# access level needed to view private bugs
# Look in the constant_inc.php file if you want to set a different value
$g_private_bug_threshold = DEVELOPER;
by Buga
09 Aug 2009, 17:42
Forum: Help
Topic: Mantis 1.2 Plugin Import/Export 1.0
Replies: 0
Views: 1988

Mantis 1.2 Plugin Import/Export 1.0

Hi I tryed to use/test this plugin but I failed:( I dont find any option where I can export a ticket with this Plugin. (tested xml and csv export and tryed to import the export but bot didnt work) When I try to import a file I fail because I have no idea how the file should look like. As there is no...
by Buga
09 Aug 2009, 17:09
Forum: Help
Topic: Help with page refreshes
Replies: 1
Views: 1490

Re: Help with page refreshes

I would compare the config files for apache and php from your 2 servers. You should find a difference for some caching options.
by Buga
09 Aug 2009, 17:06
Forum: Help
Topic: New installation database problem
Replies: 1
Views: 1465

Re: New installation database problem

When I remeber right there is a option on the admin page to "show" the sql statements instead of executing them.
If I understand you right that is what you need.

The installation dont change anything on the files. it just creates the tables or modifies them on updates