Search found 9 matches

by rowan.bradley
24 Mar 2013, 16:04
Forum: Help
Topic: What are Categories normally used for?
Replies: 1
Views: 4535

What are Categories normally used for?

Hi - I'm new to MantisBT. What sort of things is the Categories field intended for? I'm just concenred that if I start using it for some information I need about each issue, that I will later discover that I need it for whatever it is normally used for...

Thanks - Rowan
by rowan.bradley
24 Mar 2013, 15:53
Forum: Customizations
Topic: Customise as Issue Tracker
Replies: 1
Views: 3576

Customise as Issue Tracker

I need a system that will work for tracking issues concenred with a new system we are delivering. These issues are (at least at this stage) not bugs, so some features of MantisBT are not really appropriate. To avoid confusing some people, I would like to remove these from the UI if I can. Examples ...
by rowan.bradley
25 Nov 2008, 11:49
Forum: Help
Topic: CSV Export
Replies: 0
Views: 1197

CSV Export

I gather from various messages in this forum that there's a CSV Export function, but I can't find it. Where is it? And which version did it arrive in (I'm using version 1.0.1).

Thanks - Rowan
by rowan.bradley
25 Nov 2008, 11:29
Forum: General Discussion
Topic: Export Mantis data to Microsoft Team Foundation Server
Replies: 0
Views: 2066

Export Mantis data to Microsoft Team Foundation Server

Does anyone know how to export all the data from my Mantis database into Microsoft Team Foundation Server? I've been using Mantis for a number of years now, but our development team has moved onto all the latest Microsoft tools, so it makes sense to consolidate all of our bug reports onto one system ...
by rowan.bradley
12 Jun 2007, 15:29
Forum: Help
Topic: Recording version numbers
Replies: 2
Views: 3951

Thanks for your help. I hadn't spotted the facility to add versions - it's exactly what I was looking for.

Rowan
by rowan.bradley
08 Jun 2007, 10:16
Forum: Help
Topic: Recording version numbers
Replies: 2
Views: 3951

Recording version numbers

I've set up Mantis as a bug tracking system on a group of projects that I'm the Product Manager for. One thing that puzzles me is that there doesn't seem to be an obvious way for bug reporters to report the version of the software or firmware that they were using. Obviously it might be necessary to ...
by rowan.bradley
17 Jan 2007, 16:42
Forum: Help
Topic: Can't upload files - permissions problem?
Replies: 1
Views: 3857

I seem to have fixed my own problem. My php.ini file didn't have an entry for "upload_tmp_dir =". The comment in the file says "will use system default if not specified" - goodness knows where it was storing these files. On adding "upload_tmp_dir = c:\php\upload", and creating this directory ...
by rowan.bradley
17 Jan 2007, 12:49
Forum: Help
Topic: Can't upload files - permissions problem?
Replies: 1
Views: 3857

Can't upload files - permissions problem?

When I try to up-load files I get
APPLICATION ERROR #15
File upload failed. File is not readable by Mantis. Please check the project settings.

What do I have to do to enable users to upload files?

What does "check the project settings" mean? The project I was using has its Upload File Path set ...
by rowan.bradley
24 Mar 2006, 17:27
Forum: Help
Topic: User Documentation link
Replies: 1
Views: 3130

User Documentation link

I've copied the Mantis user documentation to a "manual" sub-directory in the "mantis" directory on my local server, and I've changed the relevant line in config_inc.php to:
$g_manual_url = $g_absolute_path . 'manual' . DIRECTORY_SEPARATOR;
but now the User Docuentation link points to:
file:///c ...