Search found 74 matches

by Buga
09 Sep 2008, 06:49
Forum: Help
Topic: Notification by category
Replies: 4
Views: 2727

Re: Notification by category

if you go the manage project page and edit one of your categories you can assign one person to a single category. This person will get an email for each new issue with this catgeory. But you cant enter here a list of users or emails. A workaround would be to create a fake user with an email post box...
by Buga
08 Sep 2008, 09:45
Forum: Help
Topic: Question about import (Issue 4220)
Replies: 2
Views: 2653

Re: Question about import (Issue 4220)

The script wroks correct.. If you give a ID Mantis thinks that this bug already exist and try to update it. If no id is given Mantis will create a new issue. The ID will be generated automatically.
So the solution is quite simple. Remove your ids in your csv file.
by Buga
02 Sep 2008, 07:03
Forum: Help
Topic: Possible Values field longer than 255
Replies: 8
Views: 4441

Re: Possible Values field longer than 255

You dont need to change any PHP Code to achieve that. You can set the min/max length for each custom flied in the manage custom field menu. If you add there 1000 the maxlength attribute in html is set to 1000. But depending on the type of database you use you need to edit the value field in Tabelle:...
by Buga
15 Aug 2008, 20:45
Forum: Help
Topic: Starting issues at higher number
Replies: 3
Views: 3011

Re: Starting issues at higher number

Did you tried to set the auto increment start value in phpmyadmin?
under operations is a field for that
by Buga
15 Aug 2008, 06:34
Forum: Help
Topic: Why categories from subprojects get inherited
Replies: 1
Views: 1563

Re: Why categories from subprojects get inherited

any idea how I could disable this?
by Buga
13 Aug 2008, 07:29
Forum: Help
Topic: Why categories from subprojects get inherited
Replies: 1
Views: 1563

Why categories from subprojects get inherited

Hi I noticed that all the categories in a sub project are also available in the root project. Is there a way to disable this behaviour? I thought that there are no realtions between root and sub project. On the other hand I would like to have such a reation for users. When I add an user the the subp...
by Buga
11 Aug 2008, 12:58
Forum: Help
Topic: 2 separate mantis installations on one server??
Replies: 2
Views: 2032

Re: 2 separate mantis installations on one server??

just install them in different folders and use 2 databases... or if you have only 1 database use different prefixes for the tables. You can set them in the config_default_inc.php or better move them to your config_inc.php
by Buga
11 Aug 2008, 06:32
Forum: Help
Topic: 2 mantis servers working togheter on diffrent locations?
Replies: 3
Views: 2789

Re: 2 mantis servers working togheter on diffrent locations?

You could Export and Import your isues between your 2 Mantis installation

see http://www.mantisbt.org/bugs/view.php?id=4220
by Buga
08 Aug 2008, 10:49
Forum: Help
Topic: How to generate Docu with DocBook
Replies: 0
Views: 1402

How to generate Docu with DocBook

Hi
I have a little problem with the new documation;)
How can I generate a pdf with all these sgml files in the docbook folder?
I didnt find any hints what I should do with these files
by Buga
23 Jul 2008, 12:53
Forum: Help
Topic: Editing columns in view issues
Replies: 1
Views: 1867

Re: Editing columns in view issues

I found the problem:) I am using a custom function to add custom fields to the excel export. If I disable this function the Change for the columns work. <?PHP # -------------------- # returns an array of the column names to be displayed. # The column names to use are those of the field names in the ...
by Buga
23 Jul 2008, 06:27
Forum: Help
Topic: Editing columns in view issues
Replies: 1
Views: 1867

Editing columns in view issues

Hi I am trying to edit the columns in the view issues report. I found a wiki entry at http://www.mantisbt.org/wiki/doku.php/mantisbt:customizing_columns_in_view_issues_page but it wont work for me :) For the first test I simply tried to reduce the amount of columns (later I want to add custom fields...
by Buga
24 Jun 2008, 08:11
Forum: Help
Topic: Switching Fileupload from Database to Disk
Replies: 2
Views: 2167

Switching Fileupload from Database to Disk

Hi I am using Mantis1.1.1 and I would like to switch my config so that it stores all files in the filesystem and not in the database. The problem is that if i change the 2 neccessary paramaters that all old files in the database are not accessable anymore. old config with DB: $g_file_upload_method =...
by Buga
04 Apr 2008, 10:12
Forum: Customizations
Topic: changed Severity => Print Reports doesnt work anymore
Replies: 1
Views: 2768

Re: changed Severity => Print Reports doesnt work anymore

I generated 2 Excel files. One with my changes and one without and checked the differences:

The not working Excel file starts with a tabulator. If I delete this char it works.

Does anyone have an idea where this tab comes from?
by Buga
31 Mar 2008, 12:35
Forum: Customizations
Topic: changed Severity => Print Reports doesnt work anymore
Replies: 1
Views: 2768

changed Severity => Print Reports doesnt work anymore

Hi I changed the serverity for my mantis installation. But now there is new problem. When I try to use the Print Reports function and hit the excel icon the export dont work. Excel opens but no new exelsheet is created even if the data was loaded. The other 3 options are working. (CSV export works t...